/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */.zoe-auth-gradient-layout__shader-layer{z-index:1;opacity:0;pointer-events:none;transform-origin:50%;backface-visibility:hidden;transition:opacity 1.25s ease-in-out;position:absolute;inset:0;transform:scale(1.08)}.zoe-auth-gradient-layout__shader-layer.zoe-auth-gradient-layout__shader-layer--visible{opacity:1}.zoe-auth-gradient-layout__shader-layer.zoe-auth-gradient-layout__shader-layer--instant{transition:none}@media (prefers-reduced-motion:reduce){.zoe-auth-gradient-layout__shader-layer{transition:none}}.zoe-auth-gradient-layout{width:100%;min-height:100vh;font-family:var(--font-zoe-sans),"Instrument Sans",-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;font-size:15px;line-height:1.6}.zoe-auth-gradient-layout__backdrop{background:#1f1e26;justify-content:center;align-items:center;width:100%;min-height:100dvh;padding:96px 24px;display:flex;position:relative;overflow:hidden}.zoe-auth-gradient-layout--persistent .zoe-auth-gradient-layout__backdrop{background:0 0}.zoe-auth-gradient-layout__shader-root{pointer-events:none;position:absolute;inset:0;overflow:hidden}.zoe-auth-gradient-layout__shader-root .shader-wrap{width:100%;height:100%;position:absolute;inset:0}.zoe-auth-gradient-layout__shader-fallback{background:linear-gradient(145deg,#195d0b,#2a2850 45%,#1f1e26);position:absolute;inset:0}.zoe-auth-gradient-layout__grain{opacity:.14;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:180px 180px;animation:zoe-auth-grain .4s step-end infinite;position:absolute;inset:0}@media (prefers-reduced-motion:reduce){.zoe-auth-gradient-layout__grain{animation:none}}@keyframes zoe-auth-grain{0%{background-position:0 0}10%{background-position:-5% -10%}20%{background-position:-15% 5%}30%{background-position:7% -25%}40%{background-position:-5% 25%}50%{background-position:-15% 10%}60%{background-position:15% 0}70%{background-position:0 15%}80%{background-position:3% 35%}90%{background-position:-10% 10%}}.zoe-auth-gradient-layout__center{z-index:1;flex-direction:column;align-items:stretch;gap:24px;width:100%;max-width:582px;display:flex;position:relative}.zoe-auth-gradient-layout__center--home-hero{align-items:center;max-width:min(960px,92vw)}.zoe-auth-gradient-layout--builder{height:100dvh;min-height:0;max-height:100dvh;overflow:hidden}.zoe-auth-gradient-layout--builder .zoe-auth-gradient-layout__backdrop{justify-content:center;align-items:center;height:100%;min-height:0;max-height:100%;padding:40px 8px;display:flex;overflow:hidden}.zoe-auth-gradient-layout--builder .zoe-auth-gradient-layout__center{z-index:25;flex-shrink:0;gap:0;width:95vw;max-width:95vw;height:calc(105dvh - 84px);max-height:calc(105dvh - 84px)}.zoe-auth-gradient-layout__panel{-webkit-backdrop-filter:blur(20px);background:#26262ab8;border:1px solid #ffffff1a;border-radius:16px;width:100%;padding:32px}.zoe-auth-gradient-layout__panel-heading{margin-bottom:8px}.zoe-auth-gradient-layout__panel-title{letter-spacing:-.02em;color:#fff;margin:0;font-size:20px;font-weight:600}.zoe-auth-gradient-layout__panel-subtitle{letter-spacing:-.02em;color:#fff;margin:0;font-size:16px;font-weight:600}.zoe-auth-gradient-layout__panel-description{color:#ffffff9e;margin:8px 0 0;font-size:14px;line-height:1.55}.zoe-auth-gradient-layout__panel .zoe-auth-field-label{color:#fff;letter-spacing:.01em;margin-bottom:6px;font-size:13px;font-weight:500;display:block}.zoe-auth-gradient-layout__panel .zoe-auth-inline-label-row .zoe-auth-field-label{margin-bottom:0}.zoe-auth-gradient-layout__panel input[type=email],.zoe-auth-gradient-layout__panel input[type=password],.zoe-auth-gradient-layout__panel input[type=text]{color:#ffffffe6;background:#ffffff12;border:1px solid #ffffff2e;border-radius:8px;outline:none;width:100%;height:48px;padding:0 14px;font-family:inherit;font-size:16px;transition:border-color .15s,background .15s}.zoe-auth-gradient-layout__panel input[type=email]:focus,.zoe-auth-gradient-layout__panel input[type=password]:focus,.zoe-auth-gradient-layout__panel input[type=text]:focus{background:#ffffff1c;border-color:#fff6}.zoe-auth-gradient-layout__panel input::placeholder{color:#fff6}.zoe-auth-gradient-layout__panel .zoe-auth-option-button{color:#ffffff80;text-align:center;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;outline:none;width:100%;min-height:48px;padding:0 14px;font-family:inherit;font-size:16px;font-weight:400;line-height:1.35;transition:border-color .15s,background .15s,color .15s}.zoe-auth-gradient-layout__panel .zoe-auth-option-button:focus-visible:not(.zoe-auth-option-button--selected),.zoe-auth-gradient-layout__panel .zoe-auth-option-button:hover:not(:disabled):not(.zoe-auth-option-button--selected){color:#ffffffb8;background:#ffffff0f;border-color:#fff3}.zoe-auth-gradient-layout__panel .zoe-auth-option-button--selected,.zoe-auth-gradient-layout__panel .zoe-auth-option-button--selected:focus-visible,.zoe-auth-gradient-layout__panel .zoe-auth-option-button--selected:hover:not(:disabled){color:#fffffff5;background:#0c0c108c;border-color:#ffffff5c;font-weight:600;box-shadow:inset 0 1px #ffffff0d}.zoe-auth-gradient-layout__panel .zoe-auth-option-button:disabled{opacity:.45;cursor:not-allowed}.zoe-auth-password-field{position:relative}.zoe-auth-password-field input{padding-right:44px}.zoe-auth-password-field__toggle{color:#ffffff8c;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:color .15s,background .15s;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.zoe-auth-password-field__toggle:hover{color:#ffffffe6;background:#ffffff14}.zoe-auth-password-field__toggle:focus-visible{outline-offset:2px;outline:2px solid #ffffff73}.zoe-auth-gradient-layout__outline-btn{letter-spacing:.12em;text-transform:uppercase;cursor:pointer;color:#ffffffeb;background:0 0;border:1px solid #ffffff59;border-radius:999px;width:100%;height:48px;margin-top:16px;padding:0 20px;font-family:inherit;font-size:12px;font-weight:600;transition:border-color .15s,background .15s,transform .1s}.zoe-auth-gradient-layout__outline-btn:hover{background:#ffffff0f;border-color:#ffffff8c}.zoe-auth-gradient-layout__outline-btn:active{transform:scale(.99)}.zoe-auth-gradient-layout__link-btn{cursor:pointer;color:#ffffffb8;text-underline-offset:3px;background:0 0;border:none;padding:0;font-size:12px;font-weight:400;text-decoration:underline}.zoe-auth-gradient-layout__link-btn:hover{color:#ffffffeb}.zoe-auth-gradient-layout__muted{color:#ffffff85;font-size:14px}.zoe-auth-gradient-layout__muted-link{cursor:pointer;font-size:inherit;color:#ffffffc7;text-underline-offset:3px;background:0 0;border:none;padding:0;text-decoration:underline}.zoe-auth-gradient-layout__muted-link:hover{color:#fff}.zoe-auth-gradient-layout__error{color:#fecaca;background:#7f1d1d59;border:1px solid #f8717173;border-radius:8px;margin-bottom:12px;padding:10px 12px;font-size:14px;line-height:1.45}.zoe-auth-gradient-layout__hero-block{flex-direction:column;align-items:center;gap:12px;width:100%;display:flex}.zoe-auth-gradient-layout__hero-title{text-align:center;letter-spacing:-.02em;color:#fffffff5;margin:0;font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:800;line-height:1.25}.zoe-auth-gradient-layout__hero-title-accent{color:#fff}.zoe-auth-gradient-layout__hero-subtitle{text-align:center;color:#fff;margin:0;font-size:14px;line-height:1.55}.zoe-auth-gradient-layout__onboarding-stepper{width:100%}.zoe-auth-gradient-layout__onboarding-stepper-list{justify-content:center;align-items:flex-start;width:100%;margin:0;padding:0;list-style:none;display:flex}.zoe-auth-gradient-layout__onboarding-stepper-item{flex:none;align-items:flex-start;display:flex}.zoe-auth-gradient-layout__onboarding-stepper-item--with-connector{flex:1 1 0;min-width:0}.zoe-auth-gradient-layout__onboarding-stepper-connector{background:#ffffff1f;border-radius:9999px;flex:auto;min-width:20px;height:2px;margin-top:15px;transition:background-color .2s}.zoe-auth-gradient-layout__onboarding-stepper-connector--complete{background:#ffffff85;box-shadow:0 0 10px #ffffff0f}.zoe-auth-gradient-layout__onboarding-stepper-step{flex-direction:column;flex-shrink:0;align-items:center;gap:8px;min-width:72px;display:flex}.zoe-auth-gradient-layout__onboarding-stepper-dot{border:1px solid #0000;border-radius:9999px;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:600;line-height:1;transition:background-color .2s,border-color .2s,color .2s,box-shadow .2s;display:flex}.zoe-auth-gradient-layout__onboarding-stepper-check{width:16px;height:16px}.zoe-auth-gradient-layout__onboarding-stepper-number{font-variant-numeric:tabular-nums}.zoe-auth-gradient-layout__onboarding-stepper-label{text-align:center;max-width:88px;font-size:12px;line-height:1.35;transition:color .2s,font-weight .2s}.zoe-auth-gradient-layout__onboarding-stepper-step--complete .zoe-auth-gradient-layout__onboarding-stepper-dot{color:#26262aeb;background:#ffffff9e;border-color:#ffffff47;box-shadow:0 0 14px #ffffff14}.zoe-auth-gradient-layout__onboarding-stepper-step--complete .zoe-auth-gradient-layout__onboarding-stepper-label{color:#ffffff85;font-weight:500}.zoe-auth-gradient-layout__onboarding-stepper-step--active .zoe-auth-gradient-layout__onboarding-stepper-dot{color:#fffffff5;background:#ffffff14;border:2px solid #ffffffd1;box-shadow:0 0 0 1px #ffffff0f,0 0 18px #ffffff0f}.zoe-auth-gradient-layout__onboarding-stepper-step--active .zoe-auth-gradient-layout__onboarding-stepper-label{color:#fffffff5;font-weight:600}.zoe-auth-gradient-layout__onboarding-stepper-step--upcoming .zoe-auth-gradient-layout__onboarding-stepper-dot{color:#ffffff6b;background:#ffffff1a;border-color:#ffffff14}.zoe-auth-gradient-layout__onboarding-stepper-step--upcoming .zoe-auth-gradient-layout__onboarding-stepper-label{color:#ffffff5c;font-weight:500}.zoe-auth-gradient-layout__onboarding-stepper--compact .zoe-auth-gradient-layout__onboarding-stepper-connector{min-width:12px;margin-top:11px}.zoe-auth-gradient-layout__onboarding-stepper--compact .zoe-auth-gradient-layout__onboarding-stepper-step{gap:0;min-width:0}.zoe-auth-gradient-layout__onboarding-stepper--compact .zoe-auth-gradient-layout__onboarding-stepper-dot{width:24px;height:24px;font-size:11px}.zoe-auth-gradient-layout__onboarding-stepper--compact .zoe-auth-gradient-layout__onboarding-stepper-check{width:12px;height:12px}.zoe-auth-gradient-layout__onboarding-stepper--no-labels{max-width:110px;margin-left:auto;margin-right:auto}.zoe-auth-gradient-layout__onboarding-stepper--no-labels .zoe-auth-gradient-layout__onboarding-stepper-step{gap:0;min-width:0}.zoe-auth-gradient-layout__onboarding-stepper--no-labels .zoe-auth-gradient-layout__onboarding-stepper-dot{width:18px;height:18px;font-size:9px}.zoe-auth-gradient-layout__onboarding-stepper--no-labels .zoe-auth-gradient-layout__onboarding-stepper-check{width:9px;height:9px}.zoe-auth-gradient-layout__onboarding-stepper--no-labels .zoe-auth-gradient-layout__onboarding-stepper-connector{min-width:8px;margin-top:8px}.zoe-auth-gradient-layout__hint{text-align:center;color:#ffffff6b;margin-top:10px;font-size:12px}.zoe-auth-gradient-layout__status-icon{border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.zoe-auth-gradient-layout__status-icon--success{color:#86efac;background:#22c55e26;border:1px solid #22c55e59}.zoe-auth-gradient-layout__status-icon--error{color:#fca5a5;background:#f871711f;border:1px solid #f8717159}.zoe-auth-gradient-layout__status-icon--mail{color:#fff;background:#195d0b47;border:1px solid #fff}.zoe-auth-gradient-layout__alert-success{color:#bbf7d0;background:#15803d4d;border:1px solid #4ade8066;border-radius:8px;margin-bottom:16px;padding:10px 12px;font-size:14px;line-height:1.45}a.zoe-auth-gradient-layout__muted-link{text-underline-offset:3px;color:#ffffffc7;text-decoration:underline}a.zoe-auth-gradient-layout__muted-link:hover{color:#fff}.zoe-glass-scrollbar{scrollbar-width:thin;scrollbar-color:#ffffff38 #ffffff0d}.zoe-glass-scrollbar::-webkit-scrollbar{width:8px;height:8px}.zoe-glass-scrollbar::-webkit-scrollbar-track{background:#ffffff0d;border-radius:9999px}.zoe-glass-scrollbar::-webkit-scrollbar-thumb{background-color:#ffffff2e;background-clip:padding-box;border:2px solid #0000;border-radius:9999px}.zoe-glass-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#ffffff4d}@media (max-width:480px){.zoe-auth-gradient-layout__backdrop{padding:88px 16px}}