:root{--paper:#F5F7F7;--cell:#FFFFFF;--ink:#0C1416;--muted:#5A6A6E;--rule:#DCE2E2;--accent:#146C60;--live:#E04A20;--term-bg:#0C1416;--term-chrome:#131F21;--term-rule:#22302F;--term-fg:#DCE6E5;--term-dim:#6B7F82;--term-accent:#5FD3C0;--term-live:#FF7A4D;--mono-display:"Martian Mono", ui-monospace, SFMono-Regular, monospace;--serif:"Source Serif 4", Georgia, "Times New Roman", serif;--mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--shell:1120px;--gutter:clamp(1.25rem, 5vw, 3rem);--section:clamp(3.5rem, 8vw, 6.5rem);color-scheme:light}*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--serif);font-size:17px;line-height:1.62;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,p{margin:0}a{color:inherit}:focus-visible{outline:2px solid var(--live);outline-offset:3px;border-radius:2px}.shell{width:100%;max-width:var(--shell);margin-inline:auto;padding-inline:var(--gutter)}.skip{position:absolute;left:-9999px;top:0;background:var(--ink);color:var(--paper);font-family:var(--mono);font-size:.8rem;padding:.6rem 1rem;z-index:10}.skip:focus{left:0}.eyebrow{font-family:var(--mono);font-size:.72rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--muted)}.topbar{border-bottom:1px solid var(--rule);background:var(--paper)}.topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:60px}.brand{display:inline-flex;align-items:center;gap:.55rem;text-decoration:none}.brand__mark{width:30px;height:16px;overflow:visible;fill:none;stroke-linecap:butt;stroke-width:1.6}.brand__ticks{stroke:var(--accent)}.brand__live{stroke:var(--live)}.brand__name{font-family:var(--mono-display);font-weight:600;font-size:1rem;letter-spacing:-.05em}.topbar__tag{font-family:var(--mono);font-size:.74rem;color:var(--muted)}.hero{padding-top:clamp(2.5rem,6vw,4.5rem);padding-bottom:var(--section)}.hero__grid{display:grid;grid-template-columns:minmax(0,10fr)minmax(0,11fr);gap:clamp(2rem,4.5vw,4rem);align-items:center}.hero__title{font-family:var(--mono-display);font-weight:600;font-size:clamp(1.72rem,1rem + 2.2vw,2.75rem);line-height:1.16;letter-spacing:-.062em;max-width:19ch;margin-top:1.1rem;text-wrap:balance}.hero__lead{margin-top:1.35rem;max-width:52ch;font-size:clamp(1rem,.95rem + .25vw,1.13rem);line-height:1.64;color:var(--ink)}.hero__scenario{margin-top:1rem;max-width:52ch;font-size:clamp(.94rem,.9rem + .2vw,1.02rem);line-height:1.64;color:var(--muted)}.term{margin:0;background:var(--term-bg);border:1px solid var(--term-bg);border-radius:5px;overflow:hidden;box-shadow:0 1px 2px rgba(12,20,22,6%),0 14px 34px -18px rgba(12,20,22,.35)}.term__bar{display:flex;align-items:baseline;gap:.5rem 1.35rem;flex-wrap:wrap;padding:.6rem 1rem;background:var(--term-chrome);border-bottom:1px solid var(--term-rule);font-family:var(--mono);font-size:.72rem;letter-spacing:.01em;color:var(--term-dim)}.term__target{color:var(--term-accent)}.term__clock{font-variant-numeric:tabular-nums}.term__count{font-variant-numeric:tabular-nums}.term__live{display:inline-flex;align-items:center;gap:.42rem;margin-left:auto;color:var(--term-live);text-transform:uppercase;letter-spacing:.14em}.term__dot{width:6px;height:6px;border-radius:50%;background:var(--term-live);animation:pulse 2.4s ease-in-out infinite}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.72)}}.term__body{font-family:var(--mono);font-size:.775rem;line-height:1.85;height:calc(12 * 1.85em);padding:.55rem 1rem .7rem;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;color:var(--term-fg);-webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 18%,#000 100%);mask-image:linear-gradient(to bottom,transparent 0,#000 18%,#000 100%)}.term__body::after{content:"";flex:none;width:.55em;height:1.1em;margin-top:.28em;background:var(--term-live);animation:caret 1.15s steps(1,end)infinite}@keyframes caret{0%,55%{opacity:1}56%,100%{opacity:0}}.ln{flex:none;display:flex;gap:1ch;white-space:nowrap;overflow:hidden;animation:land .28s ease-out both}@keyframes land{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.ln--seed{animation:none}.ln__t{flex:none;width:8ch;color:var(--term-dim);font-variant-numeric:tabular-nums}.ln__op{flex:none;width:6ch}.ln__tbl{flex:none;width:9ch;color:var(--term-fg)}.ln__key{flex:none;width:8ch;color:var(--term-dim)}.ln__op--insert{color:var(--term-accent)}.ln__op--update{color:var(--term-live)}.ln__v{flex:auto;min-width:0;color:#a9bcbb;overflow:hidden;text-overflow:ellipsis}.term__cap{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.4rem 1.5rem;padding:.7rem 1rem .75rem;border-top:1px solid var(--term-rule);font-family:var(--mono);font-size:.71rem;line-height:1.5;color:var(--term-dim)}.term__cap-note{color:#4e6265}.problem{padding-bottom:var(--section)}.problem__title{margin-top:1rem;max-width:34ch;font-family:var(--mono-display);font-weight:600;font-size:clamp(1.22rem,.9rem + 1.3vw,1.72rem);line-height:1.28;letter-spacing:-.055em;text-wrap:balance}.problem__body{margin-top:1.15rem;max-width:58ch;font-size:clamp(1rem,.95rem + .2vw,1.1rem);line-height:1.66;color:var(--muted)}.props{padding-bottom:var(--section)}.props__eyebrow{padding-bottom:1.15rem;border-bottom:1px solid var(--rule)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(272px,1fr));gap:1px;background:var(--rule);border:1px solid var(--rule);border-top:0;border-radius:0 0 4px 4px;overflow:hidden}.cell{background:var(--cell);padding:clamp(1.4rem,2.6vw,2rem);display:flex;flex-direction:column;transition:background .2s ease}.cell:hover{background:#fbfcfc}.fig{width:100%;max-width:200px;margin-bottom:1.35rem}.fig svg{display:block;width:100%;height:auto;overflow:visible}.fig__axis{stroke:var(--rule);stroke-width:1;fill:none}.fig__hair{stroke:var(--rule);stroke-width:1;fill:none}.fig__lanes path{stroke:var(--rule);stroke-width:1;fill:none}.fig__seeds circle{fill:var(--accent);opacity:.5}.fig__ticks path{stroke:var(--accent);stroke-width:1.4;fill:none;opacity:.72}.fig__fan path{stroke:var(--accent);stroke-width:1.2;fill:none;opacity:.8}.fig__graph path{stroke:var(--accent);stroke-width:1.2;fill:none;opacity:.55}.fig__graph circle{fill:var(--accent);opacity:.86}.fig__cursor{stroke:var(--live);stroke-width:1.5;fill:none}.fig__dot{fill:var(--live)}.fig__break{stroke:var(--live);stroke-width:1.5;fill:none;stroke-dasharray:3 3.5}.fig__label text{font-family:var(--mono);font-size:10px;fill:var(--muted)}.cell__title{font-family:var(--mono-display);font-weight:600;font-size:.94rem;letter-spacing:-.045em;line-height:1.3}.cell__body{margin-top:.7rem;font-size:.97rem;line-height:1.6;color:var(--muted)}.closer{padding-bottom:clamp(2.75rem,5vw,4.25rem);display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:1.1rem 2rem}.closer__text{max-width:58ch;font-size:clamp(1.05rem,1rem + .25vw,1.2rem);line-height:1.6;color:var(--ink)}.signup{margin-top:clamp(2rem,4vw,2.75rem);max-width:26rem}.signup__row{display:flex;background:var(--cell);border:1px solid var(--rule);border-radius:4px;overflow:hidden;transition:border-color .18s ease}.signup__row:focus-within{border-color:var(--accent)}.signup__input{flex:auto;min-width:0;border:0;background:0 0;padding:.72rem .85rem;font-family:var(--mono);font-size:.82rem;color:var(--ink)}.signup__input::placeholder{color:#9aa8ab}.signup__input:focus{outline:none}.signup__btn{flex:none;border:0;background:var(--accent);color:#fff;padding:.72rem 1.05rem;font-family:var(--mono-display);font-weight:600;font-size:.76rem;letter-spacing:-.04em;white-space:nowrap;cursor:pointer;transition:background .18s ease}.signup__btn:hover{background:#0f564c}.signup__note{margin-top:.65rem;font-family:var(--mono);font-size:.68rem;line-height:1.5;color:var(--muted)}.signup__trap{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.foot{border-top:1px solid var(--rule)}.foot__inner{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.4rem 1.5rem;padding-block:1.5rem 2rem}.foot__brand{font-family:var(--mono-display);font-weight:600;font-size:.85rem;letter-spacing:-.05em}.foot__meta{font-family:var(--mono);font-size:.71rem;color:var(--muted)}.reveal{animation:rise .7s cubic-bezier(.22,.68,.32,1)both;animation-delay:calc(var(--d) * 90ms)}@keyframes rise{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media(max-width:920px){.hero__grid{grid-template-columns:1fr;gap:clamp(1.75rem,5vw,2.5rem)}.hero__title{max-width:24ch}}@media(max-width:760px){.term__bar{font-size:.67rem;gap:.35rem 1rem}.term__live{margin-left:0}.term__body{font-size:.7rem}.term__cap{font-size:.66rem;flex-direction:column;gap:.3rem}}@media(max-width:560px){body{font-size:16px}.topbar__tag{display:none}.hero__title{max-width:100%}.ln__key{display:none}.ln{gap:.8ch}}@media(prefers-reduced-motion:reduce){.reveal,.term__dot,.ln{animation:none}.term__body::after{animation:none}*,*::before,*::after{transition-duration:.01ms!important}}.dl{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:clamp(1.4rem,3vw,1.9rem)}.dl__btn{display:flex;flex-direction:column;gap:.15rem;min-width:11.5rem;padding:.7rem 1rem .8rem;background:var(--accent);color:#fff;text-decoration:none;border-radius:4px;transition:background .18s ease}.dl__btn:hover{background:#0f564c}.dl__btn:nth-child(2){background:var(--ink)}.dl__btn:nth-child(2):hover{background:#22333a}.dl__format{font-family:var(--mono-display);font-weight:600;font-size:.9rem;letter-spacing:-.04em}.dl__note{font-family:var(--mono);font-size:.66rem;opacity:.82}.dl__fresh{margin-top:.9rem;font-family:var(--mono);font-size:.74rem;color:var(--muted);font-variant-numeric:tabular-nums}.receipt{padding-bottom:var(--section)}.receipt__card{margin-top:1.1rem;background:var(--term-bg);border-radius:5px;padding:1.15rem 1.25rem 1.05rem;color:var(--term-fg);box-shadow:0 1px 2px rgba(12,20,22,6%),0 14px 34px -18px rgba(12,20,22,.35)}.receipt__grid{display:flex;flex-wrap:wrap;gap:.8rem 2.4rem;margin:0}.receipt__grid dt{font-family:var(--mono);font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;color:var(--term-dim)}.receipt__grid dd{margin:.2rem 0 0;font-family:var(--mono);font-size:.95rem;color:var(--term-accent);font-variant-numeric:tabular-nums}.receipt__hash{letter-spacing:.04em}.receipt__note{margin-top:.95rem;padding-top:.85rem;border-top:1px solid var(--term-rule);font-family:var(--mono);font-size:.71rem;line-height:1.55;color:var(--term-dim);max-width:62ch}.pulse{padding-bottom:var(--section)}.pulse__chart{display:block;width:100%;height:clamp(64px,10vw,96px);margin-top:1rem}.pulse__chart rect{fill:var(--accent);opacity:.72}.pulse__chart rect:hover{opacity:1}.pulse__axis{stroke:var(--rule);stroke-width:1}.schema{padding-bottom:var(--section)}.schema__grid{margin-top:1.1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1px;background:var(--rule);border:1px solid var(--rule);border-radius:4px;overflow:hidden}.schema__table{background:var(--cell);padding:1.1rem 1.2rem 1.2rem}.schema__name{font-family:var(--mono-display);font-weight:600;font-size:.9rem;letter-spacing:-.04em}.schema__rows{margin-top:.2rem;font-family:var(--mono);font-size:.68rem;color:var(--muted);font-variant-numeric:tabular-nums}.schema__cols{margin:.75rem 0 0;padding:0;list-style:none}.schema__cols li{display:flex;justify-content:space-between;gap:1rem;padding:.28rem 0;border-top:1px solid var(--rule);font-family:var(--mono);font-size:.72rem}.schema__col{color:var(--ink)}.schema__type{color:var(--muted)}.why{padding-bottom:var(--section)}.why__body{margin-top:1rem;max-width:58ch;color:var(--muted);font-size:clamp(1rem,.95rem + .2vw,1.1rem);line-height:1.66}.why__body p+p{margin-top:.9rem}.cross{padding-bottom:clamp(2.75rem,5vw,4.25rem)}.cross__list{margin:.9rem 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.45rem}.cross__list a{font-family:var(--mono);font-size:.82rem;color:var(--accent);text-decoration:none}.cross__list a:hover{text-decoration:underline}.cross .signup{margin-top:clamp(1.8rem,3.5vw,2.4rem)}.dataset .hero{padding-bottom:var(--section)}.thanks .hero{padding-bottom:var(--section)}.thanks__form{margin-top:clamp(1.6rem,3.5vw,2.2rem);max-width:34rem}.thanks__pitch{font-size:clamp(1rem,.95rem + .2vw,1.1rem);color:var(--ink)}.thanks__form .signup{margin-top:.9rem}.thanks .cross__list{margin-top:clamp(2rem,4vw,2.75rem)}.topbar__right{display:inline-flex;align-items:baseline;gap:1.4rem}.topbar__link{font-family:var(--mono);font-size:.74rem;color:var(--accent);text-decoration:none}.topbar__link:hover{text-decoration:underline}.dsets{padding-bottom:var(--section)}.dsets__eyebrow{padding-bottom:1.15rem;border-bottom:1px solid var(--rule)}.dsets__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1px;background:var(--rule);border:1px solid var(--rule);border-top:0;border-radius:0 0 4px 4px;overflow:hidden}.dsets__card{display:flex;flex-direction:column;gap:.45rem;background:var(--cell);padding:1.25rem 1.3rem 1.35rem;text-decoration:none;transition:background .2s ease}.dsets__card:hover{background:#fbfcfc}.dsets__name{font-family:var(--mono-display);font-weight:600;font-size:.94rem;letter-spacing:-.045em;color:var(--ink)}.dsets__hook{font-size:.95rem;line-height:1.5;color:var(--muted)}.dsets__meta{margin-top:.25rem;font-family:var(--mono);font-size:.66rem;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}