@import"https://fonts.googleapis.com/css2?family=Festive&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;font-size:1rem;line-height:1.6;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;background:#020617;color:#f0f0f0}h1,h2,h3,h4,h5,h6{font-family:Festive,sans-serif}.game[data-v-9e348a2f]{display:flex;flex-direction:column;align-items:center;gap:1rem;justify-content:center;min-height:100dvh;width:100vw;overflow:auto}.game>*[data-v-9e348a2f]{flex-shrink:0}.game svg[data-v-9e348a2f]{height:320px;width:320px}.game h1[data-v-9e348a2f]{font-size:4rem;margin:0}.game h2[data-v-9e348a2f],.game h3[data-v-9e348a2f]{font-family:Inter,sans-serif;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.game h2.hidden[data-v-9e348a2f],.game h3.hidden[data-v-9e348a2f]{opacity:0}.game .circle[data-v-9e348a2f]{fill:transparent;stroke-width:10px;stroke:transparent;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.game .circle.full[data-v-9e348a2f]{fill:#eab308;stroke:#eab308}.game .circle.selected[data-v-9e348a2f]{fill:#c2410c;stroke:#c2410c}.game .circle.empty[data-v-9e348a2f]{fill:transparent;stroke:#eab308}.game .circle.highlighted[data-v-9e348a2f]{stroke:#15803d}.game .button[data-v-9e348a2f]{padding:1rem 2rem;font-size:1.5rem;background-color:#eab308;color:#fff;border:none;border-radius:5px;cursor:pointer;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.game .button.small[data-v-9e348a2f]{padding:.5rem 1rem;font-size:1rem}.game .button.switch-bot[data-v-9e348a2f]{background-color:#c2410c}.game .button.disabled[data-v-9e348a2f]{background-color:#ccc;cursor:not-allowed}
