:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:16px}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.page{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;gap:24px;min-height:100vh;padding:32px 24px;display:flex}.primary-button,.back-button{cursor:pointer;border:0;border-radius:12px;padding:12px 18px;font-size:16px}.primary-button{color:#fff;background:linear-gradient(135deg,#1f4fbf,#12358f);text-decoration:none;box-shadow:0 14px 32px #12358f3d}.primary-button:disabled{opacity:.7;cursor:not-allowed;box-shadow:none}.auth-card,.dashboard-card{text-align:left;background:linear-gradient(#fff,#f6f8fc);border:1px solid #d8e0f0;border-radius:24px;width:min(460px,100%);padding:32px;box-shadow:0 24px 60px #12358f24}.dashboard-card--wide{width:min(920px,100%)}.auth-card__copy,.dashboard-card__copy{flex-direction:column;gap:8px;margin-bottom:24px;display:flex}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#1f4fbf;font-size:13px;font-weight:700}.auth-card h1,.dashboard-card h1{margin:0}.auth-form{flex-direction:column;gap:10px;width:100%;display:flex}.auth-form label{color:#364057;font-size:14px;font-weight:600}.auth-form input{color:#111827;caret-color:#111827;background:#fff;border:1px solid #c3cad8;border-radius:12px;padding:12px 14px;font-size:16px}.auth-form input::placeholder{color:#6b7280}.auth-form input:focus{border-color:#1f4fbf;outline:2px solid #1f4fbf2e}.auth-form .primary-button,.dashboard-card .primary-button{width:100%;margin-top:10px}.error-text{color:#c53232;margin:0;font-size:14px}.dashboard-email{color:#12358f;background:#eaf0ff;border-radius:999px;margin-bottom:20px;padding:10px 14px;font-weight:600;display:inline-flex}.dashboard-lists{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:24px;display:grid}.dashboard-list-section{background:#fff;border:1px solid #d8e0f0;border-radius:18px;padding:18px}.dashboard-list-section h2{margin-bottom:12px}.dashboard-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.dashboard-list-item{color:#111827;background:#f7f9fd;border-radius:12px;justify-content:space-between;gap:16px;padding:12px 14px;display:flex}.dashboard-list-item span:last-child{color:#6b7280;white-space:nowrap}@media (width<=640px){.page{padding:20px 16px}.auth-card,.dashboard-card{border-radius:18px;padding:24px}.dashboard-lists{grid-template-columns:1fr}.dashboard-list-item{flex-direction:column;gap:4px}}
