:root{--accent: #1b4ff0;--accent-hover: #123fc9;--accent-active: #0d33a8;--accent-ink: #ffffff;--bg: #f1eee7;--card: #ffffff;--ink: #12151a;--ink2: #59616e;--ink3: #8b93a0;--line: rgba(18, 21, 26, .1);--line2: rgba(18, 21, 26, .06);--negative: #d33a3a;--positive: #12875a;--font-body: "Golos Text", system-ui, sans-serif;--font-heading: "Unbounded", system-ui, sans-serif}@media (prefers-color-scheme: dark){:root{--accent: #4c7dff;--accent-hover: #6f97ff;--accent-active: #3a68e0;--accent-ink: #0b0e13;--bg: #0b0e13;--card: #161b23;--ink: #f3f5f8;--ink2: #98a1ae;--ink3: #6b7482;--line: rgba(255, 255, 255, .11);--line2: rgba(255, 255, 255, .06);--negative: #ff6b6b;--positive: #35c08a}}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg);color:var(--ink);font-family:var(--font-body);font-size:15px;line-height:1.5}h1,h2{font-family:var(--font-heading);font-weight:700;margin:0}button,input{font-family:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}a{color:var(--accent)}.oauth-callback{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:100vh;padding:24px;text-align:center}
