:root {
  --gold: #D4A437;
  --gold-bright: #F1C75B;
  --gold-deep: #A6761D;
  --bg: #0F0F0F;
  --bg-soft: #1A1A1A;
  --brown: #2B1B12;
  --orange: #FF6A00;
  --red: #C0392B;
  --blood: #8B0000;
  --border: rgba(212, 164, 55, 0.18);
  --border-strong: rgba(212, 164, 55, 0.35);
  --surface: rgba(16, 16, 16, 0.78);
  --surface-strong: rgba(20, 20, 20, 0.92);
  --surface-soft: rgba(30, 22, 16, 0.72);
  --text: #F7E8BE;
  --text-soft: #CBAE71;
  --text-dim: #9F8961;
  --text-muted: #8f7a59;
  --shadow: rgba(0, 0, 0, 0.48);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  background:
    linear-gradient(180deg, rgba(9, 9, 9, 0.68), rgba(9, 9, 9, 0.9)),
    url("/images/background.png") center top / cover no-repeat fixed;
  color: var(--text);
  font: 15px/1.65 Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 106, 0, 0.16), transparent 22%),
    radial-gradient(circle at 80% 10%, rgba(192, 57, 43, 0.12), transparent 20%),
    linear-gradient(rgba(255,255,255,0.02), rgba(255,255,255,0.02));
  pointer-events: none;
}

a {
  color: var(--gold-bright);
  text-decoration: none;
}

a:hover {
  color: #ffe599;
}

.shell {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 20px 0 12px;
  backdrop-filter: blur(10px);
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.6), rgba(8, 8, 8, 0));
}

.header-bar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas: "brand utility";
  align-items: center;
  gap: 18px;
  padding: 14px 18px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(18, 18, 18, 0.9), rgba(12, 12, 12, 0.82));
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255,255,255,0.04);
}

.brand {
  grid-area: brand;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: var(--text);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 98px;
  height: 98px;
  padding: 8px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(27, 23, 19, 0.92), rgba(9, 9, 9, 0.92));
  border: 1px solid var(--border);
  overflow: hidden;
  flex: 0 0 auto;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font: 800 1.18rem/1.15 "Cinzel", Georgia, serif;
  letter-spacing: 0.04em;
  color: #fff0c2;
}

.brand small {
  margin-top: 4px;
  color: var(--text-dim);
  font-size: 12px;
}

.header-status {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.header-utility {
  grid-area: utility;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.header-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.language-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}

.header-lang-pill {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(0,0,0,0.22), rgba(0,0,0,0.42)),
    rgba(255,255,255,0.04);
  color: #fff3cf;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.48);
  overflow: hidden;
  position: relative;
}

.header-lang-pill.active,
.header-lang-pill:hover {
  border-color: rgba(241, 199, 91, 0.42);
  color: #fff1c8;
  box-shadow: 0 0 14px rgba(255, 106, 0, 0.18);
}

.header-lang-pill.locale-en {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0.4)),
    linear-gradient(90deg, #b22234 0 14%, #ffffff 14% 28%, #b22234 28% 42%, #ffffff 42% 56%, #b22234 56% 70%, #ffffff 70% 84%, #b22234 84% 100%);
}

.header-lang-pill.locale-pt-br {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0.4)),
    linear-gradient(135deg, #1f8f45 0%, #1f8f45 100%);
}

.header-lang-pill.locale-es {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0.4)),
    linear-gradient(180deg, #aa151b 0 25%, #f1bf00 25% 75%, #aa151b 75% 100%);
}

.header-lang-pill.locale-pl {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0.4)),
    linear-gradient(180deg, #ffffff 0 50%, #dc143c 50% 100%);
}

.header-cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.04);
  color: #fcebc0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.header-cta:hover {
  transform: translateY(-1px);
  border-color: rgba(241, 199, 91, 0.45);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.22);
}

.header-cta-primary {
  background: linear-gradient(145deg, rgba(241, 199, 91, 0.98), rgba(166, 118, 29, 0.92));
  color: #16110a;
  border-color: rgba(241, 199, 91, 0.32);
  box-shadow: 0 0 20px rgba(255, 106, 0, 0.18);
}

.header-cta-primary:hover {
  color: #120e08;
  box-shadow: 0 0 24px rgba(255, 106, 0, 0.34);
}

.header-cta-secondary:hover {
  background: rgba(255, 106, 0, 0.08);
}

.status-pill,
.panel-chip {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 106, 0, 0.06);
  color: var(--text-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.status-pill strong,
.panel-chip strong {
  margin-left: 4px;
  color: var(--gold-bright);
}

.hero {
  padding: 34px 0 18px;
}

.launch-countdown-strip {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  margin: 8px auto 0;
  padding: 16px 22px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(16, 16, 16, 0.94), rgba(45, 20, 14, 0.82));
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255,255,255,0.03);
}

.launch-countdown-strip-copy {
  display: grid;
  gap: 4px;
}

.launch-countdown-strip-copy strong {
  color: #fff1c8;
  font: 800 1.1rem/1.05 "Cinzel", Georgia, serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.launch-countdown-strip-copy span {
  color: var(--text-dim);
  font-size: 12px;
}

.launch-countdown-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.launch-countdown-mini {
  display: flex;
  min-height: 78px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 14px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(19, 19, 19, 0.92), rgba(13, 13, 13, 0.82));
  text-align: center;
}

.launch-countdown-mini span {
  display: block;
  margin-bottom: 8px;
  color: var(--text-dim);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.launch-countdown-mini strong {
  display: block;
  color: #fff0c8;
  font: 800 clamp(1.7rem, 3vw, 2.2rem)/1 "Cinzel", Georgia, serif;
}

.page-home .hero {
  min-height: 0;
  display: flex;
  align-items: center;
  padding-top: 10px;
}

.war-ticker {
  padding-top: 8px;
  margin-bottom: 6px;
}

.account-entry-band {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
  gap: 18px;
  margin: 8px 0 26px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(39, 23, 12, 0.92), rgba(14, 14, 14, 0.9));
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255,255,255,0.03);
}

.account-entry-lead h2 {
  margin: 8px 0 10px;
  font: 800 clamp(1.6rem, 3vw, 2.35rem) / 1.02 "Cinzel", Georgia, serif;
  color: #fff2c8;
}

.account-entry-lead p {
  margin: 0;
  color: var(--text-soft);
  max-width: 60ch;
}

.account-entry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.account-entry-card {
  min-height: 100%;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(19, 19, 19, 0.92), rgba(13, 13, 13, 0.82));
}

.account-entry-tag {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--gold-bright);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.account-entry-card h3 {
  margin: 0 0 8px;
  font: 800 1.08rem/1.12 "Cinzel", Georgia, serif;
  color: #fff0c8;
}

.account-entry-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 14px;
}

.launch-countdown-band {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.2fr) minmax(0, 0.95fr);
  gap: 18px;
  margin: 0 0 28px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(16, 16, 16, 0.94), rgba(45, 20, 14, 0.82));
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255,255,255,0.03);
}

.launch-countdown-copy h2 {
  margin: 8px 0 10px;
  font: 800 clamp(1.5rem, 2.7vw, 2.15rem) / 1.02 "Cinzel", Georgia, serif;
  color: #fff1c8;
}

.launch-countdown-copy p,
.launch-checklist-card p {
  margin: 0;
  color: var(--text-soft);
}

.launch-countdown-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
  color: var(--text-dim);
  font-size: 13px;
}

.launch-countdown-meta strong {
  color: var(--gold-bright);
  font-weight: 800;
}

.launch-countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-content: start;
  align-items: stretch;
}

.launch-countdown-card,
.launch-checklist-card {
  padding: 18px;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(19, 19, 19, 0.92), rgba(13, 13, 13, 0.82));
}

.launch-countdown-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--text-dim);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.launch-countdown-card {
  display: flex;
  min-height: 136px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.launch-countdown-card strong {
  display: block;
  width: 100%;
  margin: auto 0;
  font: 800 clamp(1.9rem, 4vw, 2.7rem) / 1 "Cinzel", Georgia, serif;
  color: #fff0c8;
  text-align: center;
}

.launch-checklist-list {
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--text-soft);
}

.launch-checklist-list li + li {
  margin-top: 8px;
}

.war-ticker-shell {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  padding: 14px 18px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(18, 18, 18, 0.86), rgba(10, 10, 10, 0.76));
  overflow: hidden;
}

.war-ticker-label {
  color: #fff0c8;
  font: 800 0.88rem/1 "Cinzel", Georgia, serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.war-ticker-track {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.war-ticker-items {
  display: inline-flex;
  gap: 38px;
  min-width: max-content;
  align-items: center;
  animation: tickerMove 30s linear infinite;
}

.war-ticker-items span {
  color: var(--text-soft);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
}

.war-ticker-items span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--gold-bright), var(--orange));
  box-shadow: 0 0 10px rgba(255, 106, 0, 0.55);
  vertical-align: middle;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 28px;
  align-items: center;
}

.hero-copy-wrap {
  padding: 12px 0;
  animation: riseIn 600ms ease-out both;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-bright);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero h1,
.page-heading h1,
.article-card h1 {
  margin: 0 0 16px;
  color: #fff4d3;
  font: 800 clamp(2.8rem, 5vw, 5rem)/0.95 "Cinzel", Georgia, serif;
  letter-spacing: 0.03em;
  text-wrap: balance;
}

.hero-copy,
.page-heading p,
.panel p,
.article-card p,
.sidebox p,
.meta-line,
.muted-label,
.ranking-meta,
.character-meta {
  color: var(--text-soft);
}

.hero-copy {
  max-width: 680px;
  font-size: 1.05rem;
}

.hero-subnote {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0 26px;
}

.hero-points span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255,255,255,0.03);
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
}

.hero-actions,
.tab-row,
.section-topline,
.ranking-main,
.ranking-meta,
.character-meta,
.table-identity {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  align-items: center;
  row-gap: 14px;
}

.button,
.tab-row a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid var(--border);
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: 0.2s ease;
  text-align: center;
}

.hero-actions .button,
.launch-cta-actions .button,
.sidebar-cta-stack .button {
  justify-content: center;
}

.button.primary {
  background: linear-gradient(145deg, var(--gold), var(--gold-deep));
  color: #120c06;
  box-shadow:
    inset 0 1px 0 rgba(255, 240, 194, 0.4),
    0 0 24px rgba(255, 106, 0, 0.2);
}

.button.secondary,
.tab-row a {
  background: rgba(255,255,255,0.04);
  color: var(--gold-bright);
}

.button.disabled {
  background: rgba(255,255,255,0.05);
  color: var(--text-dim);
  pointer-events: none;
  opacity: 0.78;
}

.button:hover,
.tab-row a:hover,
.tab-row a.active {
  box-shadow: 0 0 18px rgba(255, 106, 0, 0.24);
  transform: translateY(-1px);
}

.hero-visual {
  position: relative;
  min-height: 520px;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(20, 20, 20, 0.82), rgba(10, 10, 10, 0.74)),
    radial-gradient(circle at 50% 20%, rgba(255, 106, 0, 0.14), transparent 34%);
  box-shadow:
    0 24px 48px rgba(0,0,0,0.3),
    inset 0 1px 0 rgba(255,255,255,0.03);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: riseIn 700ms ease-out both;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(255, 106, 0, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.02), transparent);
  pointer-events: none;
}

.hero-aura {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  opacity: 0.55;
  pointer-events: none;
}

.hero-aura-one {
  width: 240px;
  height: 240px;
  top: 6%;
  right: 8%;
  background: radial-gradient(circle, rgba(255, 106, 0, 0.28), transparent 68%);
  animation: pulseAura 6s ease-in-out infinite;
}

.hero-aura-two {
  width: 180px;
  height: 180px;
  left: 8%;
  bottom: 18%;
  background: radial-gradient(circle, rgba(212, 164, 55, 0.18), transparent 68%);
  animation: pulseAura 8s ease-in-out infinite reverse;
}

.hero-live-pill {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(9, 9, 9, 0.48);
  backdrop-filter: blur(8px);
  color: var(--text);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.hero-logo {
  position: relative;
  width: min(100%, 620px);
  margin: 0 auto 18px;
  display: block;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.42));
  animation: floatLogo 8s ease-in-out infinite;
}

.hero-stat-cluster {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  position: relative;
  z-index: 1;
}

.hero-stat-card {
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(14, 14, 14, 0.74);
  backdrop-filter: blur(8px);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.hero-stat-card:hover,
.feature-card:hover,
.panel:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(0,0,0,0.34);
}

.hero-stat-card span {
  display: block;
  color: var(--text-dim);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-stat-card strong {
  display: block;
  margin-top: 8px;
  color: #fff0c1;
  font: 800 1.9rem/1 "Cinzel", Georgia, serif;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 8px auto 26px;
}

.world-ribbon {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 8px auto 30px;
  padding: 0;
}

.world-ribbon article {
  padding: 24px 10px 18px 0;
  border-top: 1px solid rgba(241, 199, 91, 0.18);
}

.world-ribbon span,
.feature-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--gold-bright);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.world-ribbon strong {
  display: block;
  margin-bottom: 10px;
  color: #fff2cb;
  font: 800 1.45rem/1.08 "Cinzel", Georgia, serif;
}

.world-ribbon p {
  margin: 0;
  color: var(--text-soft);
}

.battle-command-grid,
.rankings-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(0, 0.85fr));
  gap: 18px;
  margin: 10px 0 28px;
}

.rankings-showcase {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}

.rankings-sidefeed {
  display: grid;
  gap: 18px;
}

.battle-command,
.rankings-feature {
  padding: 24px 24px 22px;
  border-radius: 26px;
  border: 1px solid rgba(241, 199, 91, 0.16);
  background:
    linear-gradient(180deg, rgba(18, 18, 18, 0.88), rgba(10, 10, 10, 0.84));
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255,255,255,0.03);
}

.battle-command-feature,
.rankings-feature {
  background:
    radial-gradient(circle at top right, rgba(255, 106, 0, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(22, 16, 12, 0.9), rgba(10, 10, 10, 0.86));
}

.battle-command-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--gold-bright);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.battle-command h2,
.rankings-feature h2 {
  margin: 0 0 12px;
  color: #fff1c7;
  font: 800 clamp(1.8rem, 3vw, 2.6rem)/0.98 "Cinzel", Georgia, serif;
}

.battle-command h2 strong {
  display: block;
}

.battle-command h2 span {
  display: block;
  margin-top: 8px;
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.45;
}

.battle-command h3 {
  margin: 0 0 10px;
  color: #fff1c7;
  font: 800 1.55rem/1.02 "Cinzel", Georgia, serif;
}

.battle-command p,
.rankings-feature p {
  margin: 0;
  color: var(--text-soft);
}

.battle-command-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
  color: var(--text-dim);
  font-size: 13px;
}

.rankings-feature .tab-row {
  margin-top: 18px;
}

.rankings-ledger,
.death-ledger {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ledger-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.ledger-row:last-child {
  border-bottom: none;
}

.ledger-rank {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.ledger-rank div {
  min-width: 0;
}

.ledger-rank strong {
  color: #fff2cb;
}

.ledger-rank small,
.ledger-meta small {
  display: block;
  margin-top: 4px;
  color: var(--text-dim);
}

.ledger-value {
  color: #fff1c5;
  font: 800 1.4rem/1 "Cinzel", Georgia, serif;
}

.ledger-meta {
  display: grid;
  justify-items: end;
  gap: 4px;
  color: var(--text-soft);
  text-align: right;
}

.death-ledger-row {
  align-items: start;
}

.systems-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 30px;
}

.systems-lead {
  padding: 40px 42px;
  border-radius: 30px;
  border: 1px solid rgba(241, 199, 91, 0.16);
  background:
    radial-gradient(circle at top left, rgba(255, 106, 0, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(20, 16, 12, 0.92), rgba(8, 8, 8, 0.9));
  box-shadow:
    0 30px 50px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255,255,255,0.04);
}

.systems-lead h2 {
  margin: 0 0 18px;
  color: #fff4d1;
  font: 800 clamp(2.2rem, 4vw, 3.6rem)/0.98 "Cinzel", Georgia, serif;
  text-wrap: balance;
}

.systems-lead > p {
  max-width: 58ch;
  color: var(--text-soft);
  font-size: 1.02rem;
}

.systems-points,
.systems-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.systems-points {
  margin: 22px 0 26px;
}

.systems-points span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  color: #f6e6bf;
  font-size: 13px;
  font-weight: 700;
}

.systems-stack {
  display: grid;
  gap: 18px;
}

.system-spotlight {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.06);
  background:
    radial-gradient(circle at top right, rgba(255, 106, 0, 0.12), transparent 35%),
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015)),
    rgba(255,255,255,0.02);
}

.system-spotlight h3 {
  margin: 0 0 10px;
  color: #fff0ca;
  font: 800 1.45rem/1.08 "Cinzel", Georgia, serif;
}

.system-spotlight p {
  margin: 0;
  color: var(--text-soft);
}

.narrative-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 26px;
  margin-bottom: 30px;
  align-items: start;
}

.narrative-copy {
  padding-right: 18px;
}

.narrative-copy h2 {
  margin: 0 0 16px;
  color: #fff2cd;
  font: 800 clamp(2rem, 3.8vw, 3.1rem)/1 "Cinzel", Georgia, serif;
  text-wrap: balance;
}

.narrative-copy p:last-child {
  margin-bottom: 0;
}

.narrative-steps {
  display: grid;
  gap: 16px;
}

.narrative-step {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.narrative-step strong {
  color: var(--gold-bright);
  font: 800 2rem/1 "Cinzel", Georgia, serif;
}

.narrative-step h3 {
  margin: 0 0 8px;
  color: #fff0ca;
  font: 800 1.2rem/1.1 "Cinzel", Georgia, serif;
}

.narrative-step p {
  margin: 0;
  color: var(--text-soft);
}

.feature-card,
.panel,
.article-card,
.sidebox {
  position: relative;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: linear-gradient(180deg, var(--surface), rgba(12, 12, 12, 0.88));
  box-shadow:
    0 16px 32px var(--shadow),
    inset 0 1px 0 rgba(255,255,255,0.03);
  backdrop-filter: blur(10px);
}

.feature-card {
  padding: 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--gold-bright);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.feature-card h3 {
  margin: 0 0 8px;
  color: #fff0ca;
  font: 800 1.18rem/1.2 "Cinzel", Georgia, serif;
}

.feature-card p {
  margin: 0;
  color: var(--text-soft);
}

.stack-page {
  padding: 30px 0 46px;
}

.page-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 22px;
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 110px;
  align-self: start;
}

.sidebox {
  padding: 18px;
}

.sidebox-accent {
  background:
    radial-gradient(circle at top right, rgba(255, 106, 0, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(22, 16, 12, 0.92), rgba(10, 10, 10, 0.9));
}

.sidebox h3 {
  margin: 0 0 14px;
  color: #fff0cb;
  font: 800 1.05rem/1.2 "Cinzel", Georgia, serif;
}

.sidebar-cta-stack {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.sidebar .button {
  width: 100%;
}

.sidebox a {
  display: block;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: var(--text);
  font-weight: 700;
}

.sidebox a:last-child {
  border-bottom: none;
}

.sidebox a.active,
.sidebox a:hover {
  color: var(--gold-bright);
}

.sidebox-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.sidebox-row:last-child {
  border-bottom: none;
}

.home-content-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
  margin-bottom: 40px;
}

.launch-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.downloads-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.85fr 0.85fr;
  gap: 18px;
  margin-top: 18px;
}

.launch-card {
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 18px;
  background: rgba(255,255,255,0.02);
}

.download-card {
  padding: 22px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015)),
    rgba(255,255,255,0.02);
}

.featured-download {
  background:
    radial-gradient(circle at top right, rgba(255, 106, 0, 0.14), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02)),
    rgba(255,255,255,0.02);
  border-color: var(--border-strong);
}

.download-card h3 {
  margin: 0 0 10px;
  color: #fff0ca;
  font: 800 1.18rem/1.2 "Cinzel", Georgia, serif;
}

.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.install-list {
  margin: 0;
  padding-left: 22px;
  color: var(--text-soft);
}

.download-note {
  margin: 14px 0 0;
  color: var(--text-dim);
  font-size: 0.92rem;
}

.install-list li + li {
  margin-top: 12px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.faq-card {
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 18px;
  background: rgba(255,255,255,0.02);
}

.faq-card h3 {
  margin: 0 0 10px;
  color: #fff0ca;
  font: 800 1rem/1.25 "Cinzel", Georgia, serif;
}

.faq-card p {
  margin: 0;
}

.launch-card h3 {
  margin: 0 0 8px;
  color: #fff0ca;
  font: 800 1.12rem/1.2 "Cinzel", Georgia, serif;
}

.launch-card p {
  min-height: 78px;
}

.launch-card .button,
.launch-card .button.disabled {
  margin-top: 6px;
}

.launch-card small {
  display: block;
  margin-top: 12px;
  color: var(--text-dim);
}

.launch-meta {
  margin-top: 10px;
}

.launch-feedback {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(212, 164, 55, 0.18);
  background: rgba(255,255,255,0.03);
  color: var(--text-soft);
  font-size: 13px;
  line-height: 1.6;
}

.launch-feedback a {
  font-weight: 700;
}

.launch-feedback.is-pending {
  border-color: rgba(212, 164, 55, 0.24);
  background: rgba(212, 164, 55, 0.08);
  color: #f6e6bd;
}

.launch-feedback.is-error {
  border-color: rgba(255, 106, 0, 0.34);
  background: rgba(139, 0, 0, 0.16);
  color: #ffd6cb;
}

.spotlight-panel {
  grid-row: span 2;
}

.panel,
.article-card {
  padding: 22px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.section-topline {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.section-topline h2 {
  margin: 0;
  color: #fff0c8;
  font: 800 1.2rem/1.2 "Cinzel", Georgia, serif;
}

.text-link {
  color: var(--gold-bright);
  font-size: 13px;
  font-weight: 700;
}

.news-stack,
.list-table,
.ranking-table {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.news-feature {
  display: block;
  padding: 18px;
  border: 1px solid rgba(212, 164, 55, 0.08);
  border-radius: 18px;
  background: rgba(255,255,255,0.02);
}

.news-feature strong {
  display: block;
  margin-bottom: 8px;
  color: #fff0ca;
  font: 800 1.15rem/1.2 "Cinzel", Georgia, serif;
}

.news-feature p {
  margin: 0;
}

.stats-list,
.plain-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.stats-list li,
.plain-list li,
.ranking-row,
.list-row,
.death-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.stats-list li:last-child,
.plain-list li:last-child,
.ranking-row:last-child,
.list-row:last-child,
.death-row:last-child {
  border-bottom: none;
}

.table-index {
  display: inline-flex;
  min-width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255,106,0,0.12);
  color: var(--gold-bright);
  font-size: 12px;
  font-weight: 800;
}

.tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255,106,0,0.12);
  border: 1px solid rgba(212,164,55,0.15);
  color: var(--gold-bright);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-preview {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.news-preview:last-child {
  border-bottom: none;
}

.content-column {
  min-width: 0;
}

.card-grid,
.news-grid,
.footer-grid,
.info-grid,
.dashboard-grid,
.character-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.summary-strip,
.ranking-podium {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 20px;
}

.wide {
  grid-column: span 2;
}

.page-heading {
  margin-bottom: 20px;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 18px;
  align-items: end;
  margin-bottom: 24px;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(255, 106, 0, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(20, 20, 20, 0.84), rgba(10, 10, 10, 0.82));
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255,255,255,0.03);
}

.page-hero-copy p:last-child {
  margin-bottom: 0;
}

.page-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.mini-metric {
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 18px;
  background: rgba(255,255,255,0.025);
}

.mini-metric span {
  display: block;
  color: var(--text-dim);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mini-metric strong {
  display: block;
  margin-top: 8px;
  color: #fff0c8;
  font: 800 1.15rem/1.1 "Cinzel", Georgia, serif;
}

.page-hero-downloads {
  background:
    radial-gradient(circle at top right, rgba(255, 106, 0, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(24, 16, 12, 0.9), rgba(10, 10, 10, 0.84));
}

.page-hero-server {
  background:
    radial-gradient(circle at top right, rgba(212, 164, 55, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(20, 20, 20, 0.88), rgba(10, 10, 10, 0.82));
}

.page-hero-rankings {
  background:
    radial-gradient(circle at top right, rgba(255, 106, 0, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(20, 16, 12, 0.9), rgba(10, 10, 10, 0.84));
}

.page-hero-deaths {
  background:
    radial-gradient(circle at top right, rgba(192, 57, 43, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(24, 14, 12, 0.9), rgba(10, 10, 10, 0.84));
}

.page-hero-online {
  background:
    radial-gradient(circle at top right, rgba(128, 197, 63, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(18, 18, 14, 0.9), rgba(10, 10, 10, 0.84));
}

.page-hero-character {
  background:
    radial-gradient(circle at top right, rgba(212, 164, 55, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(22, 18, 14, 0.9), rgba(10, 10, 10, 0.84));
}

.page-hero-news {
  background:
    radial-gradient(circle at top right, rgba(255, 106, 0, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(23, 16, 12, 0.9), rgba(10, 10, 10, 0.84));
}

.page-hero-dashboard {
  background:
    radial-gradient(circle at top right, rgba(212, 164, 55, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(22, 18, 14, 0.9), rgba(10, 10, 10, 0.84));
}

.news-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 22px;
}

.news-hero-card {
  padding: 28px;
  min-height: 100%;
  background:
    radial-gradient(circle at top right, rgba(255, 106, 0, 0.12), transparent 40%),
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.02)),
    rgba(255,255,255,0.02);
}

.news-hero-card h2,
.news-mini-card h3 {
  margin: 0 0 10px;
  color: #fff0ca;
  font: 800 1.5rem/1.15 "Cinzel", Georgia, serif;
}

.news-mini-card h3 {
  font-size: 1.08rem;
}

.news-side-stack {
  display: grid;
  gap: 18px;
}

.news-mini-card {
  padding: 20px;
}

.article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.summary-card,
.podium-card {
  position: relative;
  overflow: hidden;
}

.summary-card::before,
.podium-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(241,199,91,0.7), transparent 65%);
}

.summary-label,
.podium-place {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--gold-bright);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.summary-card strong,
.podium-value {
  display: block;
  margin-bottom: 10px;
  color: #fff3d2;
  font: 800 clamp(1.9rem, 3vw, 2.5rem)/0.95 "Cinzel", Georgia, serif;
}

.summary-card p,
.podium-card p {
  margin-bottom: 0;
}

.podium-card {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  background:
    radial-gradient(circle at top right, rgba(255, 106, 0, 0.14), transparent 35%),
    linear-gradient(180deg, rgba(22, 16, 12, 0.9), rgba(10, 10, 10, 0.86));
}

.podium-card h3 {
  margin: 0 0 10px;
  font: 800 1.55rem/1.05 "Cinzel", Georgia, serif;
}

.podium-card.is-champion {
  transform: translateY(-8px);
  border-color: rgba(241, 199, 91, 0.34);
  box-shadow:
    0 22px 40px rgba(0, 0, 0, 0.26),
    0 0 28px rgba(255, 106, 0, 0.12);
}

.podium-card.is-champion .podium-place {
  color: #fff3b0;
}

.auth-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
  gap: 22px;
}

.auth-card {
  min-height: 100%;
}

.auth-promo {
  padding: 28px;
  background:
    radial-gradient(circle at top right, rgba(255, 106, 0, 0.14), transparent 38%),
    linear-gradient(180deg, rgba(24, 16, 12, 0.9), rgba(10, 10, 10, 0.84));
}

.auth-form-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.auth-feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.auth-feature-list span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
}

.auth-form {
  display: grid;
  gap: 16px;
}

.auth-form label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-weight: 700;
}

.auth-form input {
  min-height: 50px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: rgba(8,8,8,0.75);
  color: #fff1cb;
  font: inherit;
}

.alert.error {
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(192,57,43,0.4);
  background: rgba(139,0,0,0.18);
  color: #ffd0c7;
  font-weight: 700;
}

.alert.success {
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(120, 180, 80, 0.4);
  background: rgba(70, 110, 40, 0.18);
  color: #e0ffd0;
  font-weight: 700;
}

.inline-form {
  margin-top: 16px;
}

.auth-alt-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.auth-alt-action span {
  color: var(--text-dim);
}

.auth-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 16px;
}

.auth-inline-links a {
  color: var(--gold-bright);
  font-weight: 700;
}

.compact-form {
  gap: 14px;
}

.muted-copy {
  color: var(--text-dim);
}

.button.danger {
  background: linear-gradient(145deg, rgba(192, 57, 43, 0.96), rgba(128, 18, 18, 0.9));
  color: #fff3e8;
  border-color: rgba(255, 122, 89, 0.28);
}

.button.danger:hover {
  box-shadow: 0 0 18px rgba(192, 57, 43, 0.32);
}

.character-roster {
  display: grid;
  gap: 18px;
}

.character-card {
  padding: 20px 22px;
  border-radius: 22px;
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(18, 18, 18, 0.88), rgba(10, 10, 10, 0.84));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.03),
    0 16px 26px rgba(0, 0, 0, 0.12);
}

.character-card-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
}

.character-card-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font: 800 1.18rem/1.2 "Cinzel", Georgia, serif;
}

.character-card-title a {
  color: #fff1c9;
}

.character-card-subtitle {
  margin: 0;
  color: var(--text-dim);
}

.character-card-stats {
  display: grid;
  gap: 8px;
  justify-items: end;
  color: var(--text-soft);
  font-size: 13px;
  text-align: right;
}

.character-card-actions {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.character-state {
  display: inline-flex;
  margin-left: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid var(--border);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.character-state.pending {
  background: rgba(255, 106, 0, 0.1);
  color: #ffd08e;
}

.character-state.ready {
  background: rgba(90, 150, 55, 0.1);
  color: #c7f1a5;
}

.danger-details {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.danger-details summary {
  cursor: pointer;
  color: #ffb3a5;
  font-weight: 800;
  list-style: none;
}

.danger-details summary::-webkit-details-marker {
  display: none;
}

.danger-details p {
  margin: 12px 0 0;
  color: var(--text-dim);
}

.delete-character-form {
  margin-top: 12px;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  flex: 0 0 auto;
}

.status-dot.online {
  background: #80c53f;
  box-shadow: 0 0 10px rgba(128,197,63,0.5);
}

.status-dot.offline {
  background: #6d5a47;
}

.site-footer {
  margin-top: 34px;
  padding: 34px 0 44px;
  border-top: 1px solid rgba(255,255,255,0.06);
  background: linear-gradient(180deg, rgba(10,10,10,0.72), rgba(7,7,7,0.9));
}

.footer-cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 28px;
  padding: 24px 26px;
  border: 1px solid rgba(241, 199, 91, 0.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at right center, rgba(255, 106, 0, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(22, 16, 12, 0.86), rgba(10, 10, 10, 0.9));
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255,255,255,0.03);
}

.footer-cta-copy h3 {
  margin: 0 0 10px;
  color: #fff2cb;
  font: 800 1.65rem/1.05 "Cinzel", Georgia, serif;
}

.footer-cta-copy p:last-child {
  margin-bottom: 0;
}

.footer-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 650ms ease,
    transform 650ms ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes floatLogo {
  0% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0); }
}

@keyframes pulseAura {
  0% { transform: scale(0.98); opacity: 0.42; }
  50% { transform: scale(1.08); opacity: 0.62; }
  100% { transform: scale(0.98); opacity: 0.42; }
}

@keyframes tickerMove {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-50% - 19px)); }
}

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

.site-footer h3,
.site-footer h4 {
  margin-top: 0;
  color: #fff0ca;
  font-family: "Cinzel", Georgia, serif;
}

.site-footer p {
  color: var(--text-dim);
}

@media (max-width: 1180px) {
  .header-bar {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "utility";
    justify-items: center;
  }

  .header-utility,
  .header-status,
  .header-actions {
    justify-content: center;
  }

  .brand {
    justify-content: center;
    text-align: center;
  }

  .war-ticker-shell {
    grid-template-columns: 1fr;
  }

  .launch-countdown-strip {
    grid-template-columns: 1fr;
  }

  .hero-grid,
  .home-content-grid,
  .page-hero,
  .battle-command-grid,
  .rankings-showcase,
  .systems-showcase,
  .narrative-band {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 460px;
  }

  .feature-grid,
  .world-ribbon,
  .page-hero-metrics,
  .faq-grid,
  .summary-strip,
  .ranking-podium {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rankings-sidefeed {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .launch-countdown-band,
  .account-entry-band,
  .page-layout,
  .card-grid,
  .news-grid,
  .footer-grid,
  .info-grid,
  .launch-grid,
  .downloads-grid,
  .dashboard-grid,
  .character-grid {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
  }

  .wide {
    grid-column: span 1;
  }

  .footer-cta-band {
    grid-template-columns: 1fr;
  }

  .footer-cta-actions {
    justify-content: center;
  }
}

@media (max-width: 720px) {
  .shell {
    width: min(100% - 24px, 1280px);
  }

  .launch-countdown-strip-grid,
  .launch-countdown-grid,
  .account-entry-grid,
  .feature-grid,
  .world-ribbon,
  .hero-stat-cluster,
  .page-hero-metrics,
  .faq-grid,
  .summary-strip,
  .ranking-podium {
    grid-template-columns: 1fr;
  }

  .rankings-sidefeed {
    grid-template-columns: 1fr;
  }

  .ledger-row {
    grid-template-columns: 1fr;
  }

  .ledger-meta {
    justify-items: start;
    text-align: left;
  }

  .character-card-top {
    grid-template-columns: 1fr;
  }

  .character-card-stats {
    justify-items: start;
    text-align: left;
  }

  .systems-lead {
    padding: 30px 24px;
  }

  .narrative-step {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .hero-live-pill {
    left: 18px;
    right: auto;
  }

  .hero h1,
  .page-heading h1,
  .article-card h1 {
    font-size: clamp(2.2rem, 11vw, 3.3rem);
  }

  .brand-mark {
    width: 74px;
    height: 74px;
    padding: 6px;
  }

  .podium-card.is-champion {
    transform: none;
  }
}
