.Auth-module__KiWZkW__root{background-color:hsl(var(--muted));justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.Auth-module__KiWZkW__card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius-xl);width:100%;max-width:400px;box-shadow:var(--shadow-lg);overflow:hidden}.Auth-module__KiWZkW__cardHeader{border-bottom:1px solid hsl(var(--border));text-align:center;padding:2rem 2rem 1.5rem}.Auth-module__KiWZkW__logo{align-items:center;gap:.5rem;margin-bottom:1.5rem;display:inline-flex}.Auth-module__KiWZkW__logoWordmark{letter-spacing:-.025em;color:hsl(var(--foreground));font-size:1.25rem;font-weight:700}.Auth-module__KiWZkW__logoBadge{letter-spacing:.06em;text-transform:uppercase;color:hsl(var(--muted-foreground));background-color:hsl(var(--muted));border:1px solid hsl(var(--border));border-radius:var(--radius-sm);padding:1px 6px;font-size:.6875rem;font-weight:500}.Auth-module__KiWZkW__title{letter-spacing:-.015em;color:hsl(var(--foreground));margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.Auth-module__KiWZkW__subtitle{color:hsl(var(--muted-foreground));font-size:.8125rem}.Auth-module__KiWZkW__cardBody{padding:1.5rem 2rem 2rem}.Auth-module__KiWZkW__form{flex-direction:column;gap:1.25rem;display:flex}.Auth-module__KiWZkW__field{flex-direction:column;gap:.375rem;display:flex}.Auth-module__KiWZkW__label{color:hsl(var(--foreground));font-size:.8125rem;font-weight:500}.Auth-module__KiWZkW__input{width:100%;height:38px;font-size:.875rem;font-family:var(--font-sans);color:hsl(var(--foreground));background-color:hsl(var(--background));border:1px solid hsl(var(--input));border-radius:var(--radius-md);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);outline:none;padding:0 .75rem}.Auth-module__KiWZkW__input:focus{border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring) / .15)}.Auth-module__KiWZkW__input::placeholder{color:hsl(var(--muted-foreground))}.Auth-module__KiWZkW__error{color:hsl(var(--destructive));margin-top:-.25rem;font-size:.75rem}.Auth-module__KiWZkW__submitBtn{background:hsl(var(--primary));width:100%;height:38px;color:hsl(var(--primary-foreground));font-size:.875rem;font-weight:500;font-family:var(--font-sans);border-radius:var(--radius-md);cursor:pointer;transition:opacity var(--transition-fast);border:none;justify-content:center;align-items:center;gap:.5rem;margin-top:.25rem;display:flex}.Auth-module__KiWZkW__submitBtn:hover:not(:disabled){opacity:.88}.Auth-module__KiWZkW__submitBtn:disabled{opacity:.55;cursor:not-allowed}.Auth-module__KiWZkW__spinner{border:2px solid hsl(var(--primary-foreground) / .3);border-top-color:hsl(var(--primary-foreground));border-radius:50%;width:14px;height:14px;animation:.6s linear infinite Auth-module__KiWZkW__spin}@keyframes Auth-module__KiWZkW__spin{to{transform:rotate(360deg)}}
