/* login page (/) */
:root{color-scheme:dark}*{scrollbar-width:thin;scrollbar-color:#39424e transparent}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-thumb{background:#39424e;border-radius:4px}  /* same scrollbars as the admin pages */
body{display:flex;min-height:100vh;align-items:center;justify-content:center;background:#0e0e10;font:14px/1.4 system-ui,sans-serif;color:#ddd}
form{background:#18181b;padding:32px;border-radius:8px;width:260px;text-align:center}
img{width:48px;height:48px;margin-bottom:8px}
h1{font-size:15px;margin:0 0 16px;color:#fff;font-weight:600}
label{display:block;font-size:12px;color:#999;margin:12px 0 4px;text-align:left}
input{width:100%;box-sizing:border-box;padding:8px;border-radius:4px;border:1px solid #333;background:#0e0e10;color:#eee}
button{width:100%;margin-top:18px;padding:9px;border:0;border-radius:4px;background:#3b82f6;color:#fff;font-weight:600;cursor:pointer}
.err{color:#f87171;font-size:12px;margin-top:10px}
