:root {
  --blue: #3532e8; --blue-dark: #2524bc; --mint: #5ee0c2; --white: #fff;
  --paper: #f4f1e8; --line: #ffffff42; --soft: #ffffff14; --muted: #ffffffc9;
  --sans: 'Google Sans Flex', 'Google Sans', Arial, sans-serif;
  --mono: 'Google Sans Flex', 'Google Sans', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { background: var(--blue); scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; color: var(--white); font: 16px/1.5 var(--sans); }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 4px; }
a:focus-visible { outline: 3px solid var(--mint); outline-offset: 5px; }
h1, h2, h3, h4, p, dl, dd { margin: 0; }
code { font-family: var(--mono); }
[hidden] { display: none !important; }
.wrap { max-width: 1280px; margin-inline: auto; padding-left: max(clamp(22px, 5vw, 72px), env(safe-area-inset-left)); padding-right: max(clamp(22px, 5vw, 72px), env(safe-area-inset-right)); }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 10; transform: translateY(-180%); background: var(--paper); color: var(--blue-dark); padding: 12px 16px; }
.skip-link:focus { transform: translateY(0); }
.masthead { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-top: max(30px, env(safe-area-inset-top)); padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.wordmark { font-size: 22px; font-weight: 700; }
.wordmark span, em { color: var(--mint); font-style: normal; }
.masthead nav, .footer nav { display: flex; flex-wrap: wrap; gap: 28px; font-size: 13px; }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: clamp(32px, 8vw, 110px); align-items: end; padding-top: 70px; padding-bottom: 74px; }
.eyebrow, .micro, .snapshot-meta, .platform-kicker { font: 600 12px/1.6 var(--mono); letter-spacing: .09em; text-transform: none; }
.live-dot { width: 7px; height: 7px; background: var(--mint); display: inline-block; margin-right: 7px; border-radius: 50%; }
h1 { font-size: clamp(3.4rem, 8vw, 7.4rem); line-height: .84; letter-spacing: -.035em; margin-top: 24px; }
.intro { max-width: 650px; font-size: clamp(18px, 2vw, 25px); line-height: 1.35; margin-top: 28px; }
.identity-card { border: 1px solid var(--line); background: var(--blue-dark); padding: 28px; min-width: 0; }
.identity-card strong { display: block; color: var(--mint); font-size: 34px; line-height: .95; margin: 28px 0 22px; }
.identity-card code { display: block; font-size: 11px; line-height: 1.7; overflow-wrap: anywhere; color: var(--muted); }
.identity-card a { display: inline-flex; align-items: center; min-height: 44px; margin-top: 20px; font-size: 13px; text-decoration: underline; text-underline-offset: 4px; }
.definitions, .records-section, .passport-section, .guild-section { border-top: 1px solid var(--line); padding-top: 34px; padding-bottom: 70px; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(35px, 8vw, 110px); align-items: end; }
h2 { font-size: clamp(2.5rem, 5vw, 5rem); line-height: .94; letter-spacing: -.025em; margin-top: 12px; }
.section-heading > p { max-width: 48ch; color: var(--muted); }
.definitions-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); margin-top: 42px; }
.definitions-grid > div { padding: 24px; min-height: 150px; border-right: 1px solid var(--line); }
.definitions-grid > div:last-child { border-right: 0; }
.definitions-grid dt { color: var(--mint); font-size: 18px; font-weight: 700; }
.definitions-grid dd { color: var(--muted); margin-top: 12px; font-size: 14px; }
.api-disclaimer, .notice { border: 1px solid var(--line); border-top: 0; padding: 17px 20px; color: var(--muted); font-size: 13px; }
.records-heading { margin-bottom: 36px; }
.snapshot-meta { color: var(--muted); text-transform: none; letter-spacing: .02em; }
.snapshot-meta p + p { margin-top: 7px; }
.platform-records { display: grid; gap: 15px; }
.loading { padding: 36px; border: 1px solid var(--line); color: var(--muted); }
.platform-card { border: 1px solid var(--line); background: var(--soft); padding: clamp(23px, 3vw, 38px); }
.platform-card.state-api-observed, .platform-card.state-implementation-ready { border-color: var(--mint); }
.card-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; }
.platform-kicker { color: var(--mint); margin-bottom: 7px; }
.platform-card h3 { font-size: clamp(24px, 3vw, 37px); line-height: 1; }
.state-badge, .freshness { border: 1px solid currentColor; border-radius: 999px; padding: 7px 12px; color: var(--mint); font: 600 10px/1 var(--mono); letter-spacing: .05em; text-transform: none; white-space: nowrap; }
.freshness { display: inline-flex; padding: 4px 8px; margin-left: 5px; }
.freshness-stale, .freshness-unknown { color: var(--paper); }
.summary { max-width: 78ch; margin-top: 19px; color: var(--muted); }
.status-axes { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); margin-top: 26px; }
.axis { padding: 15px; border-right: 1px solid var(--line); min-width: 0; }
.axis:last-child { border-right: 0; }
.axis dt, .source-block h4, .evidence-block h4 { font: 600 10px/1.5 var(--mono); color: var(--muted); letter-spacing: .08em; text-transform: none; }
.axis dd { margin-top: 6px; font-size: 13px; overflow-wrap: anywhere; }
.axis-api_observed, .axis-implementation_ready, .axis-available { color: var(--mint); }
.source-block, .evidence-block { margin-top: 23px; }
.source-list { display: grid; gap: 8px; list-style: none; padding: 0; margin: 10px 0 0; }
.source-list li { display: grid; grid-template-columns: minmax(170px, .8fr) minmax(210px, 1fr) auto; gap: 14px; align-items: center; font: 11px/1.5 var(--mono); color: var(--muted); }
.source-list a { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }
.source-empty { margin-top: 9px; color: var(--muted); font-size: 12px; }
.evidence-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 11px; }
.evidence-link { display: inline-flex; align-items: center; min-height: 44px; border: 1px solid var(--line); padding: 9px 13px; font: 12px/1.4 var(--mono); }
.owner-action, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; margin-top: 25px; padding: 11px 17px; background: var(--mint); color: #15146c; font: 700 12px/1.4 var(--mono); }
.outcome-box { margin-top: 25px; padding: 20px; background: var(--paper); color: var(--blue-dark); }
.outcome-box p { margin-top: 8px; max-width: 74ch; font-size: 13px; }
.outcome-reward { font-weight: 700; }
.failure { border-top: 1px solid var(--line); }
.passport-section, .guild-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(35px, 8vw, 110px); }
.passport-copy, .guild-grid > div { padding-top: 12px; }
.passport-copy > p, .guild-grid p { max-width: 58ch; color: var(--muted); }
.passport-copy > p + p, .guild-grid p + p { margin-top: 15px; }
.passport-warning strong { color: var(--white); }
.raw-links { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 24px; }
.raw-links a { display: flex; align-items: center; min-height: 44px; border-top: 1px solid var(--line); font: 12px/1.4 var(--mono); }
.footer { border-top: 1px solid var(--line); padding-top: 30px; padding-bottom: max(32px, env(safe-area-inset-bottom)); }
.footer-verdict { display: block; max-width: 18ch; margin-bottom: 55px; font-size: clamp(2.8rem, 7vw, 6.8rem); line-height: .84; text-transform: none; }
.footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; }
.footer-verdict { flex-basis: 100%; }
.footer .micro { color: var(--muted); text-transform: none; letter-spacing: .02em; }
@media (max-width: 820px) {
  .hero, .section-heading, .passport-section, .guild-grid { grid-template-columns: 1fr; }
  .identity-card { max-width: 520px; }
  .definitions-grid, .status-axes { grid-template-columns: 1fr 1fr; }
  .definitions-grid > div:nth-child(2), .status-axes .axis:nth-child(2) { border-right: 0; }
  .definitions-grid > div:nth-child(-n+2), .status-axes .axis:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}
@media (max-width: 640px) {
  .masthead { padding-top: max(22px, env(safe-area-inset-top)); align-items: flex-start; }
  .masthead nav { gap: 10px 18px; justify-content: flex-end; }
  .masthead nav a:nth-child(2) { display: none; }
  .hero { padding-top: 50px; padding-bottom: 55px; }
  h1 { font-size: clamp(3rem, 16vw, 5.2rem); }
  .definitions-grid, .status-axes, .raw-links { grid-template-columns: 1fr; }
  .definitions-grid > div, .axis { border-right: 0; border-bottom: 1px solid var(--line); min-height: auto; }
  .definitions-grid > div:last-child, .axis:last-child { border-bottom: 0; }
  .source-list li { grid-template-columns: 1fr; gap: 3px; padding: 9px 0; border-top: 1px solid var(--line); }
  .source-list .freshness { margin: 3px 0 0; width: max-content; }
  .card-heading { display: grid; }
  .state-badge { width: max-content; }
  .owner-action { width: 100%; text-align: center; }
}
