.Choice.svelte-12rloh9{border-radius:var(--aq-radius-sm);background:var(--aq-surface);width:100%;min-height:40px;color:var(--aq-ink);text-align:center;transition:transform var(--dur-hover) ease, box-shadow var(--dur-hover) ease;border:0;justify-content:center;align-items:center;padding:5px 46px;font-size:15.5px;font-weight:800;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 5px #221d3324}.Choice.is-idle.svelte-12rloh9:hover{box-shadow:var(--aq-shadow-pop);transform:translateY(-1px)}.Choice.is-idle.svelte-12rloh9:active{transform:translateY(0)}.Choice.svelte-12rloh9:disabled{cursor:default}.Choice.is-locked.svelte-12rloh9,.Choice.is-dimmed.svelte-12rloh9{opacity:.55;transition:opacity var(--dur-fade) ease}.Choice__sweep.svelte-12rloh9{background:var(--tint-bg,var(--aq-primary-soft));width:0;animation:aq-sweep calc(var(--dur-stage) + var(--dur-fade)) ease-in-out forwards;z-index:0;position:absolute;inset:0 auto 0 0}.isInstant.svelte-12rloh9 .Choice__sweep:where(.svelte-12rloh9){display:none}.Choice.is-correct-selected.svelte-12rloh9,.Choice.is-incorrect-selected.svelte-12rloh9{transition:background-color var(--dur-fade) ease var(--dur-stage), color var(--dur-fade) ease var(--dur-stage)}.Choice.is-correct-selected.svelte-12rloh9{background:var(--aq-correct);color:#fff;animation:aq-pop var(--dur-stage) cubic-bezier(.33, 0, .2, 1) var(--dur-stage)}.Choice.is-incorrect-selected.svelte-12rloh9{background:var(--aq-wrong);color:#fff;animation:aq-shake var(--dur-stage) cubic-bezier(.33, 0, .2, 1) var(--dur-stage)}.Choice.is-correct-unselected.svelte-12rloh9{background:var(--aq-correct);color:#fff;transition:background-color var(--dur-fade) ease calc(2 * var(--dur-stage)), color var(--dur-fade) ease calc(2 * var(--dur-stage));animation:aq-pop var(--dur-stage) cubic-bezier(.33, 0, .2, 1) calc(2 * var(--dur-stage))}.Choice.isInstant.svelte-12rloh9{transition:none;animation:none}.Choice__badge.svelte-12rloh9{width:30px;height:30px;color:var(--aq-ink);z-index:1;background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:800;display:flex;position:absolute;top:50%;left:8px;translate:0 -50%;box-shadow:0 1px 3px #221d332e}.Choice.is-correct-selected.svelte-12rloh9 .Choice__badge:where(.svelte-12rloh9),.Choice.is-correct-unselected.svelte-12rloh9 .Choice__badge:where(.svelte-12rloh9){color:var(--aq-correct);transition:background-color var(--dur-fade) ease var(--dur-stage), color var(--dur-fade) ease var(--dur-stage);background:#fff}.Choice.is-correct-unselected.svelte-12rloh9 .Choice__badge:where(.svelte-12rloh9){transition-delay:calc(2 * var(--dur-stage))}.Choice.is-incorrect-selected.svelte-12rloh9 .Choice__badge:where(.svelte-12rloh9){color:var(--aq-wrong);transition:background-color var(--dur-fade) ease var(--dur-stage), color var(--dur-fade) ease var(--dur-stage);background:#fff}.Choice.is-correct-selected.svelte-12rloh9 .Choice__badge:where(.svelte-12rloh9),.Choice.is-incorrect-selected.svelte-12rloh9 .Choice__badge:where(.svelte-12rloh9){animation:aq-badge-turn var(--dur-stage) ease var(--dur-stage) backwards}.Choice.is-correct-unselected.svelte-12rloh9 .Choice__badge:where(.svelte-12rloh9){animation:aq-badge-turn var(--dur-stage) ease calc(2 * var(--dur-stage)) backwards}.Choice.isInstant.svelte-12rloh9 .Choice__badge:where(.svelte-12rloh9){transition:none;animation:none}.Choice__spinner.svelte-12rloh9{border:3px solid #0000;border-left-color:var(--tint-deep,var(--aq-primary));border-radius:50%;width:20px;height:20px;animation:1s ease-in-out infinite aq-spin}.Choice__value.svelte-12rloh9{z-index:1;line-height:1.25;position:relative}.Choice.svelte-12rloh9[data-pending] .Choice__badge:where(.svelte-12rloh9){color:#0000}.Choice.svelte-12rloh9[data-pending] .Choice__badge:where(.svelte-12rloh9):after{content:"";border:3px solid #0000;border-left-color:var(--tint-deep,var(--aq-primary));border-radius:50%;animation:1s ease-in-out infinite aq-spin;position:absolute;inset:5px}.Confetti.svelte-1h1x7di{pointer-events:none;z-index:3;height:0;position:absolute;inset:0 0 auto;overflow:visible}.Confetti__piece.svelte-1h1x7di{opacity:0;border-radius:2px;animation-name:aq-confetti-fall;animation-timing-function:ease-in;animation-fill-mode:forwards;position:absolute;top:0}.Results.svelte-h294ze{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:26px 14px 18px;display:flex}.Results__emoji.svelte-h294ze{font-size:42px}.Results__title.svelte-h294ze{font-family:var(--aq-font-body);margin:0;font-size:28px;font-weight:800}.Results__grade.svelte-h294ze{color:var(--aq-ink-soft);margin:0}.Results__stats.svelte-h294ze{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:8px;display:flex}.Results__stat.svelte-h294ze{background:var(--aq-surface);border-radius:var(--aq-radius-sm);flex-direction:column;min-width:80px;padding:10px 14px;display:flex;box-shadow:0 1px 3px #221d3314}.Results__stat.svelte-h294ze strong:where(.svelte-h294ze){color:var(--tint-deep,var(--aq-primary-deep));font-size:20px}.Results__stat.svelte-h294ze span:where(.svelte-h294ze){color:var(--aq-ink-soft);text-transform:uppercase;letter-spacing:.05em;font-size:12px}.Results__actions.svelte-h294ze{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:12px;display:flex}.Results__primary.svelte-h294ze{border-radius:var(--aq-radius-pill);background:var(--aq-cta-bg);color:var(--aq-cta-ink);border:0;padding:12px 22px;font-size:15px;font-weight:800}.Results__primary.svelte-h294ze:hover{filter:brightness(1.3)}.Results__secondary.svelte-h294ze{border-radius:var(--aq-radius-pill);background:var(--aq-surface);color:var(--aq-ink);border:0;padding:12px 18px;font-size:15px;font-weight:800;text-decoration:none;box-shadow:0 1px 3px #221d331a}.Results__secondary.svelte-h294ze:hover{box-shadow:var(--aq-shadow-pop);text-decoration:none}.Results__hint.svelte-h294ze{color:var(--aq-ink-soft);margin:8px 0 0;font-size:13px}.QuizBox.svelte-13o1s9o{background:var(--tint-bg,var(--aq-primary-soft));border-radius:var(--aq-radius);padding:12px 12px 10px;position:relative;overflow:hidden}@media screen and (width>=768px){.QuizBox.svelte-13o1s9o{padding:20px 24px 14px}}.QuizBox__swap.svelte-13o1s9o{display:grid}.QuizBox__scene.svelte-13o1s9o{grid-area:1/1;min-width:0}.QuizBox__imageWrap.svelte-13o1s9o{border-radius:var(--aq-radius) var(--aq-radius) 0 0;aspect-ratio:16/5.5;background:#ffffff80;margin:-12px -12px 0;position:relative;overflow:hidden}@media screen and (width>=768px){.QuizBox__imageWrap.svelte-13o1s9o{margin:-20px -24px 0}}.QuizBox__image.svelte-13o1s9o{object-fit:cover;width:100%;height:100%}.QuizBox__label.svelte-13o1s9o{background:var(--aq-cta-bg);color:var(--aq-cta-ink);border-radius:0 0 var(--aq-radius-sm) 0;padding:6px 12px;font-size:13px;font-weight:800;position:absolute;top:0;left:0}.QuizBox__title.svelte-13o1s9o{font-family:var(--aq-font-body);text-align:center;color:var(--aq-ink);min-height:55px;margin:14px 6px 16px;font-size:21px;font-weight:800;line-height:1.3}@media screen and (width>=768px){.QuizBox__title.svelte-13o1s9o{font-size:24px}}.QuizBox__options.svelte-13o1s9o{flex-direction:column;display:flex;position:relative}.QuizBox__options.is-collapsed.svelte-13o1s9o{min-height:93px}.QuizBox__opt.svelte-13o1s9o{min-width:0}.QuizBox__opt.svelte-13o1s9o+.QuizBox__opt:where(.svelte-13o1s9o){margin-top:13px}.QuizBox__next.svelte-13o1s9o{border-radius:var(--aq-radius-sm);background:var(--aq-cta-bg);width:100%;min-height:48px;color:var(--aq-cta-ink);border:0;justify-content:center;align-items:center;margin-top:10px;font-size:16px;font-weight:800;display:flex}.QuizBox__next.svelte-13o1s9o:hover{filter:brightness(1.25)}.QuizBox__next.svelte-13o1s9o:disabled{opacity:.7}.QuizBox__chips.svelte-13o1s9o{align-items:center;gap:16px;padding:24px 4px 14px;display:flex}.QuizBox__chip.svelte-13o1s9o{color:var(--aq-ink);align-items:center;gap:6px;font-size:17px;font-weight:800;display:inline-flex}.Explain.svelte-1t3a4f4{background:var(--tint-bg,var(--aq-primary-soft));border-radius:var(--aq-radius);padding:18px 18px 14px}.Explain__heading.svelte-1t3a4f4{font-family:var(--aq-font-body);color:var(--aq-ink);margin:0 0 8px;font-size:20px;font-weight:800}.Explain__text.svelte-1t3a4f4{color:var(--aq-ink);margin:0 0 8px;font-size:15px;line-height:1.55}.Explain__source.svelte-1t3a4f4{color:var(--aq-ink-soft);margin:0;font-size:14px}.Explain__source.svelte-1t3a4f4 a:where(.svelte-1t3a4f4){font-weight:800}.Popular.svelte-34xd6e{padding:4px 0 8px}.Popular__heading.svelte-34xd6e{font-family:var(--aq-font-body);color:var(--aq-ink);margin:0 0 10px;font-size:20px;font-weight:800}.Popular__rows.svelte-34xd6e{flex-direction:column;gap:10px;display:flex}.Popular__rowWrap.svelte-34xd6e{align-items:center;display:flex;position:relative}.Popular__row.svelte-34xd6e{border:1.5px solid var(--aq-border);border-radius:var(--aq-radius-pill);background:var(--aq-surface);min-height:44px;color:var(--aq-ink);flex:auto;justify-content:space-between;align-items:center;gap:10px;padding:8px 16px;font-size:14.5px;font-weight:800;display:flex;position:relative;overflow:hidden}.Popular__row.isCorrect.svelte-34xd6e{border-color:var(--aq-correct);background:var(--aq-correct-bg)}.Popular__row.isWrong.svelte-34xd6e{border-color:var(--aq-wrong);background:var(--aq-wrong-bg)}.Popular__fill.svelte-34xd6e{opacity:.07;background:currentColor;transition:width .7s cubic-bezier(.22,1,.36,1);position:absolute;inset:0 auto 0 0}.Popular__value.svelte-34xd6e,.Popular__pct.svelte-34xd6e{z-index:1;position:relative}.Popular__pct.svelte-34xd6e{color:var(--aq-ink-soft)}.Popular__badge.svelte-34xd6e{color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:26px;height:26px;margin-left:8px;font-size:13px;font-weight:900;display:flex}.Popular__badge.isCorrect.svelte-34xd6e{background:var(--aq-correct)}.Popular__badge.isWrong.svelte-34xd6e{background:var(--aq-wrong)}.Modal.svelte-11eqsx1{z-index:50;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.Modal__scrim.svelte-11eqsx1{background:#17131f8c;position:absolute;inset:0}.Modal__card.svelte-11eqsx1{text-align:center;background:var(--aq-surface);border-radius:var(--aq-radius);width:100%;max-width:420px;box-shadow:var(--aq-shadow-pop);flex-direction:column;align-items:center;gap:10px;padding:28px 22px 20px;display:flex;position:relative}.Modal__emoji.svelte-11eqsx1{font-size:40px}.Modal__title.svelte-11eqsx1{margin:0;font-size:25px}.Modal__copy.svelte-11eqsx1{color:var(--aq-ink-soft);margin:0;font-size:15px}.Modal__form.svelte-11eqsx1{flex-wrap:wrap;justify-content:center;gap:8px;width:100%;margin-top:6px;display:flex}.Modal__form.svelte-11eqsx1 input:where(.svelte-11eqsx1){border:1.5px solid var(--aq-border);border-radius:var(--aq-radius-sm);font:inherit;flex:190px;padding:12px 14px}.Modal__submit.svelte-11eqsx1{border-radius:var(--aq-radius-pill);background:var(--aq-cta-bg);color:var(--aq-cta-ink);border:0;padding:12px 18px;font-size:15px;font-weight:800}.Modal__submit.svelte-11eqsx1:hover{filter:brightness(1.3)}.Modal__error.svelte-11eqsx1{color:var(--aq-wrong);margin:0;font-size:14px}.Modal__skip.svelte-11eqsx1{color:var(--aq-ink-soft);background:0 0;border:0;margin-top:6px;font-size:14px;font-weight:700;text-decoration:underline}.Modal__skip.svelte-11eqsx1:hover{color:var(--aq-primary)}.QuizPage.svelte-1pxvzfg{background:linear-gradient(to bottom, var(--tint-bg,transparent) 0, transparent 480px)}.QuizPage__layout.svelte-1pxvzfg{gap:24px;padding-top:4px;display:flex}.QuizPage__main.svelte-1pxvzfg{flex-direction:column;flex:auto;gap:16px;min-width:0;max-width:728px;margin-inline:auto;display:flex}.QuizPage__belowCard.svelte-1pxvzfg{flex-direction:column;gap:16px;display:flex}.QuizPage__belowCard.svelte-1pxvzfg>[data-ad-position=in_content]{margin-top:16px}.QuizPage__rail.svelte-1pxvzfg{display:none}@media screen and (width>=948px){.QuizPage__rail.svelte-1pxvzfg{flex:0 0 300px;padding-top:16px;display:block}}.QuizPage__related.svelte-1pxvzfg{margin-top:16px}.QuizPage__related.svelte-1pxvzfg h2:where(.svelte-1pxvzfg){font-size:24px}.QuizPage__relatedGrid.svelte-1pxvzfg{grid-template-columns:1fr;gap:18px;display:grid}@media screen and (width>=640px){.QuizPage__relatedGrid.svelte-1pxvzfg{grid-template-columns:repeat(3,1fr)}}
