:root{--text:#17211b;--muted:#617067;--background:#fbfcfa;--surface:#fff;--surface-muted:#f0f5f1;--border:#d8e0da;--accent:#ec002f;--success:#2f7d4b;color:var(--text);background:var(--background);font-synthesis:none;text-rendering:optimizelegibility;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,progress{font:inherit}.app-shell{flex-direction:column;width:100%;min-width:0;max-width:960px;min-height:100vh;margin:0 auto;display:flex}.dashboard,.completion{text-align:center}.dashboard{background:linear-gradient(#081f1d2e,#081f1d2e),url(/assets/dashboard-CCrHZu9c.jpg) 1% 42%/140% no-repeat;flex:1;place-items:start center;width:100%;margin:0;padding:1rem;display:grid}.dashboard-card{isolation:isolate;background:#fff;border-radius:20px;width:min(90%,600px);margin-top:3rem;padding:2rem;position:relative;box-shadow:0 18px 40px #101e1a2e}.dashboard-card:before{content:"";z-index:-1;background:#ffffff47;border-radius:28px;position:absolute;inset:-2rem;box-shadow:0 12px 32px #08191729}.dashboard-icon{background:#f50046;border-radius:50%;place-items:center;width:54px;height:54px;margin:0 auto 18px;display:grid}.dashboard-icon img{width:26px;height:26px}.dashboard-steps{counter-reset:dashboard-step;background:#f7f7f7;border-radius:8px;flex-wrap:wrap;justify-content:center;gap:10px 24px;margin:12px 0 0;padding:10px 16px;list-style:none;display:flex}.dashboard-steps li{width:auto;color:var(--text);counter-increment:dashboard-step;font-size:.78rem;font-weight:700;position:relative}.dashboard-steps li:before{content:counter(dashboard-step) ". "}.dashboard-steps li:not(:last-child):after{content:"→";position:absolute;left:calc(100% + 8px)}.eyebrow{letter-spacing:.12em;text-transform:uppercase;font-size:.8rem;font-weight:700;color:var(--accent)!important}.success-mark{color:#fff;background:var(--success);border-radius:50%;place-items:center;width:64px;height:64px;margin:0 auto 24px;font-size:2rem;display:grid}.completion-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:32px;display:flex}.option-complete-chip{grid-area:1/-2/auto/-1;place-self:start end}.option-level-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.option-selected-mark{color:#fff;background:var(--accent);border-radius:50%;place-items:center;width:22px;height:22px;font-size:.75rem;display:grid;position:absolute;top:14px;right:14px}button:focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 35%, transparent);outline-offset:3px}@media (width<=600px){.dashboard-card{margin-top:24px;padding:32px 20px 24px}.dashboard-card:before{inset:-12px}.dashboard-steps{text-align:left;display:grid}.dashboard-steps li:not(:last-child):after{content:none}}
