html,body{height:100%;width:100%}.auth-container{display:flex;min-height:100vh;width:100%}.left-panel{flex:1.2;background:linear-gradient(180deg,#081c4a,#0d2c6c);color:#fff;padding:80px;display:flex;flex-direction:column;justify-content:center}.left-panel h1{font-size:52px;margin-bottom:20px}.left-panel p{font-size:18px;max-width:420px;line-height:1.6}.right-panel{flex:1;background:#fff;display:flex;align-items:center;justify-content:center}@media(max-width:900px){.left-panel{display:none}.right-panel{flex:1}}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif}*{margin:0;padding:0;box-sizing:border-box}
