.login-module__WEZH7G__container{background:var(--background);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex;position:relative;overflow:hidden}.login-module__WEZH7G__container:before{content:"";z-index:0;background:radial-gradient(circle,#3b82f626 0%,#3b82f600 70%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.login-module__WEZH7G__card{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);z-index:1;border-radius:24px;width:100%;max-width:420px;padding:3rem;animation:.5s login-module__WEZH7G__slideUp;box-shadow:0 20px 60px #0000001a}@keyframes login-module__WEZH7G__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-module__WEZH7G__header{text-align:center;margin-bottom:2.5rem}.login-module__WEZH7G__logo{background:var(--primary-color);border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;font-size:2rem;display:flex;box-shadow:0 8px 24px #3b82f64d}.login-module__WEZH7G__title{color:var(--foreground);margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.login-module__WEZH7G__subtitle{color:var(--foreground);opacity:.6;font-size:.95rem}.login-module__WEZH7G__form{flex-direction:column;gap:1.5rem;display:flex}.login-module__WEZH7G__field{flex-direction:column;gap:.5rem;display:flex}.login-module__WEZH7G__field label{color:var(--foreground);opacity:.9;font-size:.9rem;font-weight:600}.login-module__WEZH7G__field input{background:var(--input-bg);color:var(--foreground);border:1px solid #0000;border-radius:12px;padding:.85rem 1rem;font-size:1rem;transition:all .2s}.login-module__WEZH7G__field input:focus{border-color:var(--primary-color);background:var(--background);outline:none;box-shadow:0 0 0 4px #3b82f61a}.login-module__WEZH7G__button{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:12px;margin-top:1rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s}.login-module__WEZH7G__button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.login-module__WEZH7G__button:disabled{opacity:.7;cursor:not-allowed}
