.login-page{background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#0f172a 100%);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:100vh;padding:1rem;display:flex}.login-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172ae6;border:1px solid #94a3b81a;border-radius:24px;width:100%;max-width:420px;padding:2.5rem;box-shadow:0 25px 50px -12px #00000080}.login-header{text-align:center;margin-bottom:2rem}.login-logo{justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.logo-icon{color:#fff;background:linear-gradient(135deg,#3b82f6,#06b6d4);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:0 8px 24px #3b82f666}.logo-text{background:linear-gradient(135deg,#3b82f6,#06b6d4);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:700}.login-header h1{color:#fff;margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.login-header p{color:#64748b;margin:0;font-size:.9rem}.login-form{flex-direction:column;gap:1.25rem;display:flex}.login-error{color:#f87171;background:#ef444426;border:1px solid #ef44444d;border-radius:10px;align-items:center;gap:.5rem;padding:.875rem 1rem;font-size:.875rem;display:flex}.form-field{flex-direction:column;gap:.5rem;display:flex}.form-field label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500;display:flex}.form-field input{color:#fff;-webkit-appearance:none;background:#1e293bcc;border:1px solid #94a3b826;border-radius:10px;padding:.875rem 1rem;font-size:1rem;transition:all .2s}.form-field input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f626}.form-field input::placeholder{color:#475569}.login-button{color:#fff;cursor:pointer;-webkit-appearance:none;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #3b82f666}.login-button:disabled{opacity:.7;cursor:not-allowed}.loading-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.login-page-footer{color:#334155;text-align:center;font-size:.78rem}.login-forgot-link{text-align:right;color:#64748b;margin-top:-.5rem;font-size:.8rem;text-decoration:none;transition:color .15s;display:block}.login-forgot-link:hover{color:#94a3b8}.login-mfa-info{color:#93c5fd;background:#3b82f61f;border:1px solid #3b82f64d;border-radius:10px;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;font-size:.875rem;line-height:1.4;display:flex}.login-mfa-info svg{flex-shrink:0;margin-top:1px}.login-mfa-info strong{color:#bfdbfe;margin-bottom:2px;font-weight:600;display:block}.login-mfa-user{color:#94a3b8;background:#1e293b99;border:1px solid #94a3b81f;border-radius:10px;justify-content:space-between;align-items:center;gap:.75rem;padding:.625rem .875rem;font-size:.85rem;display:flex}.login-mfa-user strong{color:#e2e8f0;word-break:break-all;font-weight:600}.login-mfa-link{color:#60a5fa;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;font-size:.8rem;text-decoration:underline;transition:color .15s}.login-mfa-link:hover{color:#93c5fd}.login-mfa-recovery{text-align:center;white-space:normal;margin-top:-.25rem}.otp-input{text-align:center;letter-spacing:.45em;font-variant-numeric:tabular-nums;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:1.4rem;font-weight:600}.otp-input::placeholder{letter-spacing:.45em;font-weight:400}.otp-input-recovery{letter-spacing:.15em;font-size:1.05rem}.otp-input-recovery::placeholder{letter-spacing:.15em}.login-success-icon{color:#22c55e;background:#22c55e26;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.25rem;display:flex}@media (max-width:480px){.login-container{border-radius:16px;padding:1.75rem 1.25rem}.login-header h1{font-size:1.25rem}.form-field input{padding:.75rem .875rem;font-size:16px}.form-field input.otp-input{font-size:1.3rem}.login-button{padding:.875rem;font-size:.95rem}.logo-icon{width:48px;height:48px}.logo-text{font-size:1.5rem}}
