:root{--color-primary:#6366f1;--color-primary-hover:#4f46e5;--color-bg:#0f172a;--color-surface:#020617;--color-border:#1e293b;--color-text:#e5e7eb;--color-text-muted:#94a3b8;--color-error:#ef4444;--font-main:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:2rem}
.btn{border-radius:var(--radius-md);cursor:pointer;font-weight:500;font-family:var(--font-main);border:none;justify-content:center;align-items:center;padding:.65rem 1.2rem;transition:background .2s,transform .1s;display:inline-flex}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-hover);transform:translateY(-1px)}.btn-secondary{border:1px solid var(--color-border);color:var(--color-text);background:0 0}.input{border-radius:var(--radius-sm);background:var(--color-surface);border:1px solid var(--color-border);width:100%;color:var(--color-text);font-family:var(--font-main);padding:.6rem .75rem}.input:focus{border-color:var(--color-primary);outline:none}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-lg)}
:root{--ui-scrollbar-size:12px;--ui-scrollbar-track:linear-gradient(180deg,#090a14f5 0%,#060812fa 100%);--ui-scrollbar-track-border:#7dd3fc2e;--ui-scrollbar-thumb:linear-gradient(180deg,#8b5cf6f5 0%,#7c3aedf0 38%,#0891b2f2 100%);--ui-scrollbar-thumb-border:#c4b5fd73;--ui-scrollbar-thumb-hover:linear-gradient(180deg,#a855f7 0%,#8b5cf6fa 40%,#06b6d4fa 100%)}*{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#8b5cf6f2 #080b16f2}::-webkit-scrollbar{width:var(--ui-scrollbar-size);height:var(--ui-scrollbar-size)}::-webkit-scrollbar-track{background:var(--ui-scrollbar-track);border:1px solid var(--ui-scrollbar-track-border);border-radius:999px}::-webkit-scrollbar-thumb{background:var(--ui-scrollbar-thumb);box-shadow:inset 0 0 0 1px var(--ui-scrollbar-thumb-border),0 0 12px #8b5cf661;border:2px solid #050812e6;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--ui-scrollbar-thumb-hover)}::-webkit-scrollbar-corner{background:0 0}:where(input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):not([type=color]):not([type=hidden]),select,textarea){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#f8fafc;background:linear-gradient(#090c18f0,#060912f7);border:1px solid #7dd3fc47;border-radius:10px;box-shadow:inset 0 1px #e2e8f00a,0 8px 18px #0206173d}:where(input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):not([type=color]):not([type=hidden]),select,textarea)::placeholder{color:#90a4bf}:where(input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):not([type=color]):not([type=hidden]),select,textarea):focus{border-color:#7dd3fcbd;outline:none;box-shadow:0 0 0 3px #0ea5e933,0 12px 22px #0206174d}body{color:#fff;background:radial-gradient(circle at top,#111,#000);margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.auth-container{justify-content:center;align-items:center;min-height:100vh;display:flex}.auth-card{background:#0f0f0f;border-radius:14px;width:100%;max-width:380px;padding:24px;box-shadow:0 0 30px #0009}.auth-card h1{text-align:center;margin-bottom:20px}.auth-card input{color:#fff;background:#151515;border:1px solid #222;border-radius:8px;width:100%;margin-bottom:12px;padding:10px}.auth-card button{color:#fff;cursor:pointer;background:#5865f2;border:none;border-radius:8px;width:100%;padding:10px;font-weight:700}.auth-card button:hover{opacity:.9}.auth-msg{text-align:center;color:#facc15;margin-top:12px;font-size:14px}
