body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app-navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#7d777726;border-bottom:1px solid #ffffff1a;justify-content:flex-start;left:0;padding:1rem 2rem;position:fixed;right:0;top:0;z-index:100}.app-navbar,.navbar-left{align-items:center;display:flex}.navbar-left{gap:1rem}.back-button{background:none;border:none;border-radius:8px;color:#fff;color:var(--white,#fff);cursor:pointer;font-size:1.5rem;padding:.5rem;transition:background-color .3s ease}.back-button:hover{background:#ffffff1a}.navbar-content{display:flex;flex-direction:column;gap:.25rem}.page-title{color:#fff;color:var(--white,#fff);font-size:1.5rem;font-weight:600;margin:0}.page-subtitle{color:#fff9;color:var(--white-semi,#fff9);font-size:.9rem;margin:0}.navbar-profile,.navbar-right{align-items:center;display:flex}.navbar-profile{position:relative}.navbar-icon{align-items:center;background:#a855f74d;border:1px solid #a855f780;border-radius:50%;color:#fff;color:var(--white,#fff);cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;height:40px;justify-content:center;transition:all .3s ease;width:40px}.navbar-icon:hover{background:#a855f766;border-color:#a855f7b3;transform:translateY(-1px)}.dropdown-overlay{bottom:0;left:0;position:fixed;right:0;top:0;z-index:999}.profile-dropdown{animation:dropdownSlideIn .2s ease-out;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#2e003ef2;border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 8px 32px #0006;min-width:200px;padding:1rem;position:absolute;right:0;top:50px;z-index:1000}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.profile-info{display:flex;flex-direction:column;gap:.5rem}.profile-name{color:#fff;font-size:1.1rem;font-weight:600;line-height:1.2}.profile-email{color:#ffffffb3;font-size:.9rem;line-height:1.2}@media (max-width:768px){.app-navbar{padding:1rem}.page-title{font-size:1.3rem}.navbar-icon{font-size:.9rem;height:36px;width:36px}}@media (max-width:480px){.app-navbar{padding:.75rem}.page-title{font-size:1.2rem}.page-subtitle{font-size:.8rem}}:root{--gradient-top:#2e003e;--gradient-bottom:#0f1020;--primary-purple:#a855f7;--secondary-pink:#ec4899;--accent-blue:#3b82f6;--white:#fff;--white-transparent:#ffffff1a;--white-semi:#fff9;--black-overlay:#0000004d}.base-background{background:linear-gradient(180deg,#2e003e,#0f1020);background:linear-gradient(180deg,var(--gradient-top) 0,var(--gradient-bottom) 100%);color:#fff;color:var(--white);min-height:100vh}.glass-card{background:#ffffff0d;border:1px solid #ffffff1a;border:1px solid var(--white-transparent);border-radius:20px}.glass-card,.glass-card-light{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.glass-card-light{background:#ffffff08;border:1px solid #ffffff26;border-radius:12px}.primary-button{align-items:center;background:linear-gradient(135deg,#a855f7,#ec4899);background:linear-gradient(135deg,var(--primary-purple),var(--secondary-pink));border:none;border-radius:25px;box-shadow:0 8px 25px #a855f74d;color:#fff;color:var(--white);cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;padding:1rem 2.5rem;transition:all .3s ease}.primary-button:hover{background:linear-gradient(135deg,#9333ea,#db2777);box-shadow:0 12px 35px #a855f766;transform:translateY(-2px)}.node-circle{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:3px solid #ffffff4d;border-radius:50%;box-shadow:0 4px 15px #0003;height:60px;width:60px}.node-circle.blue{background:linear-gradient(135deg,#3b82f6,#1d4ed8);background:linear-gradient(135deg,var(--accent-blue),#1d4ed8)}.node-circle.purple{background:linear-gradient(135deg,#a855f7,#7c3aed);background:linear-gradient(135deg,var(--primary-purple),#7c3aed)}.node-label{bottom:-20px;color:#fff;font-size:.9rem;font-weight:600;left:50%;position:absolute;transform:translateX(-50%);white-space:nowrap}.footer-brand,.node-label{color:var(--white)}@media (max-width:768px){.navbar{padding:1rem}.page-title{font-size:1.3rem}.primary-button{font-size:1rem;padding:.9rem 2rem}}@media (max-width:480px){.navbar{padding:.75rem}.page-title{font-size:1.2rem}.primary-button{font-size:.95rem;padding:.8rem 1.5rem}}.landing-page{display:flex;flex-direction:column;min-height:100vh;padding-top:4rem;position:relative}@media (max-height:600px){.landing-page{padding-top:3rem}}@media (max-height:500px){.landing-page{padding-top:2.5rem}}@media (max-height:667px) and (max-width:375px){.landing-page{padding-top:2rem}}.hero-section{align-items:center;display:flex;flex:1 1;justify-content:center;max-width:100%;min-height:calc(100vh - 8rem);padding:2rem}@media (max-height:600px){.hero-section{min-height:calc(100vh - 6rem);padding:1.5rem}}@media (max-height:500px){.hero-section{min-height:calc(100vh - 5rem);padding:1rem}}@media (max-height:667px) and (max-width:375px){.hero-section{min-height:calc(100vh - 4rem);padding:.8rem}}.hero-content{align-items:center;display:flex;flex-direction:column;gap:2rem;max-width:500px;text-align:center;width:100%}@media (max-height:700px){.hero-content{gap:1.5rem}}@media (max-height:600px){.hero-content{gap:1rem}}@media (max-height:667px) and (max-width:375px){.hero-content{gap:.5rem}}.brand-header{margin-bottom:0}.brand-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700;margin:0;text-shadow:0 2px 8px #ffffff1a}@media (max-height:700px){.brand-title{font-size:2.5rem}}@media (max-height:600px){.brand-title{font-size:2rem}}@media (max-height:500px){.brand-title{font-size:1.8rem}}@media (max-height:667px) and (max-width:375px){.brand-title{font-size:1.6rem}.brand-subtitle{font-size:.8rem;margin:.2rem 0 0;padding:.2rem .8rem}}.brand-subtitle{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(90deg,#a855f7,#ec4899);-webkit-background-clip:text;background-clip:text;border:1px solid #a855f74d;border-radius:15px;color:#0000;font-size:.9rem;font-weight:600;letter-spacing:.1em;margin:.5rem 0 0;padding:.3rem 1rem}.hero-description{font-size:1.1rem;line-height:1.5;margin:0;opacity:.85;text-align:center}@media (max-height:600px){.hero-description{font-size:1rem;line-height:1.4}}@media (max-height:500px){.hero-description{font-size:.9rem;line-height:1.3}}@media (max-height:667px) and (max-width:375px){.hero-description{font-size:.85rem;line-height:1.3;margin:0}}.journey-path{display:flex;justify-content:center;margin:2rem 0;width:100%}.journey-container{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d;border:1px solid #ffffff26;border-radius:20px;display:flex;justify-content:space-between;margin:0 auto;max-width:90%;padding:2rem;position:relative;width:350px}@media (max-height:600px){.journey-container{padding:1.5rem;width:320px}}@media (max-height:500px){.journey-container{border-radius:15px;padding:1rem;width:300px}}@media (max-height:667px) and (max-width:375px){.journey-container{border-radius:15px;padding:.6rem;width:280px}.journey-path{margin:1.2rem 0}}.start-node,.unlock-node{align-items:center;display:flex;flex-direction:column;position:relative;transition:all .3s ease;z-index:2}.start-node:hover,.unlock-node:hover{transform:translateY(-2px)}.start-node:hover .node-circle,.unlock-node:hover .node-circle{box-shadow:0 8px 25px #a855f766;transform:scale(1.1)}.journey-container .node-circle{position:relative;transition:all .3s ease}.journey-container .node-circle:before{animation:nodeGlow 3s ease-in-out infinite;background:linear-gradient(135deg,#3b82f64d,#ec48994d);background-clip:padding-box;border:2px solid #0000;border-radius:50%;bottom:-3px;content:"";left:-3px;position:absolute;right:-3px;top:-3px}@keyframes nodeGlow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.path-curve{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.journey-svg{filter:drop-shadow(0 0 10px rgba(168,85,247,.3))}.path-background{animation:pathPulse 4s ease-in-out infinite}.path-animated{animation:pathFlow 3s linear infinite}.particle{animation:float 4s ease-in-out infinite}.particle-1{animation-delay:0s;animation-duration:3s}.particle-2{animation-delay:1s;animation-duration:4s}.particle-3{animation-delay:2s;animation-duration:3.5s}@keyframes pathPulse{0%,to{opacity:.3}50%{opacity:.6}}@keyframes pathFlow{0%{stroke-dashoffset:24}to{stroke-dashoffset:0}}.feature-cards{display:flex;flex-direction:column;gap:1rem;margin:0;max-width:400px;width:100%}@media (max-height:667px) and (max-width:375px){.feature-cards{gap:.6rem}.feature-card{padding:.8rem}}.feature-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f2937cc;border:1px solid #ffffff26;border-radius:12px;display:flex;gap:1rem;padding:1.25rem;transition:all .3s ease}.feature-card:first-child{border-color:#a855f766}.feature-card:last-child{border-color:#3b82f666}.card-icon{align-items:center;border-radius:8px;display:flex;flex-shrink:0;font-size:1.2rem;height:40px;justify-content:center;width:40px}.red-icon{background:#ef444433}.feature-card h3{color:#fff;font-size:1.1rem;font-weight:600;margin:0}.feature-card p{font-size:.9rem;margin:.2rem 0 0;opacity:.7}.unlock-button{margin-top:0}.arrow{transition:transform .3s ease}.unlock-button:hover .arrow{transform:translateX(3px)}@media (max-width:768px){.landing-page{padding-top:3rem}.hero-content{gap:2rem;max-width:90%}.brand-title{font-size:2.5rem}.journey-container{padding:1.5rem;width:280px}.feature-card{padding:1.25rem}}@media (max-width:480px){.landing-page{padding-top:2rem}.hero-section{padding:1rem}.hero-content{gap:1.5rem;max-width:95%}.brand-title{font-size:2rem}.journey-container{padding:1.25rem;width:90%}.feature-cards{max-width:100%}.feature-card{padding:1rem}}.illusion-test{align-items:center;display:flex;flex-direction:column;min-height:100vh;padding:6rem 1rem 2rem}.progress-section{justify-content:center;margin-bottom:3rem;margin-top:1rem;max-width:800px}.progress-bar{background:#3a003f;border:2px solid #9333ea;border-radius:8px;height:12px;overflow:hidden;width:100%}.progress-fill{background:#9333ea;transition:width .5s ease}.progress-text{color:#fff;font-size:1rem;font-weight:600}.illusion-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;box-sizing:border-box;max-width:800px;padding:2rem;text-align:center;width:100%}.illusion-title{color:#fff;font-size:clamp(1.5rem,4vw,2rem);font-weight:700;line-height:1.3;margin-bottom:1.5rem;text-shadow:0 2px 4px #0000004d}.illusion-instruction{color:#ffffffe6;font-size:1.2rem;line-height:1.6;margin-bottom:2rem}.illusion-image-container{background:#53267d80;border:2px solid #9333ea80;border-radius:20px;display:flex;justify-content:center;margin:2rem 0;padding:2rem}.illusion-image{border-radius:15px;box-shadow:0 10px 30px #0000004d;height:auto;max-height:400px;max-width:100%;object-fit:contain;transition:transform .3s ease;width:auto}.illusion-image:hover{transform:scale(1.02)}.question-section{margin-top:1rem}.question-text{color:#fff;font-size:clamp(1.2rem,3vw,1.4rem);font-weight:600;line-height:1.4;margin-bottom:1.5rem;text-shadow:0 1px 2px #0000004d}.options-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin:2rem auto 0;max-width:500px;width:100%}.option-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#371855;border:2px solid #af73e6;border-radius:20px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;justify-content:center;min-height:80px;padding:1.5rem;text-align:center;transition:all .3s ease}.option-card:hover:not(:disabled){background:#4a1f6b;border-color:#c084f0;box-shadow:0 8px 25px #af73e64d;transform:translateY(-2px)}.option-card.selected{background:#5d2a7d;border-color:#d195f5;box-shadow:0 8px 30px #af73e680;transform:scale(1.02)}.option-card:disabled{cursor:not-allowed}.option-text{font-weight:600;line-height:1.3}.loading-fallback{padding:2rem;text-align:center}.loading-fallback .illusion-title{color:#fffc;font-size:1.5rem;margin:0}@media (max-width:768px){.illusion-test{justify-content:flex-start;min-height:100vh;padding:4rem 1rem 2rem}.progress-section{margin-bottom:1.5rem}.illusion-content{margin-bottom:1rem;padding:1.5rem}.illusion-image-container{margin:1.25rem 0;padding:1.5rem}.illusion-image{max-height:220px;object-fit:contain;width:100%}.options-grid{gap:1rem;margin-top:1.5rem;max-width:100%}.option-card{font-size:.9rem;min-height:70px;padding:1.25rem 1rem}}@media (max-width:480px){.illusion-test{padding:4rem .75rem 1.5rem}.illusion-content{padding:.5rem}.illusion-image-container{margin:.75rem 0;padding:.75rem}.options-grid{gap:1rem;grid-template-columns:1fr;margin:0 auto;max-width:100%}.option-card{box-sizing:border-box;font-size:.9rem;max-width:100%;min-height:65px;padding:1.25rem 1rem}.option-text{line-height:1.3;text-align:center}}.loading-screen{align-items:center;display:flex;flex-direction:column;justify-content:space-between;padding:6rem 2rem 2rem}.loading-content{flex:1 1;flex-direction:column;gap:3rem;max-width:400px;width:100%}.brain-animation,.loading-content{align-items:center;display:flex;justify-content:center}.brain-animation{height:300px;position:relative;width:300px}.concentric-circles{height:100%;position:absolute;width:100%}.circle{animation:pulse 3s ease-in-out infinite;border:2px solid #a855f74d;border-radius:50%;position:absolute}.circle-1{animation-delay:0s;height:80px;width:80px}.circle-1,.circle-2{left:50%;top:50%;transform:translate(-50%,-50%)}.circle-2{animation-delay:.5s;height:130px;width:130px}.circle-3{animation-delay:1s;height:180px;width:180px}.circle-3,.circle-4{left:50%;top:50%;transform:translate(-50%,-50%)}.circle-4{animation-delay:1.5s;height:230px;width:230px}@keyframes pulse{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:.7;transform:translate(-50%,-50%) scale(1.1)}}.brain-center{align-items:center;animation:float 2s ease-in-out infinite;background:linear-gradient(135deg,#a855f7,#7c3aed);border:3px solid #fff3;border-radius:50%;display:flex;height:60px;justify-content:center;position:relative;width:60px;z-index:10}.brain-icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));font-size:1.8rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.progress-section{align-items:center;display:flex;flex-direction:column;gap:1rem;width:100%}.progress-bar-container{background:#a855f733;border-radius:4px;height:8px;overflow:hidden;width:100%}.progress-fill{background:linear-gradient(90deg,#a855f7,#ec4899);border-radius:4px;height:100%;transition:width .3s ease}.progress-percentage{color:#fff;font-size:1.2rem;font-weight:600}.loading-text{color:#ffffffe6;font-size:1.1rem;justify-content:center;min-height:1.5em;text-align:center}.dots-indicator,.loading-text{align-items:center;display:flex}.dots-indicator{gap:.5rem}.dot{background:#ffffff4d;border-radius:50%;height:8px;transition:all .3s ease;width:8px}.dot.active{background:#a855f7;transform:scale(1.2)}@media (max-width:768px){.brain-animation{height:250px;width:250px}.circle-1{height:60px;width:60px}.circle-2{height:100px;width:100px}.circle-3{height:140px;width:140px}.circle-4{height:180px;width:180px}.brain-center{height:50px;width:50px}.brain-icon{font-size:1.5rem}}@media (max-width:480px){.loading-screen{padding:1.5rem}.loading-content{gap:2rem}.loading-text{font-size:1rem}}.results-page{display:flex;flex-direction:column;justify-content:flex-start;min-height:100vh;padding:10rem 2rem 2rem}.results-container{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:1.5rem;margin:0 auto;max-width:400px;width:100%}.results-header{margin-bottom:0;text-align:center}.unlock-badge{align-items:center;display:flex;flex-direction:column;gap:.5rem}.unlock-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;margin:0}.unlock-subtitle{color:#fffc;font-size:1rem;margin:0;opacity:.7}.brain-balance-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f2937;border:1px solid #a855f780;border-radius:20px;display:flex;flex-direction:column;gap:1.5rem;padding:2rem;width:100%}.balance-labels{align-items:center;display:flex;font-size:.9rem;font-weight:600;justify-content:space-between}.left-label{color:#3b82f6}.right-label{color:#ec4899}.balance-center,.intuition-label,.logic-label{color:#ffffffb3;font-size:.8rem}.balance-slider{padding:0 10px;width:100%}.slider-track{background:linear-gradient(90deg,#3b82f6,#ec4899);border-radius:20px;height:40px;overflow:hidden;position:relative}.slider-fill{border-radius:20px;height:100%}.slider-indicator{background:#fff;border:3px solid #0003;border-radius:50%;box-shadow:0 2px 8px #0000004d;height:30px;position:absolute;top:10%;transform:translate(-50%,-50%);width:30px}.percentage-display{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-top:1rem;width:100%}.left-percentage,.right-percentage{text-align:center}.percentage-number{display:block;font-size:2rem;font-weight:700;margin-bottom:.5rem}.percentage-number.blue{color:#3b82f6}.percentage-number.pink{color:#ec4899}.percentage-label{font-size:.85rem;font-weight:500;margin-top:.25rem;opacity:.8}.trait-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f2937;border:1px solid #a855f780;border-radius:20px;padding:1.5rem;width:100%}.trait-header{gap:1rem;margin-bottom:1rem;position:relative}.trait-header,.trait-icon{align-items:center;display:flex}.trait-icon{border-radius:8px;flex-shrink:0;font-size:1.2rem;height:40px;justify-content:center;width:40px}.purple-icon{background:#a855f733;border:1px solid #a855f74d}.trait-info{flex:1 1}.trait-title{color:#fff;font-size:1.2rem;font-weight:600;margin:0}.trait-subtitle{color:#a855f7;font-size:.9rem;margin:.2rem 0 0;opacity:.7}.new-badge{background:linear-gradient(135deg,#a855f7,#ec4899);border-radius:12px;color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.05em;padding:.25rem .75rem}.trait-description{font-size:.95rem;line-height:1.5;margin:0 0 1rem;opacity:.9}.trait-changes{display:flex;gap:1rem;justify-content:space-between}.trait-change{font-size:.85rem;font-weight:600}.trait-change.positive span{color:#22c55e}.trait-change.negative span{color:#ef4444}.results-actions{margin-top:1rem;width:100%}.full-analysis-button{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;border-radius:25px;box-shadow:0 8px 25px #a855f74d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease;width:100%}.full-analysis-button:hover{background:linear-gradient(135deg,#9333ea,#db2777);box-shadow:0 12px 35px #a855f766;transform:translateY(-2px)}.footer-brand{color:#fff;font-size:.9rem;opacity:.6;padding:1rem;text-align:center}@media (max-width:768px){.unlock-title{font-size:1.8rem}.brain-balance-section{padding:1.5rem}.percentage-display{gap:1rem}.percentage-number{font-size:1.8rem}.trait-card{padding:1.25rem}}@media (max-width:480px){.results-page{padding:8rem 1.5rem 1.5rem}.unlock-title{font-size:1.6rem}.brain-balance-section{padding:1.25rem}.trait-changes{flex-direction:row;gap:.5rem;justify-content:space-around}.full-analysis-button{font-size:1rem;padding:.9rem 1.5rem}}.signup-flow{display:flex;flex-direction:column;min-height:100vh;padding-top:80px;position:relative}.signup-content{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:2rem;text-align:center}.signup-question{color:#fff;font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;margin-bottom:3rem;max-width:600px}.signup-input-container{max-width:400px;position:relative;width:100%}.signup-input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:25px;color:#fff;font-size:1.1rem;outline:none;padding:1.5rem 1.25rem;transition:all .3s ease;width:100%}.signup-input::placeholder{color:#fff9}.signup-input:focus{background:#ffffff26;border-color:#a855f780;box-shadow:0 0 20px #a855f74d;transform:translateY(-2px)}.signup-input:disabled{cursor:not-allowed;opacity:.7}.signup-input[type=date]{position:relative}.signup-input[type=date]::-webkit-calendar-picker-indicator{background:#fff9;border-radius:4px;cursor:pointer;padding:4px}.signup-input[type=date]::-webkit-datetime-edit{color:#fff}.signup-input[type=date]::-webkit-datetime-edit-fields-wrapper{padding:0}.signup-input[type=date]::-webkit-datetime-edit-day-field,.signup-input[type=date]::-webkit-datetime-edit-month-field,.signup-input[type=date]::-webkit-datetime-edit-text,.signup-input[type=date]::-webkit-datetime-edit-year-field{background:#0000;color:#fff}.signup-error{color:#ff6b6b;font-size:.9rem;margin-top:.5rem;padding:0 1rem;text-align:left}.signup-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.signup-back-btn,.signup-next-btn{border:none;border-radius:25px;cursor:pointer;font-size:1rem;font-weight:600;min-width:120px;padding:1rem 2rem;transition:all .3s ease}.signup-back-btn{background:#ffffff1a;border:1px solid #fff3;color:#fff}.signup-back-btn:hover:not(:disabled){background:#fff3;transform:translateY(-2px)}.signup-next-btn{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff}.signup-next-btn:hover:not(:disabled){box-shadow:0 8px 25px #a855f766;transform:translateY(-2px)}.signup-next-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.signup-progress{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-top:3rem}.progress-dots{display:flex;gap:.5rem}.progress-dot{background:#ffffff4d;border-radius:50%;height:8px;transition:all .3s ease;width:8px}.progress-dot.active{background:linear-gradient(135deg,#a855f7,#ec4899);transform:scale(1.2)}.progress-text{color:#ffffffb3;font-size:.9rem}@media (max-width:768px){.signup-content{padding:1.5rem}.signup-question{margin-bottom:2rem}.signup-input-container{max-width:100%}.signup-actions{flex-direction:column;gap:.75rem}.signup-back-btn,.signup-next-btn{min-width:0;min-width:auto;width:100%}}.signup-input[type=date]{color-scheme:dark}.signup-input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1);opacity:.7}.signup-input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1}.coming-soon{display:flex;flex-direction:column;min-height:100vh;padding-top:80px;position:relative}.coming-soon-content{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:2rem;text-align:center}.coming-soon-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#a855f7,#ec4899,#3b82f6);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:clamp(3rem,8vw,5rem);font-weight:900;line-height:1.1;margin-bottom:2rem}.coming-soon-message{margin-bottom:3rem;max-width:500px}.message-text{color:#ffffffe6;font-size:1.1rem;line-height:1.6;margin-bottom:1rem}.coming-soon-actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem;max-width:400px;width:100%}.signup-complete-btn{background:linear-gradient(135deg,#a855f7,#ec4899);border:none;border-radius:25px;color:#fff;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;padding:1.25rem 2rem;text-decoration:none;transition:all .3s ease}.signup-complete-btn:hover{box-shadow:0 8px 25px #a855f766;transform:translateY(-2px)}.restart-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff4d;border-radius:25px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:1rem 2rem;transition:all .3s ease}.restart-btn:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}.feature-preview{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;max-width:500px;padding:2rem;width:100%}.preview-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#a855f7,#ec4899);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:1.5rem}.feature-list{list-style:none;margin:0;padding:0}.feature-list li{color:#fffc;font-size:1rem;line-height:1.5;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.feature-list li:before{content:"✨";left:0;position:absolute;top:0}@media (max-width:768px){.coming-soon-content{padding:1.5rem}.coming-soon-message{margin-bottom:2rem}.message-text{font-size:1rem}.feature-preview{padding:1.5rem}.coming-soon-actions{max-width:100%}}@media (max-width:480px){.coming-soon-title{margin-bottom:1.5rem}.signup-complete-btn{font-size:1rem;padding:1rem 1.5rem}.feature-preview{padding:1.25rem}}.app{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}*,.app{margin:0;padding:0}*{box-sizing:border-box}
/*# sourceMappingURL=main.9dac1f4f.css.map*/