:root{--bg: #222222;--text: #cccccc;--red: #d06060;--yellow: #f0bd62;--green: #6ead54;--blue: #5eb3e2;--purple: #8d75cd;--shadow: rgba(0, 0, 0, .6);--font: -apple-system, blinkmacsystemfont, segoe ui, roboto, oxygen-sans, ubuntu, cantarell, helvetica neue, sans-serif;--font-l: 3.2rem;--font-m: 2rem;--font-s: 1.2rem;--font-xs: .72rem}*{box-sizing:border-box;animation-timing-function:ease-out;transition-timing-function:ease-out}:root{color-scheme:dark}html,body{padding:0;margin:0}html{background:var(--bg);color:var(--text);font-family:var(--font);line-height:1.3;font-weight:700;touch-action:none}p{margin:0}a{text-decoration:none;color:var(--red);transition:transform .2s}@media (hover: hover){a:hover{transform:scale(1.1)}}button{font-size:inherit;font-family:inherit;font-weight:inherit;color:inherit;text-shadow:inherit;background:none;box-shadow:none;border:none;padding:0;cursor:pointer}svg text{fill:currentColor;user-select:none}#gameView{display:block;margin:0 auto;max-width:100vw;max-height:100vh}#gameView.-gameOver{animation:3.8s gameOverBlur;animation-fill-mode:both}@keyframes gameOverBlur{to{filter:blur(.1rem) grayscale(50%) opacity(50%)}}.gameContainer{font-size:var(--font-m)}.gamePiece{cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform .2s}.gamePiece:active{transform:scale(.9)}@media (hover: hover){.gamePiece:not(:active):hover{transform:scale(1.1)}}.gamePiece.-red circle{fill:var(--red)}.gamePiece.-yellow circle{fill:var(--yellow)}.gamePiece.-green circle{fill:var(--green)}.gamePiece.-blue circle{fill:var(--blue)}.gamePiece.-purple circle{fill:var(--purple)}.gamePiece text{fill:#000;opacity:.33;pointer-events:none}.gameScore{margin-left:var(--font-s)}.gameOverScreen{position:fixed;inset:0;padding-top:8rem;animation:2.3s floatIn}.gameOverScreen_text{display:flex;flex-direction:column;align-items:center;gap:var(--font-xs);text-align:center;text-shadow:0 .1em .05em var(--shadow);user-select:none}.gameOverScreen_title{font-size:var(--font-l)}.gameOverScreen button{animation:2.3s floatIn;animation-fill-mode:backwards;animation-delay:.5s;transition:transform .2s}@media (hover: hover){.gameOverScreen button:hover{transform:scale(1.1)}}.gameOverScreen_congrats{margin-top:var(--font-m);display:flex;flex-direction:column;gap:var(--font-xs);border:.1rem solid;border-radius:var(--font-m);padding:var(--font-s) var(--font-m);box-shadow:0 .1em .05em var(--shadow);background-color:var(--shadow);font-size:var(--font-s);text-align:justify;color:var(--yellow);animation:2.3s floatIn;animation-fill-mode:backwards;animation-delay:.8s}@keyframes floatIn{0%{opacity:0;transform:translateY(var(--font-s))}to{opacity:1;transform:translateY(0)}}
