button.svelte-ge3mtp{--color: color-mix(in oklab, var(--brand) 50%, #000);--bg: color-mix(in oklab, var(--brand) 3%, #fff);--bg-hover: color-mix(in oklab, var(--brand) 20%, #fff);display:grid;grid-template-columns:2rem auto 1fr;text-align:start;font-size:inherit;gap:.25em .5em;padding:.5em!important;border:1px solid var(--color);color:var(--color)!important;background-color:var(--bg)!important}button.svelte-ge3mtp.selected{outline:2px solid var(--brand)}button.svelte-ge3mtp.incorrect{--brand: #ff66c8 !important}button.svelte-ge3mtp.incorrect:after{content:"✗"}button.svelte-ge3mtp.correct{--brand: #67ff9b !important;opacity:1!important;outline:2px solid var(--brand)}button.svelte-ge3mtp.correct:after{content:"✓"}button.svelte-ge3mtp:hover:not(:disabled){background-color:var(--bg-hover)}button.svelte-ge3mtp img:where(.svelte-ge3mtp){height:2rem;aspect-ratio:1;justify-self:center;border-radius:.5rem}button.svelte-ge3mtp .name:where(.svelte-ge3mtp){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}button[disabled][data-model]{opacity:.75}
