*,*:before,*:after{box-sizing:border-box}:root{--cw-gray: #919599;--cw-light-gray: #cdcdcb;--cw-off-white: #f8f8f8;--cw-orange: #fba45c;--cw-rust: #e56515}body{margin:0;font-family:DM Sans,system-ui,-apple-system,sans-serif;line-height:1.5;color:var(--cw-off-white);background:#020617;min-height:100dvh}#root{min-height:100dvh}.splash{position:relative;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:1.5rem;overflow:hidden}.splash-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(229,101,21,.25),transparent),radial-gradient(ellipse 60% 40% at 100% 50%,rgba(251,164,92,.12),transparent),radial-gradient(ellipse 50% 35% at 0% 80%,rgba(145,149,153,.12),transparent),#020617;pointer-events:none}.splash-card{position:relative;width:100%;max-width:26rem;padding:2.25rem 1.75rem;border-radius:1rem;background:#0f172ab3;border:1px solid rgba(205,205,203,.15);box-shadow:0 0 0 1px #ffffff0a inset,0 24px 48px -12px #00000073;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.splash-kicker{margin:0 0 .35rem;font-size:.7rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--cw-rust)}.splash-title{margin:0 0 .75rem;font-size:2rem;font-weight:700;letter-spacing:-.03em;color:var(--cw-off-white)}.splash-lead{margin:0 0 1.5rem;font-size:.98rem;color:#cdcdcbe6}.splash-muted{margin:0;font-size:.9rem;color:#cdcdcbbf}.splash-err{margin:0 0 1rem;font-size:.9rem;color:var(--cw-rust)}.splash-code{font-size:.8rem;padding:.1rem .35rem;border-radius:.25rem;background:#cdcdcb1f;color:var(--cw-off-white)}.google-btn{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;width:100%;padding:.75rem 1rem;font-size:.95rem;font-weight:600;color:#0b0b0b;background:var(--cw-off-white);border:1px solid rgba(205,205,203,.9);border-radius:.5rem;text-decoration:none;transition:background .15s,box-shadow .15s}.google-btn:hover{background:#f8f8f8eb;box-shadow:0 1px 2px #00000014}.google-mark{flex-shrink:0}.splash-signed{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem}.splash-avatar{border-radius:9999px;border:2px solid rgba(205,205,203,.35)}.splash-name{margin:0;font-weight:600;color:var(--cw-off-white)}.splash-email{margin:0;font-size:.85rem;color:#cdcdcbd9}.splash-linkout{margin-left:auto;font-size:.9rem;font-weight:500;color:var(--cw-orange);text-decoration:none}.splash-linkout:hover{text-decoration:underline}.wizard{margin-top:1.25rem}.wizard-kicker{margin:0 0 .35rem;font-size:.7rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--cw-rust)}.wizard-title{margin:0 0 1rem;font-size:1.15rem;font-weight:700;letter-spacing:-.02em;color:var(--cw-off-white)}.wizard-field{margin:0}.wizard-label{display:block;margin:0 0 .5rem;font-size:.9rem;font-weight:600;color:#cdcdcbe6}.wizard-input{width:100%;padding:.6rem .75rem;border-radius:.5rem;background:#0206178c;border:1px solid rgba(205,205,203,.18);color:var(--cw-off-white);outline:none}.wizard-input:focus{border-color:#e5651573;box-shadow:0 0 0 3px #e565151f}.wizard-goals{display:grid;grid-template-columns:1fr 1fr;gap:.55rem}.wizard-goal-chip{width:100%;min-height:2.5rem;padding:.55rem .7rem;border-radius:.65rem;border:1px solid rgba(205,205,203,.22);background:#cdcdcb0f;color:var(--cw-off-white);text-align:center;font-size:.9rem;font-weight:600;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.wizard-goal-chip:hover{border-color:#e5651573}.wizard-goal-chip-selected{border-color:#e56515a6;background:#e5651533;color:var(--cw-off-white)}.wizard-goal-chip:focus-visible{outline:2px solid rgba(229,101,21,.65);outline-offset:2px}.wizard-goal-note{margin:.45rem 0 0;font-size:.82rem;color:#e2e8f0;opacity:.8}.wizard-grid{display:grid;grid-template-columns:1fr;gap:.85rem}.wizard-presets{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.4rem;margin-bottom:0}.wizard-preset-chip{min-height:2rem;border-radius:.55rem;border:1px solid rgba(205,205,203,.26);background:#cdcdcb0f;color:#cbd5e1;font-size:.82rem;font-weight:700;cursor:pointer}.wizard-preset-chip-selected{border-color:#e56515a6;background:#e5651533;color:var(--cw-off-white)}.wizard-stepper{display:grid;grid-template-columns:2.5rem 1fr 2.5rem;gap:.45rem;align-items:center}.wizard-stepper-btn{height:2.5rem;border-radius:.6rem;border:1px solid rgba(205,205,203,.26);background:#cdcdcb0f;color:var(--cw-off-white);font-size:1.2rem;font-weight:700;cursor:pointer}.wizard-stepper-btn:hover{border-color:#e5651573}.wizard-stepper-input{text-align:center;font-weight:700;font-size:1rem}.wizard-err{margin:.35rem 0 0;font-size:.85rem;color:var(--cw-rust)}.wizard-toperr{margin:0;font-size:.9rem;color:var(--cw-rust)}.wizard-actions{display:flex;justify-content:flex-end}.wizard form{display:flex;flex-direction:column;gap:.95rem}.wizard-btn{padding:.75rem 1rem;border-radius:.65rem;border:1px solid rgba(229,101,21,.35);background:#e5651526;color:#fff;font-size:.95rem;font-weight:700;cursor:pointer;transition:background .15s}.wizard-btn:hover{background:#e5651538}.wizard-btn:disabled{opacity:.7;cursor:not-allowed}.wizard-btn-secondary{margin-top:.75rem;width:100%;border-color:#cdcdcb59;background:#cdcdcb0f;color:var(--cw-off-white)}.onboarding-err-wrap{margin-top:.75rem}@media(max-width:520px){.splash-card{padding:1.5rem 1rem}.wizard-goals{grid-template-columns:1fr;gap:.5rem}.wizard-grid{grid-template-columns:1fr}.wizard-presets{gap:.35rem}.wizard-stepper{grid-template-columns:3rem 1fr 3rem}.wizard-stepper-btn{height:2.8rem;font-size:1.35rem}.wizard-actions{justify-content:stretch}.wizard-btn{width:100%}}
