:root{color-scheme:dark;--green:#0f5132;--orange:#f47b20;--ink:#f5f7f6;--muted:#aab4b0;--panel:#111715;--line:#2d3733}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:radial-gradient(circle at 50% 0,#1a2923 0,#080b0a 48%,#000 100%);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.login-shell{min-height:100vh;display:grid;place-items:center;padding:28px}.login-card{width:min(430px,100%);background:linear-gradient(180deg,#151c19,#0d1210);border:1px solid var(--line);border-radius:24px;padding:34px;box-shadow:0 30px 90px #000b}.brand-mark{width:70px;height:70px;display:grid;place-items:center;border-radius:20px;background:var(--green);font-size:31px;font-weight:950;letter-spacing:.04em}.eyebrow{margin:22px 0 4px;color:var(--orange);font-weight:900;letter-spacing:.18em;font-size:13px}.login-card h1{margin:0;font-size:36px;line-height:1.05}.intro{color:var(--muted);line-height:1.55;margin:14px 0 24px}.login-card label{display:block;font-weight:800;margin-bottom:8px}.login-card input{width:100%;min-height:52px;border-radius:12px;border:1px solid #46524d;background:#060807;color:white;padding:0 14px;font:inherit;font-size:18px}.login-card input:focus{outline:3px solid #f47b2055;border-color:var(--orange)}.login-card button{width:100%;min-height:52px;margin-top:14px;border:0;border-radius:12px;background:var(--orange);color:#160a02;font:900 16px/1 inherit;cursor:pointer}.login-card button:active{transform:translateY(1px)}.login-error{display:none;margin:0 0 14px;padding:11px 13px;border-radius:10px;background:#4f1717;color:#ffdede}.login-error.visible{display:block}.footnote{margin:22px 0 0;color:#7f8b86;font-size:12px;line-height:1.45}@media(max-width:480px){.login-shell{padding:16px}.login-card{padding:26px 22px;border-radius:18px}.login-card h1{font-size:31px}}
