:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0b1014;--bg-card:#141a21;--bg-elev:#1a2129;--text:#f5f6f8;--text-muted:#9aa3ad;--accent:#598eff;--accent-contrast:#fff;--danger:#ff3b3b;--divider:#ffffff14;--radius:16px;--radius-sm:10px;--shadow:0 10px 40px #00000073;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Satoshi,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%}body{background:radial-gradient(circle at 50% 0%, #17202b 0%, var(--bg) 60%);color:var(--text);margin:0;font-size:16px;line-height:1.5}.page{justify-content:center;align-items:center;min-height:100dvh;padding:24px 20px 48px;display:flex}.card{background:var(--bg-card);border-radius:var(--radius);width:100%;max-width:420px;box-shadow:var(--shadow);text-align:center;flex-direction:column;gap:16px;padding:32px 24px;display:flex}.card h1{letter-spacing:-.01em;margin:0;font-size:26px;font-weight:800;line-height:1.2}.card h2{margin:0;font-size:20px;font-weight:700}.card h2.tight{margin-bottom:4px}.card p{margin:0}.muted{color:var(--text-muted)}.muted.small{font-size:14px}.footnote{color:var(--text-muted);margin-top:-4px;font-size:13px}.avatar{background:var(--bg-elev);width:72px;height:72px;color:var(--text);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 4px;font-size:28px;font-weight:700;display:flex;overflow:hidden}.avatar-sm{width:56px;height:56px;font-size:22px}.avatar img{object-fit:cover;width:100%;height:100%}.challenge{background:var(--bg-elev);border-radius:var(--radius-sm);text-align:left;align-items:center;gap:12px;padding:14px 16px;display:flex}.goal-icon{flex-shrink:0;font-size:28px;line-height:1}.goal-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:2px;font-size:11px}.goal-text{font-weight:600;line-height:1.35}.what-you-get{text-align:left;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.what-you-get li{color:var(--text);padding-left:22px;font-size:15px;position:relative}.what-you-get li:before{content:"";background:var(--accent);border-radius:50%;width:8px;height:8px;position:absolute;top:10px;left:4px}.actions{flex-direction:column;gap:8px;margin-top:4px;display:flex}.btn{appearance:none;font:inherit;cursor:pointer;color:inherit;border:0;border-radius:12px;outline:0;justify-content:center;align-items:center;min-height:48px;padding:14px 18px;font-size:16px;font-weight:700;text-decoration:none;transition:background .12s,transform .12s;display:inline-flex}.btn:active{transform:scale(.99)}.btn-primary{background:var(--accent);color:var(--accent-contrast)}.btn-primary:hover{background:#6e9bff}.btn-primary:disabled{cursor:not-allowed;background:#598eff66}.btn-secondary{background:var(--bg-elev);color:var(--text)}.btn-secondary:hover{background:#1f2731}.btn-ghost{color:var(--text-muted);background:0 0}.btn-ghost:hover{color:var(--text)}.auth-method-picker{flex-direction:column;gap:8px;display:flex}.auth-form{text-align:left;flex-direction:column;gap:12px;display:flex}.field{flex-direction:column;gap:6px;display:flex}.field .label{color:var(--text-muted);font-size:13px;font-weight:500}.field input{appearance:none;border:1px solid var(--divider);background:var(--bg-elev);color:var(--text);border-radius:var(--radius-sm);outline:none;padding:12px 14px;font-family:inherit;font-size:16px;transition:border-color .12s}.field input:focus{border-color:var(--accent)}.field input::placeholder{color:#9aa3ad99}.error{color:var(--danger);margin:0;font-size:14px}.spinner{border:3px solid #ffffff2e;border-top-color:var(--accent);border-radius:50%;animation:.8s linear infinite spin;display:inline-block}.spinner-md{width:28px;height:28px}.spinner-sm{border-width:2px;width:16px;height:16px}@keyframes spin{to{transform:rotate(360deg)}}
