.custom-quiz{margin:40px 0 60px;font-family:var(--font-body-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif)}@media only screen and (min-width: 750px){.custom-quiz{margin:60px 0 80px}}.custom-quiz__title{margin-bottom:40px;font-family:var(--font-heading-family, var(--font-body-family));font-weight:700;font-size:2.5rem;color:rgb(var(--color-foreground, 18, 18, 18));text-align:center;line-height:1.2}@media only screen and (min-width: 750px){.custom-quiz__title{margin-bottom:60px;font-size:3rem}}@media only screen and (max-width: 749px){.custom-quiz__title{font-size:2rem;margin-bottom:30px}}.custom-quiz__container{max-width:700px;margin:0 auto;padding:50px 40px;background:rgb(var(--color-background, 255, 255, 255));border:1px solid rgba(var(--color-foreground, 18, 18, 18),.08);border-radius:16px;box-shadow:0 4px 24px rgba(var(--color-foreground, 18, 18, 18),.06);position:relative;overflow:hidden}.custom-quiz__container:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background-color:#009edd}@media only screen and (min-width: 750px){.custom-quiz__container{padding:60px 50px}}@media only screen and (max-width: 749px){.custom-quiz__container{padding:30px 20px;margin:0 20px;border-radius:12px}}.custom-quiz__container.has-watermark:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--quiz-watermark);background-repeat:no-repeat;background-position:center;background-size:min(80%,640px) auto;opacity:var(--quiz-watermark-opacity, .06);pointer-events:none;z-index:0}.custom-quiz__container>*{position:relative;z-index:1}.custom-quiz__container.hide-watermark:after{opacity:0}.custom-quiz__progress{margin-bottom:35px;text-align:center;display:none!important}.custom-quiz__progress-bar{width:100%;height:8px;background-color:rgba(var(--color-foreground, 18, 18, 18),.1);border-radius:4px;margin-bottom:12px;overflow:hidden}.custom-quiz__progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);width:0%;transition:width .4s ease;border-radius:4px}.custom-quiz__progress-text{font-size:.9rem;color:rgba(var(--color-foreground, 18, 18, 18),.7);font-weight:500}.custom-quiz__welcome{text-align:center;padding:40px 0}.custom-quiz__welcome-content{max-width:500px;margin:0 auto}.custom-quiz__welcome-text{font-size:2rem;color:rgba(var(--color-foreground, 18, 18, 18),.8);margin-bottom:40px;line-height:1.5;font-weight:400}.custom-quiz__start{min-width:280px;padding:18px 36px;font-size:2rem;font-weight:600;background-color:#009edd;color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #667eea4d;position:relative;overflow:hidden}.custom-quiz__start:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.custom-quiz__start:hover:before{left:100%}.custom-quiz__start:hover{transform:translateY(-2px);box-shadow:0 6px 24px #667eea66}.custom-quiz__start:active{transform:translateY(0)}@media only screen and (max-width: 749px){.custom-quiz__start{width:100%;min-width:auto;padding:16px 24px;font-size:1rem}.custom-quiz__welcome-text{font-size:1.1rem;margin-bottom:30px}}.custom-quiz__question{text-align:center;opacity:0;transform:translateY(30px);transition:all .5s cubic-bezier(.4,0,.2,1)}.custom-quiz__question.active{opacity:1;transform:translateY(0)}.custom-quiz__question-title{font-size:2rem;color:rgb(var(--color-foreground, 18, 18, 18));margin-bottom:40px;font-weight:600;line-height:1.3;max-width:600px;margin-left:auto;margin-right:auto}@media only screen and (max-width: 749px){.custom-quiz__question-title{font-size:1.4rem;margin-bottom:30px}}.custom-quiz__answers{display:flex;flex-direction:column;gap:16px;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}@media only screen and (min-width: 750px){.custom-quiz__answers{gap:20px}}.custom-quiz__answer{padding:20px 24px;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid rgba(var(--color-foreground, 18, 18, 18),.12);background-color:rgb(var(--color-background, 255, 255, 255));color:rgb(var(--color-foreground, 18, 18, 18));font-size:1.8rem;font-weight:500;min-height:60px;display:flex;align-items:center;justify-content:center;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;border-radius:12px;cursor:pointer;position:relative;overflow:hidden}.custom-quiz__answer:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(102,126,234,.1),transparent);transition:left .4s ease}.custom-quiz__answer:hover:before{left:100%}.custom-quiz__answer:hover,.custom-quiz__answer:focus{border-color:#009edd;background:linear-gradient(135deg,#667eea14,#764ba214);color:#009edd;transform:translateY(-3px);box-shadow:0 8px 25px #667eea26}.custom-quiz__answer:active{transform:translateY(-1px)}@media only screen and (max-width: 749px){.custom-quiz__answer{padding:16px 20px;min-height:56px;font-size:.95rem}}.custom-quiz__controls{text-align:center;margin-top:40px;padding-top:30px;border-top:1px solid rgba(var(--color-foreground, 18, 18, 18),.08)}.custom-quiz__restart{display:inline-flex;align-items:center;gap:10px;padding:12px 20px;background:transparent;border:1px solid rgba(var(--color-foreground, 18, 18, 18),.2);color:rgba(var(--color-foreground, 18, 18, 18),.7);border-radius:8px;font-size:1.5rem;font-weight:500;cursor:pointer;transition:all .3s ease}.custom-quiz__restart:hover{background:rgba(var(--color-foreground, 18, 18, 18),.05);border-color:rgba(var(--color-foreground, 18, 18, 18),.3);color:rgb(var(--color-foreground, 18, 18, 18))}.custom-quiz__restart:before{content:"\21bb";font-size:1.2em;font-weight:600}.custom-quiz__question.fade-out{opacity:0;transform:translateY(-30px)}.custom-quiz__question.fade-in{opacity:1;transform:translateY(0)}.custom-quiz__answer.loading{opacity:.6;cursor:not-allowed;pointer-events:none;background:rgba(var(--color-foreground, 18, 18, 18),.03)}.custom-quiz__answer.loading:after{content:"";width:18px;height:18px;margin-left:12px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.custom-quiz__error{background:linear-gradient(135deg,#ffebee,#fce4ec);border:1px solid #e57373;color:#c62828;padding:20px;border-radius:12px;margin-bottom:24px;text-align:center;font-size:.95rem;font-weight:500}@media only screen and (max-width: 480px){.custom-quiz__container{padding:25px 16px;margin:0 16px;border-radius:12px}.custom-quiz__question-title{font-size:1.25rem;margin-bottom:25px}.custom-quiz__answers{gap:14px}.custom-quiz__answer{padding:14px 16px;font-size:.9rem;min-height:52px}.custom-quiz__welcome-text{font-size:1rem}.custom-quiz__start{padding:14px 20px;font-size:.95rem}}@media (prefers-contrast: high){.custom-quiz__answer{border-width:3px}.custom-quiz__progress-fill{border:2px solid rgb(var(--color-foreground, 18, 18, 18))}.custom-quiz__start{border:2px solid rgba(255,255,255,.3)}}@media (prefers-reduced-motion: reduce){.custom-quiz__question,.custom-quiz__answer,.custom-quiz__progress-fill,.custom-quiz__start{transition:none}.custom-quiz__answer:hover,.custom-quiz__start:hover{transform:none}.custom-quiz__answer:before,.custom-quiz__start:before{display:none}@keyframes spin{0%,to{transform:rotate(0)}}}
/*# sourceMappingURL=/cdn/shop/t/35/assets/custom-quiz.css.map */
