:root{color-scheme:dark;--bg:#12161c;--panel:#1b212a;--line:#303947;--ink:#f2f4f8;--muted:#aab4c2;--accent:#7db4ff;--warm:#e4b778;--bad:#ffadad;--radius:12px;font:16px/1.55 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink)}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}button,input,select,textarea{font:inherit}button,.button{display:inline-flex;justify-content:center;align-items:center;gap:.5rem;min-height:44px;padding:.65rem 1rem;border:1px solid var(--line);border-radius:7px;background:#232c38;color:var(--ink);cursor:pointer;font-size:.9rem;font-weight:550}button:hover,.button:hover{background:#303e50;color:#fff}button:disabled{opacity:.48;cursor:not-allowed}.primary{background:var(--accent);color:#101e31;border-color:var(--accent)}.primary:hover{background:#a3caff;color:#101e31}.danger{color:var(--bad)}input,select,textarea{width:100%;padding:.7rem .85rem;background:#121820;color:var(--ink);border:1px solid #3e4b5c;border-radius:6px;min-height:44px}input[type=checkbox]{width:auto;min-height:0}textarea{resize:vertical}label{display:grid;gap:.35rem;font-size:.9rem;color:#c9d1dc}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.skip{position:fixed;top:-60px;left:12px;z-index:9;background:var(--accent);color:#111;padding:10px}.skip:focus{top:10px}.site-header{height:82px;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:0 max(5vw,20px);border-bottom:1px solid #242c36}.wordmark{display:flex;align-items:center;gap:10px;font-size:1.65rem;font-weight:750;letter-spacing:-.07em}.brand-dot{display:block;width:15px;height:15px;border-radius:4px;background:var(--accent)}.beta{font:10px/1.2 ui-monospace,monospace;letter-spacing:.1em;color:var(--muted);border:1px solid var(--line);padding:4px;margin-left:3px}.site-header nav{display:flex;align-items:center;gap:1.65rem;font-size:.88rem}.site-header nav a.active{color:var(--accent)}.language{min-height:32px;padding:3px 9px;background:none}.container{max-width:1200px;margin:auto;padding:0 28px}.hero{padding-top:76px;display:grid;grid-template-columns:.9fr 1.2fr;gap:48px;align-items:center;min-height:650px}.eyebrow{color:var(--warm);font:12px/1.6 ui-monospace,monospace;letter-spacing:.12em;text-transform:uppercase}.hero h1{font-size:clamp(2.6rem,4.5vw,4.5rem);line-height:1.06;letter-spacing:-.055em;margin:22px 0}.hero h1 span{color:var(--accent)}.hero p{font-size:1.06rem;max-width:470px;color:#b3bfce}.actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin:26px 0 14px}.subtle{color:var(--muted);font-size:.85rem}.editor-shot{position:relative;margin-right:-40px}.editor-shot img{display:block;width:100%;aspect-ratio:1.5;object-fit:cover;object-position:center;border:1px solid #485464;border-radius:10px;box-shadow:0 35px 90px #0005}.image-caption{display:flex;justify-content:space-between;padding:14px 0;font:12px ui-monospace,monospace;color:var(--muted)}.section{padding:80px 0;border-top:1px solid #2a323d}.section h2{font-size:2rem;line-height:1.15;letter-spacing:-.04em;margin:10px 0 20px}.section-intro{max-width:650px;color:var(--muted);margin-bottom:35px}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature{padding:26px 0;border-top:1px solid #4d5a6b}.feature h3{font-size:1.15rem}.feature p{color:var(--muted);font-size:.95rem}.number{font:12px ui-monospace,monospace;color:var(--warm)}.cta-band{padding:45px;display:flex;gap:30px;justify-content:space-between;align-items:center;background:#1b2a3c;border:1px solid #395270;border-radius:12px}.cta-band h2{margin:0 0 8px}.page{max-width:1100px;margin:0 auto;padding:50px 28px;min-height:65vh}.page-title{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px}.page h1{font-size:2.1rem;letter-spacing:-.04em;margin:0}.page h2{font-size:1.3rem}.page-title p{margin:8px 0;color:var(--muted)}.toolbar{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:28px}.toolbar input{max-width:340px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:var(--panel);border:1px solid var(--line);padding:23px;border-radius:var(--radius)}.card h2,.card h3{margin-top:0}.card p{color:var(--muted)}.project-card{display:flex;flex-direction:column;gap:12px;min-width:0}.project-card h2{overflow-wrap:anywhere;margin:0}.project-mark{height:95px;background:#232e3c;border:1px solid #344456;border-radius:7px;display:flex;align-items:center;justify-content:center;font:14px ui-monospace,monospace;color:var(--accent)}.project-card .actions{margin:0}.project-card .actions button{font-size:.8rem;min-height:36px;padding:6px 9px}.project-card .open{margin-top:auto}.project-card .meta{font-size:.8rem;color:var(--muted)}.empty{padding:55px 28px;text-align:center;border:1px dashed #405066;border-radius:12px}.empty p{color:var(--muted)}.notice{border-left:3px solid var(--accent);background:#1b2839;padding:14px 18px;margin:18px 0;color:#cedcf0;font-size:.9rem}.notice.error{border-color:var(--bad);background:#321e25;color:#ffd5d5}.notice.warn{border-color:var(--warm);background:#30291f;color:#eed7b6}.desktop-note{display:none}.form-page{max-width:470px}.form-stack{display:grid;gap:18px}.form-stack button{width:100%}.form-links{display:flex;justify-content:space-between;font-size:.85rem;gap:16px;margin:18px 0}.status:empty{display:none}.status{padding:12px 0;white-space:pre-wrap;color:var(--bad);font-size:.9rem}.plan-price{font-size:2rem;font-weight:650;letter-spacing:-.03em}.plan-card ul{padding-left:18px;line-height:2;color:var(--muted)}.plan-card.featured{border-color:var(--accent)}.plan-card .button{width:100%}.split{display:grid;grid-template-columns:1fr 1fr;gap:25px}.stack{display:grid;gap:22px}.tag{font-size:.75rem;border:1px solid var(--line);border-radius:4px;padding:4px 8px;color:var(--muted)}.section-list{display:grid;gap:10px}details{border-bottom:1px solid var(--line);padding:17px 0}summary{cursor:pointer;font-weight:600}details p{color:var(--muted);max-width:800px}code,pre{font-family:ui-monospace,SFMono-Regular,monospace;font-size:.85rem}pre{white-space:pre-wrap;overflow-wrap:anywhere;background:#0f141b;border:1px solid var(--line);padding:15px;border-radius:7px}.legal{max-width:760px}.legal h2{margin-top:35px}.legal p,.legal li{color:#bcc5d0}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.9rem}th,td{text-align:left;padding:14px 10px;border-bottom:1px solid var(--line)}td button{font-size:.8rem;min-height:32px;padding:4px 10px}.loading{padding:60px;text-align:center;color:var(--muted)}#footer{border-top:1px solid var(--line);padding:30px max(5vw,20px);display:flex;justify-content:space-between;gap:25px;flex-wrap:wrap;color:var(--muted);font-size:.8rem}#footer nav{display:flex;gap:20px;flex-wrap:wrap}#toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:#314764;border:1px solid #6d8ab0;padding:12px 20px;border-radius:7px;z-index:20;max-width:90vw}dialog{background:var(--panel);color:var(--ink);border:1px solid #4b5b71;border-radius:12px;padding:26px;width:min(550px,92vw)}dialog::backdrop{background:#0009}dialog .actions{justify-content:flex-end}.example-choice{display:grid;grid-template-columns:1fr 1fr;gap:12px}.example-choice button{display:block;text-align:left;padding:18px}.example-choice small{display:block;font-weight:400;color:var(--muted);margin-top:5px}.ref-list img{width:100px;height:70px;object-fit:contain}.secret{user-select:all;overflow-wrap:anywhere}.inline{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.mobile-nav-label{display:none}@media(max-width:1000px){.hero{grid-template-columns:1fr;gap:30px;padding-top:50px;padding-bottom:60px;min-height:0}.hero h1{max-width:650px}.hero p{max-width:650px}.editor-shot{margin:0}.editor-shot img{aspect-ratio:auto}.site-header nav{gap:18px}.cards{grid-template-columns:repeat(2,1fr)}.desktop-note{display:block}}@media(max-width:640px){.site-header{height:auto;min-height:76px;padding:15px 20px;gap:18px;flex-wrap:wrap}.site-header nav{width:100%;justify-content:space-between;gap:8px;font-size:.8rem}.site-header nav .button{min-height:34px;padding:5px 10px}.wordmark{font-size:1.5rem}.container,.page{padding-left:20px;padding-right:20px}.hero{padding-top:32px}.hero h1{font-size:2.7rem}.section{padding:50px 0}.grid3,.cards,.split{grid-template-columns:1fr}.page-title{display:block}.page-title .actions{margin-top:15px}.cta-band{display:block;padding:25px}.cta-band .button{margin-top:20px}.example-choice{grid-template-columns:1fr}.image-caption{font-size:11px}.form-links{flex-wrap:wrap}#footer{padding:25px 20px}.hero p{font-size:1rem}}@media(prefers-reduced-motion:no-preference){button,a{transition:background .12s,color .12s}} 
.editor-shot{margin-left:0}.editor-shot img{height:auto;object-fit:contain}.cards>.empty{grid-column:1/-1}
