.auth-module__ZoHl_G__page{background:var(--background);min-height:100vh;color:var(--foreground);font-family:var(--font-sans);isolation:isolate;flex-direction:column;display:flex;position:relative;overflow-x:clip}.auth-module__ZoHl_G__page:before{content:"";background:radial-gradient(ellipse at 30% 30%,color-mix(in oklab,var(--brand-cyan)25%,transparent),transparent 60%),radial-gradient(ellipse at 70% 20%,color-mix(in oklab,var(--primary)22%,transparent),transparent 60%);filter:blur(60px);opacity:.45;pointer-events:none;z-index:-1;height:540px;position:absolute;inset:-20% -10% auto}.auth-module__ZoHl_G__header{z-index:1;justify-content:space-between;align-items:center;padding:28px 32px;display:flex;position:relative}.auth-module__ZoHl_G__lockup{color:inherit;align-items:center;gap:10px;text-decoration:none;display:inline-flex}.auth-module__ZoHl_G__lockup img{width:28px;height:28px}.auth-module__ZoHl_G__wordmark{font-family:var(--font-display);letter-spacing:-.02em;color:var(--foreground);font-size:22px;font-weight:400}.auth-module__ZoHl_G__center{z-index:1;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:32px 24px 48px;display:flex;position:relative}.auth-module__ZoHl_G__centerTop{justify-content:flex-start;padding-top:clamp(40px,12vh,160px)}.auth-module__ZoHl_G__formInner{width:100%;max-width:400px}.auth-module__ZoHl_G__formInnerWide{max-width:640px}.auth-module__ZoHl_G__formEyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.16em;color:var(--muted-foreground);align-items:center;gap:8px;margin-bottom:14px;font-size:11px;font-weight:500;display:inline-flex}.auth-module__ZoHl_G__formEyebrowDot{background:var(--primary);width:6px;height:6px;box-shadow:0 0 8px color-mix(in oklab,var(--primary)60%,transparent);border-radius:999px;display:inline-block}.auth-module__ZoHl_G__formTitle{font-family:var(--font-display);letter-spacing:-.028em;text-wrap:balance;margin:0 0 34px;font-size:clamp(32px,3.2vw,42px);font-weight:400;line-height:1.05}.auth-module__ZoHl_G__formTitle:has(+.auth-module__ZoHl_G__formSub){margin-bottom:14px}.auth-module__ZoHl_G__formSub{color:var(--muted-foreground);max-width:38ch;margin:0 0 34px;font-size:15px;line-height:1.5}.auth-module__ZoHl_G__formSub a{color:var(--foreground);border-bottom:1px solid var(--border);font-weight:500;text-decoration:none;transition:border-color .15s}.auth-module__ZoHl_G__formSub a:hover{border-bottom-color:var(--foreground)}.auth-module__ZoHl_G__stack{flex-direction:column;gap:10px;display:flex}.auth-module__ZoHl_G__socialBtn{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--card);width:100%;color:var(--foreground);font-family:var(--font-sans);cursor:pointer;justify-content:center;align-items:center;gap:12px;padding:12px 18px;font-size:14.5px;font-weight:500;text-decoration:none;transition:background .15s,border-color .15s,transform .15s;display:flex}.auth-module__ZoHl_G__socialBtn:hover:not(:disabled){background:var(--accent);border-color:color-mix(in oklab,var(--foreground)14%,var(--border));transform:translateY(-1px)}.auth-module__ZoHl_G__socialBtn:disabled{opacity:.55;cursor:not-allowed}.auth-module__ZoHl_G__primaryBtn{border-radius:var(--radius-md);background:var(--primary);width:100%;color:var(--primary-foreground);font-family:var(--font-sans);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:12px 22px;font-size:14.5px;font-weight:500;transition:background .15s,transform .15s;display:inline-flex;box-shadow:0 1px 2px #0000000f;box-shadow:0 1px 2px lab(0% 0 0/.06)}.auth-module__ZoHl_G__primaryBtn:hover:not(:disabled){background:oklch(from var(--primary)calc(l - .04)c h)}.auth-module__ZoHl_G__primaryBtn:disabled{opacity:.55;cursor:not-allowed}.auth-module__ZoHl_G__divider{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.2em;color:var(--muted-foreground);grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;margin:22px 0 18px;font-size:10.5px;display:grid}.auth-module__ZoHl_G__divider:before,.auth-module__ZoHl_G__divider:after{content:"";background:var(--border);height:1px}.auth-module__ZoHl_G__field{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.auth-module__ZoHl_G__fieldLabel{color:var(--foreground);font-size:12.5px;font-weight:500}.auth-module__ZoHl_G__fieldInput{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--background);font:inherit;color:var(--foreground);width:100%;padding:11px 14px;font-size:14px;transition:border-color .15s,box-shadow .15s}.auth-module__ZoHl_G__fieldInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in oklab,var(--primary)22%,transparent);outline:none}.auth-module__ZoHl_G__fieldInput::placeholder{color:var(--muted-foreground)}.auth-module__ZoHl_G__checkboxLabel{color:var(--muted-foreground);cursor:pointer;align-items:flex-start;gap:8px;font-size:.8125rem;display:flex}.auth-module__ZoHl_G__checkboxLabel input{accent-color:var(--primary);margin-top:2px}.auth-module__ZoHl_G__checkboxLabel input:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.auth-module__ZoHl_G__alert{border-radius:var(--radius-md);background:color-mix(in oklab,var(--destructive)10%,var(--card));border:1px solid color-mix(in oklab,var(--destructive)28%,var(--border));color:var(--destructive);margin-bottom:16px;padding:12px 14px;font-size:13.5px}.auth-module__ZoHl_G__muted{color:var(--muted-foreground);text-align:center;margin-top:24px;font-size:13.5px}.auth-module__ZoHl_G__muted a{color:var(--foreground);border-bottom:1px solid #0000;font-weight:500;text-decoration:none;transition:border-color .15s}.auth-module__ZoHl_G__muted a:hover{border-bottom-color:var(--foreground)}.auth-module__ZoHl_G__legacyPanel{border-radius:var(--radius-md);border:1px solid color-mix(in oklab,var(--primary)24%,var(--border));background:color-mix(in oklab,var(--primary)7%,var(--card));flex-direction:column;gap:4px;margin-top:28px;padding:13px 16px;display:flex}.auth-module__ZoHl_G__legacyHint{color:color-mix(in oklab,var(--foreground)15%,var(--muted-foreground));font-size:13px;line-height:1.45}.auth-module__ZoHl_G__legacyLink{width:fit-content;color:var(--foreground);border-bottom:1px solid color-mix(in oklab,var(--foreground)40%,transparent);align-items:center;gap:6px;font-size:13.5px;font-weight:500;text-decoration:none;transition:border-color .15s;display:inline-flex}.auth-module__ZoHl_G__legacyLink:hover{border-bottom-color:var(--foreground)}.auth-module__ZoHl_G__legacyLink svg{flex-shrink:0}.auth-module__ZoHl_G__legal{color:var(--muted-foreground);text-align:center;margin-top:16px;font-size:12px;line-height:1.55}.auth-module__ZoHl_G__legal a{color:var(--muted-foreground);border-bottom:1px solid color-mix(in oklab,var(--muted-foreground)35%,transparent);text-decoration:none;transition:color .15s,border-color .15s}.auth-module__ZoHl_G__legal a:hover{color:var(--foreground);border-bottom-color:var(--foreground)}.auth-module__ZoHl_G__backLink{width:fit-content;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.14em;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-bottom:48px;padding:0;font-size:11px;text-decoration:none;transition:color .15s,gap .15s;display:flex}.auth-module__ZoHl_G__backLink:hover{color:var(--foreground);gap:8px}.auth-module__ZoHl_G__passwordList{gap:6px;margin-top:12px;padding:0;list-style:none;display:grid}.auth-module__ZoHl_G__passwordItem{font-family:var(--font-mono);letter-spacing:.02em;color:var(--muted-foreground);align-items:center;gap:9px;font-size:11.5px;transition:color .15s;display:flex}.auth-module__ZoHl_G__passwordCheck{background:var(--muted);width:14px;height:14px;color:var(--muted-foreground);border-radius:4px;flex-shrink:0;place-items:center;font-size:9px;font-weight:600;transition:background .15s,color .15s;display:inline-grid}.auth-module__ZoHl_G__passwordItemOk{color:var(--foreground)}.auth-module__ZoHl_G__passwordItemOk .auth-module__ZoHl_G__passwordCheck{background:color-mix(in oklab,var(--brand-cyan)22%,var(--card));color:color-mix(in oklab,var(--brand-cyan)55%,var(--foreground))}.auth-module__ZoHl_G__wizardTop{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.auth-module__ZoHl_G__wizardTop .auth-module__ZoHl_G__formEyebrow{margin-bottom:0}.auth-module__ZoHl_G__stepCount{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.16em;color:var(--muted-foreground);white-space:nowrap;font-size:10.5px;font-weight:500}.auth-module__ZoHl_G__stepCount b{color:var(--foreground);font-weight:600}.auth-module__ZoHl_G__progress{gap:6px;margin:0 0 32px;display:flex}.auth-module__ZoHl_G__progressSeg{background:var(--border);border-radius:999px;flex:1;height:3px;transition:background .3s,box-shadow .3s}.auth-module__ZoHl_G__progressSegActive{background:var(--primary)}@keyframes auth-module__ZoHl_G__stepIn{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}.auth-module__ZoHl_G__stepEnter{animation:.3s cubic-bezier(.16,1,.3,1) both auth-module__ZoHl_G__stepIn}@media (prefers-reduced-motion:reduce){.auth-module__ZoHl_G__stepEnter{animation:none}}.auth-module__ZoHl_G__optionList{flex-direction:column;gap:10px;display:flex}.auth-module__ZoHl_G__optionCard{text-align:left;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--card);width:100%;color:var(--foreground);font-family:var(--font-sans);cursor:pointer;align-items:center;gap:14px;padding:14px 16px;transition:background .15s,border-color .15s,transform .15s,box-shadow .15s;display:flex}.auth-module__ZoHl_G__optionCard:hover:not(:disabled){background:var(--accent);border-color:color-mix(in oklab,var(--foreground)14%,var(--border));transform:translateY(-1px)}.auth-module__ZoHl_G__optionCard:disabled{opacity:.55;cursor:not-allowed}.auth-module__ZoHl_G__optionCardSelected{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in oklab,var(--primary)18%,transparent)}.auth-module__ZoHl_G__optionIcon{background:color-mix(in oklab,var(--brand-cyan)14%,var(--card));border:1px solid color-mix(in oklab,var(--brand-cyan)22%,var(--border));width:38px;height:38px;color:color-mix(in oklab,var(--brand-cyan)52%,var(--foreground));border-radius:10px;flex-shrink:0;place-items:center;transition:background .15s,color .15s;display:grid}.auth-module__ZoHl_G__optionCard:hover .auth-module__ZoHl_G__optionIcon{background:color-mix(in oklab,var(--brand-cyan)20%,var(--card))}.auth-module__ZoHl_G__optionBody{flex-direction:column;flex:1;min-width:0;display:flex}.auth-module__ZoHl_G__optionTitle{color:var(--foreground);margin:0;font-size:14.5px;font-weight:500}.auth-module__ZoHl_G__optionDesc{color:var(--muted-foreground);margin:2px 0 0;font-size:12.75px;line-height:1.45}.auth-module__ZoHl_G__optionArrow{color:var(--muted-foreground);flex-shrink:0;transition:transform .15s,color .15s}.auth-module__ZoHl_G__optionCard:hover .auth-module__ZoHl_G__optionArrow{color:var(--foreground);transform:translate(3px)}.auth-module__ZoHl_G__fieldHint{color:var(--muted-foreground);flex-wrap:wrap;align-items:center;gap:8px;margin:2px 0 0;font-size:12px;display:flex}.auth-module__ZoHl_G__slugChip{font-family:var(--font-mono);color:var(--foreground);background:var(--muted);border:1px solid var(--border);border-radius:6px;padding:2px 8px;font-size:11.5px}.auth-module__ZoHl_G__actions{align-items:center;gap:12px;margin-top:26px;display:flex}.auth-module__ZoHl_G__actions .auth-module__ZoHl_G__primaryBtn{flex:1}.auth-module__ZoHl_G__ghostBtn{border-radius:var(--radius-md);color:var(--muted-foreground);font-family:var(--font-sans);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;align-items:center;gap:6px;padding:12px 16px;font-size:14.5px;font-weight:500;transition:color .15s,background .15s;display:inline-flex}.auth-module__ZoHl_G__ghostBtn:hover:not(:disabled){color:var(--foreground);background:var(--accent)}.auth-module__ZoHl_G__ghostBtn:disabled{opacity:.55;cursor:not-allowed}.auth-module__ZoHl_G__addBtn{border-radius:var(--radius-md);border:1px dashed color-mix(in oklab,var(--foreground)20%,var(--border));width:100%;color:var(--foreground);font-family:var(--font-sans);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:8px;margin-top:12px;padding:11px 16px;font-size:14px;font-weight:500;transition:background .15s,border-color .15s;display:inline-flex}.auth-module__ZoHl_G__addBtn:hover:not(:disabled){background:var(--accent);border-color:color-mix(in oklab,var(--foreground)32%,var(--border))}.auth-module__ZoHl_G__addBtn:disabled{opacity:.5;cursor:not-allowed}.auth-module__ZoHl_G__inviteListWrap{margin-top:22px}.auth-module__ZoHl_G__inviteListHead{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.16em;color:var(--muted-foreground);margin:0 0 8px;font-size:10.5px;font-weight:500}.auth-module__ZoHl_G__inviteTable{border-collapse:collapse;table-layout:fixed;width:100%}.auth-module__ZoHl_G__inviteTable th{text-align:left;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--muted-foreground);border-bottom:1px solid var(--border);padding:0 0 9px;font-size:10px;font-weight:500}.auth-module__ZoHl_G__inviteTable td{border-bottom:1px solid color-mix(in oklab,var(--border)55%,transparent);color:var(--foreground);vertical-align:middle;padding:11px 0;font-size:13px}.auth-module__ZoHl_G__inviteTable tr:last-child td{border-bottom:none}.auth-module__ZoHl_G__inviteEmailCell{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.auth-module__ZoHl_G__inviteRoleCell{width:96px}.auth-module__ZoHl_G__inviteRemoveCell{text-align:right;width:34px}.auth-module__ZoHl_G__roleBadge{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:color-mix(in oklab,var(--brand-cyan)55%,var(--foreground));background:color-mix(in oklab,var(--brand-cyan)12%,var(--card));border:1px solid color-mix(in oklab,var(--brand-cyan)22%,var(--border));border-radius:999px;padding:3px 9px;font-size:10px;display:inline-block}.auth-module__ZoHl_G__inviteRemove{width:26px;height:26px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:6px;place-items:center;transition:background .15s,color .15s;display:inline-grid}.auth-module__ZoHl_G__inviteRemove:hover{background:color-mix(in oklab,var(--destructive)12%,transparent);color:var(--destructive)}.auth-module__ZoHl_G__footer{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--muted-foreground);z-index:1;justify-content:center;align-items:center;gap:12px;padding:20px 32px 28px;font-size:10.5px;display:flex;position:relative}.auth-module__ZoHl_G__loaderWrap{background:var(--background);place-items:center;min-height:100vh;display:grid}.auth-module__ZoHl_G__loader{border:2px solid var(--border);border-top-color:var(--primary);border-radius:999px;width:36px;height:36px;animation:.8s linear infinite auth-module__ZoHl_G__spin}.auth-module__ZoHl_G__notice{border-radius:var(--radius-md);background:color-mix(in oklab,var(--status-complete)10%,var(--card));border:1px solid color-mix(in oklab,var(--status-complete)28%,var(--border));color:var(--foreground);align-items:flex-start;gap:10px;margin-bottom:16px;padding:12px 14px;font-size:13.5px;display:flex}.auth-module__ZoHl_G__noticeIcon{color:var(--status-complete);flex-shrink:0;margin-top:2px}@keyframes auth-module__ZoHl_G__spin{to{transform:rotate(360deg)}}@media (max-width:640px){.auth-module__ZoHl_G__header{padding:20px}.auth-module__ZoHl_G__center{padding:24px 20px 32px}.auth-module__ZoHl_G__formTitle{font-size:clamp(28px,7vw,36px)}.auth-module__ZoHl_G__formSub{margin-bottom:28px}.auth-module__ZoHl_G__footer{padding:16px 20px 24px}}
.welcome-module__lBDkDW__wrap{flex-direction:column;display:flex}.welcome-module__lBDkDW__title{margin-bottom:12px}.welcome-module__lBDkDW__subtitle{margin-bottom:28px}
