@import"https://fonts.googleapis.com/css2?family=Bungee&family=Space+Grotesk:wght@500;700&display=swap";:root{color-scheme:light;font-family:Space Grotesk,Segoe UI,sans-serif;--bg-1: #e4c3a5;--bg-2: #d4b190;--ink: #141414}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#app{height:100%;margin:0;padding:0}body{background:#d4b190;overflow:hidden}#app{position:relative;width:100%;height:100%}#game{width:100%;height:100%;display:block;touch-action:none}.score-display{position:fixed;top:clamp(12px,3.2vh,28px);left:clamp(12px,4vw,32px);width:clamp(140px,36vw,220px);min-height:clamp(48px,7vh,64px);background:#b34a42;padding:0;border-radius:20px;border:2px solid #000000;box-shadow:0 4px #000;font-family:Bungee,Arial Black,sans-serif;color:#fff;z-index:100;display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;gap:0;box-sizing:border-box;overflow:hidden}.timer-display{left:auto;right:clamp(12px,4vw,32px)}.timer-display[data-warning=true]{background:#c9302c;animation:timer-pulse .8s ease-in-out infinite}.timer-display[data-warning=true] .score-label{background:#e74c3c}@keyframes timer-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.04);opacity:.95}}.score-label{font-size:clamp(.7rem,2.2vw,.95rem);font-weight:400;text-transform:uppercase;letter-spacing:1px;padding:clamp(6px,1.2vh,10px) clamp(10px,2.4vw,14px);text-align:center;background:#e77575}.score-value{font-size:clamp(1.4rem,4.4vw,2rem);font-weight:400;line-height:1;padding:clamp(6px,1.2vh,12px) clamp(10px,2.4vw,14px);text-align:center;display:block}
