@import"https://fonts.googleapis.com/css2?family=Righteous&display=swap";body{margin:0;overflow:hidden;font-family:Righteous,cursive;touch-action:none;background-color:#000;background-attachment:fixed}#gameContainer{position:relative;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center}canvas{display:block;position:absolute;top:0;left:0}#bgCanvas{z-index:0}#gameCanvas{z-index:1}#uiLayer{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;display:flex;flex-direction:column;justify-content:space-between;padding:20px;box-sizing:border-box;background-color:#0000004d}.hud-panel{display:flex;justify-content:space-between;color:#fff;text-shadow:0 0 10px #fff;font-size:24px;width:100%}#scoreBoard span{color:#0ff}#startScreen,#gameOverScreen{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000d9;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;z-index:10;pointer-events:auto;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}h1{font-size:4rem;margin-bottom:10px;background:linear-gradient(to right,#f0c,#33f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 20px rgba(255,0,204,.5);text-align:center;line-height:1.2}p{font-size:1.2rem;max-width:600px;text-align:center;line-height:1.6;color:#ddd}button{margin-top:30px;padding:15px 40px;font-size:1.5rem;font-family:Righteous,cursive;background:linear-gradient(45deg,#f0c,#33f);border:none;border-radius:50px;color:#fff;cursor:pointer;box-shadow:0 0 20px #f0c9;transition:transform .2s,box-shadow .2s}button:hover{transform:scale(1.05);box-shadow:0 0 30px #ff00cce6}button:active{transform:scale(.95)}.hidden{display:none!important}#nextSporeContainer{position:absolute;bottom:30px;right:30px;text-align:center}#nextSporeContainer .label{margin-bottom:10px;font-size:1rem;opacity:.8;color:#fff;text-shadow:0 0 5px black}#nextSporePreview{width:60px;height:60px;border-radius:50%;background:#fff;margin:0 auto;box-shadow:0 0 20px currentColor;border:2px solid rgba(255,255,255,.5)}
