:root{color-scheme:light;--ink:#151a16;--muted:#626a64;--paper:#f7f6f1;--surface:#fff;--soft:#edf2ec;--line:#d8ddd8;--accent:#174f36;--accent-hover:#0e3d28;--focus:#0969da;color:var(--ink);background:var(--paper);font-synthesis:none;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0}a{color:inherit;text-underline-offset:.22em}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.skip-link{z-index:20;color:#fff;background:var(--ink);padding:.7rem 1rem;position:fixed;top:.75rem;left:.75rem;transform:translateY(-150%)}.skip-link:focus{transform:none}.site-header{justify-content:space-between;align-items:center;width:min(1040px,100% - 2rem);min-height:64px;margin:0 auto;display:flex}.wordmark{letter-spacing:-.02em;font-weight:740;text-decoration:none}.site-header nav,footer nav{align-items:center;gap:1.25rem;display:flex}.language-link{font-size:.82rem;font-weight:750;text-decoration:none}.language-link:hover{text-decoration:underline}main{min-height:calc(100vh - 150px)}.home-shell{width:min(1040px,100% - 2rem);margin:0 auto}.home-hero{align-content:center;gap:clamp(2rem,5vw,3.5rem);min-height:calc(100svh - 64px);padding:clamp(2.5rem,8vw,6.5rem) 0 3rem;display:grid}.hero-message{max-width:900px}h1,h2,h3{letter-spacing:-.045em;text-wrap:balance}.hero-message h1{max-width:14ch;margin:0;font-size:clamp(3.25rem,8vw,6.8rem);line-height:.94}.hero-message p{max-width:58ch;color:var(--muted);margin:1.5rem 0 0;font-size:clamp(1.08rem,2vw,1.3rem);line-height:1.55}.agent-start{width:min(100%,700px)}.assistant-choice{background:var(--soft);border-radius:.55rem;gap:.25rem;width:fit-content;margin-bottom:.65rem;padding:.25rem;display:flex}.assistant-choice label{margin:0;position:relative}.assistant-choice input{opacity:0;pointer-events:none;position:absolute}.assistant-choice span{color:var(--muted);cursor:pointer;border-radius:.38rem;margin:0;padding:.58rem .75rem;font-size:.86rem;font-weight:680;display:block}.assistant-choice input:checked+span{color:var(--ink);background:var(--surface)}.assistant-choice input:focus-visible+span{outline:3px solid var(--focus);outline-offset:2px}.copy-prompt{color:#fff;background:var(--accent);cursor:pointer;border:0;border-radius:.55rem;width:100%;min-height:58px;padding:.9rem 1.2rem;font-weight:760}.copy-prompt:hover{background:var(--accent-hover)}.copy-status{min-height:1.35rem;color:var(--muted);margin:.65rem 0 0;font-size:.86rem;line-height:1.45}.quick-steps{grid-template-columns:repeat(3,1fr);gap:clamp(1rem,3vw,2rem);margin:0;padding:0;list-style:none;display:grid}.quick-steps li{border-top:1px solid var(--line);grid-template-columns:1.6rem 1fr;align-items:baseline;gap:.6rem;padding-top:.8rem;font-size:.93rem;line-height:1.4;display:grid}.quick-steps span{color:var(--muted);font-size:.78rem}.manual-section{background:var(--surface);border-radius:.8rem;grid-template-columns:minmax(220px,.75fr) minmax(0,1.25fr);align-items:start;gap:clamp(3rem,8vw,7rem);margin:clamp(4rem,9vw,8rem) 0;padding:clamp(2rem,5vw,4rem);display:grid}.manual-intro h2{margin:0;font-size:clamp(2.1rem,4vw,3.5rem);line-height:1}.manual-intro ol{color:var(--muted);margin:1.8rem 0;padding-left:1.25rem;line-height:1.8}.manual-download{border:1px solid var(--ink);border-radius:.45rem;align-items:center;gap:.5rem;min-height:46px;padding:.65rem .9rem;font-weight:720;text-decoration:none;display:inline-flex}.manual-download:hover{background:var(--soft)}.manual-intro>p{color:var(--muted);margin:.8rem 0 0;font-size:.82rem}.customizer{border-top:1px solid var(--ink);border-bottom:1px solid var(--line)}.customizer summary{cursor:pointer;padding:1.15rem 2rem 1.15rem 0;list-style:none;position:relative}.customizer summary::-webkit-details-marker{display:none}.customizer summary:after{content:"+";font-size:1.25rem;position:absolute;top:1rem;right:0}.customizer[open] summary:after{content:"−"}.customizer summary span{font-weight:740;display:block}.customizer summary small{color:var(--muted);margin-top:.25rem;font-size:.82rem;display:block}.generator{padding:.5rem 0 1.5rem}.starter-form{display:grid}fieldset{border:0;border-top:1px solid var(--line);min-width:0;margin:0;padding:1.25rem 0}legend{width:100%;padding:0 0 .9rem;font-weight:730}legend span{color:#fff;background:var(--accent);border-radius:50%;place-items:center;width:1.35rem;height:1.35rem;margin-right:.55rem;font-size:.68rem;display:inline-grid}label>span{margin:0 0 .4rem;font-size:.82rem;font-weight:670;display:block}label+label{margin-top:.9rem;display:block}input,textarea,select{width:100%;color:var(--ink);background:#fff;border:1px solid #aeb6af;border-radius:.4rem;padding:.72rem .78rem}textarea{resize:vertical}input:hover,textarea:hover,select:hover{border-color:var(--ink)}.choice-row{flex-wrap:wrap;gap:.5rem;display:flex}.choice{margin:0;position:relative}.choice input{opacity:0;pointer-events:none;position:absolute}.choice span{cursor:pointer;border:1px solid #aeb6af;border-radius:.4rem;margin:0;padding:.6rem .72rem;font-size:.84rem;display:block}.choice input:checked+span{border-color:var(--accent);color:#fff;background:var(--accent)}.choice input:focus-visible+span{outline:3px solid var(--focus);outline-offset:2px}.field-grid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.form-action{gap:.7rem;padding-top:1.1rem;display:grid}.form-action button{color:#fff;background:var(--accent);cursor:pointer;border:0;border-radius:.45rem;min-height:48px;padding:.75rem 1rem;font-weight:740}.form-action button:hover{background:var(--accent-hover)}.form-status{color:var(--accent);margin:0;font-size:.85rem;line-height:1.4}.article-page{width:min(720px,100% - 2rem);margin:0 auto;padding:clamp(3rem,8vw,7rem) 0}.article-page h1{max-width:14ch;margin:0;font-size:clamp(3rem,8vw,5.5rem);line-height:.95}.article-page h2{margin-top:3rem;font-size:1.8rem}.article-page p,.article-page li{color:#39423b;font-size:1.02rem;line-height:1.7}.article-page pre{color:#fff;background:var(--ink);border-radius:.45rem;padding:1.1rem;overflow:auto}.article-page .lead{color:var(--muted);margin:1.8rem 0 3rem;font-size:1.3rem}.notice{border-left:3px solid var(--accent);background:var(--soft);padding:1rem 1.1rem}footer{width:min(1040px,100% - 2rem);min-height:86px;color:var(--muted);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;font-size:.82rem;display:flex}footer p{margin:0}@media (width<=720px){.home-hero{min-height:auto;padding-top:3.5rem}.quick-steps{grid-template-columns:1fr;gap:.65rem}.manual-section{grid-template-columns:1fr;padding:1.5rem}.field-grid{grid-template-columns:1fr}footer{flex-direction:column;justify-content:center;align-items:flex-start;padding:1.5rem 0}}@media (width<=440px){.assistant-choice{width:100%}.assistant-choice label{flex:1}.assistant-choice span{text-align:center;padding-inline:.45rem}.site-header nav,footer nav{gap:.9rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
