#screen-game{padding:0;justify-content:stretch;gap:0}.game-shell{display:flex;flex-direction:column;width:100%;height:100%}.hud{display:flex;justify-content:space-between;align-items:flex-start;padding:calc(14px + var(--safe-top)) calc(16px + var(--safe-right)) 12px calc(16px + var(--safe-left));flex-shrink:0;z-index:10;gap:8px}.hud-stat--lives{display:flex;align-items:center;gap:6px;padding-top:14px}.life-heart{width:clamp(24px,5.2vw,33px);height:clamp(24px,5.2vw,33px);filter:drop-shadow(0 2px 3px rgba(0,0,0,.35))}#screen-game .hud-badge{min-width:124px;padding:10px 20px 14px}#screen-game .hud-label{font-size:.8rem}#screen-game .hud-value{font-size:clamp(1.4rem,5vw,1.9rem)}.countdown-number{font-family:MMSerif,Georgia,serif;font-weight:900;font-size:clamp(6rem,30vw,12rem);color:var(--color-ink);-webkit-text-stroke:10px var(--color-white);paint-order:stroke fill;text-shadow:0 0 40px rgba(255,199,44,.9)}.playfield-wrap{flex:1;display:flex;justify-content:center;min-height:0;padding:0 calc(8px + var(--safe-right)) calc(8px + var(--safe-bottom)) calc(8px + var(--safe-left))}#playfield{position:relative;width:100%;max-width:900px;height:100%;overflow:hidden;touch-action:none;-webkit-user-select:none;user-select:none}@media(orientation:landscape)and (max-height:500px){.hud{padding-top:calc(6px + var(--safe-top));padding-bottom:6px}#screen-game .hud-badge{min-width:84px;padding:4px 12px 8px}#screen-game .hud-value{font-size:1rem}#screen-game .hud-label{font-size:.6rem}}.falling-el{position:absolute;top:0;left:0;width:clamp(64px,10.5vw,104px);height:clamp(64px,10.5vw,104px);display:flex;align-items:center;justify-content:center;will-change:transform;cursor:pointer;filter:drop-shadow(0 4px 8px rgba(0,0,0,.35))}.falling-el[data-kind=danger]{width:clamp(72px,11.8vw,116px);height:clamp(72px,11.8vw,116px)}.falling-el.is-popping{pointer-events:none}.falling-el-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.falling-el.is-popping .falling-el-inner{animation:pop-out .18s ease-out forwards}@keyframes pop-out{to{transform:scale(1.6);opacity:0}}.falling-el img{width:100%;height:100%;object-fit:contain;pointer-events:none}.catch-splash{position:absolute;width:clamp(90px,16vw,160px);height:clamp(90px,16vw,160px);margin:clamp(-80px,-8vw,-45px) 0 0 clamp(-80px,-8vw,-45px);pointer-events:none;z-index:5;animation:splash-pop .38s ease-out forwards}@keyframes splash-pop{0%{transform:scale(.3);opacity:0}30%{transform:scale(1.05);opacity:1}to{transform:scale(1.3);opacity:0}}.score-popup{position:absolute;font-weight:800;font-size:1.2rem;color:var(--color-white);text-shadow:0 2px 4px rgba(0,0,0,.5);pointer-events:none;animation:float-up .6s ease-out forwards;z-index:6}@keyframes float-up{0%{transform:translateY(0);opacity:1}to{transform:translateY(-40px);opacity:0}}
