.suika-game{margin:0;font-family:sans-serif;background-color:#f5f0e6;background-image:repeating-linear-gradient(45deg,#f5f0e6,#f5f0e6 20px,#e9e0d1 0,#e9e0d1 40px);display:flex;justify-content:center;align-items:flex-start;height:100vh}.suika-game .game-wrapper{width:480px;height:800px;margin-top:20px;position:relative}.suika-game .scoreboard{display:flex;justify-content:center;gap:16px;margin-bottom:16px}.suika-game .bubble{width:80px;height:80px;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.9),rgba(255,255,255,.6));display:flex;justify-content:center;align-items:center;color:#333;font-weight:700}.suika-game .bubble--next .icon{font-size:24px}.suika-game .glass-box{width:450px;height:600px;margin:0 auto;background:rgba(255,255,255,.2);border:2px solid rgba(255,255,255,.5);border-radius:8px;box-shadow:inset 0 0 10px rgba(0,0,0,.1);position:relative}.suika-game .fruit{width:40px;height:40px;border-radius:50%;position:absolute;display:flex;justify-content:center;align-items:center;color:#fff;font-size:24px;box-shadow:0 2px 4px rgba(0,0,0,.2)}.suika-game .fruit--watermelon{background-color:#FF4B4B}.suika-game .fruit--strawberry{background-color:#FF6677}.suika-game .fruit--orange{background-color:#FFA433}.suika-game .fruit--grape{background-color:#AA55FF}.suika-game .fruit--lemon{background-color:#FFEE66;color:#333}.suika-game .fruit--watermelon:before{content:"\1F349"}.suika-game .fruit--strawberry:before{content:"\1F353"}.suika-game .fruit--orange:before{content:"\1F34A"}.suika-game .fruit--grape:before{content:"\1F347"}.suika-game .fruit--lemon:before{content:"\1F34B"}