:root{color-scheme:light dark;--bg:#f7f8fa;--panel:#fff;--ink:#202a33;--muted:#536372;--line:#d7e0e7;--accent:#236b8a;--wash:#eaf2f6}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;font:16px/1.6 -apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--ink)}a{color:var(--accent);text-underline-offset:4px}a:hover{text-decoration-thickness:2px}button,select{font:inherit}button,a,select,summary{touch-action:manipulation}button,select{min-height:44px}a:focus-visible,button:focus-visible,select:focus-visible,summary:focus-visible,pre:focus-visible{outline:3px solid var(--accent);outline-offset:4px}header,main,body>footer{max-width:1120px;margin:auto;padding:0 36px}header{display:flex;justify-content:space-between;gap:24px;align-items:center;min-height:100px;border-bottom:1px solid var(--line)}.brand{font-size:21px;font-weight:750;text-decoration:none;color:var(--ink)}.brand span{display:block;font-size:12px;font-weight:500;color:var(--muted)}header>a:last-child{font-size:14px}.intro{max-width:800px;padding:70px 0 40px}h1{font-size:clamp(42px,7vw,74px);line-height:1.06;letter-spacing:-3px;margin:14px 0 25px;font-weight:750}.lead{font-size:21px;line-height:1.6;max-width:670px}.muted,small{color:var(--muted)}.intro .muted{max-width:650px}.eyebrow{font-size:11px;font-weight:750;letter-spacing:2px;color:var(--accent);margin:0 0 10px}h2{font-size:26px;letter-spacing:-.5px;line-height:1.3;margin:0 0 22px}h3{font-size:18px;margin:13px 0 8px}section{margin-bottom:48px}.primary{display:inline-flex;justify-content:center;align-items:center;background:var(--accent);color:#fff;border:1px solid var(--accent);border-radius:9px;padding:10px 18px;font-weight:650;text-decoration:none;cursor:pointer}.primary:hover{filter:brightness(1.12)}button:disabled{opacity:.65;cursor:wait}.intro .primary{margin-top:14px}.text-link{display:inline-block;margin:12px 0 0 20px}.datasets{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.datasets article{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:22px}.datasets p{font-size:14px;margin:0 0 14px}.datasets small{font-size:12px;display:block;line-height:1.6}.topic{display:inline-flex;width:35px;height:35px;align-items:center;justify-content:center;font-size:23px;border-radius:10px;background:var(--wash);color:var(--accent)}.alert{background:#fff1d8;color:#846013}.people{background:#eceaf6;color:#675195}.tide{background:#e4f2ef;color:#237262}.playground{border:1px solid var(--line);border-radius:16px;background:var(--panel);padding:28px;scroll-margin-top:28px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.section-head h2{margin-bottom:18px}.section-head>a{font-size:13px}form{display:flex;align-items:end;gap:14px;flex-wrap:wrap}label{font-size:13px;font-weight:650;display:flex;flex-direction:column;gap:6px;flex:1;min-width:180px}label[hidden]{display:none}select{width:100%;padding:9px 36px 9px 12px;border:1px solid var(--line);border-radius:8px;background:var(--bg);color:var(--ink)}#scope-note{font-size:13px;min-height:22px}.request-line{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:13px 16px;border-radius:8px;background:var(--wash);font-size:13px}.request-line code{overflow-wrap:anywhere;min-width:0}.request-line a{white-space:nowrap}#result-status{font-size:14px}#result-status[data-error=true]{color:#ac3b25}pre{padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--bg);font:12px/1.6 ui-monospace,SFMono-Regular,Consolas,monospace;overflow:auto;max-height:470px;white-space:pre-wrap;overflow-wrap:anywhere;tab-size:2}code{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.88em}.example-head{display:flex;justify-content:space-between;align-items:center;font-size:13px;margin-top:20px}.example-head button{border:1px solid var(--line);border-radius:7px;background:var(--bg);color:var(--ink);padding:5px 12px;cursor:pointer}details{border-top:1px solid var(--line);padding:18px 0}summary{cursor:pointer;font-weight:650;padding:4px 0}summary:hover{color:var(--accent)}details p{font-size:14px;max-width:870px}.playground details{margin-top:22px;padding-bottom:0}.guide{max-width:920px}.guide details:last-child{border-bottom:1px solid var(--line)}body>footer{display:flex;justify-content:space-between;gap:24px;border-top:1px solid var(--line);padding-top:25px;padding-bottom:35px;font-size:13px;color:var(--muted)}@media(prefers-color-scheme:dark){:root{--bg:#141c23;--panel:#1c2731;--ink:#e7edf2;--muted:#a7b6c4;--line:#344553;--accent:#73bfdc;--wash:#273e4b}.primary{color:#10212b}.alert{background:#423722;color:#eed099}.people{background:#37314a;color:#c7b7f1}.tide{background:#243f39;color:#95d6c6}#result-status[data-error=true]{color:#ffab99}}@media(max-width:850px){.datasets{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:540px){header,main,body>footer{padding-left:20px;padding-right:20px}header{min-height:86px;gap:12px}.brand{font-size:18px}header>a:last-child{font-size:12px}.intro{padding-top:42px}h1{letter-spacing:-1.7px}.lead{font-size:18px}.datasets{grid-template-columns:1fr}.datasets article{padding:20px}.playground{padding:20px}.section-head{display:block}.section-head>a{display:inline-block;margin-bottom:20px}.text-link{margin-left:0;display:block}form>*{flex-basis:100%;width:100%}.request-line{align-items:start;flex-direction:column;gap:7px}body>footer{flex-direction:column;gap:8px}pre{font-size:11px;max-height:380px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
