@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.6}}@keyframes rise{to{opacity:1;transform:translateY(0)}}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes shimmer{0%{transform:translateX(-100%)}60%,to{transform:translateX(100%)}}:root{--bg:#1a1512;--bg-2:#221c18;--surface:#262019;--surface-2:#2e261f;--accent:#d4a574;--accent-2:#b8956a;--accent-dim:rgba(212, 165, 116, 0.5);--ink:#f2ebe5;--muted:#9a8b7d;--stroke:rgba(212, 165, 116, 0.12);--stroke-strong:rgba(212, 165, 116, 0.25);--shadow:rgba(0, 0, 0, 0.5);--code-bg:#14100e;--code-key:#d4a574;--code-string:#b8a090;--code-number:#c9b896;--space-xxs:6px;--space-xs:10px;--space-s:14px;--space-m:18px;--space-l:24px;--space-xl:32px;--space-2xl:48px;--get:#61affe;--get-bg:rgba(97, 175, 254, 0.15);--post:#49cc90;--post-bg:rgba(73, 204, 144, 0.15);--nav-offset:88px}html{scroll-padding-top:var(--nav-offset)}*{box-sizing:border-box;margin:0;padding:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mini a,body{color:var(--ink)}.mini a{text-decoration:underline}.contact-info a,.mini a,.status-card a{font-weight:600;text-underline-offset:2px}.contact-info a{color:var(--ink);text-decoration:underline}body{font-family:"Space Grotesk",system-ui,sans-serif;background:var(--bg);min-height:100vh}.court-bg{position:relative;overflow:hidden;display:flex;flex-direction:column}body.api-docs .court-bg{overflow:clip}body.api-docs .court-bg::before{width:100%;height:100%;top:0;left:0;background-image:linear-gradient(rgba(212,165,116,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(212,165,116,.03) 1px,transparent 1px);background-size:48px 48px;pointer-events:none}.court-bg::after{width:560px;height:560px;background:radial-gradient(circle,rgba(212,165,116,.08),transparent 65%);bottom:0;right:-180px}body.api-docs .nav{position:fixed;top:0;left:0;right:0;width:100%;box-sizing:border-box}.brand,.nav{display:flex;align-items:center}.nav{justify-content:space-between;padding:16px 48px;gap:24px;background:var(--surface);border-bottom:2px solid var(--accent);position:sticky;top:0;z-index:100;box-shadow:0 1px 0 var(--stroke-strong)}.brand{gap:14px}.brand-mark{width:40px;height:40px;border-radius:10px;flex-shrink:0}.brand-name{font-weight:700;font-size:20px;letter-spacing:-.02em;font-family:"Space Grotesk",system-ui,sans-serif;color:var(--ink)}.brand-tag{font-size:12px;color:var(--muted);margin-top:2px}.links{display:flex;flex-wrap:wrap;gap:28px;row-gap:8px;font-size:14px;font-weight:500}.links a{color:var(--muted);text-decoration:none;transition:color .2s}.links a:hover{color:var(--accent)}.nav-actions{display:flex;gap:10px;align-items:center}.status-pill{gap:8px;padding:6px 10px;border-radius:999px;border:1px solid var(--stroke-strong);font-size:12px;color:var(--muted);background:rgba(255,255,255,.04)}a.btn,button{font-family:"Space Grotesk",sans-serif;border-radius:6px;padding:10px 18px;font-weight:600;font-size:14px;cursor:pointer;transition:background .2s,transform .15s}a.btn.primary,button.primary{background:var(--accent);color:#1a1512;box-shadow:0 2px 8px rgba(212,165,116,.35)}a.btn.primary:hover,button.primary:hover{filter:brightness(1.08);transform:translateY(-1px)}a.btn.ghost:hover,button.ghost:hover{background:rgba(255,255,255,.04);border-color:var(--accent-dim)}.status-pill,a.btn{display:inline-flex;align-items:center}a.btn{justify-content:center;text-decoration:none;transition:background .2s,transform .15s,border-color .2s}a.btn.primary,button{border:0}a.btn.ghost,button.ghost{background:0 0;border:1px solid var(--stroke-strong);color:var(--ink)}.anchor-link:focus-visible,.links a:focus-visible,.on-this-page-link:focus-visible,a.btn:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.doc-shell{display:grid;grid-template-columns:1fr;gap:0;max-width:1600px;margin:0 auto;padding:0 20px 24px}body.api-docs .doc-shell{padding-top:var(--nav-offset)}.doc-main{min-width:0}.hero{display:grid;grid-template-columns:minmax(320px,1fr) minmax(360px,1.1fr);gap:var(--space-xl);padding:var(--space-2xl)0 calc(var(--space-2xl) + var(--space-m));align-items:start;max-width:1540px;margin:0 auto}.hero-image{grid-column:1/2;width:100%;border-radius:14px;overflow:hidden;align-self:start;height:fit-content;box-shadow:0 18px 40px rgba(0,0,0,.35);background:0 0;display:block}.hero-image img{width:100%;height:auto;display:block;max-height:none;z-index:0}.hero-image img,.hero-image--api{position:relative}.hero-rank{position:absolute;top:10px;left:10px;background:rgba(26,21,18,.85);border:1px solid rgba(212,165,116,.5);border-radius:10px;padding:10px 12px;display:grid;gap:4px;min-width:110px;z-index:2}.hero-rank-label{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-weight:600}.hero-rank-value{font-size:24px;font-weight:700;color:var(--accent)}.hero-rank-tour{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--ink)}.hero-rank-name{font-size:11px;color:var(--muted);margin-top:2px;border-top:1px solid rgba(212,165,116,.2);padding-top:5px}.hero h1,.hero-rank-ghost{font-weight:700;letter-spacing:-.02em}.hero-rank-ghost{position:absolute;right:16px;bottom:20px;font-size:120px;color:rgba(242,235,229,.08);pointer-events:none;z-index:1}.hero-image-overlay{position:absolute;bottom:0;left:0;right:0;padding:16px 20px;background:linear-gradient(transparent,rgba(0,0,0,.75));display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.api-badge{font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);padding:4px 10px;border:1px solid rgba(212,165,116,.4);border-radius:4px}.api-status{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:8px}.api-status-dot{width:8px;height:8px;border-radius:50%;background:#49cc90;box-shadow:0 0 8px rgba(73,204,144,.6);animation:pulse-dot 2s ease-in-out infinite}.api-status-dot.error{background:#ff4d4d;box-shadow:0 0 8px rgba(255,77,77,.6);animation:none}.base-url,a.api-status{display:flex;align-items:center}a.api-status{color:var(--muted);text-decoration:none;gap:8px;transition:color .2s}a.api-status:hover{color:var(--ink)}.base-url{margin:20px 0;padding:12px 16px;background:var(--code-bg);border:1px solid var(--stroke);border-radius:8px;gap:12px;flex-wrap:wrap}.base-url-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:600}.base-url-value{font-family:"JetBrains Mono","SF Mono",Menlo,monospace;font-size:14px;color:var(--accent);word-break:break-all}.eyebrow{color:var(--accent);font-size:12px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px;font-weight:600}.hero h1{font-size:clamp(36px,5vw,56px);line-height:1.1;margin-bottom:20px;font-family:"Space Grotesk",system-ui,sans-serif}.lead{font-size:17px;line-height:1.65;color:var(--muted);max-width:520px}.hero-actions{display:flex;gap:14px;margin:28px 0 20px}.hero-gets{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px;background:var(--surface);border:1px solid var(--stroke);border-radius:10px;padding:16px}.get-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.get-value{font-weight:600;font-size:14px}.hero-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:24px}.metric-value{font-size:22px;font-weight:700;color:var(--accent)}.hero-note,.metric-label{font-size:12px;color:var(--muted);margin-top:4px}.hero-note{margin-top:18px;font-size:13px}.hero-copy{grid-column:2/3}.hero-signal{display:flex;align-items:flex-end;gap:4px;margin-top:20px;height:24px}.hero-signal-bar{width:6px;background:var(--accent);border-radius:2px;opacity:.6}.hero-signal-bar:nth-child(1){height:8px}.hero-signal-bar:nth-child(2){height:14px}.hero-signal-bar:nth-child(3){height:20px}.hero-signal-bar:nth-child(4){height:24px;opacity:1}.pill{padding:5px 11px;border-radius:4px;background:rgba(212,165,116,.15);font-size:11px;text-transform:uppercase;letter-spacing:.06em;font-weight:600;color:var(--accent)}.pill--get{background:var(--get-bg);color:var(--get);border:1px solid rgba(97,175,254,.35)}.pill--post{background:var(--post-bg);color:var(--post);border:1px solid rgba(73,204,144,.35)}.pill--delete{background:rgba(255,100,100,.12);color:#ff6464;border:1px solid rgba(255,100,100,.3)}.mono.path,.section-title code{font-family:"JetBrains Mono","SF Mono",Menlo,monospace;font-size:13px;color:var(--ink)}.path-param{color:var(--accent);font-weight:500}.section{padding:var(--space-2xl)0;display:grid;gap:var(--space-l)}#overview.hero,.section{scroll-margin-top:var(--nav-offset)}.changelog-section,.signup-section{padding:var(--space-xl)0;gap:var(--space-m)}.status-section{padding:var(--space-s)0 0;gap:var(--space-xs)}.faq,.tiers{padding:calc(var(--space-xl) + var(--space-xxs))0;gap:var(--space-m)}.section-title h2{font-size:clamp(28px,3.5vw,42px);font-weight:700;letter-spacing:-.02em;margin-bottom:10px;font-family:"Space Grotesk",system-ui,sans-serif;gap:10px}.section-title h2::before{content:"";width:18px;height:18px;border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cdefs%3E%3CradialGradient id='g' cx='35%25' cy='35%25' r='70%25'%3E%3Cstop offset='0%25' stop-color='%23fff8e8'/%3E%3Cstop offset='100%25' stop-color='%23d4a574'/%3E%3C/radialGradient%3E%3C/defs%3E%3Ccircle cx='9' cy='9' r='8' fill='url(%23g)'/%3E%3Cpath d='M3.2 6.2 C5.2 7.4 7.1 7.8 9 7.8 C10.9 7.8 12.8 7.4 14.8 6.2' fill='none' stroke='%2331241c' stroke-opacity='0.45' stroke-width='1.2'/%3E%3Cpath d='M3.2 11.8 C5.2 10.6 7.1 10.2 9 10.2 C10.9 10.2 12.8 10.6 14.8 11.8' fill='none' stroke='%2331241c' stroke-opacity='0.45' stroke-width='1.2'/%3E%3Ccircle cx='9' cy='9' r='8' fill='none' stroke='%23b89266' stroke-width='1'/%3E%3C/svg%3E");background-size:cover;box-shadow:0 0 0 1px rgba(212,165,116,.35)}.section-title p{color:var(--muted);max-width:520px;font-size:16px}.section-title code{padding:2px 6px;background:var(--code-bg);border-radius:4px;color:var(--accent);border:1px solid var(--stroke)}.anchor-link,.section-heading,.section-title h2{display:inline-flex;align-items:center}.section-heading{gap:8px}.anchor-link{justify-content:center;width:28px;height:28px;border-radius:6px;color:var(--muted);text-decoration:none;opacity:.6;transition:opacity .2s,color .2s}.anchor-link:focus-visible,.anchor-link:hover{opacity:1;color:var(--accent)}.anchor-link::after{content:"¶";font-size:14px;font-weight:600}.anchor-link--copied{color:var(--post);opacity:1}.anchor-link--copied::after{content:"✓"}@media (max-width:1200px){.doc-shell{grid-template-columns:1fr}}@media (min-width:1201px){body.api-docs main{padding-right:0}}.dev,.quickstart{background:var(--bg-2);border-top:1px solid var(--stroke);border-bottom:1px solid var(--stroke)}.dev-grid,.quick-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-l)}.dev-card,.quick-card{background:var(--surface);border-radius:10px;padding:var(--space-l);border:1px solid var(--stroke);border-left:3px solid var(--accent)}.quick-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);font-weight:600;margin-bottom:4px}.dev-card h3,.quick-card h3{font-size:16px;font-weight:600;margin-bottom:8px}.dev-card p,.mini{font-size:14px;color:var(--muted);line-height:1.5}.reference-grid{display:grid;grid-template-columns:1fr;gap:var(--space-m);margin-top:var(--space-xs)}.reference-card{background:var(--surface);border-radius:10px;padding:var(--space-l);border:1px solid var(--stroke);display:grid;gap:var(--space-xs)}.schema-table{display:grid;gap:var(--space-xxs);padding:var(--space-xs);background:var(--code-bg);border:1px solid rgba(212,165,116,.12);border-radius:8px}.schema-row{display:grid;grid-template-columns:minmax(100px,22%) minmax(60px,12%) minmax(0,1fr);gap:var(--space-xs);font-size:12px;color:var(--muted)}.schema-head{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);font-weight:600}.schema-field{color:var(--ink)}.schema-field,.schema-type{font-family:"JetBrains Mono","SF Mono",Menlo,monospace}.error-list strong,.price-card.featured .price,.schema-type{color:var(--accent)}.code pre,.error-list{font-size:13px;margin:0}.error-list{list-style:none;padding:0;display:grid;gap:var(--space-xs);color:var(--muted)}.error-list li{position:relative;padding-left:26px;line-height:1.5}.error-list li::before{content:"";position:absolute;left:0;top:2px;width:18px;height:18px;border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cdefs%3E%3CradialGradient id='g' cx='35%25' cy='35%25' r='70%25'%3E%3Cstop offset='0%25' stop-color='%23fff8e8'/%3E%3Cstop offset='100%25' stop-color='%23d4a574'/%3E%3C/radialGradient%3E%3C/defs%3E%3Ccircle cx='9' cy='9' r='8' fill='url(%23g)'/%3E%3Cpath d='M3.2 6.2 C5.2 7.4 7.1 7.8 9 7.8 C10.9 7.8 12.8 7.4 14.8 6.2' fill='none' stroke='%2331241c' stroke-opacity='0.45' stroke-width='1.2'/%3E%3Cpath d='M3.2 11.8 C5.2 10.6 7.1 10.2 9 10.2 C10.9 10.2 12.8 10.6 14.8 11.8' fill='none' stroke='%2331241c' stroke-opacity='0.45' stroke-width='1.2'/%3E%3Ccircle cx='9' cy='9' r='8' fill='none' stroke='%23b89266' stroke-width='1'/%3E%3C/svg%3E");background-size:cover;box-shadow:0 0 0 1px rgba(212,165,116,.35)}.error-list strong{font-weight:600}.code{background:var(--code-bg);border-radius:8px;padding:var(--space-m);border:1px solid rgba(212,165,116,.1);overflow-x:auto}.code-label{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:10px;font-weight:600}.code-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.code-header .code-label{margin-bottom:0}.code-copy{font-family:"Space Grotesk",sans-serif;font-size:11px;font-weight:600;padding:4px 10px;border-radius:4px;border:1px solid var(--stroke-strong);background:rgba(255,255,255,.05);color:var(--muted);cursor:pointer;transition:color .2s,border-color .2s,background .2s}.code-copy:hover{color:var(--accent);border-color:var(--accent-dim);background:rgba(212,165,116,.08)}.code-copy--done{color:var(--post);border-color:rgba(73,204,144,.4);background:var(--post-bg)}.code--request{border-left:3px solid var(--get)}.code--response{border-left:3px solid var(--post);margin-top:12px}.code--error{border-left:3px solid #e5534b;margin-top:12px;background:rgba(229,83,75,.06)}.code pre{white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;font-family:"JetBrains Mono","SF Mono",Menlo,monospace;line-height:1.55;color:var(--code-string)}.code pre code{color:inherit}.ticker{border-top:1px solid var(--stroke);border-bottom:1px solid var(--stroke);padding:12px 0;background:var(--surface);overflow:hidden}.ticker-track{color:var(--muted);font-size:14px;font-weight:500}.endpoints{background:var(--bg-2);border-top:1px solid var(--stroke);border-bottom:1px solid var(--stroke);padding-bottom:40px}.dev{padding-top:32px}.endpoints::before{background-image:repeating-linear-gradient(90deg,rgba(212,165,116,.04)0,rgba(212,165,116,.04) 1px,transparent 1px,transparent 80px),repeating-linear-gradient(0deg,rgba(212,165,116,.04)0,rgba(212,165,116,.04) 1px,transparent 1px,transparent 56px);opacity:1}.endpoint-grid{display:grid;grid-template-columns:1fr;gap:var(--space-xl)}.endpoint{background:var(--surface);border-radius:12px;padding:var(--space-l);border:2px solid var(--accent)}.endpoint:nth-child(1),.endpoint:nth-child(2){border-color:rgba(97,175,254,.6)}.endpoint:nth-child(3){border-color:rgba(73,204,144,.6)}.endpoint-header{display:flex;align-items:center;gap:14px;margin-bottom:12px;flex-wrap:wrap}.endpoint-header .path{flex:1;min-width:0}.endpoint p{color:var(--muted);font-size:14px;margin-bottom:18px;line-height:1.55}.endpoint-body{display:grid;grid-template-columns:minmax(220px,1fr) minmax(260px,1fr);gap:var(--space-m)}.endpoint-meta p{margin-bottom:0}.endpoint-tags{display:flex;flex-wrap:wrap;gap:var(--space-xxs);margin:var(--space-xs)0}.endpoint-tags span{font-size:11px;padding:4px 8px;border-radius:6px;background:rgba(212,165,116,.12);color:var(--accent)}.endpoint-params{margin-top:var(--space-xxs);border-top:1px solid var(--stroke);padding-top:var(--space-xs);display:grid;gap:var(--space-xs)}.endpoint-params-title,.endpoint-tags span{text-transform:uppercase;letter-spacing:.08em}.endpoint-params-title{font-size:12px;color:var(--muted);font-weight:600}.params-row{display:grid;grid-template-columns:90px 70px minmax(0,1fr);gap:var(--space-xs);font-size:13px;color:var(--muted)}.param-name{color:var(--ink);font-weight:600}.param-type,.sample-code pre,.try-it-input input{font-family:"JetBrains Mono","SF Mono",Menlo,monospace}.param-desc code,.param-type{color:var(--accent)}.param-desc code{font-family:"JetBrains Mono","SF Mono",Menlo,monospace;font-size:12px;background:var(--code-bg);padding:2px 6px;border-radius:4px;border:1px solid var(--stroke)}.sample{margin-top:var(--space-xl);background:var(--surface);border-radius:12px;border:2px solid rgba(73,204,144,.55);padding:var(--space-l)}.sample::after{background:linear-gradient(100deg,transparent,rgba(212,165,116,.06),transparent)}.sample-title{font-size:16px;font-weight:600}.sample-sub{font-size:12px;color:var(--muted)}.sample-code pre,.try-it-input input{font-size:13px}.sample-code pre{color:var(--code-string);margin:0}.try-it{margin-top:var(--space-m);background:var(--surface);border-radius:12px;border:1px solid var(--stroke);padding:var(--space-l);display:grid;gap:var(--space-m)}.try-it-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.try-it-title{font-size:16px;font-weight:600}.try-it-body{display:grid;gap:var(--space-xs)}.try-it-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:600}.try-it-input{display:flex;gap:10px;align-items:center}.try-it-input input{flex:1;background:var(--code-bg);border:1px solid var(--stroke-strong);border-radius:8px;padding:10px 12px;color:var(--ink)}.try-it-btn{padding:10px 16px}.use-cases .section-title h2{margin-bottom:8px}.use-cases{padding-bottom:28px;position:relative;overflow:hidden}.use-cases::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(212,165,116,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(212,165,116,.08) 1px,transparent 1px);background-size:56px 56px;opacity:.25;pointer-events:none}.use-cases>*{position:relative;z-index:1}.use-header{display:grid;grid-template-columns:minmax(240px,1fr) minmax(280px,1fr);gap:20px;align-items:start}.use-highlight{background:linear-gradient(145deg,rgba(212,165,116,.12),rgba(212,165,116,.04));border:1px solid var(--stroke-strong);border-radius:12px;padding:22px 24px;display:grid;gap:10px}.highlight-kicker,.highlight-meta span{font-size:11px;text-transform:uppercase;color:var(--accent)}.highlight-kicker{letter-spacing:.12em;font-weight:600}.use-highlight h3{font-size:18px;margin:0}.use-highlight p{color:var(--muted);margin:0;line-height:1.6}.highlight-meta{display:flex;flex-wrap:wrap;gap:10px}.highlight-meta span{letter-spacing:.08em;padding:4px 8px;border-radius:6px;background:rgba(212,165,116,.15)}.use-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.use-card{background:var(--surface);border-radius:10px;padding:22px 24px;border:1px solid var(--stroke);transition:border-color .2s,box-shadow .2s}.use-icon{width:36px;height:36px;border-radius:8px;background:rgba(212,165,116,.15);display:grid;place-items:center;font-size:12px;font-weight:700;color:var(--accent);margin-bottom:14px}.use-card:hover{border-color:var(--stroke-strong);box-shadow:0 8px 24px rgba(0,0,0,.2)}.use-card h3{font-size:17px;font-weight:600;margin-bottom:10px;color:var(--ink)}.faq-item p,.use-card p,.value-card p{font-size:14px;color:var(--muted);line-height:1.55}.values{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;padding-top:28px}.value-card{background:var(--surface);border-radius:10px;padding:24px;border:1px solid var(--stroke)}.faq-item h3,.value-card h3{font-size:16px;font-weight:600;margin-bottom:10px}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}.pricing-grid--single{grid-template-columns:minmax(0,420px);justify-content:center}.price-card{background:var(--surface);border-radius:10px;padding:28px 24px;border:1px solid var(--stroke);text-align:center;display:grid;gap:14px}.price-card.featured{background:linear-gradient(180deg,rgba(212,165,116,.12),var(--surface));border:2px solid var(--accent);transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.25)}.price{font-size:22px;font-weight:700}.tier-note{font-size:13px;color:var(--muted)}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.faq-item{background:var(--surface);border-radius:10px;padding:22px;border:1px solid var(--stroke)}.faq-item h3{font-size:15px;margin-bottom:8px;color:var(--ink)}.changelog-list,.signup-cta{display:flex;flex-direction:column}.signup-cta{align-items:flex-start;gap:12px}a.btn--large{padding:14px 24px;font-size:16px}.signup-cta .mini a,.status-card a{color:var(--accent);text-decoration:none}.signup-cta .mini a:hover,.status-card a:hover{text-decoration:underline}.changelog-list{gap:16px;max-width:640px}.changelog-item{display:grid;grid-template-columns:120px 1fr;gap:20px;padding:14px 0;border-bottom:1px solid var(--stroke);font-size:14px}.changelog-item:last-child{border-bottom:none}.changelog-date{color:var(--muted);font-family:"JetBrains Mono","SF Mono",Menlo,monospace;font-size:13px}.changelog-text{color:var(--ink);line-height:1.5}.status-card{display:flex;align-items:flex-start;gap:16px;padding:20px 24px;background:var(--surface);border:1px solid var(--stroke);border-radius:12px;max-width:480px}.status-card .api-status-dot{flex-shrink:0;margin-top:4px}.status-card strong{display:block;margin-bottom:4px}.status-card .mini{margin:0}.sample-header{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1}.footer,.sample-actions{display:flex;align-items:center;gap:12px}.footer{border-top:1px solid var(--stroke);padding:12px 48px 28px;justify-content:space-between;gap:24px;flex-wrap:wrap;background:var(--bg-2)}.footer .brand-name{font-size:18px}.footer-links{flex-wrap:wrap;gap:8px 16px}.footer-links a{color:var(--muted);text-decoration:none;font-size:14px}.footer-credit a,.footer-links a:hover,a.contact-meta-value:hover{color:var(--accent)}.footer-actions,.footer-links{display:flex;align-items:center}.footer-credit{flex-basis:100%;font-size:11px;color:var(--muted);text-align:center;margin-top:8px}.footer-credit a{text-decoration:underline;text-underline-offset:2px}.reveal{opacity:0;transform:translateY(12px);animation:rise .6s ease forwards}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}@media (max-width:980px){.nav{padding:14px 24px;flex-direction:column;align-items:flex-start}.doc-shell{padding:var(--nav-offset) 20px 64px}.hero{grid-template-columns:1fr;padding:40px 0 56px}.hero-copy,.hero-image{grid-column:1/-1}.hero-copy{min-width:0}.use-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section{padding:56px 0}.footer{padding:28px 24px 40px;display:block}.footer>*{display:block;margin-bottom:16px}.footer-links{display:flex;flex-wrap:wrap}.footer-actions{margin-bottom:12px}.footer-credit{margin-bottom:0;text-align:center!important}.footer-links{gap:10px 14px}.footer-actions{width:100%}.footer-actions .btn{width:100%;text-align:center}.endpoint-body{grid-template-columns:1fr}}@media (max-width:720px){.hero-actions{flex-direction:column}.hero-metrics{grid-template-columns:1fr}.hero-image{display:none}.hero-copy{grid-column:1/-1;text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px}.hero-copy>*{width:100%;max-width:min(520px,100%);min-width:0}.hero-copy .base-url,.hero-copy .hero-actions{justify-content:center}.hero-copy .base-url{margin-left:auto;margin-right:auto}.hero-copy .hero-gets,.hero-copy .hero-metrics{width:100%;max-width:420px;margin-left:auto;margin-right:auto}.hero-copy .hero-gets,.hero-copy .hero-metrics,.hero-copy .hero-note,.player-card{text-align:center}.hero-copy .hero-gets .get-item{align-items:center}.hero-copy .hero-signal{justify-content:center}.player-card{grid-template-columns:1fr}.score-footer{flex-direction:column;align-items:flex-start}.use-grid,.use-header{grid-template-columns:1fr}}@media (max-width:860px){.reference-grid{grid-template-columns:1fr}.schema-head{display:none}.schema-row{grid-template-columns:1fr auto;row-gap:4px}.schema-row .schema-desc{grid-column:1/-1;padding-bottom:8px;border-bottom:1px solid rgba(212,165,116,.06)}}.try-it--featured{background:linear-gradient(135deg,rgba(212,165,116,.08),rgba(212,165,116,.03));border:1px solid var(--accent-dim);border-left:3px solid var(--accent);border-radius:12px;padding:28px;margin-top:32px;box-shadow:0 8px 32px rgba(0,0,0,.2)}.try-it--featured .try-it-title{font-size:20px;font-weight:700;color:var(--ink);margin-bottom:4px}.try-it--featured .try-it-hint{font-size:12px;color:var(--muted);font-weight:400}.try-it--featured .try-it-input{display:flex;gap:10px;margin:12px 0}.try-it--featured .try-it-input input{flex:1;background:var(--code-bg);border:1px solid var(--stroke-strong);border-radius:6px;padding:10px 14px;color:var(--ink);font-family:"JetBrains Mono",monospace;font-size:14px;outline:0;transition:border-color .2s}.try-it--featured .try-it-input input:focus{border-color:var(--accent)}.contact-form input:focus-visible,.contact-form textarea:focus-visible,.try-it--featured .try-it-input input:focus-visible,.try-it-dropdown-item:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.try-it--featured .btn.primary{background:var(--accent);color:#1a1512;border-radius:6px;font-weight:700;padding:10px 20px;white-space:nowrap}.try-it--featured .btn.primary:disabled{opacity:.5;cursor:not-allowed}.try-it-output-block{margin-top:8px;min-height:80px}.try-it-live-pill{display:flex;align-items:center;gap:6px;background:rgba(36,226,100,.12);color:#5dde8a;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600}.try-it-autocomplete{position:relative;flex:1;min-width:0}.try-it-autocomplete input{width:100%}.try-it-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:200;background:var(--surface-2);border:1px solid var(--stroke-strong);border-radius:8px;list-style:none;margin:0;padding:4px;box-shadow:0 8px 28px rgba(0,0,0,.45);max-height:280px;overflow-y:auto}.try-it-dropdown-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:6px;cursor:pointer;transition:background .15s}.try-it-dropdown-item:focus,.try-it-dropdown-item:hover{background:rgba(212,165,116,.12);outline:0}.dropdown-name{font-size:14px;font-weight:500;color:var(--ink)}.dropdown-meta{font-size:12px;color:var(--muted);font-family:"JetBrains Mono","SF Mono",Menlo,monospace;white-space:nowrap}.jk{color:var(--code-key);font-weight:500}.js{color:#a8c89a}.ji{color:#c9b896}.jb{color:#e8935a}.jn{color:var(--muted);font-style:italic}.contact-form{display:flex;flex-direction:column;gap:12px;max-width:560px}.contact-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.contact-form input{resize:vertical}.contact-form input,.contact-form textarea{background:rgba(255,255,255,.04);border:1px solid rgba(200,137,58,.2);border-radius:8px;padding:12px 14px;font-family:"Inter",sans-serif;font-size:14px;color:var(--ink);width:100%;transition:border-color .15s}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--muted)}.contact-form input:focus,.contact-form textarea:focus{outline:0;border-color:rgba(200,137,58,.5)}@media (max-width:520px){.contact-fields{grid-template-columns:1fr}}.contact-layout{display:grid;grid-template-columns:1fr 1.4fr;gap:48px;align-items:start}.contact-info h2{font-size:22px;font-weight:700;color:var(--ink);margin-bottom:12px}.contact-info>p{font-size:14px;color:var(--muted);line-height:1.6;margin-bottom:28px}.contact-meta,.contact-meta-item{display:flex;flex-direction:column;gap:14px}.contact-meta-item{gap:2px}.contact-meta-label{font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.contact-meta-value{font-size:14px;color:var(--ink);text-decoration:none}.contact-form textarea{resize:none}.contact-footer{display:flex;align-items:center;gap:16px}.contact-footer .btn{flex-shrink:0}@media (max-width:680px){.contact-layout{grid-template-columns:1fr;gap:28px}}.lang-tabs{display:flex;gap:2px;flex:1}.lang-tab{flex:1;text-align:center;background:0 0;border:1px solid transparent;border-radius:4px;color:var(--muted);font-size:11px;font-weight:600;letter-spacing:.02em;padding:4px 8px;cursor:pointer;font-family:"Space Grotesk",sans-serif;transition:color .15s,border-color .15s,background .15s;line-height:1.4}.lang-tab:hover{color:var(--ink);border-color:var(--stroke-strong)}.lang-tab.active{color:var(--accent);border-color:var(--accent-dim);background:rgba(212,165,116,.08)}.links .mobile-nav-cta,.mobile-nav-cta{display:none!important}.hamburger{display:none;background:0 0;border:0;cursor:pointer;padding:6px;color:var(--ink);flex-direction:column;gap:5px;align-items:center;justify-content:center}.hamburger span{display:block;width:22px;height:2px;background:var(--ink);border-radius:2px;transition:transform .2s,opacity .2s}.nav.nav-open .hamburger span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav.nav-open .hamburger span:nth-child(2){opacity:0}.nav.nav-open .hamburger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:600px){.nav{padding:12px 16px;gap:0;flex-direction:row;flex-wrap:wrap;align-items:center}.brand{flex:1}.hamburger{display:flex;margin-left:auto}.links{display:none;width:100%;flex-direction:column;gap:0;padding:8px 0 12px;border-top:1px solid var(--stroke);order:10}.links a{padding:10px 4px;font-size:15px;border-bottom:1px solid var(--stroke)}.links a:last-child{border-bottom:none}.nav.nav-open .links{display:flex}.nav-actions{display:none}.links .mobile-nav-cta,.mobile-nav-cta{display:block!important;margin:12px 0 4px;text-align:center;padding:12px 16px;font-size:15px;border-bottom:none!important}}