:root{--bg:#faf7f2;--card:#fff;--border:#eae4d9;--text:#23262b;--muted:#6f7680;--amber:#e8a94e;--amber-dark:#c98a2e;--mint:#2fbf8a;--mint-dark:#22996e;--radius:16px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:-apple-system,Segoe UI,Roboto,Inter,sans-serif;line-height:1.65}.wrap{max-width:880px;margin:0 auto;padding:0 1.25rem}header.site{justify-content:space-between;align-items:center;padding:1.2rem 0;display:flex}.logo{letter-spacing:-.01em;color:var(--text);align-items:center;gap:.55rem;font-size:1.15rem;font-weight:800;text-decoration:none;display:flex}.logo img{object-fit:contain;width:36px;height:36px}.hero img.mark{object-fit:contain;width:110px;height:110px}.chip-demo img{object-fit:contain;flex-shrink:0;width:26px;height:26px}.surfaces{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-bottom:1.2rem;display:flex}.surfaces span{background:var(--card);border:1.5px solid var(--border);border-radius:999px;padding:.35rem 1rem;font-size:.92rem;font-weight:600}.where-lines{color:var(--muted);text-align:center;max-width:58ch;margin:0 auto;font-size:.93rem}.where-lines p{margin-bottom:.5rem}nav.top a{color:var(--muted);margin-left:1.3rem;font-size:.92rem;font-weight:500;text-decoration:none}nav.top a:hover{color:var(--text)}.hero{text-align:center;padding:4rem 0 3rem}.hero .mark{width:88px;height:88px;margin:0 auto 1.4rem;display:block}.hero h1{letter-spacing:-.025em;max-width:18ch;margin:0 auto;font-size:clamp(2rem,6vw,3.2rem);font-weight:800;line-height:1.12}.hero h1 em{color:var(--mint-dark);font-style:normal}.hero p.lede{color:var(--muted);max-width:52ch;margin:1.3rem auto 2rem;font-size:1.08rem}.chat-demo{background:var(--card);border:1.5px solid var(--border);border-radius:var(--radius);text-align:left;max-width:480px;margin:2.2rem auto;padding:1.2rem 1.3rem;box-shadow:0 2px 14px #23262b0d}.chat-demo .q{color:var(--muted);margin-bottom:.5rem;font-size:.92rem}.chat-demo .a{margin-bottom:.9rem;font-size:.98rem}.chip-demo{border:1.5px solid var(--border);background:var(--bg);border-radius:12px;align-items:center;gap:.6rem;padding:.6rem .85rem;font-size:.92rem;display:flex}.chip-demo svg{flex-shrink:0;width:22px;height:22px}.chip-demo .amount{color:var(--mint-dark);white-space:nowrap;font-weight:700}.chip-demo .go{background:var(--mint);color:#fff;white-space:nowrap;border-radius:999px;margin-left:auto;padding:.25rem .8rem;font-size:.82rem;font-weight:700}.cta-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:.8rem;display:flex}.btn{border-radius:999px;padding:.75rem 1.6rem;font-size:.98rem;font-weight:700;text-decoration:none;display:inline-block}.btn.primary{background:var(--amber);color:#2b1d05;box-shadow:0 2px 10px #e8a94e59}.btn.primary:hover{background:var(--amber-dark);color:#fff}.btn.ghost{border:1.5px solid var(--border);color:var(--text);background:var(--card)}.btn.ghost:hover{border-color:var(--amber)}.fineprint{color:var(--muted);margin-top:1rem;font-size:.83rem}section{padding:3rem 0}section+section{border-top:1.5px solid var(--border)}section h2{letter-spacing:-.02em;text-align:center;margin-bottom:.4rem;font-size:clamp(1.45rem,3.5vw,1.9rem);font-weight:800}section p.sub{color:var(--muted);text-align:center;max-width:58ch;margin:0 auto 2.2rem}section p.sub a{color:var(--mint-dark)}.grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:720px){.grid.cols-3{grid-template-columns:repeat(3,1fr)}.grid.cols-2{grid-template-columns:repeat(2,1fr)}}.card{background:var(--card);border:1.5px solid var(--border);border-radius:var(--radius);padding:1.4rem}.card h3{margin-bottom:.5rem;font-size:1.02rem;font-weight:700}.card h3 .k{background:var(--amber);color:#2b1d05;border-radius:999px;justify-content:center;align-items:center;width:1.6em;height:1.6em;margin-right:.6em;font-size:.85em;display:inline-flex}.card p{color:var(--muted);font-size:.93rem}.card code{color:var(--mint-dark);background:var(--bg);border-radius:6px;padding:.1em .4em;font-family:ui-monospace,Menlo,Consolas,monospace;font-size:.85em}details{border:1.5px solid var(--border);background:var(--card);border-radius:12px;margin-bottom:.7rem;padding:.95rem 1.15rem}details summary{cursor:pointer;font-size:.97rem;font-weight:700}details p{color:var(--muted);margin-top:.6rem;font-size:.93rem}footer.site{border-top:1.5px solid var(--border);color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:1rem;padding:2rem 0 3rem;font-size:.86rem;display:flex}footer.site a{color:var(--muted)}table.compare{border-collapse:collapse;width:100%;font-size:.9rem}table.compare th,table.compare td{text-align:left;border-bottom:1.5px solid var(--border);vertical-align:top;padding:.65rem .8rem}table.compare th{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.8rem;font-weight:700}table.compare td.win{color:var(--mint-dark);font-weight:600}.table-scroll{overflow-x:auto}
