@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#10201a;--muted:#5d6b64;--paper:#f4f2e9;--paper-deep:#e9e6da;--card:#fffef9;--green:#174c36;--green-bright:#226849;--mint:#dff3e7;--lime:#d8f38a;--line:#ccd3ca;--orange:#e46f44;--shadow:0 18px 50px #10201a14;color:var(--ink);background:var(--paper);font-synthesis:none;font-family:Manrope,ui-sans-serif,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 82% 4%,#d8f38a47,transparent 24rem),var(--paper);min-width:320px;margin:0}body,button,input{-webkit-font-smoothing:antialiased}a{color:inherit;text-underline-offset:.22em}button,input{font:inherit}.button,button{border:1px solid var(--green);background:var(--green);color:#fff;cursor:pointer;border-radius:.3rem;min-height:3.25rem;padding:.85rem 1.25rem;font-weight:750;text-decoration:none;transition:transform .16s,background .16s}.button:hover,button:hover{background:var(--green-bright);transform:translateY(-1px)}.button-secondary{border-color:var(--line);color:var(--ink);background:0 0}.button-secondary:hover{background:var(--card)}.site-header{z-index:10;border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:2rem;width:min(100% - 2rem,76rem);min-height:5.25rem;margin:0 auto;display:flex;position:relative}.brand{letter-spacing:-.03em;align-items:center;gap:.7rem;font-size:1.02rem;font-weight:800;text-decoration:none;display:inline-flex}.brand-mark{background:var(--green);width:2rem;height:2rem;color:var(--lime);border-radius:50%;place-items:center;font-family:DM Mono,monospace;font-size:.72rem;display:grid}.site-nav{align-items:center;gap:1.65rem;font-size:.87rem;font-weight:650;display:flex}.site-nav a{text-decoration:none}.site-nav a.router-link-active:not(.nav-cta),.site-nav a:hover{text-decoration:underline;-webkit-text-decoration-color:var(--orange);text-decoration-color:var(--orange);text-decoration-thickness:2px}.nav-cta{border:1px solid var(--green);border-radius:999px;padding:.55rem .9rem}.content,.hero,.section,.site-footer-inner{width:min(100% - 2rem,72rem);margin-inline:auto}.hero{grid-template-columns:minmax(0,1.2fr) minmax(19rem,.8fr);align-items:center;gap:clamp(3rem,8vw,7rem);min-height:42rem;padding-block:clamp(4.5rem,9vw,8rem) 5rem;display:grid}.hero-copy{min-width:0}.eyebrow{color:var(--green-bright);letter-spacing:.1em;text-transform:uppercase;margin:0 0 1rem;font-family:DM Mono,ui-monospace,monospace;font-size:.72rem;font-weight:500}h1,h2,h3,p{overflow-wrap:break-word}h1{letter-spacing:-.075em;max-width:12ch;margin:0 0 1.5rem;font-size:clamp(3.35rem,7.4vw,6.8rem);line-height:.91}h1,h2{text-wrap:balance}h2{letter-spacing:-.05em;margin:0 0 1rem;font-size:clamp(2rem,4vw,3.4rem);line-height:1.02}h3{letter-spacing:-.025em;margin:0 0 .55rem;font-size:1.05rem}.lede{color:#34453c;max-width:42rem;margin:0;font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.55}.lookup-panel{border:1px solid var(--ink);background:var(--card);box-shadow:var(--shadow);border-radius:.65rem;padding:clamp(1.4rem,4vw,2.4rem);position:relative}.lookup-panel:before{content:"";background:var(--orange);border-radius:50%;width:.75rem;height:.75rem;position:absolute;top:-.42rem;right:2rem}.lookup-panel h2{letter-spacing:-.04em;font-size:1.75rem}.lookup-panel>p:not(.eyebrow){color:var(--muted);line-height:1.6}form{margin-top:1.5rem}label{margin-bottom:.55rem;font-size:.82rem;font-weight:750;display:block}.lookup{gap:.65rem;display:flex}input{width:100%;min-width:0;min-height:3.25rem;color:var(--ink);text-transform:uppercase;background:#fff;border:1px solid #75827b;border-radius:.3rem;padding:.8rem .95rem;font-family:DM Mono,ui-monospace,monospace;font-size:1.05rem}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid var(--lime);outline-offset:3px}.microcopy,.note{color:var(--muted);margin:1rem 0 0;font-size:.82rem;line-height:1.5}.trust-strip{border-block:1px solid var(--line);background:#fffef98c}.trust-strip-inner{width:min(100% - 2rem,72rem);color:var(--muted);letter-spacing:.04em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:1rem 2rem;margin:auto;padding:1.15rem 0;font-family:DM Mono,ui-monospace,monospace;font-size:.7rem;display:flex}.trust-strip strong{color:var(--ink)}.section{padding-block:clamp(5rem,10vw,8rem)}.section-heading{grid-template-columns:.75fr 1.25fr;gap:2rem;margin-bottom:3rem;display:grid}.section-heading .lede{align-self:end}.dataset-grid,.feature-grid,.pricing-grid,.result-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.dataset-card,.feature-card,.pricing-card,.result-card{border:1px solid var(--line);background:var(--card);border-radius:.55rem;min-width:0;padding:1.5rem}.dataset-card{flex-direction:column;justify-content:space-between;min-height:15rem;text-decoration:none;transition:transform .16s,box-shadow .16s;display:flex}.dataset-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.card-index{color:var(--green-bright);font-family:DM Mono,ui-monospace,monospace;font-size:.72rem}.dataset-card p,.feature-card p,.pricing-card p,.result-card p{color:var(--muted);margin:0;line-height:1.55}.section-dark{color:#fff;background:var(--green)}.section-dark .eyebrow{color:var(--lime)}.section-dark .lede,.section-dark p{color:#d9e5de}.layer-grid{background:#ffffff40;border:1px solid #ffffff40;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid}.layer-card{background:var(--green);min-height:21rem;padding:clamp(1.5rem,4vw,2.6rem)}.layer-card .layer-label{text-transform:uppercase;border:1px solid #fff6;border-radius:999px;margin-bottom:3rem;padding:.35rem .65rem;font-family:DM Mono,monospace;font-size:.68rem;display:inline-block}.layer-card h3{letter-spacing:-.05em;font-size:clamp(1.6rem,3vw,2.4rem)}.endpoint,.layer-card code{color:var(--lime);margin-top:2rem;font-family:DM Mono,ui-monospace,monospace;font-size:.82rem;display:block}.content{padding-block:clamp(4.5rem,9vw,7rem);line-height:1.7}.content-header{max-width:52rem;margin-bottom:3.5rem}.content h1{max-width:11ch;font-size:clamp(3rem,7vw,5.6rem)}.content-body{max-width:48rem}.content li,.content-body>p,.content>p:not(.eyebrow):not(.lede){color:#35473e}.content h2{margin-top:3.75rem;font-size:clamp(1.65rem,3vw,2.35rem)}.content h2:first-child{margin-top:0}.code-block,pre{background:var(--ink);color:#dff3e7;white-space:pre-wrap;border-radius:.5rem;margin:1.75rem 0;padding:1.25rem;font-size:.83rem;line-height:1.7;overflow:auto}.code-block,code,pre{font-family:DM Mono,ui-monospace,monospace}code{font-size:.9em}.cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:2.5rem 0 0;padding:0;list-style:none;display:grid}.cards a{border:1px solid var(--line);background:var(--card);border-radius:.5rem;align-items:flex-end;min-height:9rem;padding:1.5rem;font-size:1.1rem;font-weight:750;text-decoration:none;display:flex}.cards a:hover{border-color:var(--green)}.source-list{gap:1rem;margin-top:3rem;display:grid}.source{border:1px solid var(--line);background:var(--card);border-radius:.55rem;padding:clamp(1.4rem,4vw,2rem)}.source h2{margin:0 0 1.5rem;font-size:clamp(1.4rem,3vw,2rem)}.source dl{border-block:1px solid var(--line);grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin:0;padding-block:1.25rem;display:grid}.source dt,.stat-label{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-family:DM Mono,monospace;font-size:.68rem}.source dd{margin:.25rem 0 0;font-weight:700}.source-links{margin:1.25rem 0 0;font-size:.88rem}.result-shell{grid-template-columns:minmax(0,1fr) minmax(17rem,.42fr);align-items:start;gap:1.5rem;display:grid}.result-panel{border:1px solid var(--line);background:var(--card);border-radius:.6rem;padding:clamp(1.4rem,4vw,2.2rem)}.result-panel h1{max-width:none;margin-bottom:2.5rem}.result-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.result-card strong{margin-top:.45rem;font-size:1.08rem;display:block}.source-chip{border-top:1px solid var(--line);color:var(--muted);margin-top:1.5rem;padding-top:1.25rem;font-size:.78rem}.action-list{gap:.65rem;display:grid}.action-link{border-bottom:1px solid var(--line);justify-content:space-between;gap:1rem;padding:.9rem 0;font-weight:700;text-decoration:none;display:flex}.action-link:after{content:"↗";color:var(--green-bright)}.status-message{border-left:3px solid var(--orange);color:#6b331e;background:#fff4ed;padding:1rem 1.25rem}.cta-band{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:2rem;padding-block:3rem;display:flex}.cta-band h2{max-width:17ch;margin:0;font-size:clamp(1.75rem,3vw,2.5rem)}.button-row{flex-wrap:wrap;gap:.75rem;display:flex}.site-footer{border-top:1px solid var(--line);background:var(--paper-deep)}.site-footer-inner{grid-template-columns:1fr auto;gap:2rem;padding-block:3rem;display:grid}.footer-title{margin:0 0 .5rem;font-weight:800}.footer-copy{max-width:38rem;color:var(--muted);margin:0;font-size:.85rem;line-height:1.6}.footer-links{flex-wrap:wrap;align-content:start;gap:1rem;font-size:.82rem;font-weight:700;display:flex}@media (width<=900px){.hero,.result-shell,.section-heading{grid-template-columns:1fr}.hero{min-height:auto}.lookup-panel{max-width:36rem}.dataset-grid,.feature-grid,.pricing-grid,.source dl{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.site-header{flex-direction:column;align-items:flex-start;gap:1rem;min-height:auto;padding-block:1rem}.site-nav{flex-wrap:wrap;gap:.9rem 1.15rem;width:100%;padding-bottom:.25rem;overflow:visible}.site-nav a{white-space:nowrap}.nav-cta{display:none}.hero{padding-top:4rem}h1{font-size:clamp(3.1rem,17vw,5rem)}.trust-strip-inner{flex-direction:column;align-items:flex-start}.cards,.dataset-grid,.feature-grid,.layer-grid,.pricing-grid,.result-grid{grid-template-columns:1fr}.dataset-card{min-height:12rem}.cta-band,.lookup,.site-footer-inner{flex-direction:column;grid-template-columns:1fr;align-items:stretch}.lookup{display:grid}.source dl{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{transition-duration:.01ms!important}}
