:root {
  color-scheme: dark;
  --bg: #090d17;
  --panel: #111a2a;
  --panel-soft: #0d1422;
  --text: #f4f1ea;
  --muted: #a8b2c2;
  --gold: #f4c95d;
  --gold-strong: #e9a932;
  --blue: #67bce8;
  --border: rgba(255, 255, 255, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: radial-gradient(900px 540px at 50% -120px, #213356 0%, var(--bg) 70%); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.7; }
a { color: var(--blue); }
a:hover { color: var(--gold); }
img { max-width: 100%; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--border); background: rgba(9, 13, 23, .9); backdrop-filter: blur(14px); }
.site-header-inner { width: min(1120px, calc(100% - 36px)); min-height: 70px; margin: 0 auto; display: flex; align-items: center; gap: 32px; }
.brand { color: var(--gold); font-family: Georgia, serif; font-size: 25px; font-weight: 800; letter-spacing: .02em; text-decoration: none; }
.site-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.site-nav a { color: #d7ddea; font-size: 14px; font-weight: 650; text-decoration: none; }
.play-link { padding: 9px 15px; border-radius: 10px; color: #171006 !important; background: linear-gradient(135deg, var(--gold), var(--gold-strong)); box-shadow: 0 7px 20px rgba(233, 169, 50, .22); }

.hero { padding: 84px 0 54px; border-bottom: 1px solid var(--border); }
.hero-inner, .content, .site-footer-inner { width: min(940px, calc(100% - 36px)); margin: 0 auto; }
.eyebrow { display: inline-block; margin-bottom: 16px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.18; }
h1 { max-width: 850px; margin: 0; font-size: clamp(38px, 7vw, 68px); }
.hero p { max-width: 760px; margin: 24px 0 0; color: #c8d0dd; font-size: 19px; }

.content { padding: 58px 0 90px; }
.content section { scroll-margin-top: 94px; margin: 0 0 56px; }
.content h2 { margin: 0 0 18px; color: #fff8df; font-size: clamp(27px, 4vw, 38px); }
.content h3 { margin: 28px 0 10px; color: #f5df9b; font-size: 22px; }
.content p, .content li { color: #c7cfda; }
.content p { margin: 0 0 18px; }
.content li + li { margin-top: 8px; }
.content strong { color: #fff; }
.lead-card, .note, .news-card, .nation-card { border: 1px solid var(--border); border-radius: 18px; background: linear-gradient(145deg, rgba(21, 34, 54, .96), rgba(11, 19, 33, .96)); box-shadow: 0 20px 60px rgba(0, 0, 0, .18); }
.lead-card { margin-bottom: 50px; padding: 28px; }
.lead-card p:last-child { margin-bottom: 0; }
.note { padding: 18px 20px; border-left: 4px solid var(--gold); }
.grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.nation-card { padding: 22px; }
.nation-card h3 { margin-top: 0; }
.nation-card p:last-child { margin-bottom: 0; }
.news-card { margin-bottom: 22px; padding: 26px; }
.news-card time { color: var(--gold); font-size: 13px; font-weight: 750; }
.news-card h2 { margin-top: 8px; font-size: 30px; }
.news-card ul { margin-bottom: 0; }
.toc { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 48px; padding: 0; list-style: none; }
.toc a { display: block; padding: 8px 12px; border: 1px solid var(--border); border-radius: 999px; color: #dce4ef; background: rgba(255, 255, 255, .035); font-size: 13px; text-decoration: none; }

.site-footer { border-top: 1px solid var(--border); background: #070a11; }
.site-footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 36px; padding: 38px 0; color: #8995a6; font-size: 13px; }
.site-footer p { margin: 0; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 18px; }
.site-footer a { color: #bfc8d5; text-decoration: none; }

@media (max-width: 760px) {
  .site-header-inner { min-height: 64px; }
  .site-nav a:not(.play-link) { display: none; }
  .hero { padding-top: 62px; }
  .grid { grid-template-columns: 1fr; }
  .site-footer-inner { grid-template-columns: 1fr; }
  .site-footer nav { display: grid; gap: 10px; }
}
