html.auth-page-active{scrollbar-gutter:auto;overflow-x:hidden}body.auth-page-active{overflow-y:auto;overflow-x:hidden}.auth-container{width:100%;min-width:100%;max-width:100%;height:100vh;display:flex;position:relative;overflow:hidden;overflow-x:hidden;box-sizing:border-box;margin:0;padding:0}.auth-container::-webkit-scrollbar,.auth-form-container::-webkit-scrollbar{width:0;background:transparent}.auth-container{-ms-overflow-style:none;scrollbar-width:none}.auth-topbar{position:absolute;top:0;left:0;right:0;height:100px;z-index:10;background:transparent;display:flex;align-items:center;padding:0 32px}.auth-topbar-content{width:100%;display:flex;align-items:center}.auth-topbar-branding{display:flex;align-items:center;gap:12px}.auth-topbar-logo{width:30px;height:30px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.auth-topbar-text{font-size:18px;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3);letter-spacing:.5px}.auth-map-background{z-index:0;background:linear-gradient(180deg,#0b023f,#060121)}.auth-map-background,.auth-map-svg{position:absolute;top:0;left:0;width:100%;height:100%}.auth-map-svg{opacity:.3;-o-object-fit:cover;object-fit:cover;z-index:-1}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.4}50%{transform:translate(-50%,-50%) scale(1.1);opacity:.7}}.auth-content{display:flex;width:100%;height:100%;position:relative;z-index:1;align-items:center;justify-content:center;overflow-x:hidden}.auth-left-section{display:none}.auth-branding-center{display:flex;align-items:center;justify-content:center;position:relative}.auth-pulse-circles{position:absolute;width:300px;height:300px;pointer-events:none}.pulse-circle{position:absolute;background:hsla(240,2%,78%,.101);border-radius:50%;animation:pulse 3s ease-in-out infinite}.pulse-circle-1{width:270px;height:270px;animation-delay:0s}.pulse-circle-1,.pulse-circle-2{top:50%;left:50%;transform:translate(-50%,-50%)}.pulse-circle-2{width:350px;height:350px;animation-delay:.75s}.pulse-circle-3{width:430px;height:430px;animation-delay:1.5s}.pulse-circle-3,.pulse-circle-4{top:50%;left:50%;transform:translate(-50%,-50%)}.pulse-circle-4{width:620px;height:620px;animation-delay:2.25s}.auth-brand-container{display:flex;align-items:center;gap:24px;z-index:2}.auth-logo{display:flex;align-items:center;justify-content:center}.auth-logo-img{width:80px;height:80px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.auth-brand-text{display:flex;flex-direction:column;gap:4px}.auth-brand-name{font-size:36px;font-weight:700;color:#fff;letter-spacing:2px;text-shadow:0 2px 4px rgba(0,0,0,.3);margin:0}.auth-brand-tagline{font-size:16px;color:hsla(0,0%,100%,.8);font-weight:400;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.3)}.auth-form-container{width:440px;max-width:440px;background:#fff;border-radius:20px;margin:0;padding:40px;box-shadow:0 20px 60px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.04);display:flex;flex-direction:column;height:auto;max-height:90vh;align-self:center;box-sizing:border-box;gap:32px;position:relative;z-index:5;overflow-y:auto;flex-shrink:0}.auth-header{text-align:left;margin-bottom:8px}.auth-title{font-size:32px;color:#111827;margin:0 0 8px;line-height:1.2;letter-spacing:-.5px}.auth-subtitle{font-size:15px;color:#6b7280;line-height:1.6;margin:0}.auth-form{display:flex;flex-direction:column;gap:20px}.auth-form-title{font-size:24px;font-weight:600;color:#111827;text-align:left;margin:0 0 4px;letter-spacing:-.3px}.auth-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:10px;font-size:14px;text-align:left;line-height:1.5;display:flex;align-items:center;gap:10px;box-shadow:0 1px 2px rgba(0,0,0,.05)}.auth-input-group{display:flex;flex-direction:column}.auth-input-container{position:relative;display:flex;align-items:center}.auth-input-icon{position:absolute;left:16px;z-index:1;pointer-events:none;transition:all .2s ease;color:#9ca3af;width:12px;height:12px}.auth-input-container:focus-within .auth-input-icon{color:#5f43b1}.auth-input{width:100%;height:48px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:15px;color:#111827;background:#fff;padding:0 44px;transition:all .2s cubic-bezier(.4,0,.2,1);outline:none;box-sizing:border-box;font-weight:400}.auth-input:hover{border-color:#d1d5db;background:#fafafa}.auth-input:focus{border-color:#5f43b1;background:#fff;box-shadow:0 0 0 3px rgba(95,67,177,.1)}.auth-input::-moz-placeholder{color:#9ca3af;font-weight:400;opacity:.8}.auth-input::placeholder{color:#9ca3af;font-weight:400;opacity:.8}.auth-input-error{border-color:#ef4444;background-color:#fef2f2}.auth-input-error:focus{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.auth-input:disabled{background:#f9fafb;cursor:not-allowed;opacity:.6}.auth-password-toggle{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;z-index:2;transition:all .2s ease;border-radius:6px;color:#6b7280}.auth-password-toggle:hover{background:#f3f4f6;color:#374151}.auth-password-toggle:disabled{cursor:not-allowed;opacity:.5}.auth-password-toggle svg{width:18px;height:18px;pointer-events:none}.auth-form-options{display:flex;justify-content:space-between;align-items:center}.auth-checkbox-label{display:flex;align-items:center;gap:10px;font-size:14px;color:#374151;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-weight:500}.auth-checkbox{display:none}.auth-checkbox-custom{width:18px;height:18px;border:2px solid #d1d5db;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;position:relative;background:#fff;flex-shrink:0}.auth-checkbox-label:hover .auth-checkbox-custom{border-color:#c4b5fd}.auth-checkbox:checked+.auth-checkbox-custom{background:#5f43b1;border-color:#5f43b1}.auth-checkbox:checked+.auth-checkbox-custom:after{content:"";position:absolute;left:5px;top:2px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.auth-submit-btn{width:100%;height:48px;background:linear-gradient(135deg,#5f43b1,#7c5fc7);border:none;border-radius:10px;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);margin-top:4px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 12px rgba(95,67,177,.3);letter-spacing:.2px}.auth-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#4d3590,#5f43b1);transform:translateY(-1px);box-shadow:0 6px 16px rgba(95,67,177,.4)}.auth-submit-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px rgba(95,67,177,.3)}.auth-submit-btn:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.auth-loading-spinner{width:18px;height:18px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:authSpin .8s linear infinite;display:inline-block;flex-shrink:0}@keyframes authSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.auth-signup-prompt{text-align:center;font-size:14px;color:#6b7280;margin-top:8px;padding-top:20px;border-top:1px solid #f3f4f6}.auth-signup-link{background:none;border:none;color:#5f43b1;font-size:14px;font-weight:600;cursor:pointer;margin:0;text-decoration:none;transition:all .2s ease;padding:0;border-radius:0}.auth-signup-link:hover:not(:disabled){color:#4d3590;text-decoration-color:#7c5fc7}.auth-signup-link:disabled{opacity:.5;cursor:not-allowed}.auth-footer{margin-top:auto;padding-top:24px;border-top:1px solid #f3f4f6;text-align:center}.auth-footer-links{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:12px}.auth-footer-link{color:#6b7280;font-size:13px;text-decoration:none;transition:color .2s ease;font-weight:500}.auth-footer-link:hover{color:#5f43b1}.auth-footer-separator{color:#d1d5db;font-size:13px}.auth-footer-text{color:#9ca3af;font-size:12px;margin:0;line-height:1.5}.username-check-spinner{border:2px solid #e5e7eb;border-top-color:#5f43b1;border-radius:50%;animation:spin 1s linear infinite}.username-check-spinner,.username-status-icon{width:18px;height:18px;position:absolute;right:14px;top:50%;transform:translateY(-50%)}.username-status-icon.success{color:#10b981}.username-status-icon.error{color:#ef4444}.username-status-text{font-size:13px;margin-top:6px;display:block;font-weight:500}.username-status-text.success{color:#10b981}.username-status-text.error{color:#ef4444}@keyframes spin{0%{transform:translateY(-50%) rotate(0deg)}to{transform:translateY(-50%) rotate(1turn)}}@media (max-width:768px){.auth-topbar{height:80px;padding:0 20px}.auth-topbar-logo{width:24px;height:24px}.auth-topbar-text{font-size:16px}.auth-content{flex-direction:column;height:100%}.auth-form-container{width:calc(100% - 40px);min-width:auto;max-width:none;height:auto;max-height:90vh;margin:0 20px 20px;padding:32px 24px;border-radius:16px}.auth-title{font-size:26px}.auth-form-title{font-size:20px}}@media (max-height:700px){.auth-form{gap:11px}}