.auth-form-module__l3Cd6G__page{background:hsl(var(--background));min-height:100vh;color:hsl(var(--foreground));flex-direction:column;display:flex;position:relative}.auth-form-module__l3Cd6G__page:before{content:"";z-index:-1;background-image:linear-gradient(90deg,#00000006 1px,#0000 1px),linear-gradient(#00000006 1px,#0000 1px);background-size:64px 64px;position:fixed;inset:0;-webkit-mask-image:radial-gradient(#000 0%,#0000 70%);mask-image:radial-gradient(#000 0%,#0000 70%)}.auth-form-module__l3Cd6G__nav{border-bottom:1px solid hsl(var(--border) / .6);background:hsl(var(--background) / .6);-webkit-backdrop-filter:blur(12px)}.auth-form-module__l3Cd6G__navInner{justify-content:space-between;align-items:center;max-width:1240px;height:60px;margin:0 auto;padding:0 32px;display:flex}.auth-form-module__l3Cd6G__brand{letter-spacing:-.025em;color:hsl(var(--foreground));align-items:center;gap:9px;font-size:18px;font-weight:700;text-decoration:none;display:flex}.auth-form-module__l3Cd6G__brand svg{width:22px;height:22px}.auth-form-module__l3Cd6G__navRight{color:hsl(var(--muted-foreground));align-items:center;gap:14px;font-size:13px;display:flex}.auth-form-module__l3Cd6G__navLink{color:hsl(var(--muted-foreground));text-decoration:none;transition:color .15s}.auth-form-module__l3Cd6G__navLink:hover{color:hsl(var(--foreground))}.auth-form-module__l3Cd6G__help{border:1px solid hsl(var(--border));font-family:var(--font-geist-mono), ui-monospace, monospace;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:11px;display:inline-flex}.auth-form-module__l3Cd6G__main{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:32px;padding:60px 24px;display:flex}.auth-form-module__l3Cd6G__floater{font-family:var(--font-geist-mono), ui-monospace, monospace;color:hsl(var(--muted-foreground));max-width:220px;font-size:11px;line-height:1.6;position:fixed;top:96px;left:32px}.auth-form-module__l3Cd6G__floater b{color:hsl(var(--foreground));font-weight:600}.auth-form-module__l3Cd6G__floaterArrow{margin-right:6px;display:inline-block;transform:rotate(135deg)translateY(-2px)}.auth-form-module__l3Cd6G__floaterRight{font-family:var(--font-geist-mono), ui-monospace, monospace;color:hsl(var(--muted-foreground) / .7);text-align:right;font-size:11px;line-height:1.7;position:fixed;bottom:32px;right:32px}@media (max-width:1100px){.auth-form-module__l3Cd6G__floater,.auth-form-module__l3Cd6G__floaterRight{display:none}}.auth-form-module__l3Cd6G__cardWrap{flex-direction:column;align-items:center;width:100%;max-width:420px;display:flex}.auth-form-module__l3Cd6G__logoMark{width:56px;height:56px;margin-bottom:22px}.auth-form-module__l3Cd6G__stepTag{font-family:var(--font-geist-mono), ui-monospace, monospace;color:hsl(var(--muted-foreground));background:hsl(var(--secondary));border-radius:999px;align-items:center;gap:6px;margin-bottom:14px;padding:4px 10px;font-size:11px;display:inline-flex}.auth-form-module__l3Cd6G__stepDot{background:#22c55e;border-radius:50%;width:6px;height:6px}.auth-form-module__l3Cd6G__stepDotErr{background:#ef4444}.auth-form-module__l3Cd6G__title{letter-spacing:-.035em;text-align:center;text-wrap:balance;margin:0 0 10px;font-size:36px;font-weight:700;line-height:1.05}.auth-form-module__l3Cd6G__sub{color:hsl(var(--muted-foreground));text-align:center;max-width:360px;margin:0 0 32px;font-size:14px;line-height:1.5}.auth-form-module__l3Cd6G__sub b{color:hsl(var(--foreground));font-weight:600}.auth-form-module__l3Cd6G__card{background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:18px;width:100%;padding:28px;box-shadow:0 1px 2px #00000008,0 12px 32px -10px #00000014}.auth-form-module__l3Cd6G__field{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.auth-form-module__l3Cd6G__label{color:hsl(var(--foreground));font-size:13px;font-weight:500}.auth-form-module__l3Cd6G__hint{color:hsl(var(--muted-foreground));margin-top:2px;font-size:12px}.auth-form-module__l3Cd6G__input{border:1px solid hsl(var(--border));background:hsl(var(--background));width:100%;height:48px;font:inherit;color:hsl(var(--foreground));border-radius:10px;outline:0;padding:0 14px;font-size:15px;transition:border-color .15s,box-shadow .15s}.auth-form-module__l3Cd6G__input:focus{border-color:hsl(var(--foreground));box-shadow:0 0 0 4px #0a0a0a0f}.auth-form-module__l3Cd6G__input::placeholder{color:hsl(var(--muted-foreground) / .7)}.auth-form-module__l3Cd6G__btnPrimary{background:hsl(var(--foreground));width:100%;height:48px;color:hsl(var(--background));cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;font-size:14px;font-weight:600;transition:opacity .15s,transform 50ms;display:inline-flex}.auth-form-module__l3Cd6G__btnPrimary:hover:not([disabled]){opacity:.9}.auth-form-module__l3Cd6G__btnPrimary:active:not([disabled]){transform:translateY(.5px)}.auth-form-module__l3Cd6G__btnPrimary[disabled]{opacity:.5;cursor:not-allowed}.auth-form-module__l3Cd6G__btnPrimary svg{width:14px;height:14px}.auth-form-module__l3Cd6G__btnGhost{width:100%;height:40px;color:hsl(var(--muted-foreground));cursor:pointer;font:inherit;background:0 0;border:0;border-radius:8px;margin-top:8px;font-size:13px}.auth-form-module__l3Cd6G__btnGhost:hover{background:hsl(var(--secondary));color:hsl(var(--foreground))}.auth-form-module__l3Cd6G__otpGrid{grid-template-columns:repeat(6,1fr);gap:8px;margin-bottom:6px;display:grid}.auth-form-module__l3Cd6G__otpCell{border:1px solid hsl(var(--border));background:hsl(var(--background));height:56px;font-family:var(--font-geist-mono), ui-monospace, monospace;color:hsl(var(--foreground));border-radius:10px;justify-content:center;align-items:center;font-size:22px;font-weight:500;transition:border-color .15s,box-shadow .15s,background .15s;display:flex}.auth-form-module__l3Cd6G__otpCellFilled{background:hsl(var(--secondary))}.auth-form-module__l3Cd6G__otpCellCursor{border-color:hsl(var(--foreground));box-shadow:0 0 0 4px #0a0a0a0f}.auth-form-module__l3Cd6G__otpCellCursor:after{content:"";background:hsl(var(--foreground));width:2px;height:22px;animation:1s steps(2,end) infinite auth-form-module__l3Cd6G__blink}.auth-form-module__l3Cd6G__otpCellErr{border-color:#ef4444}@keyframes auth-form-module__l3Cd6G__blink{50%{opacity:0}}.auth-form-module__l3Cd6G__otpHiddenInput{opacity:0;letter-spacing:1em;text-indent:1em;color:#0000;caret-color:#0000;cursor:text;z-index:1;background:0 0;border:0;width:100%;height:100%;font-size:16px;position:absolute;inset:0}.auth-form-module__l3Cd6G__otpInputWrap{position:relative}.auth-form-module__l3Cd6G__otpMeta{color:hsl(var(--muted-foreground));font-size:12px;font-family:var(--font-geist-mono), ui-monospace, monospace;justify-content:space-between;align-items:center;margin:14px 0 20px;display:flex}.auth-form-module__l3Cd6G__otpMetaTight{margin:-6px 0 18px}.auth-form-module__l3Cd6G__linkBtn{text-underline-offset:3px;color:hsl(var(--muted-foreground));cursor:pointer;font:inherit;background:0 0;border:0;padding:0;text-decoration:underline}.auth-form-module__l3Cd6G__linkBtn:hover{color:hsl(var(--foreground))}.auth-form-module__l3Cd6G__emailShown{background:hsl(var(--secondary));font-family:var(--font-geist-mono), ui-monospace, monospace;color:hsl(var(--foreground));border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;display:inline-flex}.auth-form-module__l3Cd6G__emailShown svg{width:11px;height:11px;color:hsl(var(--muted-foreground))}.auth-form-module__l3Cd6G__alert{border-radius:8px;align-items:flex-start;gap:10px;margin-bottom:14px;padding:10px 12px;font-size:13px;display:flex}.auth-form-module__l3Cd6G__alertErr{color:#ef4444;background:#fef2f2}.auth-form-module__l3Cd6G__alertOk{color:#166534;background:#f0fdf4}.auth-form-module__l3Cd6G__alert svg{flex-shrink:0;width:14px;height:14px;margin-top:2px}.auth-form-module__l3Cd6G__spinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite auth-form-module__l3Cd6G__spin}@keyframes auth-form-module__l3Cd6G__spin{to{transform:rotate(360deg)}}.auth-form-module__l3Cd6G__authFooter{text-align:center;color:hsl(var(--muted-foreground));margin-top:22px;font-size:12px}.auth-form-module__l3Cd6G__authFooter a{color:hsl(var(--foreground));text-underline-offset:3px;text-decoration:underline}.auth-form-module__l3Cd6G__kbdRow{font-family:var(--font-geist-mono), ui-monospace, monospace;color:hsl(var(--muted-foreground) / .7);justify-content:center;align-items:center;gap:6px;margin-top:12px;font-size:11px;display:flex}.auth-form-module__l3Cd6G__kbd{border:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));background:hsl(var(--background));border-radius:4px;align-items:center;padding:1px 6px;font-size:10px;display:inline-flex}@media (max-width:600px){.auth-form-module__l3Cd6G__card{padding:22px}.auth-form-module__l3Cd6G__otpCell{height:48px;font-size:18px}.auth-form-module__l3Cd6G__title{font-size:30px}}
