:root{color-scheme:dark;font-family:Inter,"Segoe UI",Arial,sans-serif;background:#030a12;color:#eef8ff}*{box-sizing:border-box}body{margin:0;min-height:100vh}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:24px;position:relative;overflow:hidden}.auth-background{position:fixed;inset:0;background:linear-gradient(90deg,rgba(1,7,13,.97),rgba(3,15,27,.8)),url('/public/assets/ngl-splash.png') center/cover no-repeat;filter:saturate(.75)}.auth-card{position:relative;width:min(540px,100%);max-height:calc(100vh - 48px);overflow:auto;padding:28px;border:1px solid rgba(110,198,247,.32);border-radius:18px;background:rgba(5,21,35,.97);box-shadow:0 28px 90px rgba(0,0,0,.75)}.auth-brand{display:flex;align-items:center;gap:14px;margin-bottom:22px}.auth-brand img{width:66px;height:66px;object-fit:contain}.auth-brand strong,.auth-brand small{display:block}.auth-brand strong{font-size:21px}.auth-brand small{color:#8ed7ff;margin-top:3px}.auth-card h1{margin:0 0 8px;font-size:clamp(1.75rem,5vw,2.35rem)}.auth-card p{color:#abc6d7;line-height:1.5}.auth-card form{display:grid;gap:13px;margin-top:20px}.auth-card label{display:grid;gap:7px;color:#d0e8f6;font-size:13px;font-weight:650}.auth-card input{min-height:46px;padding:10px 12px;border:1px solid rgba(139,197,232,.3);border-radius:9px;background:#091c2c;color:#f1f9ff;font:inherit}.auth-card input:focus{outline:2px solid rgba(74,193,255,.55);outline-offset:1px}.auth-card button.primary{min-height:46px;border:1px solid #50bff5;border-radius:9px;background:#1187c1;color:#fff;font:inherit;font-weight:750;cursor:pointer}.auth-card button:disabled{opacity:.6;cursor:wait}.auth-links{display:flex;justify-content:space-between;gap:12px;margin-top:19px;flex-wrap:wrap}.auth-links button{border:0;background:none;color:#8ed7ff;cursor:pointer;padding:4px 0;font:inherit}.auth-feedback{padding:12px 14px;margin-bottom:15px;border-radius:9px;background:#12344b;line-height:1.45}.auth-feedback.danger{background:#4a1820;color:#ffd8dc}.auth-feedback.success{background:#123e31;color:#d8ffec}.auth-feedback.warning{background:#49360e;color:#ffe6a6}.auth-card footer{margin-top:24px;color:#83a1b3;font-size:12px;line-height:1.55}.auth-card footer a{color:#9bdcff}.hidden{display:none!important}@media(max-width:600px){.auth-shell{padding:0}.auth-card{width:100%;height:100vh;max-height:none;border:0;border-radius:0;padding:22px}.auth-brand img{width:56px;height:56px}}
