/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   V4 SKIN â€” Identidade visual "Ember Dark Fantasy"
   Carregado DEPOIS de main.css e style.css: sobrescreve a paleta
   via variÃ¡veis e re-estiliza header, hero, stats, cards e footer.
   Nenhum hook funcional (ids/classes dos bridges) Ã© alterado aqui.
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

:root {
  /* main.css overrides */
  --gold:        #e8a24a;
  --gold-light:  #ffc97e;
  --gold-dark:   #8a5a22;
  --blue-magic:  oklch(62% 0.19 255);
  --blue-light:  #6ea8ff;
  --bg-void:     #0a0503;
  --bg-deep:     #140a05;
  --bg-card:     rgba(22, 12, 6, 0.88);
  --border-gold: rgba(232, 162, 74, 0.28);
  --text-light:  #f8f1e7;
  --text-muted:  rgba(240, 224, 204, 0.62);
  --glow-gold:   rgba(255, 138, 40, 0.35);
  --accent-gold: #ff8a28;
  --green:       #ffb35c;
  --green-dark:  #e8762a;
  --green-glow:  rgba(255, 150, 60, 0.45);

  /* style.css overrides */
  --bg-0: #0a0503;
  --bg-1: #150b05;
  --bg-2: #1d0f07;
  --panel: rgba(20, 11, 5, 0.92);
  --panel-soft: rgba(28, 16, 8, 0.74);
  --steel: #a58868;
  --steel-light: #f0dcc2;
  --white: #faf3e8;
  --muted: rgba(240, 226, 206, 0.72);
  --border: rgba(244, 198, 138, 0.22);
  --border-strong: rgba(252, 214, 160, 0.44);
  --glow: rgba(255, 148, 54, 0.22);
  --shadow: rgba(0, 0, 0, 0.78);

  /* tokens prÃ³prios da V4 */
  --v4-ember:       #ff8a28;
  --v4-ember-hot:   #ffb35c;
  --v4-ember-deep:  #c2551a;
  --v4-gem:         #4f8fff;
  --v4-glass:       rgba(255, 214, 160, 0.05);
  --v4-glass-line:  rgba(255, 196, 128, 0.16);
}

html {
  background-color: var(--bg-0) !important;
  /* trava definitiva contra overflow horizontal dos ornamentos decorativos
     (penas/espada/nÃ©voa vazam ~185px alÃ©m da borda e podiam deslocar o site) */
  overflow-x: clip;
  scrollbar-gutter: stable;
}

body { overflow-x: clip !important; }

body {
  background:
    radial-gradient(circle at 50% -8%, rgba(255, 130, 40, 0.14), transparent 36%),
    radial-gradient(circle at 12% 24%, rgba(190, 80, 20, 0.10), transparent 30%),
    radial-gradient(circle at 90% 42%, rgba(255, 110, 30, 0.08), transparent 30%),
    linear-gradient(180deg, #0c0603 0%, #170c05 40%, #0a0503 100%) !important;
}

/* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
   TOPBAR PREMIUM
   â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.topbar {
  border-bottom: 1px solid rgba(255, 178, 92, 0.20) !important;
  background:
    linear-gradient(90deg, rgba(8, 4, 2, 0.98), rgba(20, 11, 5, 0.93) 22%, rgba(20, 11, 5, 0.93) 78%, rgba(8, 4, 2, 0.98)),
    rgba(12, 6, 3, 0.92) !important;
  box-shadow:
    0 18px 54px rgba(0, 0, 0, 0.55),
    inset 0 -1px 0 rgba(255, 190, 110, 0.12),
    inset 0 0 38px rgba(255, 140, 50, 0.04) !important;
}

/* linha de energia na base do topbar */
.topbar::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 150, 56, 0.0) 18%, rgba(255, 165, 70, 0.85) 50%, rgba(255, 150, 56, 0.0) 82%, transparent 100%);
  filter: drop-shadow(0 0 6px rgba(255, 140, 48, 0.65));
  pointer-events: none;
  animation: v4-line-breathe 4.5s ease-in-out infinite;
}

@keyframes v4-line-breathe {
  0%, 100% { opacity: 0.55; }
  50%      { opacity: 1; }
}

.main-nav {
  position: relative !important;
  gap: clamp(3px, 0.7vw, 13px) !important;
}

.main-nav a {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  white-space: nowrap;
  font-family: 'Cinzel', serif !important;
  font-size: 12.5px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase;
  color: rgba(244, 226, 200, 0.82) !important;
  padding: 10px 4px 10px 26px !important;
  transition: color 0.25s ease, text-shadow 0.25s ease !important;
}

/* Ã­cone rÃºnico por item de menu (pseudo-elemento â€” nÃ£o toca o textContent dos bridges) */
.main-nav a::before {
  content: 'â—†';
  position: absolute !important;
  left: 3px !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  font-size: 15px !important;
  line-height: 1 !important;
  text-align: center;
  color: rgba(255, 176, 82, 0.88) !important;
  text-shadow: 0 0 7px rgba(255, 139, 47, 0.34);
  transform: translateY(-50%);
  transition: transform 0.35s ease, color 0.25s ease, text-shadow 0.25s ease;
}

.main-nav a#hc-nav-inicio::before    { content: '\2302 '; }
.main-nav a#hc-nav-descricao::before { content: '\2726 '; }
.main-nav a#hc-nav-quickstart::before{ content: '\27a4 '; }
.main-nav a#hc-nav-media::before     { content: '\25c9 '; }
.main-nav a#hc-nav-noticias::before  { content: '\2709 '; }
.main-nav a#hc-nav-rankings::before  { content: '\265b '; }
.main-nav a#hc-nav-download::before  { content: '\2b07 '; }
.main-nav a#hc-nav-conta::before     { content: '\2694 '; }

.main-nav a:hover,
.main-nav a.active {
  color: var(--v4-ember-hot) !important;
  text-shadow: 0 0 14px rgba(255, 150, 60, 0.55);
}

.main-nav a:hover::before {
  color: var(--v4-ember);
  text-shadow: 0 0 10px rgba(255, 150, 60, 0.85);
  transform: translateY(-50%) scale(1.15);
}

/* sublinhado luminoso animado */
.main-nav a::after {
  content: '';
  position: absolute;
  left: 26px;
  right: 4px;
  bottom: 2px;
  width: auto !important;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--v4-ember-hot), transparent);
  opacity: 0;
  transform: scaleX(0) !important;
  transform-origin: center;
  transition: opacity 0.2s ease, transform 0.3s ease !important;
  filter: drop-shadow(0 0 4px rgba(255, 150, 60, 0.8));
}

.main-nav a:hover::after,
.main-nav a.active::after {
  width: auto !important;
  opacity: 1;
  transform: scaleX(1) !important;
}

/* espaÃ§o central reservado ao orb */
.v4-nav-gap {
  flex: 0 0 132px;
  pointer-events: none;
  position: relative;
  align-self: stretch;
}

/* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
   ORB â€” CONTADOR ONLINE CENTRAL (conceito da referÃªncia)
   â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.v4-online-orb {
  position: absolute;
  left: 50%; top: -12px;
  transform: translateX(-50%);
  width: 118px; height: 118px;
  z-index: 20;
  pointer-events: none;
  filter: drop-shadow(0 14px 30px rgba(0, 0, 0, 0.65));
}

.v4-orb-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 38%, rgba(40, 22, 10, 0.96) 0%, rgba(16, 8, 4, 0.98) 68%);
  border: 1px solid rgba(255, 170, 80, 0.35);
  box-shadow:
    inset 0 0 26px rgba(255, 130, 40, 0.18),
    0 0 0 5px rgba(10, 5, 3, 0.92),
    0 0 0 6px rgba(255, 160, 70, 0.22),
    0 0 34px rgba(255, 130, 40, 0.30);
}

/* anel de progresso girando â€” VERDE (pedido do dono) */
.v4-orb-ring::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #86efac 0%, #4ade80 22%, transparent 34%, transparent 64%, rgba(74, 222, 128, 0.65) 78%, #86efac 100%);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3.5px), #000 calc(100% - 3px));
          mask: radial-gradient(farthest-side, transparent calc(100% - 3.5px), #000 calc(100% - 3px));
  animation: v4-orb-spin 6s linear infinite;
  filter: drop-shadow(0 0 8px rgba(74, 222, 128, 0.85));
}

@keyframes v4-orb-spin { to { transform: rotate(360deg); } }

/* pulso de glow */
.v4-orb-ring::after {
  content: '';
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 150, 60, 0.18);
  animation: v4-orb-pulse 2.6s ease-out infinite;
}

@keyframes v4-orb-pulse {
  0%   { transform: scale(0.92); opacity: 0.9; }
  70%  { transform: scale(1.12); opacity: 0; }
  100% { transform: scale(1.12); opacity: 0; }
}

.v4-orb-core {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  text-align: center;
}

.v4-orb-label {
  font-family: 'Rajdhani', sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: lowercase;
  color: rgba(244, 222, 196, 0.78);
}

.v4-orb-count {
  font-family: 'Cinzel', serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  color: var(--v4-ember-hot);
  text-shadow: 0 0 16px rgba(255, 150, 60, 0.85), 0 0 38px rgba(255, 120, 30, 0.45);
}

.v4-orb-tail {
  position: absolute;
  left: 50%; top: 100%;
  transform: translateX(-50%);
  width: 2px; height: 26px;
  background: linear-gradient(180deg, rgba(255, 165, 70, 0.85), transparent);
  filter: drop-shadow(0 0 5px rgba(255, 140, 48, 0.75));
}

.v4-orb-tail::after {
  content: 'â—†';
  position: absolute;
  left: 50%; top: 100%;
  transform: translate(-50%, -4px);
  font-size: 9px;
  color: var(--v4-ember);
  text-shadow: 0 0 8px rgba(255, 140, 48, 0.9);
}

/* pÃ­lula online clÃ¡ssica fica oculta no desktop (orb assume); volta no mobile */
.nav-actions .online-pill { display: none !important; }

/* botÃ£o Entrar premium */
#nav-player-panel-btn {
  border: 1px solid rgba(255, 170, 80, 0.45) !important;
  background: linear-gradient(180deg, rgba(255, 140, 50, 0.16), rgba(140, 60, 16, 0.18)) !important;
  color: var(--v4-ember-hot) !important;
  text-shadow: 0 0 10px rgba(255, 150, 60, 0.45);
  box-shadow: inset 0 0 14px rgba(255, 140, 50, 0.10), 0 0 18px rgba(255, 130, 40, 0.18) !important;
  transition: box-shadow 0.3s ease, transform 0.2s ease !important;
}

#nav-player-panel-btn:hover {
  transform: translateY(-1px);
  box-shadow: inset 0 0 18px rgba(255, 140, 50, 0.18), 0 0 30px rgba(255, 130, 40, 0.38) !important;
}

/* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
   HERO â€” arte Ã©pica em tela cheia
   â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.hero-stage::before {
  background:
    linear-gradient(180deg, rgba(10, 5, 3, 0.05) 0%, rgba(10, 5, 3, 0.22) 40%, rgba(10, 5, 3, 0.86) 84%, rgba(10, 5, 3, 1) 100%),
    radial-gradient(circle at 50% 12%, rgba(255, 150, 60, 0.16), transparent 30%),
    url('../img/v4-hero-bg.webp') center top / cover no-repeat,
    radial-gradient(circle at 62% 38%, #3a1808 0%, #160a04 62%, #0a0503 100%) !important;
  filter: saturate(1.08) contrast(1.05) !important;
}

.hero-stage::after {
  background:
    radial-gradient(ellipse at 50% 100%, rgba(10, 5, 3, 0.92) 0%, transparent 55%),
    radial-gradient(ellipse at 50% 0%, rgba(255, 140, 50, 0.10) 0%, transparent 40%) !important;
}

.hero-panel {
  border-color: rgba(255, 178, 92, 0.22) !important;
  background:
    linear-gradient(160deg, rgba(24, 13, 6, 0.82), rgba(12, 6, 3, 0.70)) !important;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.6),
    inset 0 0 60px rgba(255, 130, 40, 0.05) !important;
  backdrop-filter: blur(6px);
}

.micro-cards span {
  position: relative;
  min-height: 38px;
  padding: 10px 18px 10px 38px !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 178, 92, 0.30) !important;
  background:
    radial-gradient(circle at 18px 50%, rgba(255, 190, 95, 0.22), transparent 16px),
    linear-gradient(180deg, rgba(42, 23, 11, 0.82), rgba(17, 9, 5, 0.74)) !important;
  color: var(--v4-ember-hot) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 224, 175, 0.16),
    inset 0 -8px 18px rgba(0, 0, 0, 0.22),
    0 8px 24px rgba(0, 0, 0, 0.30),
    0 0 16px rgba(255, 130, 40, 0.10);
  backdrop-filter: blur(8px);
  transition: transform 0.22s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.micro-cards span::after {
  content: '';
  position: absolute;
  left: 39px;
  right: 16px;
  bottom: 5px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 171, 75, 0.65), transparent);
  opacity: 0.55;
}

.micro-cards span:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 196, 120, 0.62) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 230, 185, 0.22),
    inset 0 -8px 18px rgba(0, 0, 0, 0.18),
    0 10px 28px rgba(0, 0, 0, 0.36),
    0 0 24px rgba(255, 137, 42, 0.22);
}

.micro-cards span i {
  position: absolute;
  left: 14px;
  top: 50%;
  width: 10px !important;
  height: 10px !important;
  transform: translateY(-50%);
  border: 2px solid rgba(255, 224, 165, 0.72);
  background: var(--v4-ember) !important;
  box-shadow:
    0 0 0 4px rgba(255, 140, 48, 0.08),
    0 0 12px rgba(255, 140, 48, 0.95) !important;
}

.kicker { color: var(--v4-ember) !important; }

.hero-lead { color: rgba(244, 228, 206, 0.82) !important; }

/* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
   BOTÃ•ES PREMIUM (glow + shine)
   â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.btn { position: relative; overflow: hidden; }

/* todos os botÃµes arredondados (pill) â€” remove o corte hexagonal do template */
.btn,
.btn-light, .btn-dark, .btn-gold, .btn-outline, .btn-ghost,
.reg-submit, .reg-cancel,
.dl-close,
.reg-captcha-refresh,
.auth-battle-btn,
.cp-btn {
  clip-path: none !important;
  border-radius: 999px !important;
}

.tab-btn { border-radius: 999px !important; }

.btn::after {
  content: '';
  position: absolute;
  top: -120%; left: -40%;
  width: 36%; height: 320%;
  transform: rotate(24deg);
  background: linear-gradient(90deg, transparent, rgba(255, 248, 235, 0.28), transparent);
  transition: left 0.55s ease;
  pointer-events: none;
}

.btn:hover::after { left: 130%; }

.btn-light,
.btn-gold {
  background: linear-gradient(180deg, #ffb35c 0%, #ef8330 48%, #c2551a 100%) !important;
  border: 1px solid rgba(255, 200, 130, 0.65) !important;
  color: #1c0d04 !important;
  text-shadow: 0 1px 0 rgba(255, 226, 188, 0.55);
  box-shadow:
    0 6px 22px rgba(255, 120, 30, 0.35),
    inset 0 1px 0 rgba(255, 235, 205, 0.65) !important;
  transition: transform 0.2s ease, box-shadow 0.3s ease !important;
}

.btn-light:hover,
.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow:
    0 10px 34px rgba(255, 130, 40, 0.55),
    inset 0 1px 0 rgba(255, 235, 205, 0.65) !important;
}

.btn-dark,
.btn-outline {
  border: 1px solid rgba(255, 178, 92, 0.40) !important;
  background: rgba(26, 14, 7, 0.62) !important;
  color: var(--v4-ember-hot) !important;
  box-shadow: inset 0 0 16px rgba(255, 140, 50, 0.07) !important;
  backdrop-filter: blur(4px);
  transition: transform 0.2s ease, box-shadow 0.3s ease, border-color 0.3s ease !important;
}

.btn-dark:hover,
.btn-outline:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 190, 110, 0.75) !important;
  box-shadow: inset 0 0 18px rgba(255, 140, 50, 0.14), 0 0 26px rgba(255, 130, 40, 0.30) !important;
}

.v4-btn-discord {
  border: 1px solid rgba(110, 140, 255, 0.45) !important;
  background: rgba(28, 34, 64, 0.62) !important;
  color: #aebfff !important;
  box-shadow: inset 0 0 16px rgba(90, 120, 255, 0.10) !important;
}

.v4-btn-discord:hover {
  border-color: rgba(140, 165, 255, 0.8) !important;
  box-shadow: inset 0 0 18px rgba(90, 120, 255, 0.18), 0 0 26px rgba(90, 120, 255, 0.35) !important;
  transform: translateY(-2px);
}

/* CTAs exclusivos da v4: cÃ¡psulas arcanas, sem os recortes da v3 */
.hero-actions {
  gap: 14px !important;
}

.hero-actions .btn {
  min-width: 170px;
  min-height: 52px;
  padding: 14px 24px 13px !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  border-radius: 999px !important;
  letter-spacing: 0.16em;
  isolation: isolate;
  box-shadow:
    inset 0 1px 0 rgba(255, 230, 190, 0.20),
    inset 0 -10px 20px rgba(0, 0, 0, 0.20),
    0 12px 28px rgba(0, 0, 0, 0.34) !important;
}

.hero-actions .btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 18px;
  right: 18px;
  bottom: -1px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 176, 76, 0.95), transparent);
  box-shadow: 0 0 12px rgba(255, 130, 38, 0.72);
  opacity: 0.72;
  transition: left 0.25s ease, right 0.25s ease, opacity 0.25s ease;
}

.hero-actions .btn:hover {
  transform: translateY(-4px) !important;
}

.hero-actions .btn:hover::before {
  left: 10px;
  right: 10px;
  opacity: 1;
}

.hero-actions .btn-light {
  border-color: rgba(255, 226, 170, 0.82) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 245, 205, 0.52), transparent 42%),
    linear-gradient(180deg, #ffc96f 0%, #f39538 54%, #c85a1c 100%) !important;
}

.hero-actions .btn-dark {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 168, 72, 0.12), transparent 48%),
    linear-gradient(180deg, rgba(48, 26, 13, 0.92), rgba(20, 10, 6, 0.90)) !important;
}

.hero-actions .v4-btn-discord {
  background:
    radial-gradient(circle at 50% 0%, rgba(130, 155, 255, 0.17), transparent 48%),
    linear-gradient(180deg, rgba(42, 48, 86, 0.94), rgba(21, 24, 52, 0.92)) !important;
}

.hero-actions .v4-btn-discord::before {
  background: linear-gradient(90deg, transparent, rgba(133, 161, 255, 0.95), transparent);
  box-shadow: 0 0 12px rgba(92, 124, 255, 0.74);
}

@media (max-width: 760px) {
  .micro-cards {
    gap: 8px !important;
  }

  .micro-cards span {
    min-height: 34px;
    padding: 8px 13px 8px 31px !important;
  }

  .micro-cards span i {
    left: 11px;
    width: 8px !important;
    height: 8px !important;
  }

  .micro-cards span::after {
    left: 32px;
    right: 12px;
  }

  .hero-actions .btn {
    width: 100%;
    min-width: 0;
  }
}

/* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
   FAIXA DE ESTATÃSTICAS (glassmorphism)
   â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.v4-stats {
  position: relative;
  z-index: 2;
  margin: -46px auto 30px;
  width: min(1380px, calc(100% - 32px));
}

.v4-stats-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
}

.v4-stat {
  position: relative;
  padding: 18px 12px 15px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid var(--v4-glass-line);
  background: linear-gradient(160deg, rgba(34, 19, 9, 0.78), rgba(16, 9, 4, 0.72));
  backdrop-filter: blur(9px);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 210, 150, 0.10);
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.v4-stat::before {
  content: '';
  position: absolute;
  left: 50%; top: 0;
  width: 70%; height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(255, 170, 80, 0.65), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.v4-stat:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 180, 95, 0.40);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.55), 0 0 26px rgba(255, 130, 40, 0.16), inset 0 1px 0 rgba(255, 210, 150, 0.14);
}

.v4-stat:hover::before { opacity: 1; }

.v4-stat-ico {
  font-size: 19px;
  margin-bottom: 7px;
  filter: drop-shadow(0 0 8px rgba(255, 140, 50, 0.45));
}

.v4-stat-num {
  font-family: 'Cinzel', serif;
  font-size: clamp(19px, 1.7vw, 26px);
  font-weight: 800;
  line-height: 1.1;
  color: var(--v4-ember-hot);
  text-shadow: 0 0 16px rgba(255, 150, 60, 0.45);
}

.v4-stat-lbl {
  margin-top: 4px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(240, 222, 198, 0.55);
}

/* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
   SEÃ‡Ã•ES / CARDS / TABS â€” re-tint ember
   â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.dark-card,
.auth-card,
.light-card,
.ritual-panel {
  border-color: rgba(255, 178, 92, 0.20) !important;
  background: linear-gradient(165deg, rgba(30, 17, 8, 0.94), rgba(14, 8, 4, 0.90)) !important;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.dark-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 188, 105, 0.45) !important;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.55), 0 0 30px rgba(255, 130, 40, 0.14) !important;
}

.card-icon { filter: drop-shadow(0 0 10px rgba(255, 140, 50, 0.5)); }

.tab-btn {
  border: 1px solid rgba(255, 178, 92, 0.22) !important;
  background: rgba(24, 13, 6, 0.55) !important;
  backdrop-filter: blur(5px);
  transition: all 0.28s ease !important;
}

.tab-btn:hover {
  border-color: rgba(255, 188, 105, 0.5) !important;
  color: var(--v4-ember-hot) !important;
  box-shadow: 0 0 18px rgba(255, 130, 40, 0.18);
}

.tab-btn.active {
  background: linear-gradient(180deg, rgba(255, 150, 60, 0.20), rgba(180, 80, 24, 0.16)) !important;
  border-color: rgba(255, 190, 110, 0.65) !important;
  color: var(--v4-ember-hot) !important;
  box-shadow: 0 0 22px rgba(255, 130, 40, 0.25), inset 0 0 14px rgba(255, 140, 50, 0.10);
  text-shadow: 0 0 10px rgba(255, 150, 60, 0.5);
}

.rank-table thead th {
  color: var(--v4-ember) !important;
  border-bottom: 1px solid rgba(255, 178, 92, 0.30) !important;
}

.rank-table tbody tr { transition: background 0.2s ease; }

.rank-table tbody tr:hover { background: rgba(255, 150, 60, 0.06) !important; }

.news-item {
  border-color: rgba(255, 178, 92, 0.18) !important;
  transition: transform 0.25s ease, border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.news-item:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 188, 105, 0.42) !important;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.45), 0 0 22px rgba(255, 130, 40, 0.12) !important;
}

.dl-provider {
  border-color: rgba(255, 178, 92, 0.22) !important;
  background: linear-gradient(160deg, rgba(30, 17, 8, 0.92), rgba(14, 8, 4, 0.88)) !important;
  transition: transform 0.25s ease, border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.dl-provider:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 190, 110, 0.6) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5), 0 0 26px rgba(255, 130, 40, 0.2) !important;
}

.promo-banner {
  border-color: rgba(255, 178, 92, 0.26) !important;
  background: linear-gradient(150deg, rgba(36, 20, 9, 0.88), rgba(16, 9, 4, 0.84)) !important;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.55), inset 0 0 50px rgba(255, 130, 40, 0.05) !important;
}

/* â”€â”€ DIVISOR V4 â€” redesenhado (emblema girante + linha de energia) â”€â”€ */
.ornate-divider,
.ornate-divider.section-separator {
  position: relative !important;
  width: min(640px, 78vw) !important;
  height: 42px !important;
  margin: clamp(36px, 4.6vw, 64px) auto !important;
  filter: none !important;
  box-shadow: none !important;
  pointer-events: none !important;
  isolation: isolate !important;
  /* linha de energia + 2 pontos laterais brilhantes */
  background:
    linear-gradient(90deg,
      transparent 0%,
      rgba(255, 150, 60, 0.00) 3%,
      rgba(255, 150, 60, 0.40) 26%,
      rgba(255, 205, 145, 0.85) 50%,
      rgba(255, 150, 60, 0.40) 74%,
      rgba(255, 150, 60, 0.00) 97%,
      transparent 100%) center / 100% 1px no-repeat,
    radial-gradient(circle at calc(50% - 74px) 50%, rgba(255, 180, 95, 0.95) 0 2px, rgba(255, 150, 60, 0.35) 3px, transparent 5px),
    radial-gradient(circle at calc(50% + 74px) 50%, rgba(255, 180, 95, 0.95) 0 2px, rgba(255, 150, 60, 0.35) 3px, transparent 5px) !important;
}

/* emblema central: losango girando devagar com glow pulsante */
.ornate-divider::before,
.ornate-divider.section-separator::before {
  content: '' !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 15px !important;
  height: 15px !important;
  border: 1px solid rgba(255, 190, 110, 0.85) !important;
  border-radius: 2px !important;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 200, 130, 0.55) 0%, transparent 55%),
    linear-gradient(135deg, #2c170a, #0f0804) !important;
  clip-path: none !important;
  transform: translate(-50%, -50%) rotate(45deg) !important;
  animation: v4-div-spin 14s linear infinite, v4-div-pulse 3s ease-in-out infinite !important;
  font-size: 0 !important;
}

@keyframes v4-div-spin {
  from { transform: translate(-50%, -50%) rotate(45deg); }
  to   { transform: translate(-50%, -50%) rotate(405deg); }
}

@keyframes v4-div-pulse {
  0%, 100% { box-shadow: 0 0 10px rgba(255, 140, 50, 0.35), inset 0 0 6px rgba(255, 150, 60, 0.25); }
  50%      { box-shadow: 0 0 24px rgba(255, 140, 50, 0.9), 0 0 50px rgba(255, 120, 30, 0.35), inset 0 0 10px rgba(255, 150, 60, 0.6); }
}

/* faÃ­sca viajando pela linha */
.ornate-divider::after,
.ornate-divider.section-separator::after {
  content: '' !important;
  position: absolute !important;
  left: 6% !important;
  top: 50% !important;
  width: 52px !important;
  height: 2px !important;
  transform: translateY(-50%) !important;
  border: 0 !important;
  border-radius: 2px !important;
  background: linear-gradient(90deg, transparent, #ffd9a0, transparent) !important;
  box-shadow: 0 0 10px rgba(255, 160, 70, 0.9) !important;
  opacity: 0;
  animation: v4-spark-travel 6s ease-in-out infinite !important;
  pointer-events: none !important;
}

/* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
   COUNTDOWN
   â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.countdown-num {
  color: var(--v4-ember-hot) !important;
  text-shadow: 0 0 22px rgba(255, 150, 60, 0.55), 0 0 50px rgba(255, 120, 30, 0.30) !important;
}

.countdown-item {
  border-color: rgba(255, 178, 92, 0.24) !important;
  background: linear-gradient(170deg, rgba(32, 18, 9, 0.90), rgba(14, 8, 4, 0.88)) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 210, 150, 0.10) !important;
}

/* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
   FOOTER PREMIUM
   â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.footer-panel {
  border-top: 1px solid rgba(255, 178, 92, 0.20) !important;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 130, 40, 0.07), transparent 55%),
    linear-gradient(180deg, rgba(18, 10, 5, 0.96), rgba(8, 4, 2, 1)) !important;
}

.footer-links a { transition: color 0.22s ease, text-shadow 0.22s ease, padding-left 0.22s ease !important; }

.footer-links a:hover {
  color: var(--v4-ember-hot) !important;
  text-shadow: 0 0 10px rgba(255, 150, 60, 0.5);
  padding-left: 4px;
}

.social-link {
  border-color: rgba(255, 178, 92, 0.30) !important;
  transition: all 0.25s ease !important;
}

.social-link:hover {
  border-color: rgba(255, 190, 110, 0.7) !important;
  color: var(--v4-ember-hot) !important;
  box-shadow: 0 0 22px rgba(255, 130, 40, 0.35) !important;
  transform: translateY(-2px);
}

/* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
   PARTÃCULAS DE BRASA (geradas pelo v4-bridge)
   â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.v4-ember-layer {
  position: fixed;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
}

.v4-ember-p {
  position: absolute;
  bottom: -12px;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffd9a0 0%, #ff8a28 55%, transparent 75%);
  filter: drop-shadow(0 0 6px rgba(255, 140, 48, 0.85));
  opacity: 0;
  animation: v4-ember-rise linear infinite;
}

@keyframes v4-ember-rise {
  0%   { transform: translate(0, 0) scale(1);        opacity: 0; }
  8%   { opacity: 0.85; }
  60%  { opacity: 0.55; }
  100% { transform: translate(var(--drift, 30px), -108vh) scale(0.45); opacity: 0; }
}

/* respeita usuÃ¡rios com reduÃ§Ã£o de movimento */
@media (prefers-reduced-motion: reduce) {
  .v4-ember-p,
  .v4-orb-ring::before,
  .v4-orb-ring::after,
  .topbar::after { animation: none !important; }
}

/* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
   SCROLL REVEAL suave (classe .reveal jÃ¡ existe no template)
   â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.reveal { transition-duration: 0.85s !important; }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   LOTE 2 â€” PARTE DE BAIXO (remove resquÃ­cios v3:
   verdes hardcoded, azul-aÃ§o, scrollbar, FAQ)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* overlay das seÃ§Ãµes: tom quente no lugar do azul-petrÃ³leo */
.s-ov {
  background:
    linear-gradient(90deg, rgba(10, 5, 3, 0.92) 0%, rgba(10, 5, 3, 0.45) 18%, rgba(10, 5, 3, 0) 38%, rgba(10, 5, 3, 0) 62%, rgba(10, 5, 3, 0.45) 82%, rgba(10, 5, 3, 0.92) 100%),
    linear-gradient(180deg, rgba(10, 5, 3, 1) 0%, rgba(14, 8, 4, 0.40) 18%, rgba(14, 8, 4, 0.40) 82%, rgba(10, 5, 3, 1) 100%),
    radial-gradient(ellipse at 50% 0%, rgba(255, 130, 40, 0.06), transparent 55%) !important;
}

/* fotos de fundo das seÃ§Ãµes: leve aquecida (sem filtro pesado â€” performance) */
.s-bg { filter: saturate(0.85) brightness(0.55) !important; }

/* â”€â”€ Card "Irmandade" â€” verdes hardcoded â†’ ember â”€â”€ */
.auth-battle-rune {
  color: var(--v4-ember) !important;
  filter: drop-shadow(0 0 8px rgba(255, 140, 50, 0.55)) !important;
}

.auth-battle-divider {
  background: linear-gradient(90deg, transparent, rgba(255, 150, 60, 0.35), transparent) !important;
}

.auth-perk-icon {
  background: rgba(255, 150, 60, 0.10) !important;
  border-color: rgba(255, 170, 80, 0.32) !important;
}

.auth-perk strong { color: var(--v4-ember-hot) !important; }

.auth-bstat span {
  color: var(--v4-ember-hot) !important;
  text-shadow: 0 0 14px rgba(255, 150, 60, 0.45);
}

.auth-bstat-sep { background: rgba(255, 150, 60, 0.25) !important; }

/* glows verdes residuais (sombras com rgba verde hardcoded) */
.stat-num { text-shadow: 0 0 20px rgba(255, 150, 60, 0.5) !important; }
.section-title { text-shadow: 0 0 30px rgba(255, 150, 60, 0.3) !important; }

/* pÃ­lula online + dots de status */
.online-pill {
  background: rgba(255, 150, 60, 0.08) !important;
  border-color: rgba(255, 170, 80, 0.30) !important;
  color: var(--v4-ember-hot) !important;
}

.online-dot,
.hero-badge .dot {
  background: var(--v4-ember) !important;
  box-shadow: 0 0 8px rgba(255, 140, 48, 0.9) !important;
}

/* botÃ£o do modal de cadastro (gradiente verde â†’ ember) */
.reg-submit {
  background: linear-gradient(135deg, #c2551a, #ef8330, #c2551a) !important;
  color: #1c0d04 !important;
  box-shadow: 0 0 20px rgba(255, 130, 40, 0.35), inset 0 1px 0 rgba(255, 220, 180, 0.4) !important;
}

.reg-submit:hover { box-shadow: 0 4px 30px rgba(255, 130, 40, 0.55), inset 0 1px 0 rgba(255, 220, 180, 0.4) !important; }

/* scrollbar verde â†’ ember */
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(255, 150, 60, 0.7), rgba(255, 150, 60, 0.25)) !important;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(255, 150, 60, 0.95), rgba(255, 150, 60, 0.6)) !important;
}

* { scrollbar-color: rgba(255, 150, 60, 0.55) #0a0503 !important; }

/* â”€â”€ FAQ â€” redesign ember (era azul-aÃ§o do v3) â”€â”€ */
.faq-item {
  border: 1px solid rgba(255, 178, 92, 0.20) !important;
  background: linear-gradient(160deg, rgba(30, 17, 8, 0.86), rgba(14, 8, 4, 0.78)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 210, 150, 0.08), 0 16px 32px rgba(0, 0, 0, 0.40) !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.faq-item:hover,
.faq-item.active {
  border-color: rgba(255, 188, 105, 0.45) !important;
  box-shadow: inset 0 1px 0 rgba(255, 210, 150, 0.12), 0 18px 40px rgba(0, 0, 0, 0.5), 0 0 24px rgba(255, 130, 40, 0.12) !important;
}

.faq-question { color: rgba(248, 236, 218, 0.92) !important; }

.faq-question span { font-family: 'Cinzel', serif; letter-spacing: 0.06em; }

.faq-question i {
  border-color: rgba(255, 178, 92, 0.45) !important;
  color: var(--v4-ember-hot) !important;
  background: rgba(255, 150, 60, 0.08);
  box-shadow: 0 0 12px rgba(255, 130, 40, 0.18);
}

.faq-item.active .faq-question i {
  background: rgba(255, 150, 60, 0.18);
  box-shadow: 0 0 16px rgba(255, 130, 40, 0.40);
}

.faq-answer p { color: rgba(238, 220, 196, 0.72) !important; }

/* â”€â”€ Cards claros do quickstart (light-card) â€” texto/acentos quentes â”€â”€ */
.light-card strong { color: var(--v4-ember-hot) !important; }

/* tÃ­tulos e textos gerais: tirar o tom azulado-aÃ§o */
.section-heading h2,
.statement-panel h2 { color: #f6e8d4 !important; }

.section-heading p,
.hero-lead,
.ritual-panel p,
.ritual-panel li { color: rgba(238, 222, 198, 0.72) !important; }

/* server-strip (DescriÃ§Ã£o) */
.server-strip-val { color: var(--v4-ember-hot) !important; }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   LOTE 3 â€” ANIMAÃ‡Ã•ES PREMIUM
   (transform/opacity apenas â€” sem custo de GPU)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* â”€â”€ Barra de progresso de scroll â”€â”€ */
.v4-progress {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  width: 0%;
  z-index: 300;
  background: linear-gradient(90deg, #c2551a, #ff8a28, #ffd9a0);
  box-shadow: 0 0 12px rgba(255, 140, 48, 0.8);
  pointer-events: none;
}

.v4-progress::after {
  content: '';
  position: absolute;
  right: -3px; top: 50%;
  width: 7px; height: 7px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #ffd9a0;
  box-shadow: 0 0 10px rgba(255, 170, 80, 1);
}

/* â”€â”€ Countdown: pulso a cada virada â”€â”€ */
.countdown-num { display: inline-block; }

.countdown-num.v4-tick { animation: v4-num-tick 0.55s ease; }

@keyframes v4-num-tick {
  0%   { transform: scale(1); }
  35%  { transform: scale(1.16); text-shadow: 0 0 34px rgba(255, 170, 80, 0.95), 0 0 70px rgba(255, 120, 30, 0.55); }
  100% { transform: scale(1); }
}

/* â”€â”€ TÃ­tulos de seÃ§Ã£o: brilho varrendo (shine) â”€â”€ */
.section-title,
.section-heading h2 {
  background: linear-gradient(110deg, #f6e8d4 38%, #ffd9a0 47%, #ff9a3c 50%, #ffd9a0 53%, #f6e8d4 62%);
  background-size: 230% 100%;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: v4-title-shine 7s ease-in-out infinite;
}

@keyframes v4-title-shine {
  0%, 100% { background-position: 125% 0; }
  50%      { background-position: -25% 0; }
}

/* â”€â”€ DivisÃ³rias: faÃ­sca viajando â”€â”€ */
.ornate-divider { position: relative; }

.ornate-divider::after {
  content: '';
  position: absolute;
  top: 50%; left: 6%;
  width: 52px; height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, transparent, #ffd9a0, transparent);
  filter: drop-shadow(0 0 7px rgba(255, 150, 60, 0.9));
  opacity: 0;
  animation: v4-spark-travel 6s ease-in-out infinite;
  pointer-events: none;
}

@keyframes v4-spark-travel {
  0%   { left: 6%;                  opacity: 0; }
  10%  { opacity: 0.9; }
  45%  { left: calc(94% - 52px);    opacity: 0.9; }
  55%  { left: calc(94% - 52px);    opacity: 0; }
  100% { left: 6%;                  opacity: 0; }
}

/* â”€â”€ Hero: logo flutuando + entrada dos micro-cards â”€â”€ */
.hero-logo {
  animation: v4-logo-float 7s ease-in-out infinite;
  filter: drop-shadow(0 8px 28px rgba(255, 130, 40, 0.22));
}

@keyframes v4-logo-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}

.micro-cards span { animation: v4-rise-in 0.7s ease backwards; }
.micro-cards span:nth-child(2) { animation-delay: 0.15s; }
.micro-cards span:nth-child(3) { animation-delay: 0.30s; }

@keyframes v4-rise-in {
  from { opacity: 0; transform: translateY(14px); }
}

/* â”€â”€ CTAs principais "respirando" glow (via filter â€” nÃ£o conflita com box-shadow) â”€â”€ */
.hero-actions .btn-light,
.auth-battle-btn {
  animation: v4-cta-breathe 3.4s ease-in-out infinite;
}

@keyframes v4-cta-breathe {
  0%, 100% { filter: drop-shadow(0 0 0 rgba(255, 130, 40, 0)); }
  50%      { filter: drop-shadow(0 0 16px rgba(255, 130, 40, 0.55)); }
}

/* â”€â”€ Stats: shimmer periÃ³dico (escalonado) + Ã­cone flutuando â”€â”€ */
.v4-stat::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0; left: -60%;
  width: 40%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 220, 170, 0.12), transparent);
  animation: v4-stat-shimmer 7s ease-in-out infinite;
  pointer-events: none;
}

.v4-stat:nth-child(2)::after { animation-delay: 0.4s; }
.v4-stat:nth-child(3)::after { animation-delay: 0.8s; }
.v4-stat:nth-child(4)::after { animation-delay: 1.2s; }
.v4-stat:nth-child(5)::after { animation-delay: 1.6s; }
.v4-stat:nth-child(6)::after { animation-delay: 2.0s; }
.v4-stat:nth-child(7)::after { animation-delay: 2.4s; }

@keyframes v4-stat-shimmer {
  0%, 55%, 100% { left: -60%; opacity: 0; }
  60%           { opacity: 1; }
  85%           { left: 120%; opacity: 0; }
}

.v4-stat-ico { animation: v4-ico-float 4.5s ease-in-out infinite; }

.v4-stat:nth-child(odd) .v4-stat-ico { animation-delay: 1.2s; }

@keyframes v4-ico-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-4px); }
}

/* â”€â”€ Orb: segundo anel pontilhado contra-rotativo â”€â”€ */
.v4-online-orb::before {
  content: '';
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 170, 80, 0.35);
  animation: v4-orb-spin 16s linear infinite reverse;
}

/* â”€â”€ Rankings e notÃ­cias: cascata ao ativar aba â”€â”€ */
.tab-panel.active .rank-table tbody tr { animation: v4-row-in 0.4s ease backwards; }
.tab-panel.active .rank-table tbody tr:nth-child(1)  { animation-delay: 0.03s; }
.tab-panel.active .rank-table tbody tr:nth-child(2)  { animation-delay: 0.07s; }
.tab-panel.active .rank-table tbody tr:nth-child(3)  { animation-delay: 0.11s; }
.tab-panel.active .rank-table tbody tr:nth-child(4)  { animation-delay: 0.15s; }
.tab-panel.active .rank-table tbody tr:nth-child(5)  { animation-delay: 0.19s; }
.tab-panel.active .rank-table tbody tr:nth-child(6)  { animation-delay: 0.23s; }
.tab-panel.active .rank-table tbody tr:nth-child(7)  { animation-delay: 0.27s; }
.tab-panel.active .rank-table tbody tr:nth-child(8)  { animation-delay: 0.31s; }
.tab-panel.active .rank-table tbody tr:nth-child(9)  { animation-delay: 0.35s; }
.tab-panel.active .rank-table tbody tr:nth-child(10) { animation-delay: 0.39s; }

.tab-panel.active .news-item { animation: v4-row-in 0.45s ease backwards; }
.tab-panel.active .news-item:nth-child(1) { animation-delay: 0.05s; }
.tab-panel.active .news-item:nth-child(2) { animation-delay: 0.12s; }
.tab-panel.active .news-item:nth-child(3) { animation-delay: 0.19s; }
.tab-panel.active .news-item:nth-child(4) { animation-delay: 0.26s; }
.tab-panel.active .news-item:nth-child(5) { animation-delay: 0.33s; }

@keyframes v4-row-in {
  from { opacity: 0; transform: translateY(10px); }
}

/* â”€â”€ Tilt 3D (classe aplicada pelo v4-bridge em desktop) â”€â”€ */
.v4-tilt {
  transform-style: preserve-3d;
  will-change: transform;
}

/* â”€â”€ Menu mobile: slide suave â”€â”€ */
.topbar.v4-menu-open .main-nav { animation: v4-menu-slide 0.28s ease; }

@keyframes v4-menu-slide {
  from { opacity: 0; transform: translateY(-12px); }
}

/* respeitar reduÃ§Ã£o de movimento tambÃ©m no lote 3 */
@media (prefers-reduced-motion: reduce) {
  .section-title, .section-heading h2,
  .hero-logo, .micro-cards span,
  .hero-actions .btn-light, .auth-battle-btn,
  .v4-stat::after, .v4-stat-ico,
  .v4-online-orb::before,
  .ornate-divider::after,
  .countdown-num.v4-tick,
  .tab-panel.active .rank-table tbody tr,
  .tab-panel.active .news-item { animation: none !important; }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   LOTE 4 â€” MURAL DE GUERRA Â· LENDA Â· BOSSES Â· BRASAS
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* â”€â”€ Mural de Guerra (ticker ao vivo) â”€â”€ */
.v4-ticker {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  display: flex;
  align-items: center;
  height: 40px;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 178, 92, 0.18);
  background: linear-gradient(90deg, rgba(10, 5, 3, 0.97), rgba(22, 12, 6, 0.94) 30%, rgba(22, 12, 6, 0.94) 70%, rgba(10, 5, 3, 0.97));
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}

.v4-ticker-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  height: 100%;
  padding: 0 18px;
  font-family: 'Cinzel', serif;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: var(--v4-ember-hot);
  border-right: 1px solid rgba(255, 178, 92, 0.22);
  background: rgba(255, 140, 50, 0.07);
  text-shadow: 0 0 10px rgba(255, 150, 60, 0.5);
}

.v4-ticker-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #ff4d4d;
  box-shadow: 0 0 8px rgba(255, 77, 77, 0.95);
  animation: pulse 1.6s ease infinite;
}

.v4-ticker-viewport {
  flex: 1;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
  -webkit-mask: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
          mask: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.v4-ticker-track {
  display: inline-flex;
  align-items: center;
  gap: 56px;
  padding-left: 32px;
  white-space: nowrap;
  will-change: transform;
}

.v4-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: rgba(244, 228, 204, 0.85);
}

.v4-ticker-item i {
  font-style: normal;
  filter: drop-shadow(0 0 6px rgba(255, 140, 50, 0.55));
}

.v4-ticker-item b {
  color: var(--v4-ember-hot);
  font-weight: 700;
}

/* Nome destacado em Ã¢mbar */
.v4-ticker-name {
  color: #f5c518;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* Cores por categoria */
.v4-tc-pvp > i      { color: #f87171; filter: drop-shadow(0 0 5px rgba(248,113,113,.55)); }
.v4-tc-pk > i       { color: #dc2626; filter: drop-shadow(0 0 6px rgba(220,38,38,.65)); }
.v4-tc-castle > i   { color: #fbbf24; filter: drop-shadow(0 0 5px rgba(251,191,36,.55)); }
.v4-tc-boss > i     { color: #fb923c; filter: drop-shadow(0 0 6px rgba(251,146,60,.65)); }
.v4-tc-boss-dead > i { color: #94a3b8; filter: none; }

/* Countdown ao vivo no ticker para boss morto */
.v4-tick-cd {
  font-weight: 700;
  color: #f87171;
  text-shadow: 0 0 8px rgba(248, 80, 80, 0.55);
  font-variant-numeric: tabular-nums;
}
.v4-tc-hero > i     { color: #a78bfa; filter: drop-shadow(0 0 5px rgba(167,139,250,.55)); }
.v4-tc-new > i      { color: #4ade80; filter: drop-shadow(0 0 5px rgba(74,222,128,.45)); }

/* Miniatura de boss no ticker */
.v4-ticker-boss-img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  vertical-align: middle;
  border-radius: 3px;
  flex-shrink: 0;
  filter: drop-shadow(0 0 4px rgba(255,140,50,.65));
}

/* â”€â”€ Lenda do Servidor â”€â”€ */
.v4-legend {
  position: relative;
  margin: 26px auto 6px;
  padding: 44px 20px 38px;
  width: min(880px, calc(100% - 32px));
  text-align: center;
  isolation: isolate;
}

.v4-legend-beam {
  position: absolute;
  inset: -30px -60px;
  z-index: -1;
  background:
    radial-gradient(ellipse 55% 70% at 50% 38%, rgba(255, 150, 60, 0.13), transparent 70%),
    radial-gradient(ellipse 30% 100% at 50% 0%, rgba(255, 210, 150, 0.10), transparent 60%);
  pointer-events: none;
}

.v4-legend-kicker {
  font-family: 'Cinzel', serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--v4-ember);
  margin-bottom: 8px;
}

.v4-legend-live {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #4ade80;
  background: rgba(74, 222, 128, 0.07);
  border: 1px solid rgba(74, 222, 128, 0.22);
  border-radius: 99px;
  padding: 3px 10px;
  margin-bottom: 14px;
  animation: v4-legend-pulse 2.4s ease-in-out infinite;
}

@keyframes v4-legend-pulse {
  0%, 100% { opacity: 0.75; }
  50%       { opacity: 1; }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   PÃ“DIO â€” layout, cards e animaÃ§Ãµes premium
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.v4-podium {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 14px;
  margin-top: 22px;
  flex-wrap: wrap;
}

/* â”€â”€ Card base â”€â”€ */
.v4-pc {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 14px;
  padding: 24px 18px 0;
  width: 204px;
  position: relative;
  /* entrada com fade+slide */
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.55s cubic-bezier(.22,.68,0,1.2),
              transform 0.55s cubic-bezier(.22,.68,0,1.2),
              box-shadow 0.3s ease;
}

.v4-pc.v4-pc-in { opacity: 1; transform: translateY(0); }

/* stagger de entrada: 2Âº primeiro, depois 1Âº, depois 3Âº */
.v4-pc.rank-2 { transition-delay: 0.05s; }
.v4-pc.rank-1 { transition-delay: 0.18s; }
.v4-pc.rank-3 { transition-delay: 0.30s; }

/* Hover: sobe o card */
.v4-pc:not(.v4-pc-empty):hover { transform: translateY(-8px); }

/* â”€â”€ RANK 1 â€” OURO â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.v4-pc.rank-1 {
  width: 230px;
  background:
    radial-gradient(ellipse 75% 55% at 50% 0%, rgba(255, 210, 70, 0.13), transparent 62%),
    rgba(18, 10, 3, 0.95);
  border: 1.5px solid rgba(255, 215, 0, 0.60);
  box-shadow:
    0 0 30px rgba(255, 215, 0, 0.22),
    0 0 70px rgba(255, 185, 0, 0.10),
    inset 0 0 40px rgba(255, 210, 80, 0.06);
  animation: v4-gold-glow 2.6s ease-in-out infinite;
}

@keyframes v4-gold-glow {
  0%, 100% {
    box-shadow: 0 0 30px rgba(255,215,0,.22), 0 0 70px rgba(255,185,0,.10), inset 0 0 40px rgba(255,210,80,.06);
    border-color: rgba(255,215,0,.60);
  }
  50% {
    box-shadow: 0 0 52px rgba(255,215,0,.45), 0 0 100px rgba(255,185,0,.20), inset 0 0 58px rgba(255,210,80,.10);
    border-color: rgba(255,235,80,.92);
  }
}

/* Sparkle dots no 1Âº lugar */
.v4-pc.rank-1::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background-image:
    radial-gradient(circle 1.8px at 14% 18%, rgba(255,245,120,.80) 0%, transparent 100%),
    radial-gradient(circle 1.2px at 82% 13%, rgba(255,245,120,.60) 0%, transparent 100%),
    radial-gradient(circle 1.4px at 72% 78%, rgba(255,245,120,.55) 0%, transparent 100%),
    radial-gradient(circle 1.8px at 22% 82%, rgba(255,245,120,.65) 0%, transparent 100%),
    radial-gradient(circle 1px   at 91% 52%, rgba(255,245,120,.40) 0%, transparent 100%),
    radial-gradient(circle 1.2px at 50% 10%, rgba(255,245,120,.50) 0%, transparent 100%);
  animation: v4-sparkle 3s ease-in-out infinite alternate;
}

@keyframes v4-sparkle {
  0%   { opacity: .35; }
  100% { opacity: 1; }
}

/* â”€â”€ RANK 2 â€” PRATA â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.v4-pc.rank-2 {
  background:
    radial-gradient(ellipse 75% 55% at 50% 0%, rgba(192, 200, 220, 0.09), transparent 62%),
    rgba(14, 12, 16, 0.93);
  border: 1px solid rgba(195, 205, 225, 0.44);
  box-shadow: 0 0 22px rgba(192,205,225,.13), inset 0 0 24px rgba(192,205,225,.03);
  animation: v4-silver-glow 3.4s ease-in-out infinite;
}

@keyframes v4-silver-glow {
  0%, 100% { box-shadow: 0 0 22px rgba(192,205,225,.13), inset 0 0 24px rgba(192,205,225,.03); border-color: rgba(195,205,225,.44); }
  50%       { box-shadow: 0 0 38px rgba(210,218,235,.28), inset 0 0 34px rgba(192,205,225,.07); border-color: rgba(218,225,240,.72); }
}

/* â”€â”€ RANK 3 â€” BRONZE â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.v4-pc.rank-3 {
  background:
    radial-gradient(ellipse 75% 55% at 50% 0%, rgba(185, 115, 48, 0.09), transparent 62%),
    rgba(13, 8, 4, 0.93);
  border: 1px solid rgba(185, 115, 48, 0.40);
  box-shadow: 0 0 18px rgba(185,115,48,.11), inset 0 0 20px rgba(185,115,48,.03);
  animation: v4-bronze-glow 4s ease-in-out infinite;
}

@keyframes v4-bronze-glow {
  0%, 100% { box-shadow: 0 0 18px rgba(185,115,48,.11), inset 0 0 20px rgba(185,115,48,.03); border-color: rgba(185,115,48,.40); }
  50%       { box-shadow: 0 0 32px rgba(210,138,55,.26), inset 0 0 30px rgba(185,115,48,.06); border-color: rgba(215,148,68,.66); }
}

/* â”€â”€ Medalha â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.v4-pc-medal {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
}

.v4-pc.rank-1 .v4-pc-medal {
  font-size: 46px;
  filter: drop-shadow(0 0 10px rgba(255,215,0,.75)) drop-shadow(0 0 22px rgba(255,180,0,.45));
  animation: v4-medal-float 2.8s ease-in-out infinite;
}

.v4-pc.rank-2 .v4-pc-medal {
  font-size: 34px;
  filter: drop-shadow(0 0 8px rgba(192,205,225,.55));
}

.v4-pc.rank-3 .v4-pc-medal {
  filter: drop-shadow(0 0 8px rgba(185,115,48,.55));
}

@keyframes v4-medal-float {
  0%, 100% { transform: translateY(0px)   scale(1); }
  50%       { transform: translateY(-6px) scale(1.06); }
}

/* â”€â”€ Nome â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.v4-pc-name {
  font-family: 'Cinzel', serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: var(--v4-ember-hot);
  text-shadow: 0 0 14px rgba(255,140,40,.4);
  line-height: 1.25;
  word-break: break-all;
  margin-bottom: 5px;
}

.v4-pc.rank-1 .v4-pc-name {
  font-size: 17px;
  background: linear-gradient(110deg, #f0d8b0 28%, #ffe080 44%, #ffd700 50%, #ffe080 56%, #f0d8b0 72%);
  background-size: 230% 100%;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: v4-title-shine 4s ease-in-out infinite;
  text-shadow: none;
}

.v4-pc.rank-2 .v4-pc-name { color: #cdd2de; text-shadow: 0 0 10px rgba(192,205,225,.35); }
.v4-pc.rank-3 .v4-pc-name { color: #c08850; text-shadow: 0 0 10px rgba(185,115,48,.35); }

/* â”€â”€ Classe Â· ClÃ£ â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.v4-pc-meta {
  font-size: 10px;
  letter-spacing: 0.06em;
  color: rgba(240, 222, 198, 0.44);
  margin-bottom: 14px;
}

/* â”€â”€ Tag de perÃ­odo 24h â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.v4-pc-period {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 210, 120, 0.75);
  background: rgba(255, 180, 60, 0.08);
  border: 1px solid rgba(255, 180, 60, 0.22);
  border-radius: 99px;
  padding: 2px 9px;
  margin-bottom: 10px;
}

.v4-pc.rank-1 .v4-pc-period {
  color: rgba(255, 225, 80, 0.90);
  background: rgba(255, 215, 0, 0.10);
  border-color: rgba(255, 215, 0, 0.30);
}

/* â”€â”€ Stats â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.v4-pc-stats {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 16px;
}

.v4-pc-stat { display: flex; flex-direction: column; align-items: center; }

.v4-pc-stat b {
  font-family: 'Cinzel', serif;
  font-size: 15px;
  font-weight: 800;
  color: var(--v4-ember-hot);
  line-height: 1.1;
}

.v4-pc.rank-1 .v4-pc-stat b { font-size: 18px; color: #ffd700; text-shadow: 0 0 10px rgba(255,215,0,.5); }
.v4-pc.rank-2 .v4-pc-stat b { color: #c8ceda; }
.v4-pc.rank-3 .v4-pc-stat b { color: #c08848; }

.v4-pc-stat em {
  font-style: normal;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(240, 222, 198, 0.38);
}

/* â”€â”€ Plataforma â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.v4-pc-base { width: 100%; border-radius: 0 0 13px 13px; margin-top: auto; }

.v4-pc.rank-1 .v4-pc-base {
  height: 50px;
  background: transparent;
  border-top: none;
}

.v4-pc.rank-2 .v4-pc-base {
  height: 32px;
  background: transparent;
  border-top: none;
}

.v4-pc.rank-3 .v4-pc-base {
  height: 18px;
  background: transparent;
  border-top: none;
}

/* â”€â”€ Placeholder vazio â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.v4-pc-empty { opacity: 0.28; filter: grayscale(0.75); pointer-events: none; }

.v4-pc-ghost {
  font-style: italic;
  color: rgba(240,222,198,.28) !important;
  -webkit-text-fill-color: unset !important;
  animation: none !important;
  text-shadow: none !important;
  background: none !important;
  background-clip: unset !important;
  -webkit-background-clip: unset !important;
}

/* â”€â”€ Mobile â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@media (max-width: 620px) {
  .v4-podium { flex-direction: column; align-items: center; }
  .v4-pc, .v4-pc.rank-1 { width: min(290px, 90%); }
  .v4-pc-base { height: 12px !important; }
  .v4-pc.rank-2 { transition-delay: 0.05s; }
  .v4-pc.rank-1 { transition-delay: 0.0s; }
  .v4-pc.rank-3 { transition-delay: 0.10s; }
}

/* â”€â”€ Rastreador de Bosses â”€â”€ */
.v4-boss-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 8px;
}

.v4-boss {
  position: relative;
  padding: 14px 10px 14px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid var(--v4-glass-line);
  background: linear-gradient(165deg, rgba(30, 17, 8, 0.92), rgba(13, 7, 4, 0.88));
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.v4-boss:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 188, 105, 0.42);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.5), 0 0 26px rgba(255, 130, 40, 0.14);
}

.v4-boss-ico {
  font-size: 24px;
  margin: 0 auto 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.v4-boss-img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  display: block;
  border-radius: 8px;
  filter: drop-shadow(0 0 10px rgba(255, 140, 50, 0.55));
  transition: filter 0.3s ease, transform 0.3s ease;
}

.v4-boss-img.dead {
  filter: grayscale(0.75) brightness(0.65) drop-shadow(0 0 6px rgba(100, 100, 100, 0.4));
}

.v4-boss:hover .v4-boss-img:not(.dead) {
  filter: drop-shadow(0 0 16px rgba(255, 160, 60, 0.85)) brightness(1.1);
  transform: scale(1.08);
}

.v4-boss-name {
  font-family: 'Cinzel', serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #f6e8d4;
  margin-bottom: 7px;
}

.v4-boss-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 4px 13px;
  border-radius: 999px;
  font-family: 'Cinzel', serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.v4-boss-status i {
  width: 7px; height: 7px;
  border-radius: 50%;
  font-style: normal;
}

.v4-boss-status.alive {
  color: #4ade80;
  border: 1px solid rgba(74, 222, 128, 0.4);
  background: rgba(74, 222, 128, 0.08);
}

.v4-boss-status.alive i {
  background: #4ade80;
  box-shadow: 0 0 8px rgba(74, 222, 128, 0.95);
  animation: pulse 1.8s ease infinite;
}

.v4-boss-status.dead {
  color: #f87171;
  border: 1px solid rgba(248, 113, 113, 0.35);
  background: rgba(248, 113, 113, 0.07);
}

.v4-boss-status.dead i { background: #f87171; }

.v4-boss-timer {
  margin-top: 10px;
  font-family: 'Cinzel', serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffd9a0;
  text-shadow: 0 0 12px rgba(255, 150, 60, 0.35);
  min-height: 20px;
}

.v4-boss-timer small {
  display: block;
  font-family: 'Rajdhani', sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(240, 222, 198, 0.45);
  margin-top: 2px;
}

/* timer de respawn: label em cima, countdown em destaque */
.v4-boss-respawn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.v4-boss-respawn small {
  margin-top: 0;
  color: rgba(248, 113, 113, 0.65);
  letter-spacing: 0.2em;
}

.v4-boss-respawn span {
  font-family: 'Cinzel', serif;
  font-size: 14px;
  font-weight: 700;
  color: #f87171;
  text-shadow: 0 0 10px rgba(248, 80, 80, 0.45);
}

/* â”€â”€ Canvas de brasas interativas do hero â”€â”€ */
.v4-hero-canvas {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

/* sword-chain-right: posiÃ§Ã£o ajustada */
.real-sword-chain-right {
  right: 10px !important;
  top: 22% !important;
  width: 440px !important;
}

/* â”€â”€ Cursor medieval â”€â”€ */
html {
  cursor: url("../images/cursors/cursor1-32.png") 2 2, auto;
}

a, button, [role="button"], .btn, .v4-btn,
label[for], select,
input[type="submit"], input[type="button"], input[type="reset"],
summary, [tabindex]:not([tabindex="-1"]) {
  cursor: url("../images/cursors/cursor2-32.png") 2 2, pointer !important;
}

/* â”€â”€ Rastro de brasa â”€â”€ */
.v4-fire-spark {
  position: fixed;
  pointer-events: none;
  z-index: 999999;
  width: var(--sz, 5px);
  height: var(--sz, 5px);
  border-radius: 50%;
  background: radial-gradient(circle at 40% 35%,
    #fff5c0 0%,
    #ffaa00 38%,
    #ff5500 68%,
    transparent 100%
  );
  box-shadow:
    0 0 3px 1px rgba(255, 160, 30, 0.75),
    0 0 7px 2px rgba(255, 80, 0, 0.35);
  animation: v4-ember var(--dur, 0.6s) ease-out forwards;
}

@keyframes v4-ember {
  0%   {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  60%  { opacity: 0.5; }
  100% {
    opacity: 0;
    transform:
      translate(calc(-50% + var(--dx, 0px)), calc(-50% + var(--dy, -30px)))
      scale(0.2)
      rotate(var(--spin, 60deg));
  }
}

@media (prefers-reduced-motion: reduce) {
  .v4-ticker-dot,
  .v4-legend-name,
  .v4-boss-status.alive i { animation: none !important; }
}

/* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
   RESPONSIVO
   â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@media (max-width: 1280px) {
  .v4-stats-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 1180px) {
  .v4-online-orb, .v4-nav-gap { display: none !important; }
  .nav-actions .online-pill {
    display: inline-flex !important;
    border: 1px solid rgba(255, 178, 92, 0.35);
    background: rgba(255, 150, 60, 0.08);
    color: var(--v4-ember-hot);
  }
}

@media (max-width: 920px) {
  .main-nav { display: none !important; }

  .topbar.v4-menu-open .main-nav {
    display: flex !important;
    position: absolute !important;
    top: 100%; left: 0; right: 0;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    padding: 10px 18px 16px !important;
    background: linear-gradient(180deg, rgba(14, 8, 4, 0.99), rgba(10, 5, 3, 0.99)) !important;
    border-bottom: 1px solid rgba(255, 178, 92, 0.25);
    box-shadow: 0 26px 50px rgba(0, 0, 0, 0.65);
    z-index: 90;
  }

  .topbar.v4-menu-open .main-nav a {
    padding: 13px 6px !important;
    border-bottom: 1px solid rgba(255, 178, 92, 0.10);
    font-size: 13px !important;
  }

  .hamburger span { background: var(--v4-ember-hot) !important; }
}

@media (max-width: 720px) {
  .v4-stats { margin-top: -22px; }
  .v4-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }
  .v4-stat { padding: 14px 8px 12px; }
}

/* Hero principal: exibe o BG original sem efeitos visuais. */
.hero-stage > .hero-bg {
  clip-path: none !important;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
  will-change: auto !important;
}

.hero-stage > .hero-overlay,
.hero-stage > .hero-vignette,
.hero-stage > canvas,
.hero-stage > .hero-lightning,
.hero-stage > .arcane-three-bg,
.hero-stage > .hero-crow-video {
  display: none !important;
}

.hero-stage > .hero-panel {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Moldura decorativa externa, sem pelÃ­cula sobre a imagem. */
.hero-stage > .hero-bg-frame {
  position: absolute !important;
  inset: 9px !important;
  z-index: 4 !important;
  pointer-events: none;
  border: 1px solid rgba(218, 157, 79, 0.42);
  outline: 1px solid rgba(20, 10, 5, 0.48);
  outline-offset: 4px;
  box-shadow:
    0 0 0 1px rgba(255, 202, 125, 0.05),
    0 0 24px rgba(226, 128, 42, 0.10),
    inset 0 0 18px rgba(226, 128, 42, 0.05);
}

.hero-stage > .hero-bg-frame::before,
.hero-stage > .hero-bg-frame::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  border-color: rgba(255, 190, 105, 0.56);
  filter: drop-shadow(0 0 7px rgba(231, 133, 48, 0.20));
}

.hero-stage > .hero-bg-frame::before {
  top: -3px;
  left: -3px;
  border-top: 2px solid rgba(255, 190, 105, 0.56);
  border-left: 2px solid rgba(255, 190, 105, 0.56);
}

.hero-stage > .hero-bg-frame::after {
  right: -3px;
  bottom: -3px;
  border-right: 2px solid rgba(255, 190, 105, 0.56);
  border-bottom: 2px solid rgba(255, 190, 105, 0.56);
}

@media (max-width: 720px) {
  .hero-stage > .hero-bg-frame {
    inset: 5px !important;
    outline-offset: 2px;
  }

  .hero-stage > .hero-bg-frame::before,
  .hero-stage > .hero-bg-frame::after {
    width: 30px;
    height: 30px;
  }
}

