/* airsend-card.css */

.airsend-entry {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
}

.airsend-entry a {
  text-decoration: none;
  display: block;
}

.airsend-card {
  background:
    radial-gradient(ellipse at 65% 35%, rgba(139, 44, 196, 0.55) 0%, transparent 55%),
    radial-gradient(ellipse at 30% 70%, rgba(236, 50, 180, 0.3) 0%, transparent 50%),
    linear-gradient(160deg, #0d0820 0%, #070512 60%, #0a0318 100%) !important;
  border: 1.5px solid rgba(168, 85, 247, 0.45) !important;
  box-shadow:
    0 0 40px rgba(139, 44, 196, 0.35),
    0 0 80px rgba(236, 50, 180, 0.15),
    0 0 0 1px rgba(168, 85, 247, 0.15) inset !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  gap: 0.6rem;
  padding: 1.5rem 1rem;
}

.airsend-card:hover {
  box-shadow:
    0 0 60px rgba(168, 85, 247, 0.5),
    0 0 120px rgba(236, 50, 180, 0.25),
    0 0 0 2px rgba(168, 85, 247, 0.4) inset !important;
  border-color: rgba(200, 120, 255, 0.7) !important;
}

.airsend-badge {
  font-size: 0.58rem;
  letter-spacing: 2.5px;
  color: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 3px 10px;
  border-radius: 9999px;
  text-transform: uppercase;
  white-space: nowrap;
}

.airsend-icon {
  width: 72px;
  height: 72px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(168, 85, 247, 0.6));
  margin: 0.25rem 0;
}

.airsend-headline {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.airsend-headline .airsend-accent {
  background: linear-gradient(90deg, #00e5ff 0%, #00ff9d 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.airsend-headline .airsend-dot {
  color: #f0abfc;
  -webkit-text-fill-color: #f0abfc;
}

.airsend-desc {
  color: rgba(200, 200, 220, 0.75);
  font-size: 0.78rem;
  text-align: center;
  max-width: 180px;
  margin: 0;
  line-height: 1.5;
}

/* ── Nala card ── */

.nala-card {
  background:
    radial-gradient(ellipse at 50% 40%, rgba(255, 255, 255, 0.06) 0%, transparent 60%),
    linear-gradient(160deg, #0a0a0a 0%, #050505 60%, #0d0d0d 100%) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow:
    0 0 30px rgba(255, 255, 255, 0.08),
    0 0 80px rgba(255, 255, 255, 0.04),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  gap: 0.7rem;
  padding: 1.5rem 1rem;
}

.nala-card:hover {
  box-shadow:
    0 0 50px rgba(255, 255, 255, 0.18),
    0 0 120px rgba(255, 255, 255, 0.08),
    0 0 0 2px rgba(255, 255, 255, 0.25) inset !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
  transform: scale(1.2) rotate(-2deg) !important;
}

.nala-icon {
  width: 130px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.5)) brightness(1.1);
}

.nala-title {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
}

.nala-sub {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.62rem;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
}
