.auth-page{min-height:100vh;display:flex}.auth-left{flex:1;display:flex;align-items:center;justify-content:center;padding:40px;background:var(--white)}.auth-right{flex:1;background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary) 50%,var(--accent-light) 100%);display:flex;align-items:center;justify-content:center;color:var(--white);padding:40px;position:relative;overflow:hidden}.auth-right::before{content:'';position:absolute;top:-30%;right:-20%;width:400px;height:400px;border-radius:50%;background:rgba(255,255,255,.06)}.auth-right::after{content:'';position:absolute;bottom:-20%;left:-10%;width:300px;height:300px;border-radius:50%;background:rgba(255,255,255,.04)}.auth-right-content{position:relative;z-index:1;text-align:center;max-width:400px}.auth-right-content .lucide{width:48px;height:48px;margin:0 auto 24px;opacity:.9}.auth-right-title{font-size:1.75rem;font-weight:800;margin-bottom:12px}.auth-right-text{font-size:1rem;opacity:.85;line-height:1.7}.auth-form{width:100%;max-width:440px}.auth-logo{display:flex;align-items:center;gap:10px;font-size:1.375rem;font-weight:800;color:var(--primary);margin-bottom:36px}.auth-logo img{width:36px;height:36px;object-fit:contain}.auth-title{font-size:1.75rem;font-weight:800;color:var(--gray-900);margin-bottom:8px}.auth-subtitle{font-size:.938rem;color:var(--gray-500);margin-bottom:32px}.auth-remember-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.auth-remember-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.875rem;color:var(--gray-600)}.auth-forgot-link{font-size:.875rem;color:var(--primary);font-weight:600}.auth-forgot-link:hover{text-decoration:underline}.auth-footer-text{text-align:center;margin-top:24px;font-size:.875rem;color:var(--gray-500)}.auth-footer-text a{color:var(--primary);font-weight:600}.auth-footer-text a:hover{text-decoration:underline}.reset-modal-hint{font-size:.875rem;color:var(--gray-500);margin-bottom:20px}@media (max-width:1024px){.auth-right{display:none}}@media (max-width:480px){.auth-left{padding:24px}}