:root {
  color-scheme: dark;
  --navy-950: #0b1018;
  --navy-900: #141e2c;
  --cobalt: #71acff;
  --royal: #326abd;
  --gold: #edbd69;
  --warm: #f1f4f8;
  --muted: #aab5c5;
  --line: #293344;
  --surface: #111a27;
  --font-sans: 'Avenir Next', Avenir, 'Segoe UI', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--navy-950); color: var(--warm); font: 1rem/1.65 var(--font-sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a, button { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
img { max-width: 100%; height: auto; }
button, a, summary { touch-action: manipulation; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.16; text-wrap: balance; }
h1 { letter-spacing: -.055em; }
h2 { font-size: clamp(1.65rem, 2.5vw, 2.15rem); letter-spacing: -.035em; font-weight: 750; margin-bottom: 16px; }
h3 { font-size: 1.125rem; letter-spacing: -.02em; margin-bottom: 12px; }
p { color: var(--muted); }
code { color: #d1e5ff; background: #1b293d; border-radius: 4px; padding: 2px 6px; font-size: .9em; overflow-wrap: anywhere; }
:where(a,button,summary):focus-visible { outline: 3px solid var(--cobalt); outline-offset: 5px; }
:where(a,button) { transition: color .15s, border-color .15s, background .15s; }
main:focus { outline: none; }
.section-shell { width: min(1080px, calc(100% - 48px)); margin-inline: auto; }
.visually-hidden, .menu-toggle b { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 16px; background: var(--gold); color: #101820; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.gold-kicker { color: var(--gold); font-size: .75rem; line-height: 1.5; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 14px; }
.primary-button, .secondary-button, .header-cta { display: inline-flex; justify-content: center; align-items: center; gap: 16px; min-height: 46px; padding: 10px 18px; border: 1px solid transparent; border-radius: 6px; font-size: .875rem; font-weight: 750; line-height: 1.5; }
.primary-button, .header-cta { color: #101720; background: var(--gold); }
.primary-button:hover, .header-cta:hover { background: #ffd28a; }
.secondary-button { border-color: #3a475b; background: #152030; }
.secondary-button:hover { background: #24344c; border-color: #72849c; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--cobalt); font-size: .875rem; font-weight: 650; }
.text-link:hover { color: #bcd8ff; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--warm); }
.brand-symbol { position: relative; display: flex; align-items: center; justify-content: center; flex: 0 0 38px; width: 38px; height: 40px; border-radius: 5px; background: var(--gold); color: #101820; font-size: 2rem; font-weight: 900; line-height: 1; letter-spacing: -.08em; }
.brand-symbol > span { position: absolute; right: -2px; bottom: -4px; display: grid; place-items: center; width: 18px; height: 18px; background: var(--navy-950); color: var(--gold); font-size: .875rem; border-radius: 3px; }
.brand-name { font-size: 1.35rem; font-weight: 850; letter-spacing: -.055em; line-height: 1.05; }
.brand-name > span { color: var(--gold); }
.brand-name small { display: block; margin-top: 6px; color: var(--muted); font-size: .75rem; letter-spacing: .01em; font-weight: 500; }
.site-header { position: relative; z-index: 50; display: flex; align-items: center; gap: 28px; min-height: 80px; width: min(1080px, calc(100% - 48px)); margin-inline: auto; border-bottom: 1px solid var(--line); }
.brand-link { margin-right: auto; display: inline-flex; flex-shrink: 0; }
.site-header nav { display: flex; gap: 23px; align-items: center; }
.site-header nav a { font-size: .875rem; font-weight: 600; color: var(--muted); padding-block: 12px; }
.site-header nav a:hover, .site-header nav a[aria-current='page'] { color: var(--gold); }
.header-cta { min-height: 40px; padding: 8px 14px; }
.menu-toggle { display: none; flex-shrink: 0; width: 44px; height: 44px; border: 1px solid var(--line); background: var(--surface); border-radius: 5px; padding: 11px; }
.menu-toggle span { display: block; height: 2px; margin: 4px 0; background: var(--warm); }

/* Compact home: a playable introduction, three core systems, then joining. */
.home-hero { position: relative; display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: 38px; padding-block: 44px 32px; }
.home-hero h1 { font-size: clamp(2.5rem, 4.8vw, 3.65rem); font-weight: 850; margin: 0 0 20px; line-height: 1.06; }
.home-hero h1 em { font-style: normal; color: var(--gold); }
.home-hero-copy > p:not(.gold-kicker):not(.hero-edition) { max-width: 440px; margin-bottom: 24px; font-size: 1rem; line-height: 1.7; }
.home-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-copy-address { display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 0 0; color: var(--warm); background: none; border: 0; }
.hero-copy-address strong { font-size: 1rem; font-weight: 650; }
.hero-copy-address span { color: var(--cobalt); font-size: .875rem; }
.hero-copy-address:hover span { color: #bcd8ff; }
.hero-edition { margin: 5px 0 0; font-size: .75rem; }
.home-art { position: relative; margin: 0; overflow: hidden; border-radius: 10px; border: 1px solid #304057; background: var(--surface); }
.home-art img { display: block; width: 100%; aspect-ratio: 1.16; object-fit: cover; object-position: 65% center; }
.home-art figcaption { position: absolute; bottom: 10px; right: 10px; background: #0b1018db; padding: 3px 8px; border-radius: 3px; color: #c5d2e3; font-size: .75rem; }
.server-strip { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 20px; background: var(--surface); border: 1px solid var(--line); border-radius: 6px; }
.server-strip > a { color: var(--muted); font-size: .875rem; white-space: nowrap; }
.server-strip > a:hover { color: var(--cobalt); }
.server-status { display: grid; grid-template-columns: 9px minmax(0,1fr) auto; align-items: center; gap: 12px; }
.status-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #93a3b9; }
.server-status > div { min-width: 0; display: grid; gap: 2px; }
.server-status strong { font-size: .875rem; color: var(--warm); line-height: 1.4; }
.server-status span:not(.status-dot), .server-status small { font-size: .75rem; color: var(--muted); line-height: 1.5; }
.server-status button { color: var(--cobalt); background: none; border: 1px solid var(--line); border-radius: 4px; padding: 9px 12px; font-size: .875rem; min-height: 40px; }
.server-status button:hover { border-color: var(--cobalt); }
.server-status button:disabled { cursor: wait; opacity: .65; }
.server-status[data-state='online'] .status-dot { background: #71d4a3; box-shadow: 0 0 0 4px #71d4a316; }
.server-status[data-state='offline'] .status-dot { background: #f58989; }
.server-status[data-state='unknown'] .status-dot { background: var(--gold); }
.server-strip .server-status > div { display: flex; align-items: baseline; gap: 12px; }
.home-section { padding-block: 52px; }
.home-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.home-section-heading h2 { margin: 0; }
.home-section-heading .gold-kicker { margin-bottom: 8px; }
.home-section-heading > a { flex-shrink: 0; padding-bottom: 3px; }
.home-features { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.home-feature { position: relative; padding: 23px 24px 45px; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); }
.home-feature:hover { border-color: #52729a; background: #172437; }
.feature-label { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .75rem; font-weight: 600; }
.feature-label > span { color: var(--gold); }
.home-feature h3 { margin-top: 22px; }
.home-feature p { font-size: 1rem; margin: 0; line-height: 1.65; }
.feature-arrow { position: absolute; bottom: 15px; right: 22px; color: var(--cobalt); }
.home-progression { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 22px 0 0; }
.home-progression strong { font-size: 1rem; }
.home-progression p { max-width: 710px; font-size: .875rem; margin: 4px 0 0; }
.home-progression > a { white-space: nowrap; color: var(--gold); font-size: .875rem; font-weight: 650; }
.home-progression > a span { padding-left: 7px; }
.home-join { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; padding: 32px; border: 1px solid #36404d; border-radius: 8px; background: #19212a; }
.home-join h2 { font-size: 1.8rem; }
.home-join p { margin: 0; }
.join-address { margin-top: 22px; border: 1px solid #786645; border-radius: 5px; background: #edbd6910; padding: 11px 16px; color: var(--gold); text-align: left; width: 100%; }
.join-address strong, .join-address span { display: block; }
.join-address strong { font-size: 1.125rem; }
.join-address span { color: var(--muted); font-size: .75rem; }
.home-steps { display: grid; gap: 22px; list-style: none; padding: 0; margin: 0; }
.home-steps li { display: flex; gap: 16px; }
.home-steps li > span { display: grid; place-items: center; flex-shrink: 0; height: 28px; width: 28px; border: 1px solid #596271; border-radius: 50%; color: var(--gold); font-size: .875rem; }
.home-steps h3 { margin: 0 0 6px; font-size: 1rem; }
.home-steps p { font-size: .875rem; }
.home-community { display: grid; grid-template-columns: 1fr 1.2fr; gap: 72px; }
.community-note p { margin-bottom: 14px; }
.home-links > a { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); padding: 16px 0; }
.home-links > a:first-child { padding-top: 0; }
.home-links strong, .home-links span { display: block; }
.home-links span { font-size: .875rem; color: var(--muted); margin-top: 4px; }
.home-links b { color: var(--cobalt); font-weight: 500; }
.home-links a:hover strong { color: var(--gold); }

/* Reference pages use the same compact type and spacing scale. */
.policy-page { min-height: 100svh; }
.policy-hero { padding-block: 44px 36px; border-bottom: 1px solid var(--line); }
.policy-hero-inner { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(0,1fr); gap: 56px; align-items: center; }
.policy-hero h1 { font-size: clamp(2rem,3.5vw,2.8rem); margin: 0 0 18px; font-weight: 800; }
.policy-hero-copy { max-width: 640px; font-size: 1rem; margin: 0; }
.page-hero-detail { margin-top: 18px; }
.policy-section { padding-block: 42px; }
.policy-section + .policy-section { border-top: 1px solid var(--line); }
.policy-section-heading { max-width: 750px; margin-bottom: 24px; }
.policy-section-heading .gold-kicker { margin-bottom: 8px; }
.policy-section-heading h2 { margin: 0 0 12px; }
.policy-section-heading > p:last-child { margin-bottom: 0; }
.guide-band, .status-launch-section, .cross-link-band { padding-block: 36px; background: var(--surface); border-block: 1px solid var(--line); }
.split-content, .status-launch-grid, .report-grid, .appeal-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 48px; }
.split-content p, .status-launch-grid p, .report-grid p { margin-bottom: 14px; }
.hero-summary-card, .address-feature-card, .vote-ticket, .map-status-card, .large-status-card, .note-card, .appeal-card, .empty-state-card, .listing-card { padding: 22px; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); }
.hero-summary-card small, .address-feature-card small, .vote-ticket small, .map-status-card > span, .listing-card > small { display: block; color: var(--gold); font-size: .75rem; margin-bottom: 8px; font-weight: 650; }
.hero-summary-card > strong, .address-feature-card > strong, .vote-ticket > strong, .map-status-card > strong, .empty-state-card > strong, .listing-card > strong { display: block; font-size: 1.25rem; color: var(--warm); line-height: 1.35; }
.hero-summary-card p, .address-feature-card p, .vote-ticket p, .map-status-card p, .note-card p, .empty-state-card p, .listing-card p { margin: 10px 0 14px; font-size: 1rem; }
.hero-summary-card a, .address-feature-card button, .note-card a, .empty-state-card a { color: var(--cobalt); font-size: .875rem; font-weight: 650; }
.address-feature-card button { background: none; border: 0; padding: 10px 0; }
.address-feature-card > strong { overflow-wrap: anywhere; }
.address-feature-card p { margin: 0; font-size: .875rem; }
.note-card > strong { color: var(--gold); }
.note-card p:last-child { margin-bottom: 0; }
.policy-note { padding-left: 16px; border-left: 2px solid var(--gold); margin: 24px 0 0; font-size: .875rem; }
.guide-jump-nav { display: flex; flex-wrap: wrap; gap: 8px; padding-block: 18px; border-bottom: 1px solid var(--line); }
.guide-jump-nav a { padding: 8px 14px; border-radius: 4px; background: var(--surface); color: var(--muted); font-size: .875rem; }
.guide-jump-nav a:hover { color: var(--gold); }
.journey-grid, .command-groups, .rule-grid, .reward-grid, .support-route-grid, .role-grid, .standards-grid, .gallery-grid { display: grid; gap: 16px; }
.journey-grid, .role-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.command-groups, .rule-grid, .support-route-grid, .gallery-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.standards-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.journey-grid article, .command-groups article, .rule-card, .support-route-grid article, .role-grid article, .standard-card, .gallery-grid article { padding: 22px; background: var(--surface); border: 1px solid var(--line); border-radius: 6px; }
.journey-grid article > span, .rule-card > span, .support-route-grid article > span, .gallery-grid article > small { color: var(--gold); font-size: .75rem; }
.journey-grid h3, .rule-card h3, .support-route-grid h3, .gallery-grid h3 { margin: 14px 0 10px; }
.journey-grid p, .rule-card p, .support-route-grid p, .role-grid p, .standard-card p, .gallery-grid p { font-size: 1rem; margin-bottom: 0; }
.standard-card > strong { display: block; color: var(--warm); margin-bottom: 10px; }
.support-route-grid small { display: block; color: var(--gold); font-size: .75rem; margin-top: 12px; }
.fact-list { margin: 0; }
.fact-list > div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.fact-list dt { color: var(--muted); font-size: .875rem; }
.fact-list dd { color: var(--warm); text-align: right; margin: 0; font-size: .875rem; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 6px; }
table { border-collapse: collapse; width: 100%; text-align: left; }
th, td { padding: 12px 20px; border-bottom: 1px solid var(--line); font-size: .875rem; }
thead { background: #1a273a; color: var(--muted); }
tbody th { color: var(--gold); font-weight: 600; }
tbody tr:last-child > * { border-bottom: 0; }
.command-groups h3 { margin: 0 0 14px; }
.command-row { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,1fr); align-items: start; gap: 12px; padding: 10px 0; border-top: 1px solid var(--line); }
.command-row span { font-size: .875rem; color: var(--muted); }
.command-row code { justify-self: start; }
.command-display { display: grid; gap: 6px; margin-bottom: 18px; }
.command-display code { padding: 12px; }
.command-display span { color: var(--muted); font-size: .875rem; }
.numbered-list { list-style: none; padding: 0; margin: 0; }
.numbered-list li { display: flex; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.numbered-list span { color: var(--gold); font-size: .875rem; }
.numbered-list p { margin: 0; }
.support-actions, .listing-actions, .stacked-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 20px; }
.appeal-card h3 { font-size: 1.35rem; }
.appeal-eyebrow, .policy-version { font-size: .75rem; color: var(--gold); }
.appeal-step { display: flex; gap: 18px; border-top: 1px solid var(--line); padding-block: 18px; }
.appeal-step > span { color: var(--gold); font-size: .875rem; }
.appeal-step p { margin: 0; }
.news-card { display: grid; grid-template-columns: 160px 1fr; gap: 32px; padding-block: 28px; border-top: 1px solid var(--line); }
.news-meta { display: flex; align-items: start; flex-direction: column; gap: 8px; }
.news-meta span { color: var(--muted); font-size: .875rem; }
.news-meta b { color: var(--gold); font-size: .75rem; font-weight: 600; }
.news-card h3 { font-size: 1.25rem; }
.news-card p { margin-bottom: 12px; }
.news-card ul { padding-left: 20px; margin: 0; color: var(--muted); font-size: .875rem; }
.cross-link-band > div { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.cross-link-band h2 { margin-bottom: 0; }
.reward-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.reward-grid article { border: 1px solid var(--line); padding: 18px; border-radius: 5px; display: flex; align-items: center; gap: 16px; background: var(--surface); }
.reward-grid strong { font-size: 1.65rem; color: var(--gold); }
.reward-grid span { font-size: .875rem; }
.vote-ticket > span { display: block; color: var(--gold); margin-block: 3px; }
.vote-ticket p { margin-bottom: 0; }
.vote-listings { display: grid; gap: 16px; }
.listing-card img { display: block; margin-bottom: 16px; }
.faq-layout { display: grid; grid-template-columns: 1fr 2fr; gap: 48px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; gap: 14px; list-style: none; cursor: pointer; padding-block: 18px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold); font-size: .75rem; }
.faq-list summary strong { font-size: 1rem; font-weight: 600; }
.faq-list summary i { font-style: normal; margin-left: auto; color: var(--cobalt); }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details > div { padding: 0 0 20px 30px; color: var(--muted); }
.faq-list a { text-decoration: underline; text-underline-offset: 3px; color: var(--cobalt); }
.empty-state-icon { display: block; color: var(--gold); font-size: 1.75rem; margin-bottom: 12px; }
.stats-facts { margin-top: 24px; }
.large-status-card { margin-bottom: 20px; }
.status-help p:last-child { margin-bottom: 0; }

.site-footer { border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 28px 80px; padding-block: 32px 22px; }
.footer-intro p { font-size: .875rem; margin: 16px 0 10px; }
.footer-address { display: inline-flex; align-items: center; gap: 16px; padding: 4px 0; border: 0; background: none; color: var(--warm); font-size: .875rem; }
.footer-address span { color: var(--cobalt); }
.footer-links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px 16px; align-content: start; }
.footer-links a { font-size: .875rem; color: var(--muted); padding-block: 6px; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { grid-column: 1/-1; display: flex; align-items: start; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid var(--line); color: #94a2b7; font-size: .75rem; }
.footer-bottom a { color: var(--cobalt); white-space: nowrap; }
[data-copy-address][data-copied='true'] [data-copy-feedback] { color: #7edbb0; }
@media (min-width: 801px) and (max-width: 1050px) {
  .site-header { gap: 18px; }
  .site-header nav { gap: 16px; }
  .brand-name { font-size: 1.15rem; }
  .home-hero { gap: 26px; }
  .server-strip .server-status > div { display: grid; gap: 2px; }
}
@media (max-width: 800px) {
  .site-header { min-height: 72px; gap: 12px; }
  .menu-toggle { display: block; order: 3; }
  .site-header nav { display: none; position: absolute; top: calc(100% - 1px); left: 0; right: 0; padding: 10px; border: 1px solid var(--line); background: #101925; border-radius: 0 0 8px 8px; box-shadow: 0 16px 24px #0005; }
  .site-header nav[data-open='true'] { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
  .site-header nav a { padding: 12px; }
  .home-hero { grid-template-columns: 1fr 1fr; gap: 24px; }
  .home-art img { aspect-ratio: .85; }
  .home-hero h1 { font-size: 2.5rem; }
  .home-actions { gap: 8px; }
  .home-features { gap: 12px; }
  .home-feature { padding: 18px 18px 42px; }
  .home-progression, .home-section-heading { align-items: start; }
  .home-join { gap: 32px; padding: 26px; }
  .home-community { gap: 40px; }
  .server-strip .server-status > div { display: grid; gap: 2px; }
  .policy-hero-inner { gap: 28px; grid-template-columns: 1.2fr 1fr; }
  .split-content, .status-launch-grid, .report-grid, .appeal-grid { gap: 28px; }
  .standards-grid, .journey-grid, .role-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .faq-layout { grid-template-columns: 1fr; gap: 24px; }
  .site-footer { gap: 28px; }
  .footer-links { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .command-row { grid-template-columns: 1fr; gap: 8px; }
}
@media (max-width: 600px) {
  .section-shell, .site-header { width: calc(100% - 32px); }
  .brand-name { font-size: 1.15rem; }
  .brand-symbol { height: 34px; width: 32px; flex-basis: 32px; font-size: 1.65rem; }
  .brand-name small { font-size: .75rem; }
  .header-cta { padding: 8px 11px; font-size: .875rem; gap: 6px; }
  .home-hero { display: flex; flex-direction: column; align-items: stretch; padding-block: 30px 20px; gap: 24px; }
  .home-hero h1 { font-size: clamp(2.35rem, 10vw, 3rem); }
  .home-hero-copy > p:not(.gold-kicker):not(.hero-edition) { margin-bottom: 20px; max-width: 100%; }
  .home-art img { aspect-ratio: 1.8; object-position: center 48%; }
  .home-art figcaption { font-size: .75rem; bottom: 6px; right: 6px; }
  .server-strip { padding: 14px; flex-wrap: wrap; gap: 12px; }
  .server-strip > a { width: 100%; padding-left: 21px; }
  .server-strip .server-status { width: 100%; }
  .home-section { padding-block: 34px; }
  .home-section-heading { display: block; margin-bottom: 20px; }
  .home-section-heading > a { margin-top: 14px; }
  .home-features, .home-community, .home-join { grid-template-columns: 1fr; }
  .home-feature { padding: 20px 22px; }
  .home-feature h3 { margin-top: 14px; padding-right: 8px; }
  .home-feature p { padding-right: 8px; }
  .feature-arrow { top: 16px; bottom: auto; }
  .home-progression { flex-direction: column; gap: 12px; padding-top: 22px; }
  .home-join { padding: 24px 20px; gap: 28px; }
  .home-community { gap: 28px; }
  .policy-hero { padding-block: 30px; }
  .policy-hero-inner, .split-content, .status-launch-grid, .report-grid, .appeal-grid { grid-template-columns: 1fr; gap: 24px; }
  .policy-hero h1 { font-size: 2.2rem; }
  .policy-section { padding-block: 30px; }
  .guide-band, .status-launch-section, .cross-link-band { padding-block: 28px; }
  .journey-grid, .command-groups, .rule-grid, .role-grid, .support-route-grid, .standards-grid, .gallery-grid { grid-template-columns: 1fr; }
  .reward-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .reward-grid article { display: block; padding: 15px; }
  .reward-grid strong, .reward-grid span { display: block; }
  .news-card { grid-template-columns: 1fr; gap: 14px; padding-block: 22px; }
  .news-meta { flex-direction: row; justify-content: space-between; gap: 16px; }
  .cross-link-band > div { flex-direction: column; align-items: start; gap: 20px; }
  .site-footer { grid-template-columns: 1fr; gap: 24px; }
  .footer-bottom { flex-wrap: wrap; gap: 10px; }
  .footer-bottom > span:nth-child(2) { order: 3; flex-basis: 100%; }
  .faq-list details > div { padding-left: 0; }
  .large-status-card { padding: 18px; }
  th, td { padding: 10px 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}

/* Inline links must remain recognizable inside prose. */
.numbered-list p a, .policy-note a { color: var(--cobalt); text-decoration: underline; text-underline-offset: 3px; }
