:root{--app-font-size: 16px;--app-line-height: 1.6}*{margin:0;padding:0;box-sizing:border-box}html{font-size:var(--app-font-size, 16px);line-height:var(--app-line-height);transition:font-size .2s ease}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1rem;line-height:var(--app-line-height);color:#333;background-color:#f5f5f5;height:100%}.high-contrast{background-color:#000!important;color:#ff0!important}.high-contrast body,.high-contrast .app-content,.high-contrast .auth-container,.high-contrast .auth-card,.high-contrast .modal-content,.high-contrast .modal-header,.high-contrast .modal-footer,.high-contrast .navbar,.high-contrast .dashboard-wrapper,.high-contrast .hero-section,.high-contrast .glass-card{background-color:#000!important;background:#000!important;color:#ff0!important;border-color:#ff0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.high-contrast h1,.high-contrast h2,.high-contrast h3,.high-contrast h4,.high-contrast h5,.high-contrast h6,.high-contrast p,.high-contrast span,.high-contrast a,.high-contrast label,.high-contrast li,.high-contrast input,.high-contrast button,.high-contrast small,.high-contrast strong{color:#ff0!important}.high-contrast input,.high-contrast button{border:2px solid #ff0!important;background:transparent!important}.high-contrast .logo-placeholder{background:#ff0!important;color:#000!important}.invert-colors{filter:invert(1) hue-rotate(180deg)}.invert-colors img,.invert-colors video,.invert-colors .no-invert{filter:invert(1) hue-rotate(180deg)}.underline-links a{text-decoration:underline!important}.readable-font{font-family:Open Sans,Verdana,Arial,sans-serif!important}.readable-font *{font-family:inherit!important;letter-spacing:.05em!important}.auth-wrapper{display:flex;min-height:100vh;width:100%;overflow:hidden;background:#fff}.auth-hero{flex:1.1;background:linear-gradient(135deg,#1e293b,#3b82f6 60%,#8b5cf6);position:relative;display:flex;align-items:center;justify-content:center;padding:32px;color:#fff;overflow:hidden}.auth-hero .hero-content{position:relative;z-index:10;max-width:440px;text-align:left;animation:fadeInLeft .8s ease-out}.auth-hero .hero-content h1{font-size:2.625rem;font-weight:800;line-height:1.1;margin-bottom:16px;letter-spacing:-1px}.auth-hero .hero-content p{font-size:1rem;line-height:1.6;opacity:.9}.auth-hero .shape{position:absolute;background:#ffffff1a;border-radius:50%;filter:blur(40px)}.auth-hero .shape.shape-1{width:250px;height:250px;top:-80px;left:-80px;background:#8b5cf64d}.auth-hero .shape.shape-2{width:350px;height:350px;bottom:-120px;right:-80px;background:#3b82f64d}.auth-hero .shape.shape-3{width:180px;height:180px;top:15%;right:5%;background:#ffffff26;border-radius:35px;transform:rotate(45deg)}.auth-panel{flex:1;display:flex;align-items:center;justify-content:center;padding:24px;background:#fff;overflow-y:auto}.auth-panel .auth-form-container{width:100%;max-width:400px;padding-top:16px;padding-bottom:16px;animation:fadeInRight .8s ease-out}.auth-panel .auth-form-container .auth-header{margin-bottom:24px}.auth-panel .auth-form-container .auth-header h2{font-size:1.625rem;font-weight:800;color:#1e293b;text-transform:uppercase;letter-spacing:1px;margin-bottom:6px}.auth-panel .auth-form-container .auth-header .subtitle{color:#666;font-size:.875rem}.auth-wrapper .full-width{width:100%;display:block;margin-top:16px}.auth-wrapper .full-width button{width:100%!important;height:50px!important;font-size:1rem!important;font-weight:700!important;border-radius:50px!important;background:linear-gradient(90deg,#3b82f6,#8b5cf6)!important;border:none!important;color:#fff!important;box-shadow:0 6px 15px #3b82f633!important;transition:all .3s ease!important;cursor:pointer}.auth-wrapper .full-width button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #3b82f64d!important}.auth-wrapper input{background:#f8fafc!important;height:48px!important;border-radius:50px!important;border:2px solid #e2e8f0!important;padding:0 20px!important;width:100%!important;font-size:.9375rem!important;color:#333!important;transition:all .3s ease!important;box-sizing:border-box!important;display:block!important}.auth-wrapper input:focus{background:#fff!important;border-color:#3b82f6!important;box-shadow:0 0 0 4px #3b82f61a!important}.auth-wrapper input::placeholder{color:#94a3b8!important;font-size:14px!important}.auth-wrapper label{font-size:.875rem!important;font-weight:700!important;color:#1e293b!important;margin-left:16px!important;margin-bottom:6px!important;display:block!important;text-align:left!important}.auth-wrapper .form-field{margin-bottom:18px!important}.auth-wrapper .form-row{gap:12px!important}.auth-wrapper .divider{margin:20px 0;text-align:center;position:relative}.auth-wrapper .divider:before{content:"";position:absolute;left:0;top:50%;width:100%;height:1px;background:#eee;z-index:1}.auth-wrapper .divider span{background:#fff;padding:0 12px;color:#666;font-size:.8125rem;position:relative;z-index:2}.auth-wrapper .social-login-buttons{margin-bottom:20px;display:flex;justify-content:center}.auth-wrapper .auth-footer{text-align:center;margin-top:16px}.auth-wrapper .auth-footer p{font-size:.875rem;color:#666}.auth-wrapper .auth-footer a{color:#3b82f6;font-weight:700;text-decoration:none}.auth-wrapper .auth-footer a:hover{text-decoration:underline}.auth-wrapper .auth-footer .forgot-password{display:block;margin-bottom:8px;font-weight:600;font-size:14px}.password-strength-info{margin:-10px 0 15px 16px}.password-strength-info .hint-text{font-size:.6875rem!important;margin:1px 0}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.alert-info-compact{background:#f0f9ff;border-left:4px solid #3b82f6;padding:12px 16px;border-radius:8px;margin-bottom:16px}.alert-info-compact p{margin:0;font-size:13px;color:#1e293b;line-height:1.4}@media (max-width: 992px){.auth-wrapper{flex-direction:column}.auth-hero{flex:none;height:180px;padding:24px}.auth-hero h1{font-size:28px!important}.auth-hero p{display:none}.auth-panel{padding:24px}}
