.edq{--edq-tint: rgba(74, 144, 226, .3);position:relative;overflow:hidden;background:var(--edim-bg);min-height:100svh;display:grid}.edq-aurora{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(60% 50% at 50% 0%,var(--edq-tint) 0%,transparent 70%),radial-gradient(50% 45% at 85% 90%,rgba(44,90,160,.22) 0%,transparent 70%);filter:blur(10px);transition:background 1s ease}.edq-shell{position:relative;z-index:2;width:100%;max-width:720px;margin:0 auto;padding:clamp(24px,4vw,48px) 24px 44px;display:flex;flex-direction:column;min-height:100svh}.edq-top{margin-bottom:clamp(20px,4vh,44px)}.edq-progress{height:5px;border-radius:99px;overflow:hidden;background:#8ab6f224}.edq-progress i{display:block;height:100%;width:0%;background:linear-gradient(90deg,var(--edim-blue),var(--edim-blue-2),#b7d6ff);box-shadow:0 0 14px #4a90e2a6;border-radius:99px;transition:width .6s ease}.edq-topline{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.edq-count{font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--edim-mut)}.edq-quit{background:none;border:1px solid var(--edim-line);border-radius:99px;color:var(--edim-mut);font-size:.78rem;font-weight:700;padding:6px 14px;cursor:pointer}.edq-quit:hover{color:var(--edim-ink);border-color:var(--edim-blue-2)}.edq-step{display:none;text-align:center;flex:1}.edq-step.active{display:block;animation:edq-in .45s ease both}@keyframes edq-in{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}.edq-title{font-family:Poppins,sans-serif;font-weight:700;color:var(--edim-ink);font-size:clamp(1.5rem,4.6vw,2.2rem);line-height:1.15;letter-spacing:-.02em;margin:0 0 10px;text-wrap:balance}.edq-sub{color:var(--edim-mut);margin:0 0 clamp(22px,4vh,34px);text-wrap:pretty}.edq-orbit{display:flex;justify-content:center;gap:6px;margin-bottom:18px}.edq-orbit img{width:clamp(84px,14vw,120px);height:auto;filter:drop-shadow(0 18px 30px rgba(0,0,0,.5));animation:edq-float 5s ease-in-out infinite}.edq-orbit img:nth-child(1){rotate:-12deg;animation-delay:-1.6s}.edq-orbit img:nth-child(2){translate:0 -10px}.edq-orbit img:nth-child(3){rotate:12deg;animation-delay:-3.2s}@keyframes edq-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.edq-features{list-style:none;margin:0 0 30px;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.edq-features li{font-size:.85rem;font-weight:700;color:var(--edim-ink);border:1px solid var(--edim-line);border-radius:999px;padding:9px 16px;background:#ffffff08}.edq-start{font-size:1.05rem;padding:18px 38px;animation:edq-pulse 3s ease-in-out infinite}@keyframes edq-pulse{0%,to{box-shadow:0 10px 30px #4a90e259}50%{box-shadow:0 14px 44px #4a90e299}}.edq-answers{display:grid;grid-template-columns:1fr 1fr;gap:12px}.edq-option{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:128px;padding:18px 14px;background:#ffffff08;border:1px solid var(--edim-line);border-radius:18px;color:var(--edim-ink);text-align:center;cursor:pointer;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease,background .25s ease}.edq-option:hover{transform:translateY(-3px);border-color:#4a90e28c;box-shadow:0 14px 34px #0a14268c,0 0 18px #4a90e22e}.edq-option:focus-visible{outline:2px solid var(--edim-blue-2);outline-offset:3px}.edq-option.selected{background:linear-gradient(135deg,var(--edim-blue),var(--edim-blue-2));border-color:var(--edim-blue-2);box-shadow:0 16px 38px #4a90e266;transform:translateY(-3px)}.edq-option.selected .o-sub{color:#ffffffd9}.edq-option .o-ico{font-size:2rem;line-height:1}.edq-option .o-title{font-family:Poppins,sans-serif;font-weight:700;font-size:.98rem}.edq-option .o-sub{font-size:.8rem;color:var(--edim-mut)}.edq-nav{display:flex;justify-content:space-between;gap:12px;margin-top:clamp(20px,4vh,34px)}.edq-btn-back,.edq-btn-next{padding:13px 26px;border-radius:999px;font-weight:700;font-size:.95rem;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.edq-btn-back{background:#ffffff0a;color:var(--edim-ink);border:1px solid var(--edim-line)}.edq-btn-back:hover{transform:translateY(-2px);border-color:var(--edim-blue-2)}.edq-btn-next{background:linear-gradient(135deg,var(--edim-blue),var(--edim-blue-2));color:#fff;border:none;margin-left:auto}.edq-btn-next:hover{transform:translateY(-2px);box-shadow:0 10px 26px #4a90e266}.edq-result-title{background:linear-gradient(115deg,#ffffff,#b7d6ff 55%,var(--edim-blue-2));-webkit-background-clip:text;background-clip:text;color:transparent}.edq-product{border:1px solid var(--edim-line);border-radius:24px;padding:clamp(22px,4vw,34px);background:radial-gradient(80% 90% at 50% 0%,rgba(74,144,226,.12) 0%,transparent 70%),#ffffff05;margin-bottom:22px}.edq-product-visual img{width:clamp(150px,30vw,210px);height:auto;filter:drop-shadow(0 26px 44px rgba(0,0,0,.55));animation:edq-float 6s ease-in-out infinite}.edq-product-name{font-family:Poppins,sans-serif;font-weight:700;font-size:1.4rem;color:var(--edim-ink);margin:14px 0 8px}.edq-product-desc{color:var(--edim-mut);margin:0 auto 18px;max-width:46ch}.edq-benefits{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.edq-benefits span{font-size:.8rem;font-weight:700;color:#b7d6ff;border:1px solid rgba(74,144,226,.35);border-radius:999px;padding:7px 13px;background:#4a90e21a}.edq-actions{display:flex;flex-direction:column;gap:11px;align-items:stretch}.edq-cta-sub{font-size:1rem}.edq-cta-x2{padding:15px 26px;border-radius:999px;font-weight:700;font-size:1rem;cursor:pointer;text-align:center;color:var(--edim-ink);border:1px dashed rgba(138,182,242,.55);background:#4a90e21f;transition:transform .25s ease,background .25s ease,border-color .25s ease}.edq-cta-x2:hover{transform:translateY(-2px);background:#4a90e238;border-color:var(--edim-blue-2)}.edq-cta-x2 b{color:#b7d6ff}.edq-cta-solo,.edq-cta-ghost{padding:14px 26px;border-radius:999px;font-weight:700;font-size:.95rem;cursor:pointer;text-align:center;text-decoration:none;background:#ffffff0a;color:var(--edim-ink);border:1px solid var(--edim-line);transition:transform .25s ease,border-color .25s ease}.edq-cta-solo:hover,.edq-cta-ghost:hover{transform:translateY(-2px);border-color:var(--edim-blue-2);color:var(--edim-ink)}.edq-restart{background:none;border:none;color:var(--edim-mut);font-size:.88rem;cursor:pointer;padding:8px;text-decoration:underline}.edq-restart:hover{color:var(--edim-ink)}html.edq-lock,html.edq-lock body{overflow:hidden}.edq.is-takeover{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990;min-height:100dvh;overflow-y:auto;-webkit-overflow-scrolling:touch}.edq.is-takeover .edq-shell{min-height:100dvh}@media(max-width:768px){.edq-shell{padding:20px 18px 34px}.edq-option{min-height:118px;padding:16px 10px}.edq-option .o-ico{font-size:1.8rem}.edq-option .o-title{font-size:.9rem}.edq-option .o-sub{font-size:.74rem}.edq-nav{position:sticky;bottom:0;padding:12px 0 4px;background:linear-gradient(180deg,transparent,var(--edim-bg) 40%)}.edq-btn-back,.edq-btn-next{flex:1}}@media(prefers-reduced-motion:reduce){.edq *,.edq *:before,.edq *:after{animation:none!important;transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/ed-quiz.css.map */
