.auth-page{min-height:100vh;background:linear-gradient(135deg,#10234a,#1074c7);display:grid;place-items:center;padding:24px}.auth-shell{width:min(880px,100%);min-height:520px;display:grid;grid-template-columns:1fr 1fr;margin:0;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 28px 70px rgba(4,18,45,.3)}.auth-brand{background:linear-gradient(155deg,#f7fbff,#e5f3fd);padding:55px;display:flex;flex-direction:column;justify-content:center}.auth-brand img{width:220px;height:110px;object-fit:contain;object-position:left}.auth-brand h1{font-size:30px;margin:24px 0 5px}.auth-brand p{color:#607285}.auth-card{padding:55px;display:grid;align-content:center;gap:16px}.auth-card h2{font-size:24px}.auth-card>p{margin:-8px 0 8px;color:#6b7280}.auth-error{padding:10px 12px;border-radius:9px;background:#ffe2e7;color:#af263d;font-size:13px}.auth-card .btn{margin-top:8px}@media(max-width:700px){.auth-shell{grid-template-columns:1fr}.auth-brand{padding:28px}.auth-brand img{height:70px}.auth-brand h1,.auth-brand p{display:none}.auth-card{padding:32px}}
