*{margin:0;padding:0;box-sizing:border-box}html{height:100%;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#f3f4ff;height:100%;display:flex;align-items:flex-start;justify-content:center;color:#333;overflow:hidden;margin:0;padding:0}#quiz-container{align-self:flex-start;max-width:700px;width:100%;padding:20px;animation:slideUp .5s ease;height:100%;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box}@media (min-width: 769px){#quiz-container{padding:40px 40px 0}body:has(#quiz-results[style*="display: block"]){overflow:visible;height:auto}html:has(#quiz-results[style*="display: block"]){overflow-y:auto;height:auto}#quiz-container:has(#quiz-results[style*="display: block"]){height:auto;overflow:visible}#quiz-results{overflow:visible;height:auto}#quiz-results .question-wrapper{height:auto}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}#welcome-section{text-align:center;animation:fadeIn .5s ease;width:100%;display:flex;flex-direction:column}.welcome-header{margin-bottom:16px;text-align:center}.welcome-header .logo{width:120px;height:auto}.welcome-content{max-width:600px;text-align:center}.welcome-title{font-family:Rubik;font-weight:700;font-size:30px;line-height:38px;letter-spacing:0%;text-align:center;color:#333;margin-top:16px;margin-bottom:16px}.welcome-description{font-family:Poppins;font-weight:400;font-size:14px;line-height:22px;letter-spacing:0px;text-align:center;vertical-align:bottom;color:#666}.testimonial-text{font-family:Poppins;font-weight:400;font-size:14px;line-height:22px;letter-spacing:0px;text-align:center;color:#000;margin-bottom:10px;text-align:left}.testimonial-text strong{font-weight:600}.testimonial-author{font-family:Poppins;font-weight:600;font-size:14px;line-height:22px;letter-spacing:0px;text-align:left;color:#000;margin-bottom:20px}.welcome-question{font-family:Poppins;font-weight:600;font-size:14px;line-height:22px;letter-spacing:0px;text-align:center;vertical-align:bottom;color:#333;margin-bottom:20px;margin-top:24px}.gender-buttons{display:flex;justify-content:center;gap:15px;max-width:500px;margin:0 auto}.gender-btn{width:167px;height:48px;padding:0;background:#fff;border:2px solid #E8E4FF;border-radius:12px;cursor:pointer;font-family:Poppins;font-size:18px;font-weight:600;color:#fff;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.gender-btn-male{background:#4f9cf4}.gender-btn-female{background:#f17299}.gender-btn:hover{border-color:#754ef1;background:#f8f9ff;transform:translateY(-3px);box-shadow:0 5px 15px #754ef133}.gender-text{font-family:Poppins;font-weight:600;font-size:16px;line-height:22px;letter-spacing:-.24px;text-align:center}.welcome-image{width:100%;max-width:500px;height:auto;margin-top:55px;border-radius:12px;margin-bottom:20px}.carousel-container{width:100%;max-width:500px;height:400px;margin:55px auto 40px;overflow:hidden;border-radius:12px;position:relative}.carousel-track{display:flex;gap:8px;height:100%;animation:scroll 25s linear infinite}.carousel-column{flex-shrink:0;flex-grow:0;width:246px;min-width:246px;max-width:246px;height:100%;display:flex;flex-direction:column}.carousel-column-split{gap:8px;width:246px;min-width:246px;max-width:246px}.carousel-img-full{width:100%;height:100%;object-fit:cover;border-radius:8px}.carousel-img-half{width:100%;height:calc(50% - 4px);object-fit:cover;border-radius:8px}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-2024px)}}.spinner-container{display:flex;justify-content:center;align-items:center;margin:60px 0;min-height:100px;position:relative}.spinner{width:140px;height:140px;border:20px solid #E8E4FF;border-top:20px solid #754EF1;border-radius:50%;animation:spin 1s linear infinite}.spinner.completed{border:20px solid #754EF1;transition:border .5s ease}.spinner-percentage{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:Poppins;font-weight:600;font-size:24px;color:#000;opacity:0;animation:fadeInPercentage .8s ease forwards}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeInPercentage{0%{opacity:0}to{opacity:1}}@keyframes fadeInButton{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes fadeOutText{0%{opacity:1}to{opacity:0}}@keyframes fadeInText{0%{opacity:0}to{opacity:1}}.fade-out-text{animation:fadeOutText .3s ease forwards}.fade-in-text{animation:fadeInText .5s ease forwards}#info-page-0{height:100%;display:flex;flex-direction:column;overflow-y:auto}#info-page-0 .welcome-header{margin-bottom:60px;text-align:center}#info-page-0 .welcome-title{margin-top:0;margin-bottom:0;font-size:28px;line-height:30px;text-align:center;min-height:130px;display:flex;align-items:center;justify-content:center}#info-page-2 .welcome-title{margin-bottom:35px}@media (max-height: 699px){#info-page-0 .welcome-title{min-height:100px;font-size:24px;line-height:28px}}#info-page-1,#info-page-2,#info-page-3{height:100%;display:flex;flex-direction:column;overflow-y:auto}#quiz-results{height:100%;display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}#quiz-results::-webkit-scrollbar{display:none}#quiz-results .continue-btn{margin-bottom:50px}#info-page-3 .welcome-header{margin-bottom:60px;text-align:center}#info-page-3 .welcome-title{margin-top:0;margin-bottom:20px;text-align:center;min-height:114px;display:flex;align-items:center;justify-content:center}#info-page-3 .welcome-description{min-height:44px}.quiz-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;margin-bottom:10px;gap:20px}.header-left{display:flex;justify-content:flex-start;align-items:center}.header-center{display:flex;justify-content:center;align-items:center}.header-right{display:flex;justify-content:flex-end;align-items:center}.page-counter{font-family:Poppins;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0px;text-align:center;vertical-align:middle;color:#000}.quiz-header .back-btn{padding:8px 12px;background:#fff;border:1px solid #E8E4FF;border-radius:8px;cursor:pointer;font-size:18px;color:#754ef1;transition:all .3s ease;font-weight:500;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.quiz-header .back-btn:hover{background:#f3f4ff;border-color:#754ef1}.back-arrow-icon{width:20px;height:20px;display:block}.logo{max-width:120px;height:auto}.quiz-header h1{font-size:32px;color:#667eea;margin-bottom:10px;font-weight:700}.quiz-header p{font-size:16px;color:#666}.progress-bar{width:75%;max-width:600px;margin:0 auto 30px;height:9px;background-color:#d6daff;border-radius:10px;overflow:hidden}.progress{height:100%;background:#754ef1;border-radius:10px;transition:width .4s ease;width:0}#quiz-questions{height:100%;display:flex;flex-direction:column;overflow-y:auto}@media (max-width: 768px){#quiz-questions,#info-page-0,#info-page-1,#info-page-2,#info-page-3,#quiz-results{scrollbar-width:none;-ms-overflow-style:none}#quiz-questions::-webkit-scrollbar,#info-page-0::-webkit-scrollbar,#info-page-1::-webkit-scrollbar,#info-page-2::-webkit-scrollbar,#info-page-3::-webkit-scrollbar,#quiz-results::-webkit-scrollbar{display:none}}.question-wrapper{animation:fadeIn .4s ease;display:flex;flex-direction:column;height:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.section-title{font-family:Poppins;font-weight:600;font-size:14px;line-height:22px;letter-spacing:0px;color:#8a8a8e;margin-bottom:16px;margin-top:8px}.question-text{font-family:Poppins;font-weight:600;font-size:24px;line-height:32px;letter-spacing:0%;color:#333;margin-bottom:24px;margin-top:0}.question-subtitle{font-family:Poppins;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0px;vertical-align:bottom;color:#666;margin-top:-8px;margin-bottom:30px}.answers-grid{display:grid;gap:8px;margin-bottom:30px}.answer-btn{width:100%;padding:20px 25px;font-size:18px;background:#fff;border:1px solid #E8E4FF;border-radius:12px;cursor:pointer;transition:all .3s ease;text-align:left;display:flex;justify-content:space-between;align-items:center;font-weight:500;color:#333}.answer-content{display:flex;align-items:center;gap:12px}.answer-circle{width:20px;height:20px;border:2px solid #754EF1;border-radius:50%;flex-shrink:0;transition:all .3s ease;position:relative}.answer-btn.selected{border-color:#754ef1;background:#e9e7fe}.answer-btn.selected .answer-circle:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background:#754ef1;border-radius:50%}.answer-text{font-family:Poppins;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0px}.text-input-container{margin-bottom:30px}.text-input-field{width:100%;padding:20px 25px;font-family:Poppins;font-size:16px;font-weight:400;line-height:24px;background:#fff;border:1px solid #E8E4FF;border-radius:12px;transition:all .3s ease;color:#333}.text-input-field:focus{outline:none;border-color:#754ef1;background:#f8f9ff}.text-input-field::placeholder{color:#999}.quiz-actions{display:flex;justify-content:center;align-items:center;padding-top:40px}@media (max-width: 768px){.quiz-actions{margin-top:auto}}.continue-btn{padding:15px 40px;background:#754ef1;color:#fff;border:none;border-radius:10px;cursor:pointer;font-size:16px;font-weight:600;transition:all .3s ease}.continue-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 5px 15px #667eea66}.continue-btn:disabled{opacity:.5;cursor:not-allowed;background:#dfd9fd;filter:blur(1px)}.results-wrapper{animation:fadeIn .5s ease;position:relative}.dog-face{width:220px;height:auto;display:block;margin:0 auto}.user-data-section{margin-bottom:30px;margin-top:-65px;position:relative;z-index:10}.user-data-section h3{font-size:20px;color:#140066;margin-bottom:15px;margin-top:5px;font-weight:600}.user-data-section pre{background:#fff;border:1px solid #E8E4FF;border-radius:8px;padding:20px;overflow-x:auto;font-size:14px;line-height:1.6;color:#140066}.profile-box{background:#fff;border:1px solid #E8E4FF;border-radius:8px;padding:20px 20px 0;margin-bottom:30px}.profile-header{font-family:Poppins;font-weight:600;font-size:24px;color:#333;margin-bottom:20px;margin-top:0}.box-description{font-family:Poppins;font-weight:600;font-size:16px;text-align:left;color:#000;margin:0 0 16px;padding-left:10px}.description-header{font-family:Poppins;font-weight:500;font-size:12px;text-align:left;color:#8a8a8e;margin:0}.score-percentage{font-family:Poppins;font-weight:600;font-size:80px;text-align:center;color:#140066;margin:8px 0 32px}.behavior-section{margin-bottom:24px}.behavior-section-header{font-family:Poppins;font-weight:500;font-size:12px;text-align:left;color:#8a8a8e;margin:0 0 12px;text-transform:uppercase}.behavior-groups{display:flex;flex-direction:column;gap:8px}.behavior-group-item{font-family:Poppins;font-size:14px;color:#333;padding:8px 12px;background:#f8f9ff;border-radius:6px;display:flex;justify-content:space-between;align-items:center}.behavior-group-name{font-weight:500;text-transform:capitalize}.behavior-group-percentage{font-weight:600;color:#140066}.profile-content{display:flex;flex-direction:column;gap:0}.profile-item{font-family:Poppins;font-size:16px;color:#333;margin:0;padding:12px 0;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #E8E4FF}.profile-item:last-child{border-bottom:none}.profile-label{font-weight:300;text-align:left}.programs-container{counter-reset:program-counter}.program-item{display:grid;grid-template-columns:40px 1fr 80px;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid #E8E4FF;counter-increment:program-counter}.program-item:last-child{border-bottom:none}.program-number{font-family:Poppins;font-weight:600;font-size:24px;color:#000;text-align:center}.program-number:before{content:counter(program-counter) "."}.program-content{display:flex;flex-direction:column;gap:4px}.program-title{font-family:Poppins;font-weight:600;font-size:16px;color:#333;margin:0}.program-description{font-family:Poppins;font-weight:400;font-size:14px;color:#666;margin:0;line-height:1.4}.program-image{width:80px;height:80px;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f8f9ff}.program-image img{width:100%;height:100%;object-fit:cover}.results-header{text-align:center;margin-bottom:40px}@keyframes scaleIn{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.results-title{font-size:32px;color:#333;margin-bottom:15px;font-weight:700}.results-description{font-family:Poppins;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0px;text-align:center;vertical-align:bottom;color:#000;max-width:600px;margin:0 auto}.recommendations-section{margin-bottom:40px}.recommendations-section h3{font-size:24px;color:#333;margin-bottom:20px;font-weight:600}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.product-card{background:#f8f9ff;border-radius:12px;padding:20px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border:2px solid transparent}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #667eea33;border-color:#667eea}.product-image{width:100%;height:200px;object-fit:cover;border-radius:8px;margin-bottom:15px}.product-name{font-size:18px;color:#333;margin-bottom:10px;font-weight:600}.product-price{font-size:20px;color:#667eea;font-weight:700;margin-bottom:15px}.shop-btn{width:100%;padding:12px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;transition:all .3s ease}.shop-btn:hover{transform:scale(1.05);box-shadow:0 5px 15px #667eea66}.tips-section{background:#f8f9ff;border-radius:12px;padding:30px;margin-bottom:30px}.tips-section h3{font-size:22px;color:#333;margin-bottom:20px;font-weight:600}.tips-list{list-style:none;padding:0}.tips-list li{padding:12px 0 12px 35px;color:#666;font-size:16px;line-height:1.6;position:relative}.tips-list li:before{content:"\1f4a1";position:absolute;left:0;font-size:20px}.info-page-wrapper{animation:fadeIn .5s ease;text-align:center;max-width:600px;margin:0 auto}.info-page-wrapper .welcome-title{margin-bottom:40px;margin-top:20px}.info-boxes{display:flex;flex-direction:column;gap:16px}.info-box{display:flex;align-items:flex-start;gap:16px;text-align:left;transition:all .3s ease}.info-box:hover{border-color:#754ef1;background:#f8f9ff;transform:translate(5px)}.info-box-icon{flex-shrink:0;width:40px;height:40px}.info-icon{width:90%;height:100%;display:block}.info-box-content{flex:1}.info-box-title{font-family:Poppins;font-weight:600;font-size:16px;line-height:22px;letter-spacing:-.24px;color:#333;margin-bottom:8px}.info-box-body{font-family:Poppins;font-weight:400;font-size:14px;line-height:22px;letter-spacing:0px;color:#666;margin:0}.actions-section{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.gender-buttons{grid-template-columns:1fr 1fr;gap:10px}.welcome-image{margin-top:20px}.carousel-container{margin-top:35px;height:300px}.carousel-column{width:171px}.quiz-header{gap:10px}.logo{max-width:80px}.welcome-header .logo{max-width:200px!important}.quiz-header .back-btn{width:36px;height:36px}.back-arrow-icon{width:16px;height:16px}.answer-btn,.text-input-field{padding:16px 20px}.continue-btn{width:100%}.products-grid{grid-template-columns:1fr}.actions-section{flex-direction:column}.restart-btn,.email-btn{width:100%}}.fade-in{animation:fadeIn .4s ease}
/*# sourceMappingURL=/cdn/shop/t/1/assets/quiz.css.map */
