:root{--primary-color: #ff00de;--secondary-color: #00ffcc;--bg-color-start: #4fc3f7;--bg-color-end: #81d4fa;--glass-bg: rgba(255, 255, 255, .1);--glass-border: rgba(255, 255, 255, .2);--font-main: "Outfit", sans-serif}body{margin:0;overflow:hidden;background:linear-gradient(135deg,var(--bg-color-start),var(--bg-color-end));font-family:var(--font-main);touch-action:none;user-select:none;-webkit-user-select:none}#game-container{position:relative;width:100vw;height:100vh;overflow:hidden}canvas{display:block;width:100%;height:100%;image-rendering:pixelated}#ui-layer{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;display:flex;flex-direction:column;justify-content:center;align-items:center}.glass-panel{background:var(--glass-bg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:20px;padding:2rem;text-align:center;box-shadow:0 8px 32px #0000005e;color:#fff;pointer-events:auto;transition:opacity .3s ease,transform .3s ease}.hidden{opacity:0;pointer-events:none;transform:scale(.9)}.active{opacity:1;pointer-events:auto;transform:scale(1)}#live-hud{position:absolute;top:0;left:0;width:100%;padding:20px;box-sizing:border-box;display:flex;justify-content:space-between;align-items:flex-start;pointer-events:none}.hud-item{color:#fff;text-shadow:0 0 10px rgba(0,0,0,.5);font-weight:900}.hud-item.left{font-size:6.25rem;padding:0;display:flex;align-items:center;gap:5px;text-shadow:4px 4px 8px rgba(0,0,0,.8)}.hud-icon-img{width:100px;height:100px;object-fit:contain;filter:drop-shadow(0 0 10px rgba(0,0,0,.8));margin-right:-25px}.hud-x{font-size:4rem;margin-bottom:10px;color:#ffde00;text-shadow:2px 2px 4px black}.hud-item.right{font-size:6.25rem;text-shadow:4px 4px 8px rgba(0,0,0,.8),0 0 20px var(--primary-color)}.stats-grid{display:flex;justify-content:space-around;align-items:center;width:100%;margin:20px 0;gap:20px}.stat-box{display:flex;flex-direction:column;align-items:center}.stat-label{font-size:1rem;opacity:.8;letter-spacing:1px;margin-bottom:5px}.stat-value{font-size:3rem;font-weight:900;line-height:1;text-shadow:0 0 10px rgba(255,255,255,.5)}.stat-best{font-size:.9rem;opacity:.6;margin-top:5px}.stat-divider{width:2px;height:60px;background:#fff3}h1{font-size:3rem;margin:0 0 1rem;background:linear-gradient(to right,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-transform:uppercase;letter-spacing:2px}h2{font-size:2.5rem;color:#f44;text-shadow:0 0 10px rgba(255,0,0,.5);margin-top:0}.glow-button{background:linear-gradient(45deg,var(--primary-color),#7000ff);border:none;padding:15px 40px;border-radius:50px;color:#fff;font-size:1.5rem;font-weight:700;cursor:pointer;box-shadow:0 0 20px #ff00de80;transition:transform .1s;margin-top:20px;font-family:var(--font-main)}.glow-button:active{transform:scale(.95)}.score-display{font-size:1.5rem;margin:10px 0;color:#ddd}span{font-weight:700;color:#fff}.tutorial-hand{font-size:3rem;animation:bounce 1.5s infinite;margin-top:10px}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.ad-banner{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:320px;height:50px;background:#333;z-index:1000;display:flex;justify-content:center;align-items:center;box-shadow:0 -2px 10px #00000080;box-sizing:border-box}.ad-interstitial{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;z-index:2000;flex-direction:column;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.ad-interstitial.flex{display:flex}.ad-content{text-align:center;background:#fff;padding:20px;border-radius:10px;max-width:90%}.ad-placeholder{background:#eee;color:#555;padding:20px;border:2px dashed #999;font-family:monospace;margin-bottom:10px}.ad-placeholder.large{width:300px;height:250px;display:flex;flex-direction:column;justify-content:center;align-items:center}#close-ad-btn{background:red;color:#fff;border:none;padding:10px 20px;font-size:1.2rem;font-weight:700;cursor:pointer;border-radius:5px}
