.stories-stepper[data-astro-cid-y5yg6tip]{display:flex;gap:.5rem;width:100%;padding:0 .25rem}.story-segment[data-astro-cid-y5yg6tip]{flex:1;height:4px;position:relative}.segment-track[data-astro-cid-y5yg6tip]{width:100%;height:100%;background-color:#64748b33;border-radius:9999px;overflow:hidden}.segment-fill[data-astro-cid-y5yg6tip]{height:100%;width:0%;background:linear-gradient(90deg,#8b5cf6,#a78bfa);border-radius:9999px;transition:width .4s cubic-bezier(.4,0,.2,1)}.story-segment[data-astro-cid-y5yg6tip][data-completed=true] .segment-fill[data-astro-cid-y5yg6tip]{width:100%}.story-segment[data-astro-cid-y5yg6tip][data-active=true] .segment-fill[data-astro-cid-y5yg6tip]{width:60%;animation:pulseProgress 2s ease-in-out infinite}.story-segment[data-astro-cid-y5yg6tip]:not([data-completed=true]):not([data-active=true]) .segment-fill[data-astro-cid-y5yg6tip]{width:0%}@keyframes pulseProgress{0%,to{opacity:1}50%{opacity:.6}}.story-segment[data-astro-cid-y5yg6tip].completing .segment-fill[data-astro-cid-y5yg6tip]{animation:completeStep .4s cubic-bezier(.4,0,.2,1) forwards}@keyframes completeStep{0%{width:60%}to{width:100%}}.dark .segment-track[data-astro-cid-y5yg6tip]{background-color:#fff3}.onboarding-container[data-astro-cid-snsfjv3m]{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#f8fafc,#fff)}.onboarding-header[data-astro-cid-snsfjv3m]{position:sticky;top:0;z-index:100;background:linear-gradient(180deg,#f8fafcf2,#f8fafce6);backdrop-filter:blur(10px);padding:1rem 1.5rem;border-bottom:1px solid var(--color-border, #E2E8F0)}.header-content[data-astro-cid-snsfjv3m]{text-align:center;margin-bottom:.75rem}.header-title[data-astro-cid-snsfjv3m]{font-size:1.125rem;font-weight:700;color:var(--color-ink, #1A1A2E);margin-bottom:.125rem}.header-subtitle[data-astro-cid-snsfjv3m]{font-size:.8125rem;color:var(--color-slate, #64748B);display:none}.stepper-wrapper[data-astro-cid-snsfjv3m]{max-width:320px;margin:0 auto}.onboarding-main[data-astro-cid-snsfjv3m]{flex:1;display:flex;align-items:center;justify-content:center;padding:1rem}.form-container[data-astro-cid-snsfjv3m]{width:100%;max-width:420px;position:relative}#onboarding-form[data-astro-cid-snsfjv3m]{position:relative;width:100%;min-height:400px;contain:layout style}.step[data-astro-cid-snsfjv3m]{display:flex;flex-direction:column;align-items:center;padding:.5rem;width:100%;position:absolute;top:0;left:0;opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(50px,0,0);will-change:transform,opacity,visibility;backface-visibility:hidden;transition:none}.step[data-astro-cid-snsfjv3m].hidden{opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(50px,0,0)}.step[data-astro-cid-snsfjv3m].active{opacity:1;visibility:visible;pointer-events:auto;transform:translateZ(0);position:relative}.step[data-astro-cid-snsfjv3m].enter-right{opacity:0;visibility:visible;transform:translate3d(50px,0,0);animation:slideInRight .4s cubic-bezier(.25,.46,.45,.94) forwards}.step[data-astro-cid-snsfjv3m].enter-left{opacity:0;visibility:visible;transform:translate3d(-50px,0,0);animation:slideInLeft .4s cubic-bezier(.25,.46,.45,.94) forwards}.step[data-astro-cid-snsfjv3m].exit-left{opacity:1;visibility:visible;transform:translateZ(0);animation:slideOutLeft .4s cubic-bezier(.25,.46,.45,.94) forwards;pointer-events:none}.step[data-astro-cid-snsfjv3m].exit-right{opacity:1;visibility:visible;transform:translateZ(0);animation:slideOutRight .4s cubic-bezier(.25,.46,.45,.94) forwards;pointer-events:none}.step[data-astro-cid-snsfjv3m].enter-right,.step[data-astro-cid-snsfjv3m].enter-left,.step[data-astro-cid-snsfjv3m].exit-left,.step[data-astro-cid-snsfjv3m].exit-right{will-change:transform,opacity}@keyframes slideInRight{0%{opacity:0;transform:translate3d(50px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate3d(-50px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes slideOutLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-50px,0,0)}}@keyframes slideOutRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(50px,0,0)}}.illustration[data-astro-cid-snsfjv3m]{width:120px;height:120px;margin-bottom:1rem}.illustration[data-astro-cid-snsfjv3m] svg{width:100%;height:100%}.question-content[data-astro-cid-snsfjv3m]{width:100%;text-align:center}.question-text[data-astro-cid-snsfjv3m]{font-size:1.25rem;font-weight:700;color:var(--color-ink, #1A1A2E);margin-bottom:.375rem;line-height:1.3}.question-description[data-astro-cid-snsfjv3m]{font-size:.9375rem;color:var(--color-slate, #64748B);margin-bottom:1.5rem;line-height:1.5}.input-wrapper[data-astro-cid-snsfjv3m]{margin-bottom:1.5rem}.question-input[data-astro-cid-snsfjv3m]{width:100%;padding:1rem 1.25rem;font-size:1rem;border:2px solid var(--color-border, #E2E8F0);border-radius:16px;background-color:var(--color-bg, #F8FAFC);color:var(--color-ink, #1A1A2E);transition:all .3s ease;outline:none}.question-input[data-astro-cid-snsfjv3m]::placeholder{color:var(--color-slate, #94A3B8)}.question-input[data-astro-cid-snsfjv3m]:focus{background-color:#fff;border-color:var(--color-violet, #8B5CF6);box-shadow:0 0 0 4px #8b5cf626}.question-textarea[data-astro-cid-snsfjv3m]{resize:vertical;min-height:120px;text-align:left}.question-input[data-astro-cid-snsfjv3m]:is(select){cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1.25rem;padding-right:3rem;text-align:left}.button-wrapper[data-astro-cid-snsfjv3m]{display:flex;gap:.75rem;width:100%}.btn-primary[data-astro-cid-snsfjv3m]{flex:2;padding:1rem 2rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #8b5cf659}.btn-primary[data-astro-cid-snsfjv3m]:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf673}.btn-primary[data-astro-cid-snsfjv3m]:active{transform:translateY(0)}.btn-primary[data-astro-cid-snsfjv3m]:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-secondary[data-astro-cid-snsfjv3m]{flex:1;max-width:100px;padding:1rem 1.5rem;font-size:1rem;font-weight:600;color:var(--color-slate, #64748B);background:#fff;border:2px solid var(--color-border, #E2E8F0);border-radius:12px;cursor:pointer;transition:all .3s ease}.btn-secondary[data-astro-cid-snsfjv3m]:hover{background:var(--color-bg, #F8FAFC);border-color:var(--color-slate, #CBD5E1)}@media(min-width:640px){.onboarding-header[data-astro-cid-snsfjv3m]{padding:1rem 2rem .75rem}.header-title[data-astro-cid-snsfjv3m]{font-size:1.25rem}.header-subtitle[data-astro-cid-snsfjv3m]{display:block;font-size:.8125rem}.stepper-wrapper[data-astro-cid-snsfjv3m]{max-width:280px}.step[data-astro-cid-snsfjv3m]{padding:1rem}.illustration[data-astro-cid-snsfjv3m]{width:100px;height:100px;margin-bottom:.75rem}.question-text[data-astro-cid-snsfjv3m]{font-size:1.25rem}.question-description[data-astro-cid-snsfjv3m]{font-size:.875rem;margin-bottom:1rem}.question-input[data-astro-cid-snsfjv3m]{font-size:1rem;padding:.875rem 1.25rem}.input-wrapper[data-astro-cid-snsfjv3m]{margin-bottom:1rem}}@media(min-width:768px){.onboarding-main[data-astro-cid-snsfjv3m]{padding:1rem}.form-container[data-astro-cid-snsfjv3m]{background:#fff;border-radius:20px;box-shadow:0 8px 30px #0000000a;border:1px solid var(--color-border, #E2E8F0);padding:1.5rem;max-width:380px}.btn-secondary[data-astro-cid-snsfjv3m]{max-width:100px}.btn-primary[data-astro-cid-snsfjv3m]{padding:.875rem 1.5rem}}@media(min-width:1024px){.onboarding-container[data-astro-cid-snsfjv3m]{flex-direction:row}.onboarding-header[data-astro-cid-snsfjv3m]{position:fixed;left:0;top:0;bottom:0;width:320px;padding:2rem;border-bottom:none;border-right:1px solid var(--color-border, #E2E8F0);display:flex;flex-direction:column;justify-content:center}.header-content[data-astro-cid-snsfjv3m]{text-align:left;margin-bottom:2rem}.header-title[data-astro-cid-snsfjv3m]{font-size:1.5rem}.header-subtitle[data-astro-cid-snsfjv3m]{font-size:.9375rem}.stepper-wrapper[data-astro-cid-snsfjv3m]{max-width:100%}.onboarding-main[data-astro-cid-snsfjv3m]{margin-left:320px;padding:2rem}.form-container[data-astro-cid-snsfjv3m]{max-width:440px;padding:2rem}.illustration[data-astro-cid-snsfjv3m]{width:120px;height:120px}.question-text[data-astro-cid-snsfjv3m]{font-size:1.375rem}}@media(max-width:639px){.button-wrapper[data-astro-cid-snsfjv3m]{position:fixed;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(to top,white 70%,transparent);gap:.5rem;z-index:50}.btn-primary[data-astro-cid-snsfjv3m],.btn-secondary[data-astro-cid-snsfjv3m]{padding:.875rem 1rem}.btn-secondary[data-astro-cid-snsfjv3m]{max-width:80px}.step[data-astro-cid-snsfjv3m]{padding-bottom:100px}.question-input[data-astro-cid-snsfjv3m]{font-size:16px}}
