.auth-page{align-items:stretch;min-height:100vh;display:flex}.auth-left{background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#1e3a4a 100%);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:3rem 2rem;display:flex;position:relative;overflow:hidden}.auth-left:before{content:"";background:radial-gradient(at 30% 40%,#f9731626,#0000 60%);position:absolute;inset:0}.auth-left-content{text-align:center;color:#fff;max-width:380px;position:relative}.auth-left-logo{font-family:var(--font-display);color:var(--primary);margin-bottom:1.5rem;font-size:2.2rem;font-weight:900}.auth-left h2{font-family:var(--font-display);margin-bottom:1rem;font-size:1.9rem;font-weight:900;line-height:1.2}.auth-left p{color:#ffffffa6;font-size:.9rem;line-height:1.7}.auth-left-features{text-align:left;flex-direction:column;gap:.75rem;margin-top:2rem;list-style:none;display:flex}.auth-left-features li{color:#fffc;align-items:center;gap:.6rem;font-size:.875rem;display:flex}.auth-left-features li span:first-child{font-size:1.1rem}.auth-right{background:#fff;flex-direction:column;justify-content:center;width:480px;padding:3rem 2.5rem;display:flex;overflow-y:auto}.auth-header{margin-bottom:2rem}.auth-header h1{font-family:var(--font-display);color:var(--text);margin-bottom:.35rem;font-size:1.8rem;font-weight:900}.auth-header p{color:var(--text-muted);font-size:.875rem}.auth-form{flex-direction:column;gap:1rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:var(--text);text-transform:uppercase;letter-spacing:.05em;font-size:.82rem;font-weight:600}.form-control{border:2px solid var(--border);width:100%;font-family:var(--font-body);color:var(--text);background:var(--bg);border-radius:10px;outline:none;padding:.75rem 1rem;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.form-control:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px #f973161a}.form-control.error{border-color:var(--danger)}.form-error{color:var(--danger);font-size:.78rem;font-weight:500}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.auth-submit{background:var(--primary);color:#fff;width:100%;font-family:var(--font-body);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.85rem;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.auth-submit:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 4px 16px #f9731659}.auth-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.auth-divider{color:var(--text-muted);align-items:center;gap:.75rem;margin:.5rem 0;font-size:.8rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.auth-footer{text-align:center;color:var(--text-muted);margin-top:1.5rem;font-size:.875rem}.auth-footer a{color:var(--primary);font-weight:600}.auth-footer a:hover{text-decoration:underline}.role-selector{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.role-option{border:2px solid var(--border);text-align:center;cursor:pointer;color:var(--text-muted);border-radius:10px;padding:.75rem;font-size:.85rem;font-weight:600;transition:all .2s}.role-option:hover,.role-option.selected{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.role-option-icon{margin-bottom:.25rem;font-size:1.4rem}@media (max-width:768px){.auth-page{flex-direction:column}.auth-left{display:none}.auth-right{width:100%;padding:2rem 1.5rem}}.register-page .auth-right{padding:2rem 2.5rem}
