:root{font-family:Inter,Segoe UI,sans-serif;color:#092247;background:#eef2f6}*{box-sizing:border-box}body{margin:0;min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 15% 10%,#fff 0,#eef2f6 48%,#dce4ec 100%)}.auth-shell{width:min(980px,94vw);min-height:620px;display:grid;grid-template-columns:1.08fr .92fr;background:white;border-radius:28px;overflow:hidden;box-shadow:0 30px 80px #09224722}.brand-panel{padding:54px;background:#041e41;color:white;display:flex;flex-direction:column;justify-content:space-between}.brand-panel img{width:235px;max-height:150px;object-fit:contain;object-position:left center}.brand-panel span{color:#d7bc7a;font-size:12px;font-weight:800;letter-spacing:.18em}.brand-panel h1{font-size:44px;line-height:1.04;margin:16px 0}.brand-panel p{color:#c5d0df;line-height:1.7;max-width:430px}.auth-card{padding:64px 54px;display:grid;align-items:center}.auth-card h2{font-size:30px;margin:0 0 8px}.auth-card p{color:#68778b;line-height:1.5}.auth-card label{display:block;font-weight:750;margin:22px 0 8px}.auth-card label small{font-weight:500;color:#7b8796}.auth-card input{width:100%;padding:14px 16px;border:1px solid #cbd5df;border-radius:11px;font-size:16px}.auth-card input:focus{outline:3px solid #d7bc7a55;border-color:#ad8532}.auth-card button{width:100%;margin-top:24px;border:0;border-radius:11px;padding:15px;background:linear-gradient(135deg,#a97b27,#d7bc7a);color:#061d3c;font-weight:850;font-size:16px;cursor:pointer}.auth-card button.link{margin-top:12px;background:transparent;color:#315a88}.message{padding:12px;margin-top:18px;border-radius:9px;background:#e5f4ee;color:#126347}.message.error{background:#fbe9e7;color:#a33227}@media(max-width:760px){.auth-shell{grid-template-columns:1fr}.brand-panel{padding:30px;min-height:230px}.brand-panel h1{font-size:34px}.auth-card{padding:38px 28px}}
