:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;font-weight:400;--bg-primary: #1e1e1e;--bg-secondary: #252526;--bg-tertiary: #2d2d2d;--bg-elevated: #313135;--text-primary: #f3f6fc;--text-secondary: #d4d7dd;--text-muted: #9da3ac;--accent-primary: #0a84ff;--accent-hover: #1a94ff;--accent-light: #58adff;--success: #2ea043;--warning: #f2cc60;--error: #f85149;--border-color: #3c3c3c;--border-hover: #4b4b4b;color-scheme:dark;color:var(--text-primary);background-color:var(--bg-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--bg-primary)}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-weight:600;letter-spacing:-.02em}h1{font-size:2rem;line-height:1.2}h2{font-size:1.5rem;line-height:1.3}h3{font-size:1.25rem;line-height:1.4}p{color:var(--text-secondary);line-height:1.6}a{font-weight:500;color:var(--accent-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-light)}button{border-radius:6px;border:1px solid var(--border-color);padding:.6rem 1.25rem;font-size:.9rem;font-weight:500;font-family:inherit;background-color:#2f2f33;color:var(--text-primary);cursor:pointer;transition:background-color .2s ease,border-color .2s ease,transform .15s ease}button:hover{background-color:#37373b;border-color:var(--border-hover);transform:translateY(-1px)}button:focus,button:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}button:disabled{opacity:.6;cursor:not-allowed}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:#454545;border-radius:6px;border:2px solid var(--bg-secondary)}::-webkit-scrollbar-thumb:hover{background:#505050}.loading,.error{padding:3rem 2rem;text-align:center;font-size:1rem;color:var(--text-secondary)}.error{color:var(--error)}.auth-loading-state{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#020617;color:#e2e8f0;font-family:Inter,Segoe UI,system-ui,sans-serif}.auth-loading-state__card{padding:1.25rem 1.75rem;border-radius:16px;border:1px solid rgba(148,163,184,.35);background:#030712d9;box-shadow:0 25px 60px #020617a6}
