:root{--ink:#17211D;--muted:#65736D;--cream:#F5F5EF;--surface:#FFF;--lime:#D7F36A;--orange:#FF704E;--line:#DCE2D9;--soft:#B7C4BD;--font:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.5 var(--font)}a{color:inherit}.skip{position:absolute;left:-999px}.skip:focus{left:1rem;top:1rem;background:var(--lime);padding:.5rem;z-index:5}.top{height:72px;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;position:sticky;top:0;z-index:3}.brand{display:flex;align-items:center;gap:.7rem;text-decoration:none;font-weight:800}.brand small{display:block;color:var(--soft);font-size:11px;font-weight:400}.mark{display:grid;place-items:center;background:var(--lime);color:var(--ink);border-radius:50%;width:34px;height:34px;font-size:11px}.top nav{display:flex;gap:1.2rem;color:var(--soft);font-size:13px}.top nav a{text-decoration:none}.top button{border:1px solid #708079;background:transparent;color:#fff;border-radius:6px;padding:.45rem .7rem;cursor:pointer}.hero{background:var(--ink);color:var(--cream);padding:100px 2rem 130px;display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}.hero>div{max-width:1120px;width:100%;margin:auto}.eyebrow{color:var(--orange);font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.hero h1{font-size:56px;line-height:.94;letter-spacing:-.08em;max-width:12ch;margin:.5rem 0 1rem}.hero h1 em,.display em{font-family:Georgia,"Times New Roman",serif;font-weight:400;color:var(--lime)}.lead{font-size:1.1rem;max-width:55ch;color:var(--soft)}.actions{display:flex;gap:.8rem;flex-wrap:wrap;margin:1.8rem 0 1rem}.btn{padding:14px 19px;border-radius:999px;text-decoration:none;font-size:12px;font-weight:800}.primary{background:var(--lime);color:var(--ink)}.secondary{background:#fff;color:var(--ink)}.source{font-size:12px}.source a{color:var(--lime)}.proof{background:#111;color:#fff;border-radius:8px;box-shadow:0 12px 30px rgba(0,0,0,.24);overflow:hidden}.proof-head{height:36px;background:#222;display:flex;align-items:center;gap:6px;padding:0 .8rem;color:#aaa;font:12px monospace}.proof-head i{width:8px;height:8px;border-radius:50%;background:#555}.proof-head span{margin-left:.4rem}.proof pre{margin:0;padding:1.3rem;font:14px/1.7 monospace;color:#ddd}.proof b{color:var(--lime)}.proof strong{color:#59c878}.shell{display:grid;grid-template-columns:220px 1fr;max-width:1440px;margin:auto}.rail{background:var(--surface);border-right:1px solid var(--line);padding:2rem 1.2rem;position:sticky;top:72px;height:calc(100vh - 72px);align-self:start}.rail b{font:600 11px monospace;color:var(--muted);letter-spacing:.12em}.rail a{display:block;padding:.7rem 0;border-bottom:1px solid var(--line);text-decoration:none;font-size:14px}.rail a:hover{color:#56621c}.section{padding:4rem 2rem;border-bottom:1px solid var(--line)}.section>*{max-width:1120px;margin-left:auto;margin-right:auto}.section h2{font-size:40px;line-height:.98;letter-spacing:-.07em;margin:.4rem auto 1rem}.intro{color:var(--muted);max-width:65ch}.cards,.swatches,.component-grid,.breaks{display:grid;gap:1rem;margin-top:2rem}.cards{grid-template-columns:repeat(3,1fr)}.cards article,.component{background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:1.3rem}.icon{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;font-size:12px}.icon.lime{background:var(--lime)}.icon.orange{background:var(--orange);color:#fff}.icon.ink{background:var(--ink);color:#fff}.cards h3{margin:.8rem 0 .3rem;font-size:18px}.cards p,.component small{color:var(--muted);font-size:14px}.swatches{grid-template-columns:repeat(4,1fr)}.sw{height:110px;background:var(--c);border:1px solid var(--line);border-radius:8px;padding:1rem;display:flex;flex-direction:column;justify-content:space-between}.sw b,.sw span{font:600 12px monospace}.sw.dark{color:#fff}.typebox{background:var(--surface);border:1px solid var(--line);padding:1.5rem;margin-top:2rem}.typebox small,.typebox code{color:var(--muted);font-size:12px}.display{font-size:56px;line-height:.96;letter-spacing:-.07em;margin:1rem 0;color:var(--ink)}.typebox p{max-width:60ch}.component-grid{grid-template-columns:repeat(2,1fr)}.component>b{font:600 12px monospace;color:#56621c}.search{height:44px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:0 16px;margin:1rem 0;color:var(--muted);display:flex;align-items:center;justify-content:space-between}.resource{background:#fff;border:1px solid var(--line);border-radius:8px;margin:1rem 0;padding:1rem;display:grid;gap:.35rem}.resource-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;background:var(--lime);font-size:12px;font-weight:800}.resource span{font-size:13px;color:var(--muted)}.buttons{display:flex;gap:.6rem;margin:1rem 0;flex-wrap:wrap}.pill{border-radius:999px;padding:10px 14px;font-size:12px;font-weight:800}.pill.lime{background:var(--lime)}.pill.dark{background:var(--ink);color:#fff}.install-demo{background:var(--ink);color:#fff;border-radius:8px;margin:1rem 0;padding:1rem;display:grid;gap:.6rem}.install-demo code{color:var(--lime);font-size:12px}.breaks{grid-template-columns:repeat(4,1fr)}.breaks div{background:var(--surface);border:1px solid var(--line);padding:1.1rem;border-radius:8px}.breaks strong{display:block;font:600 1.5rem monospace;color:#56621c}.breaks span{display:block;color:var(--muted);font-size:13px;margin-top:.5rem}.validation{background:#eef1e9}.checks{display:grid;gap:.7rem;margin-top:2rem}.check{background:#fff;border:1px solid var(--line);border-left:4px solid #59a66b;padding:1rem 1.2rem;border-radius:3px;display:flex;flex-direction:column;gap:.2rem}.check.warn{border-left-color:#a47b2e}.check b{font:600 13px monospace}.check span{font-size:14px;color:var(--muted)}.status{display:flex;gap:1rem;align-items:center;background:#111;color:#fff;padding:1rem;margin-top:1.5rem;border-radius:8px}.status strong{color:#59c878;font:600 13px monospace}.status span{font-size:14px;color:#ccc}footer{display:flex;justify-content:space-between;gap:1rem;padding:2rem;color:var(--muted);font-size:12px}footer a{color:#56621c;font-weight:700}@media(max-width:900px){.hero{grid-template-columns:1fr}.cards,.breaks{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.shell{display:block}.rail{display:none}.top nav{display:none}.top{padding:0 1rem}.hero{padding:90px 1.2rem 100px}.hero h1{font-size:44px}.section{padding:3rem 1.2rem}.component-grid,.cards{grid-template-columns:1fr}.swatches{grid-template-columns:repeat(2,1fr)}.display{font-size:42px}footer{flex-direction:column}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}[data-theme=dark]{--cream:#20231f;--surface:#2b2f2a;--muted:#c0c8c2;--line:#484e48;color-scheme:dark}[data-theme=dark] .validation{background:#252a25}[data-theme=dark] .typebox,[data-theme=dark] .component,[data-theme=dark] .cards article,[data-theme=dark] .breaks div{color:#eee}
