:root{--ink:#101418;--ink-2:#333b46;--muted:#677381;--faint:#98a2ad;--line:#e1e6ec;--line-strong:#cfd8e3;--paper:#ffffff;--wash:#f5f7f9;--wash-2:#edf2f6;--brand:#2563eb;--brand-dark:#1747b6;--brand-soft:#e9f0ff;--green:#0f9f6e;--green-soft:#e8f8f1;--amber:#d88a10;--red:#dc2626;--radius:8px;--shadow:0 18px 48px rgba(16,20,24,0.13);--mono:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;--sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,select,textarea{font:inherit}a{color:inherit}img{max-width:100%;display:block}.sc-brand-lockup{display:inline-flex;align-items:center;gap:10px}.sc-logo-mark{display:inline-grid;flex:0 0 auto;place-items:center;width:34px;height:34px;line-height:0}.sc-logo-mark img{width:100%;height:100%;object-fit:contain}.sc-brand-wordmark{line-height:1}@media print{body *{visibility:hidden}}.error-boundary,.not-found-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:40px 24px;text-align:center;font-family:var(--sans);background:var(--wash)}.error-boundary h1,.not-found-page h1{font-size:1.75rem;color:var(--ink);margin:0}.error-boundary p,.not-found-page p{color:var(--muted);margin:0;max-width:420px}.error-boundary-actions{display:flex;gap:12px;margin-top:8px}.error-boundary .lc-brand,.not-found-page .lc-brand{margin-bottom:8px}.profile-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;font-family:var(--sans);color:var(--muted);background:var(--wash)}.profile-loading-spinner{width:32px;height:32px;border:3px solid var(--line);border-top-color:var(--brand);border-radius:50%;animation:sc-spin .8s linear infinite}@keyframes sc-spin{to{transform:rotate(1turn)}}.account-action-page{min-height:100vh;display:grid;place-items:center;padding:32px 20px;background:var(--wash)}.account-action-card{width:min(100%,440px);display:grid;grid-gap:16px;gap:16px;padding:32px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 18px 60px rgba(15,23,42,.08)}.account-action-card h1,.account-action-card p{margin:0}.account-action-card label{display:grid;grid-gap:7px;gap:7px;font-weight:650}.account-action-card input{min-height:44px;padding:0 12px;border:1px solid var(--line);border-radius:10px;font:inherit}.account-action-error{color:#b91c1c}