:root{color:#202223;font-synthesis:none;text-rendering:optimizelegibility;background:#f6f6f7;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,select{font:inherit}button{cursor:pointer}button:disabled,input:disabled,select:disabled{cursor:not-allowed;opacity:.6}.page-shell{place-items:start center;min-height:100vh;padding:24px 16px;display:grid}.page-card{background:#fff;border:1px solid #e1e3e5;border-radius:12px;width:min(100%,620px);padding:32px;box-shadow:0 1px 2px #0000000f}.brand-mark{color:#fff;background:#303030;border-radius:9px;place-items:center;width:38px;height:38px;margin-bottom:24px;font-size:.75rem;font-weight:700;display:grid}.page-heading h1{color:#202223;margin:0;font-size:clamp(1.5rem,4vw,2rem);line-height:1.2}.page-heading p:not(.eyebrow){color:#616161;max-width:56ch;margin:12px 0 0;line-height:1.5}.eyebrow{color:#616161;margin:0 0 8px;font-size:.875rem;font-weight:600}.form-stack{gap:12px;margin-top:28px;display:grid}.form-stack label{color:#303030;font-size:.875rem;font-weight:600}.form-stack input,.form-stack select{color:#202223;background:#fff;border:1px solid #8c9196;border-radius:8px;width:100%;min-height:40px;padding:8px 12px}.form-stack input:focus-visible,.form-stack select:focus-visible,button:focus-visible,.secondary-link:focus-visible{outline-offset:2px;outline:3px solid #aee9d1}.primary-button,.secondary-button{border-radius:8px;min-height:40px;padding:8px 14px;font-weight:600}.primary-button{color:#fff;background:#008060;border:1px solid #008060}.primary-button:hover:not(:disabled){background:#006e52}.secondary-button{color:#303030;background:#fff;border:1px solid #8c9196;margin-top:16px}.status-message,.loading-state{border:1px solid #0000;border-radius:8px;align-items:center;gap:10px;margin-top:24px;padding:12px 14px;line-height:1.4;display:flex}.form-stack .status-message,.form-stack .loading-state{margin-top:0}.status-message--success{color:#004c3f;background:#e3f1df;border-color:#aee9d1}.status-message--info{color:#003d5c;background:#e0f5f5;border-color:#a4e8f2}.status-message--error{color:#8a1f11;background:#fff4f4;border-color:#fec3bd}.loading-state{color:#616161;background:#f6f6f7}.loading-state__spinner{border:2px solid #8c9196;border-right-color:#0000;border-radius:50%;flex:none;width:16px;height:16px;animation:.8s linear infinite spin}.secondary-link{color:#005bd3;margin-top:24px;font-weight:600;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=480px){.page-shell{padding:0}.page-card{border:0;border-radius:0;min-height:100vh;padding:24px 20px}}
