.login-screen{position:fixed;inset:0;z-index:100;display:grid;place-items:center;overflow:auto;padding:20px 16px calc(20px + env(safe-area-inset-bottom));background:linear-gradient(160deg,#f8fbff 0%,#eaf3fb 55%,#dceafb 100%);transition:opacity .35s,visibility .35s}.login-screen.hidden{opacity:0;visibility:hidden;pointer-events:none}.login-shell{position:relative;z-index:2;width:min(100%,410px);text-align:center}.truck-stage{height:190px;display:grid;place-items:end center;margin:-22px 0 14px}.truck-stage img{width:min(92%,370px);max-height:205px;object-fit:contain;filter:drop-shadow(0 18px 20px rgba(8,46,99,.18))}.login-copy{position:relative;z-index:2}.login-copy h1{margin:4px auto 7px;color:var(--navy);font-size:31px;letter-spacing:-.03em}.login-copy p{max-width:330px;margin:0 auto 18px;color:#526a7d;font-size:14px;line-height:1.45}.login-form{display:grid;gap:12px;padding:18px;background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.95);border-radius:23px;box-shadow:0 22px 50px rgba(8,46,99,.14);backdrop-filter:blur(10px);text-align:left}.login-form label{color:var(--ink);font-size:12px;font-weight:900}.login-form input{display:block;width:100%;height:49px;margin-top:6px;border:1.5px solid #cbdbe8;border-radius:14px;background:#fff;padding:0 14px;color:var(--navy);font-size:16px;outline:none}.login-form input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(14,90,167,.11)}.login-error{display:none;margin:-2px 0 0;padding:9px 11px;border-radius:10px;background:#fff0f0;color:#a62424;font-size:12px;font-weight:800}.login-error.show{display:block}.login-button{display:flex;align-items:center;justify-content:space-between;height:52px;margin-top:3px;padding:0 17px;border:0;border-radius:15px;background:linear-gradient(135deg,var(--blue),var(--navy));color:#fff;font-size:15px;font-weight:900;box-shadow:0 9px 20px rgba(14,90,167,.24)}.login-button span{font-size:23px;color:var(--gold)}.login-note{margin:13px 0 0;color:#6c8192;font-size:11px;font-weight:700}.login-glow{position:absolute;border-radius:50%;filter:blur(3px);opacity:.22}.login-glow.one{width:260px;height:260px;right:-100px;top:-80px;background:var(--gold)}.login-glow.two{width:330px;height:330px;left:-180px;bottom:-120px;background:#2c7bc8}@media(max-height:720px){.truck-stage{height:135px;margin:-16px 0 10px}.truck-stage img{max-height:145px}.login-copy p{margin-bottom:10px}.login-form{padding:14px;gap:8px}.login-form input{height:44px}.login-button{height:47px}}
