.login-container{background:linear-gradient(135deg,#0a0a0f 0%,#13131a 50%,#0d0d14 100%);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.login-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 25px 50px #00000080}.login-header{text-align:center;margin-bottom:2rem}.login-logo{justify-content:center;margin-bottom:1rem;display:flex}.login-logo-icon{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:700;display:flex;box-shadow:0 0 30px #6366f14d}.login-title{color:#e2e8f0;letter-spacing:-.02em;margin:0 0 .25rem;font-size:1.5rem;font-weight:700}.login-subtitle{color:#64748b;margin:0;font-size:.875rem}.login-form{flex-direction:column;gap:1.25rem;display:flex}.login-error{color:#fca5a5;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.login-error-icon{flex-shrink:0}.login-field{flex-direction:column;gap:.375rem;display:flex}.login-label{color:#94a3b8;font-size:.8125rem;font-weight:500}.login-input{color:#e2e8f0;box-sizing:border-box;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;outline:none;width:100%;padding:.625rem .875rem;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.login-input::placeholder{color:#475569}.login-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.login-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:8px;justify-content:center;align-items:center;width:100%;min-height:44px;margin-top:.25rem;padding:.75rem;font-size:.9375rem;font-weight:600;transition:opacity .2s,transform .1s,box-shadow .2s;display:flex}.login-button:hover:not(:disabled){opacity:.9;box-shadow:0 0 20px #6366f14d}.login-button:active:not(:disabled){transform:scale(.98)}.login-button:disabled{opacity:.6;cursor:not-allowed}.login-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
