.auth-page{min-height:100vh;padding-top:72px}.auth-split{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 72px)}.auth-promo{background:linear-gradient(135deg,#1e1b4b 0%,#312e81 100%);color:#fff;padding:80px 60px;display:flex;flex-direction:column;justify-content:center}.auth-promo-content{max-width:500px}.auth-promo h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.auth-promo .lead{font-size:1.125rem;color:rgba(255,255,255,.85);margin-bottom:3rem;line-height:1.7}.promo-features{list-style:none;padding:0;margin:0}.promo-features li{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.promo-features .icon{width:44px;height:44px;border-radius:12px;background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0}.promo-features .icon i{font-size:1.125rem;color:#a5b4fc}.promo-features h4{font-size:1rem;font-weight:600;margin:0 0 .25rem 0}.promo-features p{font-size:.875rem;color:rgba(255,255,255,.7);margin:0;line-height:1.5}.promo-stats{display:flex;gap:40px;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.15)}.promo-stat .number{font-size:2rem;font-weight:700;color:#a5b4fc}.promo-stat .label{font-size:.875rem;color:rgba(255,255,255,.7)}.auth-form-side{background:#fff;padding:60px;display:flex;flex-direction:column;justify-content:center;align-items:center}.auth-form-container{width:100%;max-width:400px}.auth-form-header{margin-bottom:2rem}.auth-form-header h1{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0 0 .5rem 0}.auth-form-header p{color:#64748b;font-size:.9375rem;margin:0}.auth-form .form-group{margin-bottom:1.25rem}.auth-form .form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.auth-form .form-input,.auth-form input[type=text],.auth-form input[type=email],.auth-form input[type=password],.auth-form select{width:100%;padding:.75rem 1rem;font-size:.9375rem;font-family:inherit;border:1px solid #d1d5db;border-radius:8px;background:#fff!important;color:#1f2937!important;transition:border-color .15s ease,box-shadow .15s ease;-webkit-appearance:none;appearance:none}.auth-form .form-input:focus,.auth-form input[type=text]:focus,.auth-form input[type=email]:focus,.auth-form input[type=password]:focus,.auth-form select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.auth-form input::placeholder{color:#9ca3af}.auth-form input:-webkit-autofill,.auth-form input:-webkit-autofill:hover,.auth-form input:-webkit-autofill:focus,.auth-form input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #fff inset!important;-webkit-text-fill-color:#1f2937!important;background-color:#fff!important;transition:background-color 5000s ease-in-out 0s}.auth-form .input-group{position:relative}.auth-form .input-group input{padding-left:2.75rem}.auth-form .input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.auth-form .password-toggle{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#9ca3af;cursor:pointer;padding:.25rem}.auth-form .password-toggle:hover{color:#6b7280}.auth-form .form-row{display:flex;gap:1rem}.auth-form .form-row .form-group{flex:1}.auth-form .form-checkbox{display:flex;align-items:flex-start;gap:.5rem}.auth-form .form-checkbox input[type=checkbox]{width:1rem;height:1rem;margin-top:.125rem;accent-color:#6366f1;flex-shrink:0}.auth-form .form-checkbox label{font-size:.875rem;color:#4b5563;line-height:1.4}.auth-form .form-footer{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.auth-form .form-link{font-size:.875rem;color:#6366f1;text-decoration:none;font-weight:500}.auth-form .form-link:hover{text-decoration:underline;color:#4f46e5}.auth-form .btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;font-family:inherit;border-radius:8px;border:none;cursor:pointer;transition:all .15s ease;text-decoration:none}.auth-form .btn-primary{background:#6366f1;color:#fff}.auth-form .btn-primary:hover{background:#4f46e5;transform:translateY(-1px);box-shadow:0 4px 12px rgba(99,102,241,.3)}.auth-form .auth-footer{text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.auth-form .auth-footer p{font-size:.875rem;color:#6b7280;margin:0}.auth-form .auth-footer a{color:#6366f1;text-decoration:none;font-weight:500}.auth-form .auth-footer a:hover{text-decoration:underline;color:#4f46e5}.flash-messages{margin-bottom:1.5rem}.flash-message{padding:.875rem 1rem;border-radius:8px;font-size:.875rem;display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.flash-success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.flash-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.flash-warning{background:#fffbeb;color:#92400e;border:1px solid #fde68a}.flash-info{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}.password-strength{margin-top:.5rem}.password-strength-bar{height:4px;background:#e5e7eb;border-radius:2px;overflow:hidden}.password-strength-fill{height:100%;transition:width .3s,background .3s}.password-strength-text{font-size:.75rem;margin-top:.25rem;color:#6b7280}@media (max-width:1024px){.auth-split{grid-template-columns:1fr}.auth-promo{display:none}.auth-form-side{padding:100px 24px 60px}}@media (max-width:480px){.auth-form-side{padding:90px 20px 40px}.auth-form .form-row{flex-direction:column;gap:0}}
