
:root { font-family: Inter, ui-sans-serif, system-ui, sans-serif; color: #F4F6F8; background: #0B0F14; color-scheme: dark; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; display: grid; place-items: center; }
.login-shell { width: min(100% - 32px, 420px); }
.login-panel { border: 1px solid #2C3745; background: #141B24; border-radius: 8px; padding: 32px; box-shadow: 0 16px 36px rgba(0, 0, 0, .34); }
.brand { display: flex; align-items: center; gap: 12px; color: #F4F6F8; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.brand strong, h1 { font-family: "Space Grotesk", Inter, ui-sans-serif, system-ui, sans-serif; }
.brand span { display: block; margin-top: 2px; color: #A8B1BE; font-size: 13px; }
h1 { margin: 28px 0 20px; font-size: 25px; }
form { display: grid; gap: 16px; }
label { display: grid; gap: 6px; color: #A8B1BE; font-size: 14px; font-weight: 700; }
input { width: 100%; min-height: 42px; border: 1px solid #2C3745; border-radius: 6px; padding: 9px 10px; background: #0B0F14; font: inherit; color: #F4F6F8; }
input:focus { outline: 2px solid #5DA9FF; outline-offset: 1px; border-color: #5DA9FF; }
button { min-height: 42px; border: 1px solid #FF7A1A; border-radius: 6px; background: #FF7A1A; color: #0B0F14; font: inherit; font-weight: 800; cursor: pointer; }
#error { min-height: 20px; margin: -4px 0 0; color: #E5475E; font-size: 14px; }
.legal-nav { display:flex; flex-wrap:wrap; gap:12px; margin:22px 0 0; font-size:12px; }.legal-nav a { color:#A8B1BE; text-decoration:none; }.legal-nav a:hover { color:#FFC35A; }
