.LoginForm-module__VhYwCa__wrapper{background:var(--background);place-items:center;height:100vh;padding:24px;display:grid}.LoginForm-module__VhYwCa__card{border:1px solid var(--card-border);background:var(--background-secondary);border-radius:16px;flex-direction:column;gap:14px;width:100%;max-width:360px;padding:28px;display:flex;box-shadow:0 24px 60px #0006}.LoginForm-module__VhYwCa__iconWrap{width:38px;height:38px;color:var(--text-accent);background:var(--button-secondary-fill);border:1px solid var(--border-l2);border-radius:10px;justify-content:center;align-self:center;align-items:center;margin-bottom:4px;display:inline-flex}.LoginForm-module__VhYwCa__title{color:var(--text-primary);font-size:18px;font-weight:600}.LoginForm-module__VhYwCa__subtitle{color:var(--text-muted);margin-top:-8px;font-size:13px}.LoginForm-module__VhYwCa__error{border:1px solid color-mix(in oklch, var(--text-danger) 30%, transparent);background:var(--button-danger-fill);color:var(--text-danger);border-radius:8px;padding:10px 12px;font-size:12.5px}.LoginForm-module__VhYwCa__field{flex-direction:column;gap:6px;display:flex}.LoginForm-module__VhYwCa__label{color:var(--text-muted);font-size:11px}.LoginForm-module__VhYwCa__input{border:1px solid var(--input-border);background:var(--input-background);width:100%;color:var(--text-primary);border-radius:8px;outline:none;padding:10px 12px;font-size:13.5px;transition:border-color .15s,background .15s}.LoginForm-module__VhYwCa__input:focus{border-color:var(--input-border-focus);background:var(--input-background-hover)}.LoginForm-module__VhYwCa__submit{border:1px solid var(--border-l2);background:var(--button-primary);color:var(--text-inverse);border-radius:8px;justify-content:center;align-items:center;gap:8px;margin-top:6px;padding:10px 16px;font-size:13.5px;font-weight:500;transition:background .15s;display:inline-flex}.LoginForm-module__VhYwCa__submit:hover:not(:disabled){background:var(--button-primary-hover)}.LoginForm-module__VhYwCa__submit:disabled{opacity:.6;cursor:default}
