@import"https://fonts.googleapis.com/css2?family=Bungee&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--theme-bodyBg: #222;--theme-canvasBg: #111;--theme-scoreBg: #B34A42;--theme-scoreBorder: #000000;--theme-scoreLabelBg: #E77575;--theme-scoreText: #fff}html,body{width:100dvw;height:100dvh;overflow:hidden;background:var(--theme-bodyBg);touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}#game{display:block;width:100dvw;height:100dvh;background:var(--theme-canvasBg)}.score-display{position:fixed;top:3.68%;left:20px;width:29.54%;min-height:6.73%;background:var(--theme-scoreBg);padding:0;border-radius:24px;border:2px solid var(--theme-scoreBorder);box-shadow:0 4px 0 0 var(--theme-scoreBorder);font-family:Bungee,Arial Black,sans-serif;color:var(--theme-scoreText);z-index:100;display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;gap:0;box-sizing:border-box;overflow:hidden}.score-label{font-size:.9rem;font-weight:400;text-transform:uppercase;letter-spacing:1px;padding:6px 12px;text-align:center;background:var(--theme-scoreLabelBg)}.score-value{font-size:1.8rem;font-weight:400;line-height:1;padding:6px 12px;text-align:center;display:block}
