:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font:16px/145% system-ui,Segoe UI,Roboto,sans-serif}body{margin:0}#root{box-sizing:border-box;flex-direction:column;min-height:100svh;display:flex}*{scrollbar-width:thin;scrollbar-color:#333 transparent}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#333;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#6b6b6b}.auth-page{background:#0a0a0a;justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.auth-form{color:#f5f5f0;background:#161616;border-radius:12px;flex-direction:column;gap:1rem;width:100%;max-width:380px;padding:2rem;display:flex}.auth-form h1{text-align:center;margin:0}.auth-form .subtitle{text-align:center;color:#a3a3a3;margin:0 0 .5rem}.auth-form label{flex-direction:column;gap:.25rem;font-size:.9rem;display:flex}.auth-form input{color:#fff;background:#0a0a0a;border:1px solid #333;border-radius:8px;padding:.6rem .75rem}.auth-form button{color:#0a0a0a;cursor:pointer;background:#ff6a00;border:none;border-radius:8px;margin-top:.5rem;padding:.7rem;font-weight:600}.auth-form button:disabled{opacity:.6;cursor:not-allowed}.auth-switch{text-align:center;color:#a3a3a3;font-size:.85rem}.link-button{color:#ff6a00;cursor:pointer;background:0 0;border:none;margin:0;padding:0;font-size:.85rem;font-weight:600}.form-error{color:#ffb4b4;background:#3a1618;border-radius:8px;padding:.5rem .75rem;font-size:.85rem}.loading-screen{color:#a3a3a3;background:#0a0a0a;justify-content:center;align-items:center;min-height:100vh;display:flex}
