/* Adapted from RouterGrowth v5: neutral surfaces, ink emphasis, emerald actions. */
:root{--bg:#f7f8f7;--surface:#fff;--panel:#f1f3f1;--ink:#171a18;--muted:#6f746f;--line:rgba(23,26,24,.10);--accent:#0c7c59;--accent-soft:#e3f0ea;--sans:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--mono:ui-monospace,SFMono-Regular,Consolas,monospace}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.65 var(--sans)}a{color:inherit;text-decoration:none}button,input{font:inherit}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:4px}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:600;letter-spacing:-.045em}h2{font-size:42px;line-height:1.15}h3{font-size:21px;line-height:1.4;letter-spacing:-.025em}.wrap{width:min(1160px,calc(100% - 64px));margin:auto}.navigation{height:84px;display:flex;align-items:center;gap:18px;border-bottom:1px solid var(--line)}.brand{font-size:35px;line-height:1;font-weight:750;letter-spacing:-2px}.brand>span{color:var(--accent)}.attribution{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted)}.router-mark{display:inline-flex;align-items:center;justify-content:center;width:17px;height:17px;border-radius:4px;background:var(--accent);color:#fff;font-weight:600;font-size:16px}.navigation nav{display:flex;align-items:center;gap:25px;margin-left:auto;font-size:13px;color:var(--muted)}.navigation nav>a:hover{color:var(--ink)}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:44px;padding:10px 18px;border:1px solid var(--line);border-radius:8px;background:var(--surface);font-size:14px;color:var(--ink);font-weight:550;white-space:nowrap;cursor:pointer;transition:background .15s}.button:hover{background:var(--panel)}.button.accent{background:var(--accent);border-color:var(--accent);color:#fff}.button.accent:hover{background:#096045}.button.small{font-size:12px;min-height:35px;padding:6px 13px;gap:14px}.hero{padding:98px 0 88px;display:grid;grid-template-columns:1.12fr 1fr;gap:60px;align-items:center}.eyebrow{font:11px/1.6 var(--mono);letter-spacing:.10em;color:var(--muted)}.hero-copy>.eyebrow{color:var(--accent);font-size:10px}h1{font-size:clamp(44px,4.1vw,62px);line-height:1.08;letter-spacing:-.065em;margin:23px 0;font-weight:650}.underline{text-decoration:underline;text-decoration-color:#91c9ae;text-decoration-thickness:3px;text-underline-offset:9px}.lead{font-size:16px;line-height:1.85;color:var(--muted);margin-top:24px}.url-form{display:flex;align-items:center;gap:10px;margin-top:30px;padding:6px 6px 6px 14px;background:var(--surface);border:1px solid #cdd7d0;border-radius:10px;box-shadow:0 3px 10px #18291d05}.url-form>span{font-size:20px;color:var(--muted)}.url-form input{border:0;min-width:0;flex:1;width:100%;font-size:14px;padding:7px 0;background:transparent;color:var(--ink)}.url-form .button{font-size:12px;padding:11px 13px;gap:9px;min-height:40px}.hero-links{display:flex;align-items:center;gap:22px;margin-top:15px;font-size:11px;color:var(--muted)}.hero-links a{color:var(--accent);font-size:12px}.hero-links a:hover{text-decoration:underline}.release-note{font-size:10px;color:var(--muted);margin-top:25px}.release-note>span{font:9px var(--mono);letter-spacing:.03em;padding:3px 5px;border:1px solid var(--line);border-radius:3px;margin-right:5px}.conversation{border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:0 2px 3px #0f110f05,0 14px 45px #0f110f06;overflow:hidden}.conversation-head{padding:17px 22px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid var(--line)}.conversation-head .eyebrow{font-size:9px;letter-spacing:.05em}.example{font:9px var(--mono);color:var(--muted);background:var(--panel);padding:3px 5px;border-radius:4px}.person{display:flex;align-items:center;gap:10px;padding:25px 25px 0}.avatar{width:35px;height:35px;display:flex;align-items:center;justify-content:center;background:#e1e9e3;color:#607466;border-radius:50%;font-size:11px;font-weight:550}.person strong{display:block;font-size:13px;font-weight:550}.person div>span{display:block;font-size:11px;color:var(--muted);margin-top:1px}.x-mark{margin-left:auto;font-size:19px}.post{font-size:23px;letter-spacing:-.025em;line-height:1.55;padding:23px 25px 27px}.match{background:var(--accent-soft);border-radius:8px;padding:14px 17px;margin:0 24px 24px}.match>div{display:flex;align-items:center;gap:7px;color:var(--accent)}.spark{font-size:21px;line-height:1}.match strong{font-size:11px;font-weight:550}.match p{font-size:12px;line-height:1.8;color:#42644e;margin-top:5px}.conversation-foot{display:flex;align-items:center;gap:12px;padding:17px 23px;border-top:1px solid var(--line);font-size:10px;color:var(--muted)}.conversation-foot a{margin-left:auto;font-size:19px;color:var(--ink)}.match-badge{color:var(--accent);border:1px solid #caddd1;padding:2px 7px;border-radius:20px;background:#f5faf6;font-size:10px}.source-strip{padding:30px 0 28px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);text-align:center}.source-strip>span{font:9px var(--mono);letter-spacing:.12em;color:var(--muted)}.source-strip>div{display:flex;justify-content:center;align-items:center;gap:41px;margin:21px 0 13px}.source-strip strong{font-size:16px;font-weight:500;display:flex;align-items:center;gap:8px}.source-strip p{font-size:11px;color:var(--muted)}.reddit-mark{font-weight:650;font-size:17px;color:#b96c49}.hn-mark{font:13px var(--mono);display:inline-flex;align-items:center;justify-content:center;background:#dba075;color:#fff;width:19px;height:19px;border-radius:3px}.facebook-mark{color:#6585b1;font-weight:700;font-size:22px;width:15px;text-align:center}.section{padding:83px 0}.section-heading{margin-bottom:35px}.section-heading .eyebrow,.sources-grid .eyebrow,.open-section .eyebrow,.faq .eyebrow{margin-bottom:16px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.steps article{border:1px solid var(--line);border-radius:10px;padding:27px 24px;background:var(--surface)}.step-number{font:10px var(--mono);letter-spacing:.08em;color:var(--accent);display:block;margin-bottom:17px}.steps p{font-size:14px;line-height:1.85;color:var(--muted);margin-top:12px}.sources-section{background:#eff2ef;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.sources-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.section-copy{font-size:15px;line-height:1.9;color:var(--muted);margin-top:23px;max-width:490px}.text-link{font-size:13px;color:var(--accent);display:inline-block}.text-link:hover{text-decoration:underline}.sources-grid .text-link{margin-top:24px}.source-table{background:var(--surface);border:1px solid var(--line);border-radius:11px;padding:8px 23px}.source-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 0;border-bottom:1px solid var(--line)}.source-row strong{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500}.status{font-size:10px;color:var(--muted);padding:3px 7px;background:var(--panel);border-radius:5px}.status.preview{color:var(--accent);background:var(--accent-soft)}.source-table>p{font-size:11px;color:var(--muted);padding:15px 0;line-height:1.8}.open-section{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}.actions{display:flex;align-items:center;gap:20px;margin-top:25px}.fine-print{font-size:11px;color:var(--muted);margin-top:17px}.terminal{border-radius:11px;overflow:hidden;background:#1b231e;color:#e5ebe7;border:1px solid #25352a;box-shadow:0 8px 30px #0f110f0a}.terminal-head{padding:15px 20px;display:flex;justify-content:space-between;border-bottom:1px solid #ffffff12;font:10px var(--mono);color:#aab9af}.terminal pre{margin:0;overflow:auto;padding:23px 21px;font:12px/2.1 var(--mono);color:#d4e5da}.terminal p{padding:0 21px 22px;font-size:11px;line-height:1.8;color:#91a697}.faq{display:grid;grid-template-columns:1fr 1fr;gap:75px;border-top:1px solid var(--line)}.faq h2{font-size:33px}.faq details{border-bottom:1px solid var(--line);padding:17px 0}.faq details:first-child{padding-top:0}.faq summary{font-size:14px;cursor:pointer;font-weight:500;list-style:none;padding-right:24px;position:relative}.faq summary:after{content:'+';position:absolute;right:0;font-weight:400;color:var(--muted)}.faq details[open] summary:after{content:'−'}.faq p{font-size:14px;line-height:1.8;color:var(--muted);margin-top:14px}.last-call{border-top:1px solid var(--line);padding:72px 0 82px;text-align:center}.last-call h2{font-size:48px;margin:20px 0 25px}.last-call .eyebrow{font-size:9px}.footer{border-top:1px solid var(--line);padding:27px 0 34px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:11px;color:var(--muted)}.footer>div{display:flex;align-items:center;gap:13px}.footer .brand{font-size:29px;color:var(--ink)}.footer>div>span{font-size:10px}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
@media(max-width:1000px){.wrap{width:calc(100% - 44px)}.hero{gap:32px;padding:75px 0 65px;grid-template-columns:1.15fr 1fr}h1{font-size:48px}.post{font-size:21px}.sources-grid{gap:45px}.source-strip>div{gap:26px}.open-section,.faq{gap:40px}.hero-links{gap:13px;flex-wrap:wrap}.url-form{flex-wrap:wrap}.url-form input{width:calc(100% - 30px);flex:auto}.url-form .button{width:100%}.attribution{font-size:10px}.navigation nav{gap:18px}}
@media(max-width:720px){.wrap{width:calc(100% - 36px)}.navigation{height:72px;gap:10px}.navigation nav>a:not(.button){display:none}.attribution{font-size:10px}.brand{font-size:31px}.navigation .button{font-size:11px;padding:6px 9px;gap:8px}.hero{grid-template-columns:1fr;padding:51px 0 46px;gap:37px}.hero h1{font-size:49px}.lead{font-size:15px}.lead br{display:none}.url-form{flex-wrap:nowrap}.url-form input{width:100%;flex:1}.url-form .button{width:auto;font-size:11px;padding:10px}.hero-copy>.eyebrow{font-size:9px}.release-note{font-size:10px}.post{font-size:23px}.source-strip>div{flex-wrap:wrap;gap:16px 25px}.source-strip strong{font-size:14px}.source-strip>span{font-size:8px}.section{padding:54px 0}h2{font-size:35px}.steps{grid-template-columns:1fr;gap:12px}.steps article{padding:23px}.steps h3{font-size:21px}.sources-grid,.open-section,.faq{grid-template-columns:1fr;gap:31px}.source-table{padding:7px 17px}.source-row{gap:10px}.source-row strong{font-size:14px}.terminal pre{font-size:10px;padding:20px 16px}.terminal p{padding-left:16px}.last-call{padding:50px 0}.last-call h2{font-size:42px}.footer{flex-wrap:wrap;padding:25px 0;gap:17px}.footer p{width:100%;order:3;font-size:10px}.actions .button{font-size:12px}.actions{gap:15px}.conversation-head{padding:15px 18px}.conversation-head .eyebrow{font-size:8px}.conversation-foot{gap:9px;padding:15px 18px}.hero-links{font-size:10px}.hero-links a{font-size:11px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
