@keyframes subtle-float 0% transform: translateY(0px); 50% transform: translateY(-6px); 100% transform: translateY(0px);
.timer-fill width: 100%; height: 100%; background: #f97316; border-radius: 40px; transition: width 0.03s linear; google sites games
/* game container - perfect for Google Sites embed */ .game-card max-width: 500px; width: 100%; margin: 0 auto; background: rgba(255,255,255,0.75); backdrop-filter: blur(2px); border-radius: 48px; box-shadow: 0 20px 35px -12px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.8); padding: 20px 20px 28px; transition: all 0.2s ease; @keyframes subtle-float 0% transform: translateY(0px)
.score-box .score-value, .best-box .best-value font-size: 1.8rem; font-weight: 800; margin-left: 8px; color: #0f172a; 50% transform: translateY(-6px)
/* game arena (click/tap zone) */ .game-arena background: #1e293b; border-radius: 36px; padding: 20px; box-shadow: inset 0 0 0 2px rgba(255,255,255,0.2), 0 12px 24px rgba(0,0,0,0.2); margin-bottom: 20px; cursor: pointer; transition: transform 0.05s linear;