.auth-container{width:100vw;height:100vh;display:flex;position:relative;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.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}.auth-left-section{flex:1;padding:60px}.auth-branding-center,.auth-left-section{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:420px;max-width:28%;background:#fff;border-radius:24px;margin:0 40px 0 0;padding:48px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25),0 0 0 1px rgba(0,0,0,.05);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.3);display:flex;flex-direction:column;height:86vh;align-self:center;box-sizing:border-box;gap:24px;position:relative;z-index:5;overflow-y:auto}.auth-header{text-align:center}.auth-title{font-size:28px;font-weight:700;color:#1f2937;margin-bottom:8px;line-height:1.3;background:linear-gradient(135deg,#5f43b1,#7c5fc7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-subtitle{font-size:15px;color:#6b7280;font-weight:400;line-height:1.5}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-form-title{font-size:22px;font-weight:700;color:#1f2937;text-align:left;margin-bottom:8px}.auth-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:14px 16px;border-radius:12px;font-size:14px;text-align:left;line-height:1.5;display:flex;align-items:center;box-shadow:0 1px 3px rgba(0,0,0,.1)}.auth-input-group{display:flex;flex-direction:column}.auth-input-container{position:relative;display:flex;align-items:center}.auth-input-icon{position:absolute;left:14px;z-index:1;pointer-events:none;transition:fill .2s ease}.auth-input-container:focus-within .auth-input-icon{fill:#5f43b1}.auth-input{width:100%;height:52px;border:2px solid #e5e7eb;border-radius:12px;font-size:15px;color:#111827;background:#fff;padding:0 40px 0 42px;transition:all .2s ease;outline:none;box-sizing:border-box}.auth-input:hover{border-color:#d1d5db}.auth-input:focus{border-color:#5f43b1;box-shadow:0 0 0 4px rgba(95,67,177,.1)}.auth-input::-moz-placeholder{color:#9ca3af;font-weight:400}.auth-input::placeholder{color:#9ca3af;font-weight:400}.auth-input:disabled{background:#f9fafb;cursor:not-allowed}.auth-password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;z-index:2;transition:opacity .2s ease}.auth-password-toggle:hover{opacity:.7}.auth-password-toggle:disabled{cursor:not-allowed;opacity:.5}.auth-password-toggle svg{width:16px;height:16px;pointer-events:none}.auth-form-options{display:flex;justify-content:space-between;align-items:center}.auth-checkbox-label{display:flex;align-items:center;gap:8px;font-size:14px;color:#6b7280;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.auth-checkbox{display:none}.auth-checkbox-custom{width:12px;height:12px;border:1.5px solid #c0a7ff;border-radius:1px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;position:relative}.auth-checkbox:checked+.auth-checkbox-custom{background:#fff;border-color:#c0a7ff}.auth-checkbox:checked+.auth-checkbox-custom:after{content:"";background-color:transparent;position:absolute;left:4px;top:0;width:3px;border-bottom:1.5px solid #000;height:8px;border-right:1.5px solid #000;transform:rotate(45deg)}.auth-submit-btn{width:100%;height:52px;background:linear-gradient(135deg,#5f43b1,#7c5fc7);border:none;border-radius:12px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:8px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(95,67,177,.3)}.auth-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#4d3590,#5f43b1);transform:translateY(-2px);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:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.auth-loading-spinner{width:20px;height:20px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:authSpin 1s linear infinite;display:inline-block}@keyframes authSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.auth-signup-prompt{text-align:center;font-size:14px;color:#6b7280;margin-top:12px}.auth-signup-link{background:none;border:none;color:#5f43b1;font-size:14px;font-weight:600;cursor:pointer;margin:0 2px;text-decoration:none;transition:all .2s ease;padding:2px 4px;border-radius:4px}.auth-signup-link:hover:not(:disabled){color:#7c5fc7;background:rgba(95,67,177,.1)}.auth-signup-link:disabled{opacity:.5;cursor:not-allowed}.auth-footer{margin-top:auto;padding-top:24px;border-top:1px solid #e5e7eb;text-align:center}.auth-footer-links{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:12px}.auth-footer-link{color:#6b7280;font-size:13px;text-decoration:none;transition:color .2s ease}.auth-footer-link:hover{color:#5f43b1;text-decoration:underline}.auth-footer-separator{color:#9ca3af;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}.username-status-text.success{color:#10b981;font-weight:500}.username-status-text.error{color:#ef4444;font-weight:500}@keyframes spin{0%{transform:translateY(-50%) rotate(0deg)}to{transform:translateY(-50%) rotate(1turn)}}@media (max-width:1200px){.auth-left-section{padding:40px}.auth-brand-name{font-size:32px}.auth-logo-img{width:70px;height:70px}}@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-left-section{flex:none;padding:40px 20px 20px;height:auto;min-height:200px}.auth-pulse-circles{width:200px;height:200px}.pulse-circle-1{width:60px;height:60px}.pulse-circle-2{width:90px;height:90px}.pulse-circle-3{width:120px;height:120px}.pulse-circle-4{width:150px;height:150px}.auth-brand-container{gap:16px}.auth-logo-img{width:60px;height:60px}.auth-brand-name{font-size:28px;letter-spacing:1px}.auth-brand-tagline{font-size:14px}.auth-form-container{width:calc(100% - 40px);min-width:auto;max-width:none;height:90vh;margin:0 20px 20px;padding:32px 24px;border-radius:20px}.auth-title{font-size:22px}.auth-form-title{font-size:18px}}@media (max-height:700px){.auth-left-section{padding:30px}.auth-form{gap:11px}.auth-logo-img{width:60px;height:60px}.auth-brand-name{font-size:22px}.auth-pulse-circles{width:250px;height:250px}}