.auth-module__dgWmnG__screen{--auth-bg:#f3f3f2;--auth-panel:#fff;--auth-side:#fafafa;--auth-text:#242424;--auth-muted:#727272;--auth-border:#e5e5e5;--auth-input:#f1f1f1;--auth-input-border:#e1e1e1;--auth-blue:#007dcc;--auth-link:#076eae;--auth-pixel:#dfdfdf;background:var(--auth-bg);min-height:100dvh;color:var(--auth-text);justify-content:center;align-items:center;padding:72px 24px;display:flex}.dark .auth-module__dgWmnG__screen{--auth-bg:#101010;--auth-panel:#282828;--auth-side:#232323;--auth-text:#f1f1f1;--auth-muted:#a0a0a0;--auth-border:#333;--auth-input:#383838;--auth-input-border:#414141;--auth-blue:#0097ef;--auth-link:#8ac7f0;--auth-pixel:#424242}.auth-module__dgWmnG__appearance{border:1px solid var(--auth-border);background:var(--auth-panel);border-radius:8px;gap:2px;padding:3px;display:flex;position:absolute;top:24px;right:24px}.auth-module__dgWmnG__appearance button{width:30px;height:28px;color:var(--auth-muted);border-radius:5px;place-items:center;display:grid}.auth-module__dgWmnG__appearance button:hover,.auth-module__dgWmnG__appearance button[aria-pressed=true]{color:var(--auth-text);background:var(--auth-input)}.auth-module__dgWmnG__card{border:1px solid var(--auth-border);background:var(--auth-panel);border-radius:14px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);width:min(720px,100%);min-height:600px;display:grid;position:relative;overflow:hidden;box-shadow:0 2px 5px #00000006}.auth-module__dgWmnG__pixels{z-index:1;opacity:.6;pointer-events:none;background:var(--auth-pixel);height:185px;position:absolute;inset:20px 8px auto;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='white' d='M0 0h6v6H0z'/%3E%3C/svg%3E");mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='white' d='M0 0h6v6H0z'/%3E%3C/svg%3E")}.auth-module__dgWmnG__pixels:after{content:"";background:linear-gradient(to bottom,transparent,var(--auth-panel)96%);position:absolute;inset:0}.auth-module__dgWmnG__formPanel{z-index:2;flex-direction:column;min-width:0;padding:24px;display:flex;position:relative}.auth-module__dgWmnG__logo{width:64px;height:36px;color:var(--auth-text);margin-bottom:24px;display:block}.auth-module__dgWmnG__logo svg{width:100%;height:100%;display:block}.auth-module__dgWmnG__page{flex-direction:column;flex:1;min-height:0;display:flex}.auth-module__dgWmnG__heading{margin:0 0 22px}.auth-module__dgWmnG__heading h1{letter-spacing:-.6px;margin:0;font-size:24px;font-weight:550;line-height:1.3}.auth-module__dgWmnG__heading p{color:var(--auth-muted);margin:6px 0 0;font-size:13px;line-height:1.7}.auth-module__dgWmnG__form{flex-direction:column;flex:1;gap:16px;display:flex}.auth-module__dgWmnG__field{flex-direction:column;gap:5px;min-width:0;display:flex}.auth-module__dgWmnG__field label,.auth-module__dgWmnG__fieldLabel{color:var(--auth-text);font-size:12px;font-weight:500;line-height:1.5}.auth-module__dgWmnG__labelRow{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.auth-module__dgWmnG__screen a:not(.auth-module__dgWmnG__logo){color:var(--auth-link);font-size:12px}.auth-module__dgWmnG__screen a:not(.auth-module__dgWmnG__logo):hover{text-decoration:underline}.auth-module__dgWmnG__screen input:not([type=checkbox]){border:1px solid var(--auth-input-border);background:var(--auth-input);width:100%;height:36px;color:var(--auth-text);border-radius:7px;outline:none;padding:7px 10px;font-size:13px;display:block;box-shadow:0 1px 2px #00000005}.auth-module__dgWmnG__screen input::placeholder{color:var(--auth-muted);opacity:.8}.auth-module__dgWmnG__screen input:focus{border-color:var(--auth-blue);box-shadow:0 0 0 2px color-mix(in srgb,var(--auth-blue)20%,transparent)}.auth-module__dgWmnG__password{position:relative}.auth-module__dgWmnG__password input{padding-right:38px!important}.auth-module__dgWmnG__reveal{width:36px;color:var(--auth-muted);place-items:center;display:grid;position:absolute;inset:0 0 0 auto}.auth-module__dgWmnG__reveal:hover{color:var(--auth-text)}.auth-module__dgWmnG__row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;display:grid}.auth-module__dgWmnG__actions{flex-direction:column;gap:11px;margin-top:auto;padding-top:40px;display:flex}.auth-module__dgWmnG__primary{width:100%}.auth-module__dgWmnG__primary:disabled,.auth-module__dgWmnG__google:disabled{opacity:.6;cursor:wait}.auth-module__dgWmnG__google{border:1px solid var(--auth-input-border);border-radius:calc(var(--radius) - 2px);width:100%;min-height:34px;color:var(--auth-text);background:0 0;justify-content:center;align-items:center;gap:8px;padding:6px 10px;font-size:12px;display:flex}.auth-module__dgWmnG__google:hover{background:var(--auth-input)}.auth-module__dgWmnG__google svg{width:15px;height:15px}.auth-module__dgWmnG__footnote{color:var(--auth-muted);margin:0;font-size:12px;line-height:1.8}.auth-module__dgWmnG__error{border:1px solid color-mix(in srgb,var(--destructive)25%,transparent);background:color-mix(in srgb,var(--destructive)8%,transparent);color:var(--destructive);border-radius:7px;margin:0;padding:9px 10px;font-size:12px;line-height:1.6}.auth-module__dgWmnG__fieldError{color:var(--destructive);margin:0;font-size:11px}.auth-module__dgWmnG__success{border:1px solid var(--auth-border);color:var(--auth-text);border-radius:8px;padding:12px;font-size:13px;line-height:1.8}.auth-module__dgWmnG__featurePanel{border-left:1px solid var(--auth-border);background:linear-gradient(145deg,var(--auth-panel),var(--auth-side)60%);align-items:flex-end;padding:32px 26px;display:flex}.auth-module__dgWmnG__features{z-index:2;flex-direction:column;gap:22px;display:flex;position:relative}.auth-module__dgWmnG__feature{align-items:flex-start;gap:11px;display:flex}.auth-module__dgWmnG__feature>svg{flex-shrink:0;margin-top:3px}.auth-module__dgWmnG__feature h2{margin:0;font-size:14px;font-weight:500;line-height:1.5}.auth-module__dgWmnG__feature p{color:var(--auth-muted);margin:4px 0 0;font-size:13px;line-height:1.85}.auth-module__dgWmnG__green{color:#36975b}.auth-module__dgWmnG__purple{color:#9871bf}.auth-module__dgWmnG__sand{color:#9b8865}.dark .auth-module__dgWmnG__green{color:#80d398}.dark .auth-module__dgWmnG__purple{color:#c59be7}.dark .auth-module__dgWmnG__sand{color:#c9bba5}@media (max-width:600px){.auth-module__dgWmnG__screen{align-items:flex-start;padding:72px 16px 24px}.auth-module__dgWmnG__card{grid-template-columns:minmax(0,1fr);max-width:380px;min-height:0}.auth-module__dgWmnG__formPanel{min-height:520px;padding:22px}.auth-module__dgWmnG__featurePanel{border-left:0;border-top:1px solid var(--auth-border);padding:24px 22px}.auth-module__dgWmnG__features{gap:18px}.auth-module__dgWmnG__feature h2{font-size:13px}.auth-module__dgWmnG__feature p{font-size:12px}.auth-module__dgWmnG__heading h1{font-size:23px}.auth-module__dgWmnG__appearance{top:20px;right:16px}}@media (prefers-reduced-motion:reduce){.auth-module__dgWmnG__screen *{scroll-behavior:auto}}
