:root{color-scheme:light;--paper:#f6f2e9;--panel:#fffdf9;--ink:#24383b;--muted:#59686a;--line:#deded3;--green:#245f51;--orange:#a83e1d}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:system-ui,-apple-system,"Segoe UI",sans-serif;font-size:16px;line-height:1.45}button,a,input{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer;min-height:44px;border:1px solid var(--line);border-radius:12px;padding:10px 12px;background:var(--panel);color:var(--ink);font-weight:650}button:disabled{opacity:.55;cursor:default}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--orange);outline-offset:4px}.welcome-header{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px max(20px,calc((100% - 560px)/2));border-bottom:1px solid var(--line);background:var(--panel)}.welcome-brand{font-size:24px;font-weight:800;color:var(--orange);text-decoration:none;letter-spacing:-.9px}.welcome-header button{border:0;background:transparent;color:var(--green);font-size:14px}.welcome-shell{max-width:560px;padding:26px 20px 42px;margin:auto}.eyebrow{color:var(--orange);font-size:11px;font-weight:800;letter-spacing:1.4px;margin:0 0 8px}h1{font-size:clamp(30px,5vw,38px);line-height:1.12;letter-spacing:-1px;margin:0}h2,p{margin:0}.welcome-description{color:var(--muted);margin-top:12px;font-size:15px;line-height:1.5}#welcome-status{color:var(--muted);margin-top:18px}.welcome-preview{border:1px solid var(--line);background:var(--panel);border-radius:16px;overflow:hidden;margin:22px 0 14px}.welcome-cover{background:linear-gradient(130deg,#14213a,#22395f,#9c3f16);padding:18px;min-height:116px;color:#fff;display:flex;flex-direction:column;justify-content:center;gap:9px}.welcome-cover h2{font:700 25px/1.2 Georgia,serif;overflow-wrap:anywhere}.welcome-cover p{font-size:14px}.welcome-preview-foot{display:flex;align-items:center;gap:12px;padding:14px}.welcome-preview-foot strong{font-size:17px}.welcome-preview-foot div>span{display:block;color:var(--muted);font-size:13px}.welcome-avatar{width:45px;height:45px;border-radius:50%;background:#e8f1eb;color:var(--green);display:grid;place-items:center;font-size:22px;font-family:Georgia,serif;flex-shrink:0}.welcome-choices{display:flex;flex-wrap:wrap;gap:8px}.welcome-choices button{flex:1 1 calc(50% - 8px);font-size:14px;min-height:47px}.welcome-choices button[aria-pressed=true]{border-color:var(--green);background:#e8f1eb;color:var(--green)}.welcome-label{font-size:17px;margin:22px 0 10px}.welcome-interests{margin:10px 0 0}.welcome-interests summary{min-height:44px;padding:11px 0;cursor:pointer;font-size:14px;font-weight:650;color:var(--green)}.welcome-interests .welcome-choices button{flex:1 1 auto}.welcome-primary{display:flex;justify-content:center;align-items:center;gap:10px;width:100%;background:var(--green);color:#fff;border:0;min-height:53px;margin-top:20px;font-size:16px}.welcome-footer{text-align:center;font-size:13px;color:var(--muted);margin-top:12px}#welcome-error{background:#ffebe4;color:#8e2b1b;padding:14px;border-radius:12px;margin-top:16px}#welcome-error button{margin-top:10px}[hidden]{display:none!important}@media(min-width:700px){.welcome-shell{padding-top:40px}.welcome-choices button{min-height:50px}.welcome-cover{min-height:154px}}