:root {
  --surface-0: #03111f;
  --surface-1: #06192d;
  --surface-2: #08223b;
  --surface-3: #0b2b49;
  --surface-4: #0f3557;
  --text: #f6fbff;
  --muted: #9cb2c8;
  --muted-2: #6f8da7;
  --line: rgba(89, 186, 255, .20);
  --line-strong: rgba(76, 207, 255, .42);
  --neon-green: #63f24e;
  --neon-green-2: #32d95f;
  --sky: #39bdff;
  --cyan: #20e0ff;
  --gold: #ffd43b;
  --orange: #ff9b2f;
  --danger: #ff725e;
  --shadow: 0 18px 50px rgba(0,0,0,.38);
  --shadow-soft: 0 12px 30px rgba(0,0,0,.24);
  --glow-blue: 0 0 0 1px rgba(56, 183, 255, .16), 0 12px 30px rgba(9, 92, 150, .22);
  --radius-xl: 24px;
  --radius-lg: 18px;
  --radius-md: 14px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--surface-0); }
body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% -5%, rgba(20, 132, 215, .23), transparent 28rem),
    radial-gradient(circle at 88% 5%, rgba(27, 214, 255, .10), transparent 26rem),
    linear-gradient(180deg, #041424 0%, #03101d 46%, #02101b 100%);
  line-height: 1.62;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image:
    linear-gradient(rgba(71,166,221,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(71,166,221,.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(var(--max), calc(100% - 34px)); margin: 0 auto; }

/* Header */
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(2, 14, 26, .89);
  backdrop-filter: blur(18px) saturate(130%);
  border-bottom: 1px solid rgba(75, 181, 255, .15);
  box-shadow: 0 8px 30px rgba(0,0,0,.22);
}
.topbar-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  min-width: 0;
}
.brand img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 0 0 1px rgba(255,255,255,.12), 0 8px 20px rgba(0,0,0,.25);
}
.brand-title {
  font-weight: 950;
  font-size: 1rem;
  line-height: 1.04;
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: nowrap;
}
.brand-title .accent { color: var(--gold); }
.brand-sub {
  margin-top: 3px;
  color: #89a5be;
  font-weight: 700;
  font-size: .7rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  gap: 4px;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 0;
}
.nav a {
  position: relative;
  padding: 9px 12px;
  border-radius: 12px;
  color: #bdd0e1;
  font-weight: 800;
  font-size: .88rem;
  transition: .2s ease;
}
.nav a::after {
  content: "";
  position: absolute;
  height: 2px;
  left: 14px;
  right: 14px;
  bottom: 4px;
  border-radius: 99px;
  background: transparent;
}
.nav a:hover, .nav a.active { color: #fff; background: rgba(38, 185, 255, .10); }
.nav a.active::after { background: linear-gradient(90deg, var(--cyan), var(--neon-green)); box-shadow: 0 0 13px rgba(63,245,179,.8); }
.header-actions { display:flex; align-items:center; gap:10px; margin-left:auto; }
.open-game {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 17px;
  border-radius: 12px;
  color: #041411;
  font-weight: 950;
  font-size: .87rem;
  background: linear-gradient(135deg, #b7ff5a 0%, #4ff05d 55%, #2bd374 100%);
  border: 1px solid rgba(189,255,132,.75);
  box-shadow: 0 0 24px rgba(74,242,97,.28), inset 0 1px 0 rgba(255,255,255,.5);
  transition: transform .2s ease, filter .2s ease;
}
.open-game:hover { transform: translateY(-1px); filter: brightness(1.06); }

/* Homepage hero */
.home-hero { padding: 24px 0 10px; }
.home-hero .container { position: relative; }
.home-hero-shell {
  position: relative;
  min-height: 505px;
  overflow: hidden;
  border-radius: 0 0 26px 26px;
  border: 1px solid rgba(78, 197, 255, .20);
  background: #071c30;
  box-shadow: 0 22px 60px rgba(0,0,0,.38), inset 0 0 0 1px rgba(255,255,255,.015);
}
.home-hero::before {
  content: "";
  position: absolute;
  inset: 72px 0 auto;
  height: 620px;
  pointer-events: none;
  background: radial-gradient(ellipse at 50% 10%, rgba(0, 181, 255, .12), transparent 58%);
}
.home-hero-media {
  position: absolute;
  inset: 0 0 0 34%;
  width: 66%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  border-radius: 0;
}
.home-hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 17, 31, .99) 0%, rgba(3, 17, 31, .96) 27%, rgba(3,17,31,.76) 46%, rgba(3,17,31,.16) 73%, rgba(3,17,31,.08) 100%),
    linear-gradient(0deg, rgba(3,17,31,.44), transparent 35%);
}
.home-hero-content {
  position: relative;
  z-index: 2;
  width: min(610px, 58%);
  padding: 46px 0 42px 42px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-weight: 950;
  font-size: .76rem;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.home-hero h1 {
  margin: 15px 0 16px;
  font-size: clamp(2.75rem, 5vw, 5.15rem);
  line-height: .9;
  letter-spacing: -.045em;
  text-transform: uppercase;
  max-width: 9.2ch;
  text-shadow: 0 6px 20px rgba(0,0,0,.42);
}
.home-hero h1 .green { color: var(--neon-green); text-shadow: 0 0 30px rgba(86,243,81,.25); }
.home-hero .lead {
  max-width: 49ch;
  margin: 0;
  color: #b7cadc;
  font-size: 1rem;
  font-weight: 550;
  line-height: 1.68;
}
.hero-actions { display:flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 45px;
  padding: 0 17px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 900;
  cursor: pointer;
  transition: .2s ease;
}
.button:hover { transform: translateY(-1px); }
.button.primary {
  color: #031210;
  background: linear-gradient(135deg, #b0ff52, #52ef64 54%, #26d985);
  border-color: rgba(198,255,148,.68);
  box-shadow: 0 0 26px rgba(73, 239, 103, .26);
}
.button.secondary {
  color: #d8f2ff;
  background: linear-gradient(180deg, rgba(6, 58, 95, .92), rgba(4, 36, 64, .92));
  border-color: rgba(67, 175, 239, .36);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 19px;
  color: #95b0c7;
  font-size: .78rem;
  font-weight: 700;
}
.hero-meta span { display:inline-flex; gap: 7px; align-items:center; }
.hero-meta .ok::before { content:"✓"; display:grid; place-items:center; width:16px; height:16px; border-radius:50%; color:#052011; background:#62f06a; font-size:.68rem; font-weight:1000; box-shadow:0 0 12px rgba(89,240,105,.42); }

/* Homepage quick links */
.quick-links {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(6, minmax(0,1fr));
  gap: 10px;
  margin-top: -27px;
  padding: 0 16px;
}
.quick-link-card {
  min-height: 110px;
  padding: 16px 12px;
  text-align: center;
  border-radius: 15px;
  border: 1px solid rgba(70, 194, 255, .30);
  background: linear-gradient(180deg, rgba(7, 48, 80, .95), rgba(4, 31, 55, .97));
  box-shadow: 0 12px 24px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.04);
  transition: .2s ease;
}
.quick-link-card:hover { transform: translateY(-3px); border-color: rgba(80, 228, 255, .62); background: linear-gradient(180deg, rgba(8, 62, 100, .98), rgba(5,37,65,.98)); }
.quick-icon { font-size: 1.8rem; line-height: 1; filter: drop-shadow(0 0 10px rgba(61,197,255,.25)); }
.quick-link-card strong { display:block; margin-top:10px; font-size:.88rem; }
.quick-link-card small { display:block; color:#91acc2; font-size:.73rem; margin-top:3px; }

/* Home sections */
.section { padding: 24px 0; }
.section-header {
  display:flex;
  align-items:flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}
.section-title-wrap { min-width:0; }
.section-kicker { color: var(--sky); font-size:.75rem; font-weight:950; letter-spacing:.13em; text-transform:uppercase; }
.section h2 { margin: 2px 0 3px; font-size: clamp(1.55rem, 2.5vw, 2.15rem); line-height:1.16; }
.section-header p { margin:0; color:var(--muted); font-size:.9rem; }
.section-link { color:#46dfff; font-weight:900; font-size:.82rem; white-space:nowrap; }
.surface-panel, .panel, .card, .article-card, .hero-card, .faq-item, .article-callout {
  border: 1px solid rgba(63, 183, 242, .22);
  background: linear-gradient(180deg, rgba(7, 35, 59, .96), rgba(4, 24, 43, .98));
  box-shadow: var(--glow-blue);
  border-radius: var(--radius-lg);
}

.short-version {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border-radius: 17px;
  border: 1px solid rgba(71, 187, 246, .30);
  background: linear-gradient(180deg, rgba(7, 43, 72, .97), rgba(3, 28, 50, .97));
  box-shadow: var(--glow-blue);
}
.short-version::after {
  content: "SMALL STEPS\A BIG PROGRESS ↗";
  white-space: pre;
  position:absolute;
  right:22px;
  top:18px;
  color:var(--gold);
  font-size:.77rem;
  font-weight:950;
  letter-spacing:.06em;
  transform: rotate(-4deg);
  opacity:.93;
}
.short-version > p { max-width: 70%; margin: 4px 0 15px; color:var(--muted); font-size:.86rem; }
.short-cards { display:grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.short-card {
  padding: 16px;
  min-height: 152px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(9, 54, 88, .92), rgba(6, 38, 64, .95));
  border: 1px solid rgba(66, 167, 225, .18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}
.short-card-head { display:flex; align-items:center; gap:10px; font-weight:900; font-size:.88rem; }
.short-card-icon { font-size:1.25rem; }
.short-card p { margin: 9px 0 0; color:#abc0d2; font-size:.82rem; line-height:1.6; }

.guide-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.guide-card {
  overflow:hidden;
  border-radius: 17px;
  border: 1px solid rgba(60, 173, 233, .20);
  background: linear-gradient(180deg, rgba(7, 40, 67,.98), rgba(4,26,45,.99));
  box-shadow: var(--shadow-soft);
  transition:.22s ease;
}
.guide-card:hover { transform: translateY(-3px); border-color: rgba(83, 208, 255, .52); box-shadow: 0 18px 36px rgba(0,0,0,.32), 0 0 20px rgba(33, 166, 255, .10); }
.guide-card img { width:100%; aspect-ratio:16/9; object-fit:cover; border-radius:0; }
.guide-body { padding: 13px 14px 16px; }
.guide-body h3 { margin:0; font-size: .99rem; line-height:1.25; }
.guide-body p { margin:7px 0 0; color:#95acc0; font-size:.79rem; line-height:1.55; }

.trust-grid { display:grid; grid-template-columns: 1.15fr .85fr; gap: 13px; }
.trust-panel, .quick-facts { padding: 18px; }
.panel-heading { display:flex; align-items:center; gap:10px; margin-bottom:10px; }
.panel-heading .panel-icon { width:35px; height:35px; border-radius:10px; display:grid; place-items:center; background:rgba(75,239,104,.11); border:1px solid rgba(75,239,104,.30); font-size:1.25rem; }
.panel-heading h2 { font-size:1.1rem; margin:0; }
.panel-heading p { margin:2px 0 0; color:var(--muted); font-size:.77rem; }
.checklist { list-style:none; padding:0; margin:13px 0 0; display:grid; gap:10px; }
.checklist li { position:relative; padding-left:26px; color:#b3c7d8; font-size:.79rem; line-height:1.55; }
.checklist li::before { content:"✓"; position:absolute; left:0; top:.08rem; width:17px; height:17px; display:grid; place-items:center; border-radius:50%; color:#05200f; background:var(--neon-green); font-size:.64rem; font-weight:1000; box-shadow:0 0 12px rgba(80,237,100,.35); }
.fact-list { margin-top: 8px; }
.fact-row { display:grid; grid-template-columns: 26px minmax(90px,.7fr) 1.3fr; gap:9px; align-items:center; padding:9px 0; border-top:1px solid rgba(117, 185, 226, .12); font-size:.76rem; }
.fact-row:first-child { border-top:0; }
.fact-icon { color:var(--cyan); font-size:1rem; }
.fact-key { color:#dcecf8; font-weight:850; }
.fact-value { color:#93acc1; text-align:right; }

.gameplay-gallery { display:grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.gallery-card { overflow:hidden; border-radius: 15px; border:1px solid rgba(63,181,241,.20); background:rgba(6,37,62,.82); }
.gallery-card img { width:100%; aspect-ratio: 16/9; object-fit:cover; border-radius:0; }
.gallery-card figcaption { padding:10px 12px 12px; color:#91aabe; font-size:.75rem; line-height:1.45; }

.cta-stack { display:grid; gap: 10px; }
.cta-strip {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:15px 18px;
  border-radius: 15px;
  overflow:hidden;
  position:relative;
}
.cta-strip::after { content:""; position:absolute; inset:0; pointer-events:none; background:linear-gradient(90deg, rgba(255,255,255,.04), transparent 35%, rgba(255,255,255,.03)); }
.cta-route { border:1px solid rgba(255,202,48,.50); background:linear-gradient(90deg, rgba(73,48,4,.92), rgba(28,36,29,.94), rgba(47,54,12,.90)); box-shadow:0 0 28px rgba(255,188,25,.10); }
.cta-planner { border:1px solid rgba(79,240,102,.48); background:linear-gradient(90deg, rgba(10,75,40,.92), rgba(5,49,36,.95), rgba(7,71,38,.90)); box-shadow:0 0 28px rgba(66,238,96,.10); }
.cta-copy { display:flex; align-items:center; gap:13px; min-width:0; }
.cta-icon { flex:0 0 auto; width:38px; height:38px; border-radius:12px; display:grid; place-items:center; background:rgba(255,255,255,.07); font-size:1.3rem; }
.cta-copy h3 { margin:0; font-size:.94rem; }
.cta-copy p { margin:2px 0 0; color:#b5c1c9; font-size:.75rem; }
.cta-route .button { background: linear-gradient(135deg, #ffe35b, #ffc323); color:#2f2000; border-color:#ffdf67; box-shadow:0 0 18px rgba(255,195,35,.20); }
.cta-planner .button { background: linear-gradient(135deg, #aaff57, #4cef62); color:#052212; border-color:#94ff6d; box-shadow:0 0 18px rgba(75,239,98,.20); }

/* Article pages */
.page-hero { padding: 34px 0 18px; }
.breadcrumbs { display:flex; gap:8px; flex-wrap:wrap; color:#6f9abb; font-size:.77rem; font-weight:750; }
.breadcrumbs a:hover { color:var(--cyan); }
.breadcrumbs .sep { opacity:.55; }
.page-hero h1 { margin: 12px 0 10px; font-size: clamp(2.1rem, 4.4vw, 3.6rem); line-height:1.02; letter-spacing:-.035em; }
.lead { color:var(--muted); max-width:65ch; font-size:1rem; }
.page-cover { margin-top:18px; overflow:hidden; border-radius:22px; }
.page-cover img { width:100%; max-height:520px; object-fit:cover; border-radius:0; }
.article-shell { display:grid; grid-template-columns:minmax(0,1fr) 285px; gap:18px; }
.article-body { padding:26px; }
.article-body h2 { margin:30px 0 10px; font-size:1.55rem; letter-spacing:-.02em; }
.article-body h3 { margin:22px 0 8px; font-size:1.12rem; }
.article-body p, .article-body li { color:#c8d8e6; }
.article-body ul, .article-body ol { padding-left:22px; }
.article-body strong { color:#fff; }
.article-body table { width:100%; border-collapse:separate; border-spacing:0; margin:15px 0 22px; overflow:hidden; border-radius:13px; border:1px solid rgba(70,175,230,.17); }
.article-body th, .article-body td { padding:11px 13px; text-align:left; vertical-align:top; border-bottom:1px solid rgba(70,175,230,.12); font-size:.86rem; }
.article-body tr:last-child td { border-bottom:0; }
.article-body th { background:rgba(17,70,108,.40); color:#eaf7ff; }
.answer-box { padding:18px; border-radius:15px; border:1px solid rgba(66,207,255,.29); background:linear-gradient(135deg, rgba(10,73,112,.52), rgba(20,86,67,.42)); box-shadow:inset 0 1px 0 rgba(255,255,255,.04); }
.answer-box p { margin:0; color:#e6f5ff; }
.inline-image { margin:18px 0; }
.inline-image img { border-radius:14px; width:100%; }
.inline-image figcaption { color:#7997af; font-size:.75rem; margin-top:7px; }
.aside { position:sticky; top:92px; align-self:start; }
.aside .panel { padding:16px; }
.aside h3 { margin:0 0 10px; font-size:.94rem; }
.toc { display:flex; flex-direction:column; gap:6px; }
.toc a { padding:9px 10px; border-radius:10px; background:rgba(69,160,217,.055); color:#a8c0d3; font-size:.8rem; font-weight:750; }
.toc a:hover { background:rgba(58,180,244,.11); color:#e4f7ff; }
.badges { display:flex; flex-wrap:wrap; gap:8px; }
.badge { padding:7px 10px; border-radius:999px; border:1px solid rgba(72,176,232,.18); background:rgba(15,58,91,.45); color:#a8c0d3; font-size:.75rem; font-weight:750; }
.grid-2 { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.grid-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.small-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.card, .article-card, .panel { padding:18px; }
.article-card img { margin:-18px -18px 14px; max-width:calc(100% + 36px); width:calc(100% + 36px); border-radius:17px 17px 0 0; }
.faq-list { display:grid; gap:8px; }
.faq-item { overflow:hidden; }
.faq-item summary { cursor:pointer; padding:14px 16px; font-weight:850; font-size:.88rem; }
.faq-content { padding:0 16px 14px; color:#9cb1c3; font-size:.84rem; }
.planner-shell { display:grid; gap:14px; }
.planner-grid { display:grid; gap:12px; }
.planner-question { padding:14px; border-radius:13px; background:rgba(11,60,94,.35); border:1px solid rgba(70,175,230,.16); }
.planner-question h3 { margin:0 0 9px; }
.planner-options { display:flex; gap:10px; flex-wrap:wrap; }
.planner-options label { display:flex; align-items:center; gap:7px; padding:8px 12px; border-radius:10px; background:rgba(255,255,255,.04); cursor:pointer; }
.tool-actions { display:flex; gap:10px; flex-wrap:wrap; }
.decision-stack { display:grid; gap:9px; }
.decision-card { display:none; padding:16px; border-radius:13px; background:rgba(9,51,82,.44); border:1px solid rgba(76,184,242,.17); }
.decision-card.active { display:block; }
.decision-card h3 { margin:0 0 4px; }
.decision-card p { margin:0; }
.print-note { margin:15px 0; padding:10px 12px; border-radius:10px; background:rgba(255,210,59,.08); border:1px solid rgba(255,210,59,.20); color:#ffe98d; font-size:.82rem; }

/* Footer */
.footer { margin-top:28px; padding:24px 0 36px; border-top:1px solid rgba(70,175,230,.13); background:linear-gradient(180deg, rgba(3,20,34,.2), rgba(1,10,18,.72)); }
.footer-grid { display:grid; grid-template-columns:1.2fr .75fr .75fr; gap:18px; }
.footer h3, .footer h4 { margin:0 0 8px; }
.footer p, .footer li, .note { color:#6f8ca5; font-size:.76rem; }
.footer ul { list-style:none; padding:0; margin:0; display:grid; gap:6px; }
.footer a:hover { color:#bfefff; }
.footer-brand { display:flex; align-items:center; gap:10px; margin-bottom:9px; }
.footer-brand img { width:36px; height:36px; border-radius:10px; }
.footer-brand strong { display:block; font-size:.82rem; text-transform:uppercase; }
.footer-brand small { color:#69849b; font-size:.68rem; }
.footer-bottom { display:flex; justify-content:space-between; gap:16px; margin-top:18px; padding-top:14px; border-top:1px solid rgba(75,176,229,.10); color:#57748c; font-size:.68rem; }

@media (max-width: 1020px) {
  .topbar-inner { gap:12px; }
  .nav { justify-content:flex-start; overflow-x:auto; scrollbar-width:none; }
  .nav::-webkit-scrollbar { display:none; }
  .nav a { padding-inline:9px; }
  .brand-sub { display:none; }
  .home-hero-media { inset-left:auto; left:30%; width:70%; }
  .home-hero-content { width:65%; }
  .quick-links { grid-template-columns:repeat(3,1fr); margin-top:12px; padding:0; }
  .trust-grid, .article-shell, .footer-grid { grid-template-columns:1fr; }
  .aside { position:static; }
}
@media (max-width: 760px) {
  .container { width:min(var(--max), calc(100% - 22px)); }
  .topbar-inner { min-height:64px; }
  .brand-title { font-size:.86rem; }
  .brand img { width:40px; height:40px; }
  .header-actions { display:none; }
  .nav { order:3; position:absolute; left:0; right:0; top:64px; padding:7px 11px; background:rgba(2,14,26,.94); border-bottom:1px solid rgba(75,181,255,.12); }
  .topbar { margin-bottom:45px; }
  .home-hero { padding-top:12px; }
  .home-hero-shell { min-height:620px; }
  .home-hero-media { inset:0; width:100%; height:56%; object-position:60% center; }
  .home-hero-shell::before { background:linear-gradient(0deg, rgba(3,17,31,.99) 0%, rgba(3,17,31,.96) 42%, rgba(3,17,31,.38) 72%, rgba(3,17,31,.10) 100%); }
  .home-hero-content { width:100%; padding:270px 20px 24px; }
  .home-hero h1 { font-size:clamp(2.45rem, 14vw, 4rem); max-width:10ch; }
  .home-hero .lead { font-size:.9rem; }
  .hero-actions .button { flex:1 1 100%; }
  .hero-meta { gap:8px 12px; }
  .quick-links { grid-template-columns:repeat(2,1fr); }
  .short-version::after { display:none; }
  .short-version > p { max-width:none; }
  .short-cards, .guide-grid, .gameplay-gallery, .grid-2, .grid-3, .small-grid { grid-template-columns:1fr; }
  .section-header { align-items:flex-start; }
  .section-link { display:none; }
  .trust-grid { grid-template-columns:1fr; }
  .fact-row { grid-template-columns:24px 1fr; }
  .fact-value { grid-column:2; text-align:left; margin-top:-4px; }
  .cta-strip { align-items:flex-start; flex-direction:column; }
  .cta-strip .button { width:100%; }
  .article-body { padding:18px; }
  .page-hero { padding-top:18px; }
  .page-hero h1 { font-size:2.15rem; }
  .footer-bottom { flex-direction:column; }
}
@media print {
  .topbar, .footer, .page-cover, .aside, .hero-actions, .tool-actions { display:none !important; }
  body { background:#fff; color:#111; }
  .article-shell { display:block; }
  .article-body { border:0; box-shadow:none; background:#fff; }
  .article-body p, .article-body li { color:#111; }
}
.decor-note { position:absolute; right:22px; top:18px; color:var(--gold); font-size:.77rem; font-weight:950; letter-spacing:.06em; transform:rotate(-4deg); z-index:2; }
@media (max-width:760px){ .decor-note{display:none;} }
.quick-facts { border:1px solid rgba(63,183,242,.22); background:linear-gradient(180deg,rgba(7,35,59,.96),rgba(4,24,43,.98)); box-shadow:var(--glow-blue); border-radius:var(--radius-lg); }
/* Solid fallbacks keep the entire site dark even in limited renderers. */
body, main, .home-page, .home-page main { background-color: var(--surface-0); }
.home-hero-shell { background-color: #071c30; }
.quick-link-card { background-color: #062744; }
.short-version { background-color: #062743; }
.short-card { background-color: #07314f; }
.guide-card { background-color: #05233c; }
.surface-panel, .panel, .card, .article-card, .hero-card, .faq-item, .article-callout { background-color: #061f36; }
.quick-facts { background-color: #061f36; }
.gallery-card { background-color: #06243d; }
.cta-route { background-color: #30280a; }
.cta-planner { background-color: #0a452a; }
