.ms-quiz__open{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.25rem;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:linear-gradient(135deg,#00000008,#0000);cursor:pointer;font-weight:700;transition:transform .12s ease,box-shadow .12s ease}.ms-quiz__open:hover{transform:translateY(-1px);box-shadow:0 10px 24px #0000001a}.ms-quiz__open:active{transform:translateY(0);box-shadow:none}.ms-quiz[hidden]{display:none!important}.ms-quiz{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:grid;place-items:center;padding:1.25rem;background:#0000008c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.ms-quiz__panel{width:min(720px,100%);border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 24px 80px #00000059;position:relative}.ms-quiz__header{padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;background:radial-gradient(circle at top left,rgba(0,0,0,.06),transparent 45%),radial-gradient(circle at top right,rgba(0,0,0,.05),transparent 55%);border-bottom:1px solid rgba(0,0,0,.08)}.ms-quiz__title{display:flex;flex-direction:column;gap:.2rem}.ms-quiz__title strong{font-size:1.05rem;line-height:1.2}.ms-quiz__meta{font-size:.9rem;opacity:.8;display:flex;gap:.75rem;flex-wrap:wrap}.ms-quiz__close{border:0;background:#0000000f;border-radius:999px;width:42px;height:42px;cursor:pointer;display:grid;place-items:center;font-size:1.1rem;transition:transform .12s ease,background .12s ease}.ms-quiz__close:hover{background:#0000001a;transform:rotate(6deg)}.ms-quiz__body{padding:1.25rem}.ms-quiz__progressWrap{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.ms-quiz__progress{flex:1;height:10px;background:#00000014;border-radius:999px;overflow:hidden}.ms-quiz__bar{height:100%;width:0%;background:linear-gradient(90deg,#000000bf,#00000059);border-radius:999px;transition:width .25s ease}.ms-quiz__chip{font-size:.85rem;padding:.35rem .6rem;border-radius:999px;border:1px solid rgba(0,0,0,.1);background:#00000008;white-space:nowrap}.ms-quiz__question{font-size:1.2rem;line-height:1.35;margin:.25rem 0 1rem;font-weight:800}.ms-quiz__answers{display:grid;grid-template-columns:1fr;gap:.75rem}@media (min-width: 640px){.ms-quiz__answers{grid-template-columns:1fr 1fr}}.ms-quiz__answer{padding:1rem;border-radius:18px;border:1px solid rgba(0,0,0,.12);background:#fff;cursor:pointer;font-weight:700;text-align:left;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease;position:relative;overflow:hidden}.ms-quiz__answer:hover{transform:translateY(-1px);box-shadow:0 12px 30px #0000001a}.ms-quiz__answer:disabled{cursor:not-allowed;opacity:.75}.ms-quiz__answer:after{content:"";position:absolute;top:-30%;right:-60%;bottom:-30%;left:-60%;transform:rotate(12deg);background:radial-gradient(circle,rgba(0,0,0,.06),transparent 55%);opacity:0;transition:opacity .12s ease}.ms-quiz__answer:hover:after{opacity:1}.ms-quiz__feedback{margin-top:1rem;padding:.85rem 1rem;border-radius:16px;border:1px solid rgba(0,0,0,.1);background:#00000008;display:none;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.ms-quiz__feedback.is-show{display:flex}.ms-quiz__feedback strong{font-weight:900}.ms-quiz__next{border:0;border-radius:999px;padding:.85rem 1.25rem;cursor:pointer;background:#fbbb23;color:#000;font-weight:800;transition:transform .12s ease,box-shadow .12s ease,background-color .12s ease}.ms-quiz__next:hover{background:#f2ad00;transform:translateY(-1px);box-shadow:0 10px 26px #0000002e}.ms-quiz__next:active{transform:translateY(0);box-shadow:none}.ms-quiz__shake{animation:msShake .28s ease-in-out 0s 1}@keyframes msShake{0%{transform:translate(0)}25%{transform:translate(-6px)}50%{transform:translate(6px)}75%{transform:translate(-4px)}to{transform:translate(0)}}.ms-quiz__pulse{animation:msPulse .32s ease-out 0s 1}@keyframes msPulse{0%{transform:scale(1)}45%{transform:scale(1.02)}to{transform:scale(1)}}.ms-quiz__footer{padding:1rem 1.25rem 1.25rem;border-top:1px solid rgba(0,0,0,.08);display:flex;gap:.75rem;flex-wrap:wrap;justify-content:space-between;align-items:center}.ms-quiz__ghost{border:1px solid rgba(0,0,0,.14);background:#fff;border-radius:999px;padding:.75rem 1rem;cursor:pointer;font-weight:800}.ms-quiz__primary{border:0;background:#000000e6;color:#fff;border-radius:999px;padding:.75rem 1rem;cursor:pointer;font-weight:900}.ms-quiz__codeBox{display:grid;gap:.75rem;padding:1rem;border-radius:18px;border:1px dashed rgba(0,0,0,.25);background:#00000008;margin-top:1rem}.ms-quiz__code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1.2rem;font-weight:900;letter-spacing:.08em}.ms-quiz__toast{position:absolute;left:50%;bottom:16px;transform:translate(-50%);padding:.75rem 1rem;border-radius:999px;background:#000000e0;color:#fff;font-weight:800;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease}.ms-quiz__toast.is-show{opacity:1;transform:translate(-50%) translateY(-6px)}.ms-quiz__canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;background:transparent}.ms-quiz__result{padding:1.25rem;border-radius:16px;margin-top:1rem;transition:background-color .25s ease,color .25s ease}.ms-quiz__result.is-win{background:#3bd671;color:#000}.ms-quiz__result.is-lose{background:#e53935;color:#fff}.ms-quiz__result.is-win p,.ms-quiz__result.is-win div{color:#000}.ms-quiz__result.is-lose p,.ms-quiz__result.is-lose div{color:#fff}.ms-quiz__feedback.is-correct{background:#1641941a!important;color:#164194!important;border-color:#16419440!important}.ms-quiz__feedback.is-wrong{background:#e53935;color:#fff;border-color:#ffffff47}.ms-quiz__feedback.is-correct strong,.ms-quiz__feedback.is-correct div{color:#000}.ms-quiz__feedback.is-wrong strong,.ms-quiz__feedback.is-wrong div{color:#fff}.ms-quiz__title>strong{font-size:1.35rem;font-weight:800;letter-spacing:.2px}.ms-quiz__header{padding-bottom:.75rem}.ms-quiz__chip{font-size:1.5rem;padding:.55rem 1rem;border-radius:999px;font-weight:700;line-height:1.2}.ms-quiz__meta{gap:.6rem}.ms-quiz__title{display:flex;flex-direction:column;gap:1rem}.ms-quiz-intro{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0;flex-wrap:nowrap}.ms-quiz-intro__text{flex:1 1 auto;min-width:0}.ms-quiz-intro__text h2{margin:0 0 .25rem}.ms-quiz-intro__text .rte{margin:0}.ms-quiz-intro__cta{flex:0 0 auto;display:flex;align-items:center}.ms-quiz-intro__cta .ms-quiz__open{white-space:nowrap;padding:1rem 2.5rem;font-size:1.2rem;font-weight:400;border-radius:999px;text-align:center;width:auto;min-width:260px;max-width:100%}@media (max-width: 768px){.ms-quiz-intro{flex-direction:column;align-items:stretch;gap:.75rem;padding:.5rem 0}.ms-quiz-intro__cta,.ms-quiz-intro__cta .ms-quiz__open{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/machsport-quiz.css.map */
