:root{--blue:#315cf3;--muted:#718096;--line:#dfe4ec}*{box-sizing:border-box}body{margin:0;background:#f3f5f9;color:#172033;font-family:Inter,Segoe UI,Arial,sans-serif}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(380px,1.05fr) minmax(440px,.95fr)}.login-brand{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:55px 70px;background:linear-gradient(145deg,#0d1b31,#193458);color:#fff;overflow:hidden}.login-brand::before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-260px;top:-180px;background:#315cf3;opacity:.13}.login-brand img{position:relative;z-index:1;width:min(430px,90%);height:220px;object-fit:contain;filter:drop-shadow(0 10px 25px rgba(0,0,0,.35))}.login-brand>div{position:relative;z-index:1;max-width:620px}.login-brand span{font-size:13px;font-weight:800;letter-spacing:.14em;color:#8facff}.login-brand h1{margin:14px 0 18px;font-size:45px;line-height:1.12}.login-brand p{max-width:540px;margin:0;color:#b8c5d8;font-size:17px;line-height:1.65}.login-panel{display:grid;place-items:center;padding:40px}.login-card{width:min(460px,100%);padding:42px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 20px 55px rgba(19,34,59,.1)}.eyebrow{margin:0;color:var(--blue);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.login-card h2{margin:8px 0;font-size:32px}.subtitle{margin:0 0 28px;color:var(--muted)}.login-card label{display:grid;gap:8px;margin:18px 0;font-size:14px;font-weight:700}.login-card input{width:100%;padding:14px 15px;border:1px solid var(--line);border-radius:10px;font:inherit}.login-card input:focus{outline:3px solid #315cf31c;border-color:var(--blue)}.login-card button{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:25px;padding:14px 17px;border:0;border-radius:10px;background:var(--blue);color:#fff;font:inherit;font-weight:800;cursor:pointer}.login-card>small{display:block;margin-top:20px;text-align:center;color:#8a96a8}.login-error{margin:18px 0;padding:12px 14px;border-radius:9px;background:#fee8e8;color:#c93333;font-size:14px}@media(max-width:850px){.login-page{grid-template-columns:1fr}.login-brand{min-height:270px;padding:28px}.login-brand img{width:220px;height:110px}.login-brand h1{font-size:30px}.login-panel{padding:25px 15px}.login-card{padding:28px}}
