/* ============================================================
   DRAKVELORN WOW — ESTILOS PRINCIPALES
   Estética Blizzard Pro — Oscuro, épico, partículas, glows
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Cinzel:wght@400;600;700&family=Lato:wght@300;400;700&display=swap');

/* ── VARIABLES GLOBALES ── */
:root {
  --gold:        #c8960c;
  --gold-light:  #f0c040;
  --gold-glow:   #ffd700;
  --blue-dark:   #0a1628;
  --blue-mid:    #0d1f3c;
  --blue-accent: #1a3a6e;
  --ember:       #e8560a;
  --ember-glow:  #ff6b1a;
  --text-light:  #d4c09a;
  --text-dim:    #7a6a4a;
  --white:       #ffffff;
  --shadow-gold: 0 0 20px rgba(200,150,12,0.6), 0 0 40px rgba(200,150,12,0.3);
  --shadow-blue: 0 0 20px rgba(26,58,110,0.8), 0 0 40px rgba(26,58,110,0.4);
  --border-gold: 1px solid rgba(200,150,12,0.5);
  --transition:  all 0.35s cubic-bezier(0.4,0,0.2,1);
}

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Lato', sans-serif;
  background: var(--blue-dark);
  color: var(--text-light);
  overflow-x: hidden;
  min-height: 100vh;
}

/* ── SCROLLBAR ── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--blue-dark); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 3px; }

/* ── CANVAS DE PARTÍCULAS (fondo global) ── */
#particles-canvas {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 0;
}

/* ── NAVBAR ── */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3rem;
  height: 70px;
  background: linear-gradient(180deg, rgba(5,10,20,0.97) 0%, rgba(10,22,40,0.85) 100%);
  border-bottom: var(--border-gold);
  backdrop-filter: blur(12px);
}

.navbar-logo {
  font-family: 'Cinzel Decorative', cursive;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--gold-light);
  text-shadow: var(--shadow-gold);
  text-decoration: none;
  letter-spacing: 2px;
}

.navbar-logo span { color: var(--ember-glow); }

.navbar-nav {
  display: flex;
  list-style: none;
  gap: 2.5rem;
  align-items: center;
}

.navbar-nav a {
  font-family: 'Cinzel', serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-light);
  text-decoration: none;
  transition: var(--transition);
  position: relative;
  padding-bottom: 4px;
}

.navbar-nav a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 1px;
  background: var(--gold-light);
  transition: width 0.3s ease;
  box-shadow: 0 0 8px var(--gold-glow);
}

.navbar-nav a:hover { color: var(--gold-light); text-shadow: 0 0 10px var(--gold-glow); }
.navbar-nav a:hover::after { width: 100%; }

.navbar-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
}

/* ── BOTONES GLOBALES ── */
.btn-primary {
  font-family: 'Cinzel', serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 24px;
  background: linear-gradient(135deg, #b8820a 0%, #e8a800 50%, #b8820a 100%);
  color: #0a0500;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
}

.btn-primary::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  transition: left 0.5s ease;
}

.btn-primary:hover { box-shadow: 0 0 20px rgba(200,150,12,0.7), 0 4px 15px rgba(0,0,0,0.5); transform: translateY(-1px); }
.btn-primary:hover::before { left: 100%; }

.btn-secondary {
  font-family: 'Cinzel', serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 24px;
  background: transparent;
  color: var(--text-light);
  border: var(--border-gold);
  border-radius: 3px;
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
  display: inline-block;
}

.btn-secondary:hover {
  background: rgba(200,150,12,0.1);
  color: var(--gold-light);
  box-shadow: var(--shadow-gold);
}

.btn-large {
  font-size: 0.9rem;
  padding: 16px 48px;
  letter-spacing: 4px;
}

/* ── HERO SECTION ── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 2rem 4rem;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 40%, rgba(26,58,110,0.4) 0%, transparent 70%),
    radial-gradient(ellipse 40% 30% at 50% 50%, rgba(232,86,10,0.08) 0%, transparent 60%),
    linear-gradient(180deg, rgba(5,10,20,0) 0%, rgba(5,10,20,0.8) 85%, rgba(5,10,20,1) 100%);
  z-index: 1;
}

.hero-video-bg {
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1542751371-adc38448a05e?w=1920&q=80') center/cover no-repeat;
  z-index: 0;
  transform: scale(1.05);
  animation: slowZoom 30s ease-in-out infinite alternate;
}

@keyframes slowZoom {
  from { transform: scale(1.05); }
  to   { transform: scale(1.15); }
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-eyebrow {
  font-family: 'Cinzel', serif;
  font-size: 0.75rem;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
  opacity: 0;
  animation: fadeInDown 1s ease 0.3s forwards;
}

.hero-title {
  font-family: 'Cinzel Decorative', cursive;
  font-size: clamp(2.5rem, 7vw, 6rem);
  font-weight: 900;
  line-height: 1.05;
  color: var(--white);
  text-shadow:
    0 0 30px rgba(200,150,12,0.5),
    0 0 60px rgba(200,150,12,0.25),
    0 4px 20px rgba(0,0,0,0.8);
  margin-bottom: 0.3rem;
  opacity: 0;
  animation: fadeInDown 1s ease 0.5s forwards;
}

.hero-title .accent { color: var(--gold-light); }
.hero-title .fire   { color: var(--ember-glow); text-shadow: 0 0 20px var(--ember), 0 0 40px var(--ember); }

.hero-subtitle {
  font-family: 'Cinzel', serif;
  font-size: clamp(0.9rem, 2vw, 1.3rem);
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 3rem;
  opacity: 0;
  animation: fadeInDown 1s ease 0.7s forwards;
}

/* ── COUNTDOWN ── */
.countdown-wrapper {
  margin-bottom: 3rem;
  opacity: 0;
  animation: fadeInUp 1s ease 0.9s forwards;
}

.countdown-label {
  font-family: 'Cinzel', serif;
  font-size: 0.65rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
}

#countdown {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.time-box {
  position: relative;
  background: linear-gradient(180deg, rgba(15,30,55,0.9) 0%, rgba(5,10,20,0.95) 100%);
  border: 1px solid rgba(200,150,12,0.4);
  border-radius: 4px;
  padding: 1.2rem 1.8rem;
  min-width: 90px;
  text-align: center;
  box-shadow:
    0 0 20px rgba(200,150,12,0.15),
    inset 0 1px 0 rgba(200,150,12,0.2);
  transition: var(--transition);
}

.time-box:hover {
  border-color: rgba(200,150,12,0.8);
  box-shadow: 0 0 30px rgba(200,150,12,0.35);
  transform: translateY(-3px);
}

.time-box .number {
  display: block;
  font-family: 'Cinzel Decorative', cursive;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--gold-light);
  text-shadow: 0 0 15px rgba(200,150,12,0.6);
  line-height: 1;
}

.time-box span:last-child {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 0.6rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-top: 0.5rem;
}

.time-separator {
  font-family: 'Cinzel Decorative', cursive;
  font-size: 2.5rem;
  color: var(--gold);
  align-self: center;
  opacity: 0.4;
  animation: pulse 1s ease-in-out infinite;
}

@keyframes pulse { 0%,100% { opacity: 0.4; } 50% { opacity: 0.9; } }

/* ── HERO ACTIONS ── */
.hero-actions {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeInUp 1s ease 1.1s forwards;
}

/* ── DIVIDER ORNAMENTAL ── */
.divider {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0 2rem;
  margin: 4rem 0;
}

.divider-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,150,12,0.5), transparent);
}

.divider-icon {
  font-size: 1.5rem;
  color: var(--gold);
  filter: drop-shadow(0 0 8px var(--gold-glow));
}

/* ── SECCIÓN FEATURES / NOTICIAS ── */
.section {
  position: relative;
  z-index: 2;
  padding: 6rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-tag {
  font-family: 'Cinzel', serif;
  font-size: 0.65rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 0.8rem;
}

.section-title {
  font-family: 'Cinzel Decorative', cursive;
  font-size: clamp(1.5rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--white);
  text-shadow: 0 0 20px rgba(200,150,12,0.3);
  margin-bottom: 1rem;
}

.section-desc {
  font-size: 1rem;
  color: var(--text-dim);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.8;
}

/* ── CARDS DE NOTICIAS ── */
.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

.news-card {
  background: linear-gradient(180deg, rgba(15,30,55,0.6) 0%, rgba(5,10,20,0.8) 100%);
  border: var(--border-gold);
  border-radius: 6px;
  overflow: hidden;
  transition: var(--transition);
  cursor: pointer;
  text-decoration: none;
  display: block;
}

.news-card:hover {
  transform: translateY(-6px);
  border-color: rgba(200,150,12,0.8);
  box-shadow: 0 20px 50px rgba(0,0,0,0.6), 0 0 30px rgba(200,150,12,0.2);
}

.news-card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  filter: brightness(0.7) saturate(1.2);
  transition: var(--transition);
}

.news-card:hover .news-card-img { filter: brightness(0.9) saturate(1.4); }

.news-card-body {
  padding: 1.5rem;
}

.news-card-tag {
  font-family: 'Cinzel', serif;
  font-size: 0.6rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.6rem;
}

.news-card-title {
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.6rem;
  line-height: 1.4;
}

.news-card-desc {
  font-size: 0.85rem;
  color: var(--text-dim);
  line-height: 1.7;
}

/* ── FEATURES GRID ── */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.feature-card {
  background: linear-gradient(135deg, rgba(15,30,55,0.5) 0%, rgba(5,10,20,0.7) 100%);
  border: 1px solid rgba(200,150,12,0.2);
  border-radius: 6px;
  padding: 2rem;
  text-align: center;
  transition: var(--transition);
}

.feature-card:hover {
  border-color: rgba(200,150,12,0.6);
  background: rgba(15,30,55,0.8);
  box-shadow: 0 0 30px rgba(200,150,12,0.15);
  transform: translateY(-4px);
}

.feature-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  filter: drop-shadow(0 0 8px var(--gold-glow));
}

.feature-title {
  font-family: 'Cinzel', serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--gold-light);
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}

.feature-desc {
  font-size: 0.85rem;
  color: var(--text-dim);
  line-height: 1.7;
}

/* ── ARMERÍA SECTION ── */
.armory-section {
  position: relative;
  z-index: 2;
  padding: 6rem 2rem;
  background: linear-gradient(180deg, transparent, rgba(10,22,40,0.5), transparent);
}

.armory-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.armory-search-bar {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.armory-input {
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
  padding: 12px 20px;
  background: rgba(10,22,40,0.8);
  border: var(--border-gold);
  border-radius: 3px;
  color: var(--text-light);
  outline: none;
  width: 280px;
  transition: var(--transition);
}

.armory-input::placeholder { color: var(--text-dim); }
.armory-input:focus { border-color: var(--gold-light); box-shadow: 0 0 15px rgba(200,150,12,0.3); }

.armory-select {
  font-family: 'Cinzel', serif;
  font-size: 0.75rem;
  padding: 12px 16px;
  background: rgba(10,22,40,0.8);
  border: var(--border-gold);
  border-radius: 3px;
  color: var(--text-light);
  outline: none;
  cursor: pointer;
  transition: var(--transition);
  letter-spacing: 1px;
}

.armory-select:focus { border-color: var(--gold-light); }

/* ── PERFIL DEL PERSONAJE (Armería) ── */
.char-profile {
  display: none;
  background: linear-gradient(135deg, rgba(10,22,40,0.95) 0%, rgba(5,15,30,0.98) 100%);
  border: var(--border-gold);
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 0 60px rgba(0,0,0,0.8), inset 0 1px 0 rgba(200,150,12,0.1);
  position: relative;
  overflow: hidden;
}

.char-profile::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.char-profile.visible { display: grid; grid-template-columns: auto 1fr; gap: 3rem; }

.char-avatar-wrap {
  position: relative;
  width: 200px;
}

.char-avatar-placeholder {
  width: 200px;
  height: 280px;
  background: linear-gradient(180deg, rgba(26,58,110,0.3) 0%, rgba(10,22,40,0.8) 100%);
  border: var(--border-gold);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  filter: drop-shadow(0 0 12px var(--gold-glow));
}

.char-info {}

.char-name {
  font-family: 'Cinzel Decorative', cursive;
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold-light);
  text-shadow: var(--shadow-gold);
  margin-bottom: 0.4rem;
}

.char-realm {
  font-family: 'Cinzel', serif;
  font-size: 0.75rem;
  letter-spacing: 3px;
  color: var(--text-dim);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.char-meta {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.char-meta-item {
  text-align: center;
}

.char-meta-value {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
}

.char-meta-label {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-top: 0.2rem;
}

.char-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}

.stat-item {
  background: rgba(10,22,40,0.6);
  border: 1px solid rgba(200,150,12,0.15);
  border-radius: 4px;
  padding: 0.8rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stat-name {
  font-size: 0.75rem;
  color: var(--text-dim);
  letter-spacing: 1px;
}

.stat-val {
  font-family: 'Cinzel', serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--gold-light);
}

.char-gear-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(48px, 1fr));
  gap: 0.5rem;
}

.gear-slot {
  width: 48px;
  height: 48px;
  background: rgba(10,22,40,0.8);
  border: 1px solid rgba(200,150,12,0.3);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  cursor: pointer;
  transition: var(--transition);
  position: relative;
}

.gear-slot:hover { border-color: var(--gold); box-shadow: 0 0 12px rgba(200,150,12,0.4); transform: scale(1.1); }
.gear-slot.epic   { border-color: #a335ee; box-shadow: 0 0 6px rgba(163,53,238,0.4); }
.gear-slot.rare   { border-color: #0070dd; box-shadow: 0 0 6px rgba(0,112,221,0.4); }
.gear-slot.uncommon { border-color: #1eff00; box-shadow: 0 0 6px rgba(30,255,0,0.3); }

/* ── FOOTER ── */
footer {
  position: relative;
  z-index: 2;
  padding: 3rem 2rem;
  background: rgba(3,7,15,0.95);
  border-top: var(--border-gold);
  text-align: center;
}

.footer-logo {
  font-family: 'Cinzel Decorative', cursive;
  font-size: 1.2rem;
  color: var(--gold-light);
  text-shadow: var(--shadow-gold);
  margin-bottom: 1rem;
  display: block;
}

.footer-links {
  display: flex;
  gap: 2rem;
  justify-content: center;
  list-style: none;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.footer-links a {
  font-family: 'Cinzel', serif;
  font-size: 0.7rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-dim);
  text-decoration: none;
  transition: var(--transition);
}

.footer-links a:hover { color: var(--gold-light); }

.footer-copy {
  font-size: 0.75rem;
  color: var(--text-dim);
  line-height: 1.8;
}

/* ── LOGIN / REGISTER FORM ── */
.auth-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 2rem 2rem;
  position: relative;
}

.auth-bg {
  position: fixed;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1542751371-adc38448a05e?w=1920&q=80') center/cover no-repeat;
  z-index: 0;
  filter: brightness(0.25) saturate(1.5);
}

.auth-card {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 440px;
  background: linear-gradient(160deg, rgba(10,22,40,0.97) 0%, rgba(5,10,20,0.99) 100%);
  border: var(--border-gold);
  border-radius: 8px;
  padding: 2.5rem;
  box-shadow:
    0 0 80px rgba(0,0,0,0.9),
    0 0 30px rgba(200,150,12,0.1);
  text-align: center;
}

.auth-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.auth-emblem { font-size: 3rem; margin-bottom: 0.5rem; filter: drop-shadow(0 0 12px var(--gold-glow)); }

.auth-title {
  font-family: 'Cinzel Decorative', cursive;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gold-light);
  text-shadow: var(--shadow-gold);
  margin-bottom: 0.3rem;
}

.auth-subtitle {
  font-family: 'Cinzel', serif;
  font-size: 0.65rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 2rem;
}

.form-group {
  margin-bottom: 1.2rem;
  text-align: left;
}

.form-label {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 0.65rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 0.4rem;
}

.form-input {
  width: 100%;
  padding: 12px 16px;
  background: rgba(5,10,20,0.8);
  border: 1px solid rgba(200,150,12,0.3);
  border-radius: 3px;
  color: var(--text-light);
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
  outline: none;
  transition: var(--transition);
}

.form-input:focus { border-color: var(--gold-light); box-shadow: 0 0 15px rgba(200,150,12,0.25); }
.form-input::placeholder { color: rgba(122,106,74,0.5); }

.form-submit {
  width: 100%;
  padding: 14px;
  margin-top: 0.5rem;
  font-family: 'Cinzel', serif;
  font-size: 0.8rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  background: linear-gradient(135deg, #b8820a 0%, #e8a800 50%, #b8820a 100%);
  background-size: 200% 100%;
  color: #0a0500;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: var(--transition);
}

.form-submit:hover {
  background-position: right;
  box-shadow: 0 0 25px rgba(200,150,12,0.6);
  transform: translateY(-1px);
}

.auth-alt {
  margin-top: 1.5rem;
  font-size: 0.8rem;
  color: var(--text-dim);
}

.auth-alt a { color: var(--gold-light); text-decoration: none; transition: var(--transition); }
.auth-alt a:hover { text-shadow: 0 0 8px var(--gold-glow); }

.form-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1.2rem 0;
  color: var(--text-dim);
  font-size: 0.75rem;
}

.form-divider::before, .form-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(200,150,12,0.2);
}

/* ── ANIMACIONES ── */
@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-30px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .navbar { padding: 0 1.5rem; }
  .navbar-nav { display: none; }
  .hero-title { font-size: 2.5rem; }
  .time-box { padding: 0.8rem 1.2rem; min-width: 65px; }
  .time-box .number { font-size: 2rem; }
  .char-profile.visible { grid-template-columns: 1fr; }
  .char-avatar-wrap { margin: 0 auto; }
  .char-stats-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 480px) {
  #countdown { gap: 0.6rem; }
  .time-separator { display: none; }
  .armory-input { width: 100%; }
}
