.login-module__WEZH7G__container{background-color:var(--background);justify-content:center;align-items:center;min-height:100dvh;padding:1rem;display:flex;position:relative;overflow:hidden auto}@media (min-width:1024px){.login-module__WEZH7G__container{padding:1.5rem}}.login-module__WEZH7G__container:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle at 15%,#786eff26,#0000 35%),radial-gradient(circle at 85% 30%,#38bdf826,#0000 35%);position:absolute;inset:0}.login-module__WEZH7G__card{z-index:10;width:100%;max-width:28rem;box-shadow:none;-webkit-backdrop-filter:none;background:0 0;border:none;flex-direction:column;padding:1rem 0;display:flex;position:relative}.login-module__WEZH7G__leftColumn{flex-direction:column;align-items:flex-start;margin-bottom:2rem;display:flex}.login-module__WEZH7G__rightColumn{flex-direction:column;width:100%;display:flex}@media (min-width:1024px){.login-module__WEZH7G__card{-webkit-backdrop-filter:blur(20px);background:linear-gradient(145deg,#fffc 0%,#fff6 100%);border:1px solid #fff3;border-radius:1.5rem;flex-direction:row;max-width:64rem;padding:3rem 4rem;box-shadow:0 20px 40px -10px #0000001a,inset 0 1px #ffffff80}.login-module__WEZH7G__leftColumn{flex:1;justify-content:center;margin-bottom:0;padding-right:4rem}.login-module__WEZH7G__rightColumn{flex:1.1;justify-content:center;padding-left:2rem}}@media (prefers-color-scheme:dark){.login-module__WEZH7G__container:before{background:radial-gradient(circle at 15%,#786eff1a,#0000 45%),radial-gradient(circle at 85% 30%,#38bdf81a,#0000 45%)}}@media (prefers-color-scheme:dark) and (min-width:1024px){.login-module__WEZH7G__card{background:linear-gradient(145deg,#1e1e2499 0%,#0f0f1266 100%);border:1px solid #ffffff14;box-shadow:0 20px 40px -10px #00000080,inset 0 1px #ffffff0d}}.login-module__WEZH7G__logoWrapper{justify-content:flex-start;margin-bottom:1rem;display:flex}.login-module__WEZH7G__title{letter-spacing:-.01em;color:var(--foreground);text-align:left;margin-bottom:.5rem;font-size:2.25rem;font-weight:500}.login-module__WEZH7G__subtitle{color:var(--muted-foreground);text-align:left;margin-bottom:1.5rem;font-size:1rem}.login-module__WEZH7G__error{color:#ef4444;text-align:center;background-color:#ef44441a;border:1px solid #ef444433;border-radius:.5rem;margin-bottom:1.5rem;padding:.875rem;font-size:.875rem;font-weight:500}.login-module__WEZH7G__form{flex-direction:column;gap:1.25rem;display:flex}.login-module__WEZH7G__field{flex-direction:column;gap:.5rem;display:flex}.login-module__WEZH7G__label{color:var(--foreground);margin-left:.25rem;font-size:.875rem;font-weight:600}.login-module__WEZH7G__input{border:1px solid var(--border);background-color:rgba(var(--background-rgb,255,255,255),.5);width:100%;color:var(--foreground);border-radius:.5rem;padding:.875rem 1rem;font-size:1rem;transition:all .2s cubic-bezier(.4,0,.2,1)}@media (prefers-color-scheme:dark){.login-module__WEZH7G__input{background-color:#0003}}.login-module__WEZH7G__input:focus{border-color:#8b5cf6;outline:none;box-shadow:0 0 0 3px #8b5cf626}.login-module__WEZH7G__passwordWrapper{position:relative}.login-module__WEZH7G__passwordToggle{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.login-module__WEZH7G__passwordToggle:hover{color:var(--foreground)}.login-module__WEZH7G__submitButton{color:#fafafa;cursor:pointer;background:linear-gradient(135deg,#18181b 0%,#27272a 100%);border:none;border-radius:.5rem;width:100%;margin-top:.5rem;padding:.875rem;font-size:1rem;font-weight:600;transition:all .2s;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media (prefers-color-scheme:dark){.login-module__WEZH7G__submitButton{color:#18181b;background:linear-gradient(135deg,#fafafa 0%,#e4e4e7 100%)}}.login-module__WEZH7G__submitButton:hover{transform:translateY(-1px);box-shadow:0 6px 8px -1px #00000026,0 4px 6px -1px #0000001a}.login-module__WEZH7G__submitButton:active{transform:translateY(0)}.login-module__WEZH7G__submitButton:disabled{opacity:.7;cursor:not-allowed;transform:none}.login-module__WEZH7G__divider{text-align:center;margin:2rem 0;position:relative}.login-module__WEZH7G__divider:before{content:"";background-color:var(--border);width:100%;height:1px;position:absolute;top:50%;left:0}.login-module__WEZH7G__divider span{color:var(--muted-foreground);background-color:#0000;padding:0 .75rem;font-size:.875rem;position:relative}@media (prefers-color-scheme:dark) and (min-width:1024px){.login-module__WEZH7G__divider span{background-color:#1a1a1e}}@media (prefers-color-scheme:light) and (min-width:1024px){.login-module__WEZH7G__divider span{background-color:#fcfcfc}}@media (max-width:1023px){.login-module__WEZH7G__divider span{background-color:var(--background)}}.login-module__WEZH7G__registerLink{justify-content:flex-start;align-items:center;gap:.5rem;margin-top:2rem;display:flex}.login-module__WEZH7G__registerLink a{color:#6366f1;font-size:.95rem;font-weight:600;text-decoration:none;transition:opacity .2s}.login-module__WEZH7G__registerLink a:hover{opacity:.8;text-underline-offset:4px;text-decoration:underline}.login-module__WEZH7G__checkbox{align-items:flex-start;gap:.5rem;display:flex}.login-module__WEZH7G__checkbox input{border:1px solid var(--input);accent-color:#6366f1;border-radius:.25rem;width:1.125rem;height:1.125rem;margin-top:.25rem}.login-module__WEZH7G__checkbox label{color:var(--muted-foreground);font-size:.875rem;line-height:1.5}.login-module__WEZH7G__checkbox label a{color:#6366f1;font-weight:500}.login-module__WEZH7G__checkbox label a:hover{text-decoration:underline}
