.auth-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:36px 16px;background:var(--bg)}.auth-card{width:min(400px,100%)}.auth-card .brand{color:var(--ink);justify-content:center;margin:0 0 24px}.auth-card .brand small{color:var(--muted)}.auth-card .panel{box-shadow:var(--shadow)}.auth-card .panel-head small{display:block;margin-top:5px}.auth-fields{display:grid;gap:15px}.auth-remember{display:flex;align-items:center;gap:10px;font-size:11px;font-weight:700;color:var(--ink);cursor:pointer}.auth-fields .btn.primary{width:100%}.auth-fields .btn:disabled{opacity:.6;cursor:default}.app-status{min-height:100vh;display:flex;align-items:center;justify-content:center}@media(max-width:700px){.auth-screen{align-items:flex-start;padding-top:48px}}
