:root{color-scheme:light;--bg:#faf1ea;--ink:#2d231c;--ink-soft:#544337;--muted:#93877d;--pill-bg:#d9d9d9;--pill-ink:#544337;--accent:#bad17b;--accent-ink:#3b461d;--link:#3e8b99;--code-bg:#1e1e1e;--code-ink:#d4d4d4;--code-com:#7f8a95;--code-statusbar:#3a4550}:root[data-theme=dark]{color-scheme:dark;--bg:#191310;--ink:#f2e9e1;--ink-soft:#cbbcb0;--muted:#97897d;--pill-bg:#37302a;--pill-ink:#cbbcb0;--accent:#bad17b;--accent-ink:#3b461d;--link:#6fc3d0;--code-bg:#201a16;--code-ink:#d4d4d4;--code-com:#7f8a95;--code-statusbar:#38312b}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink-soft);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;line-height:1.5}main{max-width:800px;margin:0 auto;padding:4rem 1.5rem 6rem}.theme-toggle{position:fixed;top:1rem;right:1rem;z-index:10;width:2.6rem;height:2.6rem;display:grid;place-items:center;padding:0;border:none;border-radius:50%;background:var(--pill-bg);color:var(--ink);cursor:pointer}.theme-toggle:hover{filter:brightness(1.15)}:root[data-theme=light] .theme-toggle:hover{filter:brightness(.95)}.theme-toggle svg{width:1.2rem;height:1.2rem}.theme-toggle .icon-sun{display:none}:root[data-theme=dark] .theme-toggle .icon-sun{display:block}:root[data-theme=dark] .theme-toggle .icon-moon{display:none}.hero{text-align:center;margin-bottom:3.5rem}.hero h1{margin:0;font-size:2.75rem;letter-spacing:.04em;color:var(--ink)}.subtitle{margin:.5rem 0 0;color:var(--ink-soft);font-size:1.05rem}.eyebrow{margin:0 0 1rem;font-size:.95rem;font-weight:400;letter-spacing:.08em;color:var(--muted);text-transform:uppercase}section{margin-bottom:3.5rem}.feature-list{list-style:none;margin:0;padding:0}.feature-list li{position:relative;padding-left:1.1rem;margin-bottom:.5rem}.feature-list li::before{content:"";position:absolute;left:.2rem;top:.65em;width:5px;height:5px;border-radius:50%;background:currentColor;opacity:.6}.feature-list strong{color:var(--ink)}.feature-list sup{font-size:.6em;color:var(--muted);margin-left:.15em}.feature-list a{color:var(--link);text-decoration:none}.feature-list a:hover{text-decoration:underline}.waitlist{display:flex;flex-direction:column;align-items:center;margin-top:1.75rem}.btn-waitlist,.btn-waitlist-submit{border:none;border-radius:999px;background:var(--accent);color:var(--accent-ink);font-weight:700;font-size:1rem;padding:.9rem 2rem;cursor:pointer}.btn-waitlist-submit:hover,.btn-waitlist:hover{filter:brightness(.97)}.waitlist-fields[hidden]{display:none}.waitlist-fields{display:flex;gap:.5rem;margin-top:.75rem}.waitlist-fields input{border:1px solid var(--pill-bg);border-radius:999px;padding:.7rem 1.1rem;font-size:1rem;min-width:220px}.waitlist-fields .btn-waitlist-submit{padding:.7rem 1.4rem}.waitlist-note{min-height:1.2em;margin:.75rem 0 0;color:var(--ink);font-size:.9rem}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.playground-intro{margin:0 0 1rem;max-width:42rem}.playground{border-radius:10px;overflow:hidden;background:var(--code-bg);box-shadow:0 12px 30px rgba(0,0,0,.15)}.pg-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;padding:.6rem .75rem;background:var(--code-statusbar)}.pg-examples{display:flex;gap:.4rem;flex-wrap:wrap}.pg-example{border:none;border-radius:999px;background:rgba(255,255,255,.12);color:#d9c8a9;font:inherit;font-size:.8rem;padding:.3rem .8rem;cursor:pointer}.pg-example:hover{background:rgba(255,255,255,.2)}.pg-run{border:none;border-radius:999px;background:var(--accent);color:var(--accent-ink);font:inherit;font-weight:700;padding:.4rem 1.3rem;cursor:pointer}.pg-run:disabled{opacity:.55;cursor:default}.pg-panes{display:grid;grid-template-columns:1fr 1fr}.pg-editor-wrap{position:relative;min-height:340px;resize:vertical;overflow:auto;border-right:1px solid rgba(255,255,255,.12)}.pg-editor-layer{margin:0;padding:1.1rem 1.2rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.88rem;line-height:1.6;letter-spacing:normal;tab-size:2;white-space:pre;overflow-wrap:normal;word-break:normal}#pg-highlight{position:absolute;inset:0;overflow:hidden;color:var(--code-ink);pointer-events:none}#pg-editor{position:absolute;inset:0;width:100%;height:100%;border:none;outline:0;background:0 0;color:transparent;caret-color:var(--code-ink);overflow:auto}#pg-editor::selection{background:rgba(255,255,255,.22);color:transparent}.tok-kw{color:#de935f}.tok-type{color:#7fc1ca}.tok-builtin{color:#bad17b}.tok-const{color:#b48ead}.tok-char,.tok-str{color:#a9c181}.tok-num{color:#dab87f}.tok-com{color:var(--code-com)}.tok-op{color:#cbbca9}.tok-punct{color:#93887d}.tok-dir{color:#de935f}.tok-func{color:#e5c07b}.tok-field{color:#dd8784}.tok-var{color:#8ab2d8}.pg-output{margin:0;min-height:340px;max-height:520px;overflow:auto;padding:1.1rem 1.2rem;color:var(--code-ink);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.88rem;line-height:1.6;white-space:pre-wrap}.pg-output:empty::before{content:"(output appears here)";color:var(--code-com)}.pg-status{min-height:1.2em;margin:0;padding:.45rem .9rem;background:var(--code-statusbar);color:#d9c8a9;font-size:.8rem}@media (max-width:720px){.pg-panes{grid-template-columns:1fr}.pg-editor-wrap{min-height:220px;border-right:none;border-bottom:1px solid rgba(255,255,255,.12)}.pg-output{min-height:160px}}