@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:10px;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box;margin:0;padding:0}body{background:#f0f2f5;font-family:Poppins,sans-serif;color:#333}#root{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:0}.app-container{width:100%;max-width:1000px;margin:0 auto;background:#fff;border-radius:24px;box-shadow:0 20px 50px #00000026;overflow:hidden;position:relative;min-height:600px;display:flex;flex-direction:column}.app-header{padding:2rem 1.5rem;background:linear-gradient(135deg,#6b46c1,#1a1625);color:#fff;text-align:center}.app-header h1{font-size:2.2rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.5px}.app-header p{font-size:1rem;font-weight:400;opacity:.9}.progress-bar{height:4px;background-color:#4834d433;width:80%;margin:0 auto;margin-top:.5rem;border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:#fff;border-radius:2px;transition:width .5s ease}.steps-indicator{display:flex;justify-content:center;padding:1.2rem 1rem;gap:8px;background:linear-gradient(135deg,#6b46c1,#1a1625)}.step-dot{width:10px;height:10px;border-radius:50%;background-color:#ffffff4d;transition:all .3s ease}.step-dot.active{background-color:#fff;transform:scale(1.2)}.step-dot.completed{background-color:#fff}.step-content{padding:2rem 1.5rem;flex:1;display:flex;flex-direction:column}.content-wrapper{display:flex;flex-direction:column;flex:1;overflow-y:auto}.button-container{margin-top:1rem;display:flex;justify-content:center;padding-bottom:1rem}.age-range-step .content-wrapper{overflow-y:auto;-webkit-overflow-scrolling:touch}.step-content h2{font-size:1.8rem;color:#1f2937;margin-bottom:.8rem;font-weight:600;text-align:center}.step-content p{color:#6b7280;margin-bottom:1.5rem;text-align:center;font-size:1rem}.options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-bottom:1rem;padding:1rem .5rem .5rem}.option-card{background:#fff;border-radius:14px;padding:1.2rem .8rem;display:flex;align-items:center;justify-content:center;min-height:70px;font-weight:500;box-shadow:0 5px 15px #0000000d;transition:all .3s ease;cursor:pointer;color:#4b5563;font-size:1rem;border:1px solid #f3f4f6;position:relative;overflow:hidden}.option-card:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 25px #6b46c133;color:#6b46c1;border-color:#6b46c1}.option-card:hover:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#6b46c11a,#1a16250d);pointer-events:none}.option-card:active{transform:translateY(0) scale(.98);background-color:#6b46c11a;color:#6b46c1}.back-button{background:linear-gradient(135deg,#6b46c1,#1a1625);border:none;color:#fff;padding:.8rem 1.5rem;font-size:1rem;cursor:pointer;transition:all .3s ease;font-weight:500;margin-top:.5rem;align-self:center;display:flex;align-items:center;gap:.5rem;position:relative;overflow:hidden;border-radius:8px}.back-button:hover{background:linear-gradient(135deg,#553c9a,#0f0d14);transform:translateY(-2px);box-shadow:0 4px 12px #1a162533}.back-button:active{transform:translateY(0)}.back-button:before{content:"←";font-size:1.1rem;transition:transform .3s ease}.back-button:hover:before{transform:translate(-3px)}.results-container{padding:2rem;flex:1;display:flex;flex-direction:column;background:linear-gradient(180deg,rgba(107,70,193,.03),transparent)}.results-container h2{font-size:2.4rem;color:#1f2937;margin-bottom:2rem;text-align:center;font-weight:700;background:linear-gradient(135deg,#6b46c1,#1a1625);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;padding:0 .5rem;margin-bottom:1.5rem;align-items:start}.result-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 5px 15px #0000000d;transition:all .3s ease;border:1px solid #f3f4f6;position:relative;overflow:hidden}.result-header{display:flex;align-items:flex-start;justify-content:space-between;cursor:pointer;position:relative;gap:1rem}.result-main{flex:1}.result-main h3{font-size:1.5rem;color:#1f2937;font-weight:600;margin:0 0 1rem;padding-left:1rem}.expand-button{position:relative;background:transparent;border:none;cursor:pointer;padding:8px;color:#6b46c1;transition:all .3s ease;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%}.expand-button:hover{background:#6b46c11a}.expand-icon{transition:transform .3s ease}.result-card[data-expanded=true] .expand-icon{transform:rotate(180deg)}.result-details{height:0;overflow:hidden;opacity:0;transition:height .3s ease-out,opacity .3s ease-out,margin-top .3s ease-out;margin-top:0}.result-card[data-expanded=true] .result-details{height:auto;opacity:1;margin-top:1.5rem}.match-features,.mismatch-features{background:#6b46c108;border-radius:12px;padding:1rem;margin-top:1rem}.match-features h4,.mismatch-features h4{font-size:1rem;color:#4a5568;margin-bottom:.8rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.match-features h4:before{content:"";display:block;width:8px;height:8px;background:#6b46c1;border-radius:50%}.mismatch-features h4:before{content:"";display:block;width:8px;height:8px;background:#e53e3e;border-radius:50%}.match-features{border-bottom:1px solid #f3f4f6;padding-bottom:1rem}.mismatch-features{padding-top:1rem}.feature-match,.feature-mismatch{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-radius:8px;margin-bottom:.5rem;transition:all .2s ease}.feature-match:hover{background:#6b46c11a}.feature-mismatch:hover{background:#e53e3e1a}.feature-match svg,.feature-mismatch svg{flex-shrink:0;transition:transform .2s ease}.feature-match:hover svg{transform:scale(1.2)}.feature-mismatch:hover svg{transform:rotate(90deg) scale(1.2)}.match-features ul,.mismatch-features ul{list-style:none;padding:0;margin:0}@media (max-width: 500px){.app-container{height:100%;min-height:100vh;overflow-y:auto}.results-container{padding:1.5rem 1rem;overflow-y:auto;height:calc(100vh - 150px);-webkit-overflow-scrolling:touch;flex:1;display:flex;flex-direction:column}.results-grid{overflow-y:visible;padding-bottom:60px;flex:1}.result-card{width:100%;margin-bottom:12px}.back-button,.results-container .back-button{position:sticky;bottom:10px;z-index:10;margin-top:.5rem}.age-range-step{display:flex;flex-direction:column;height:calc(100vh - 180px)}.age-range-step .content-wrapper{flex:1;position:relative}.age-range-step .button-container{position:sticky;bottom:0;background:#fff;padding:1rem 0;margin-top:.5rem;box-shadow:0 -5px 15px #0000000d;z-index:5}}.logo,.card,.read-the-docs{display:none}@media (min-width: 768px){.results-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.option-card{min-height:80px}}@media (min-width: 769px) and (max-width: 1024px){.app-container{max-width:90%}.results-grid{grid-template-columns:repeat(2,1fr);gap:15px}}
