.qm:not([hidden]){z-index:300;backdrop-filter:blur(3px);background:#0b1f338c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.qm-box{background:var(--surface);border-radius:24px;flex-direction:column;width:min(760px,100%);max-height:min(820px,100dvh - 48px);display:flex;position:relative;overflow:hidden;box-shadow:0 30px 80px #00000059}.qm-progress{background:var(--line-soft);height:4px;position:absolute;top:0;left:0;right:0}.qm-progress span{background:var(--lime);width:0;height:100%;transition:width .3s;display:block}.qm-head{flex:none;align-items:center;gap:14px;padding:18px 20px 14px 28px;display:flex}.qm-label{letter-spacing:.1em;text-transform:uppercase;min-width:0;color:var(--slate);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:12px;font-weight:800;overflow:hidden}.qm-count{color:var(--slate);white-space:nowrap;font-size:13px;font-weight:700}.qm-close{background:var(--mist);width:40px;height:40px;color:var(--navy);cursor:pointer;border:0;border-radius:50%;flex:none;font-size:24px;line-height:1}.qm-close:hover{background:var(--line)}.qm-body{overscroll-behavior:contain;flex:1;min-height:360px;padding:6px 28px 8px;overflow-y:auto}.qm-step{animation:.22s qm-in}@keyframes qm-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.qm-step h2{letter-spacing:-.025em;margin:0 0 6px;font-size:30px;line-height:1.12}.qm-sub{color:var(--slate);margin:0 0 18px;font-size:15px}.qm-step h2+.qm-choices{margin-top:18px}.qm-choices{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.qm-choices.one{grid-template-columns:minmax(0,1fr)}.qm-choices.tiles{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.qm-choices.tiles .qm-choice{min-height:170px;color:var(--navy);justify-content:flex-start;gap:10px;padding:20px 18px}.qm-choices.tiles .qm-choice:after{margin-top:0;top:16px;right:14px}.qm-choices.tiles .qm-choice strong{color:var(--ink)}.qm-ico{width:52px;height:52px;display:block}.qm-ico svg{width:100%;height:100%;display:block}.qm-choice{text-align:left;border:2px solid var(--line);background:var(--surface);min-height:64px;color:var(--ink);font:inherit;cursor:pointer;border-radius:16px;flex-direction:column;align-items:flex-start;gap:3px;padding:14px 44px 14px 16px;transition:border-color .15s,background .15s,transform .15s;display:flex;position:relative}.qm-choice strong{font-size:16px;line-height:1.25}.qm-choice small{color:var(--slate);font-size:13px;line-height:1.4}.qm-choice:after{content:"";border:2px solid var(--input);border-radius:50%;width:20px;height:20px;margin-top:-10px;position:absolute;top:50%;right:14px}.qm-choice:focus-visible{border-color:var(--navy);outline:none}@media (hover:hover){.qm-choice:hover{border-color:var(--navy)}.qm-choices.tiles .qm-choice:hover:not(:disabled){transform:translateY(-2px)}}.qm-choice.on{border-color:var(--navy);background:var(--navy-soft)}.qm-choice.on:after{border-color:var(--navy);background:var(--navy) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d6f23c' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12.5l4 4 8-9'/%3E%3C/svg%3E") center / 14px no-repeat}.qm-choice.right,.qm-choice.wrong{cursor:default}.qm-choice.right{border-color:var(--green);background:var(--green-bg)}.qm-choice.wrong{border-color:var(--red);background:var(--red-bg)}.qm-choice.right:after{border-color:var(--green);background:var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12.5l4 4 8-9'/%3E%3C/svg%3E") center / 14px no-repeat}.qm-choice.wrong:after{border-color:var(--red);background:var(--red) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.2' stroke-linecap='round'%3E%3Cpath d='M7 7l10 10M17 7L7 17'/%3E%3C/svg%3E") center / 12px no-repeat}.qm-foot{border-top:1px solid var(--line-soft);flex:none;justify-content:space-between;align-items:center;gap:12px;padding:14px 28px 20px;display:flex}.qm-back{font:inherit;color:var(--navy);cursor:pointer;background:0 0;border:0;padding:10px 0;font-weight:700}.qm-back[hidden],.qm-next[hidden]{display:none}.qm-foot .spacer{flex:1}html.qm-open{overflow:hidden}@media (width<=640px){.qm:not([hidden]){align-items:flex-end;padding:10px}.qm-box{border-radius:20px;height:min(640px,100dvh - 20px);max-height:calc(100dvh - 20px)}.qm-head{padding:16px 14px 10px 18px}.qm-body{min-height:0;padding:4px 18px 8px}.qm-foot{padding:12px 18px 16px}.qm-foot:not(:has(>:not(.spacer):not([hidden]))){display:none}.qm-step h2{font-size:24px}.qm-choices{grid-template-columns:minmax(0,1fr)}.qm-choices.tiles{grid-template-columns:minmax(0,1fr);gap:10px}.qm-choices.tiles .qm-choice{flex-direction:row;align-items:center;gap:14px;min-height:0;padding:12px 44px 12px 14px}.qm-choices.tiles .qm-choice:after{margin-top:-10px;top:50%}.qm-ico{flex-shrink:0;width:38px;height:38px}}
