:root{--bg:#fbf7ef;--surface:#fffdf8;--surface-muted:#f3eadb;--ink:#24302f;--muted:#64706d;--border:#ddd0bd;--border-strong:#b9a98f;--brand:#2f6f5e;--brand-hover:#25594c;--brand-soft:#dcebe3;--accent:#b06a3b;--accent-soft:#f1dfcf;--danger:#b5473f;--warning:#b7791f;--shadow:0 18px 50px #24302f1f;--container:1120px;--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:radial-gradient(circle at 0 0,#fff9ed 0,#fbf7ef 38%,#f4eadb 100%);margin:0;font-family:"Source Sans 3",system-ui,sans-serif;line-height:1.45}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.wrap{max-width:var(--container);margin:auto;padding:0 24px}.topbar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:20;background:#fbf7efd1;border-bottom:1px solid #ddd0bdbf;height:72px;position:sticky;top:0}.topbar .wrap{justify-content:space-between;align-items:center;height:100%;display:flex}.brand{align-items:center;gap:10px;font-size:22px;font-weight:800;display:flex}.mark{border:1.7px solid var(--brand);width:30px;height:30px;color:var(--brand);background:#fffdf8;border-radius:10px;place-items:center;font-family:Fraunces,serif;font-weight:700;line-height:1;display:grid}.nav{color:#465350;align-items:center;gap:20px;font-size:15px;display:flex}.nav a{white-space:nowrap}.signin{border:1px solid var(--border);background:#fffdf8b3;border-radius:999px;padding:8px 14px}.hero{padding:72px 0 56px}.hero-grid{grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);align-items:center;gap:44px;display:grid}.eyebrow{border:1px solid var(--border);color:var(--brand);background:#fffdf8c7;border-radius:999px;align-items:center;gap:8px;padding:7px 12px;font-size:14px;font-weight:800;display:inline-flex}.dot{background:var(--accent);border-radius:50%;width:7px;height:7px}h1,h2,h3{color:var(--ink);margin:0;font-family:Fraunces,Georgia,serif;line-height:1.04}h1{letter-spacing:-.045em;margin-top:18px;font-size:clamp(43px,6vw,74px)}h2{letter-spacing:-.035em;font-size:clamp(34px,4vw,52px)}.sub{color:#4d5b57;max-width:620px;margin:22px 0;font-size:20px}.cta-row{flex-wrap:wrap;gap:12px;margin:28px 0;display:flex}.btn{cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:9px;padding:13px 18px;font-size:15px;font-weight:800;display:inline-flex}.btn.primary{background:var(--brand);color:#fff;box-shadow:0 12px 26px #2f6f5e38}.btn.primary:hover{background:var(--brand-hover)}.btn.secondary{border:1px solid var(--border);color:var(--ink);background:#fffdf8bf}.trust{color:var(--muted);flex-direction:column;gap:9px;margin-top:24px;display:flex}.trust span:before{content:"✓";color:var(--brand);margin-right:8px;font-weight:900}.workbench{border:1px solid var(--border);box-shadow:var(--shadow);background:linear-gradient(#fffdf8,#fffaf1);border-radius:34px;padding:22px;position:relative}.workbench:before{content:"";pointer-events:none;border:1px dashed #b9a98f59;border-radius:26px;position:absolute;inset:14px}.wb-head{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex;position:relative}.wb-title{font-size:18px;font-weight:900}.quota{color:var(--muted);background:var(--surface-muted);border-radius:999px;padding:6px 9px;font-family:IBM Plex Mono,monospace;font-size:12px}.draft{resize:vertical;border:1px solid var(--border-strong);width:100%;min-height:194px;color:var(--ink);background:#fffefb;border-radius:20px;outline:none;padding:18px;font:500 17px/1.5 "Source Sans 3",sans-serif;position:relative}.draft:focus{box-shadow:0 0 0 4px var(--brand-soft);border-color:var(--brand)}.controls{grid-template-columns:1fr 1fr;gap:14px;margin:16px 0;display:grid}.label{color:#50605c;margin-bottom:8px;font-size:13px;font-weight:900}.chips{flex-wrap:wrap;gap:7px;display:flex}.chip{border:1px solid var(--border);color:var(--ink);cursor:pointer;background:#fffdf8;border-radius:999px;padding:7px 10px;font-size:13px;font-weight:800}.chip.active{background:var(--brand-soft);color:var(--brand);border-color:#b6d2c5}.micro{color:var(--muted);justify-content:space-between;align-items:flex-start;gap:16px;font-size:12.5px;display:flex}.micro p{max-width:460px;margin:0}.submitbar{justify-content:space-between;align-items:center;gap:14px;margin-top:18px;display:flex}.mini{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font:700 12px IBM Plex Mono,monospace}.result{border:1px solid var(--border);background:#f8efe3;border-radius:22px;margin-top:16px;padding:16px}.result-top{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.tag{color:var(--accent);background:var(--accent-soft);border-radius:999px;padding:5px 8px;font:700 12px IBM Plex Mono,monospace}.copy{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:999px;padding:7px 10px;font-weight:800}.notice{border:1px solid var(--border);color:#714b20;background:#fff8ec;border-radius:16px;margin-top:14px;padding:13px 14px}.notice.danger{color:#842f27;background:#fff0ed;border-color:#e7b0aa}.notice.ok{color:#25594c;background:#eff7f2;border-color:#bdd8c8}.section{padding:78px 0}.section.alt{background:#fffdf861;border-top:1px solid #ddd0bd8c;border-bottom:1px solid #ddd0bd8c}.section-head{justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:30px;display:flex}.section-head p{max-width:560px;color:var(--muted);font-size:18px}.cards,.examples,.steps{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.card,.example,.price-card,.state,.legal-content,.toc aside{border:1px solid var(--border);background:#fffdf8d9;border-radius:24px;padding:22px;box-shadow:0 10px 30px #24302f0d}.card h3{margin-bottom:10px;font-size:24px}.card p,.example p{color:var(--muted);margin:0}.before,.after{border-radius:16px;margin:10px 0;padding:14px}.before{color:#6a584b;background:#f5eadc}.after{color:#274f44;background:#e4f0e9}.step:before{color:var(--accent);font-family:IBM Plex Mono,monospace;font-weight:800}.pricing-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.price-card{position:relative}.price-card.pro{border:2px solid var(--brand);box-shadow:var(--shadow)}.price{letter-spacing:-.04em;font-family:Fraunces,serif;font-size:48px;font-weight:700}.badge{background:var(--accent-soft);color:var(--accent);border-radius:999px;padding:7px 10px;font-size:13px;font-weight:900;position:absolute;top:20px;right:20px}.features{gap:9px;margin:18px 0;padding:0;list-style:none;display:grid}.features li:before{content:"✓";color:var(--brand);margin-right:8px;font-weight:900}.faq{gap:12px;display:grid}.faq details{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:16px}.faq summary{cursor:pointer;font-weight:900}.footer{color:#fffdf8;background:#24302f;padding:42px 0}.footer-grid{justify-content:space-between;gap:24px;display:flex}.footer p{color:#d6ded9;max-width:560px}.legal-note{color:#d8cbbb;font-size:13px}.tool-hero{padding:54px 0}.tool-hero .hero-grid{grid-template-columns:.85fr 1.15fr}.state-board{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.alert{color:#714b20;background:#fff6ec;border-color:#e6c49e}.danger{color:#842f27;background:#fff0ed;border-color:#e7b0aa}.ok{color:#25594c;background:#eff7f2;border-color:#bdd8c8}.toc{grid-template-columns:260px 1fr;align-items:start;gap:36px;display:grid}.toc aside{position:sticky;top:96px}.legal-content{padding:34px}.legal-content h1{font-size:48px}.legal-content h2{margin-top:28px;font-size:30px}.page-list{gap:14px;display:grid}.status-pill{background:var(--brand-soft);color:var(--brand);border-radius:999px;padding:6px 10px;font-weight:900;display:inline-flex}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:860px){.wrap{padding:0 18px}.nav a:not(.signin){display:none}.hero{padding:40px 0}.hero-grid,.tool-hero .hero-grid{grid-template-columns:1fr;gap:24px}h1{font-size:43px}.sub{font-size:18px}.controls{grid-template-columns:1fr}.micro,.submitbar,.section-head,.footer-grid{flex-direction:column;align-items:stretch}.cards,.examples,.steps,.pricing-grid,.state-board{grid-template-columns:1fr}.section{padding:54px 0}.workbench{border-radius:24px;padding:16px}.draft{min-height:190px}.btn{width:100%}.toc{grid-template-columns:1fr}.toc aside{position:static}.footer-grid{display:block}.topbar{height:64px}.price{font-size:40px}}
