body{background:#000;color:#fff;margin:0;padding:0;overscroll-behavior-y:none;touch-action:none;-webkit-user-select:none;user-select:none}.root{display:flex;justify-content:center}.rootContainer{width:385px;min-width:385px;height:700px;background:#666}.game-info{display:flex;flex-direction:column;font-size:12px}.game-info-row{display:flex;flex-direction:row}.game-info-column-1{display:flex;justify-content:end;margin-right:4px;width:50px}.game-info-shot,.game-info-hp{display:flex;gap:4px;align-items:center}.play-field{position:relative;display:flex;flex-wrap:wrap}.damage-frame{box-shadow:inset 0 0 15px red;overflow:hidden;transition:box-shadow .5s ease}.cell{width:55px;height:55px;border:1px solid #999;box-sizing:border-box}.player-cell{width:55px;height:55px;background:#999;box-sizing:border-box;box-shadow:0 -10px 10px #0003}.player-ball{position:absolute;left:5px;top:500px;width:45px;height:45px;background:radial-gradient(circle at 30% 30%,#fc0,#f80 40%,#f00);border-radius:50%;box-shadow:inset -2px -2px 6px #00000080,10px 10px 20px #00000080;transition:left .5s ease;z-index:20}.enemy-ball{position:absolute;left:45px;top:5px;width:45px;height:45px;border-radius:50%;box-shadow:inset -2px -2px 6px #00000080,10px 10px 20px #00000080;transition:top .5s ease,opacity 1s ease}.enemy-normal{background:radial-gradient(circle at 30% 30%,#0cf,#08f 40%,#00f)}.enemy-cure{background:radial-gradient(circle at 30% 30%,#0fc,#0f8 40%,#0f0)}.enemy-wepon{background:radial-gradient(circle at 30% 30%,#f0c,#f08 40%,#f00)}.shot-ball-A{position:absolute;border-radius:50%;background:#fff;width:10px;height:10px;box-shadow:inset -2px -2px 6px #00000080,10px 10px 20px #00000080;transition:top .2s ease}.operation-field{display:flex;justify-content:space-between;gap:20px;padding:12px}.operation-container{display:flex;flex-direction:column;gap:20px}.operation-move-field,.operation-shot-field{display:flex;justify-content:center;gap:30px}.button-right{width:0;height:0;border-top:25px solid transparent;border-bottom:25px solid transparent;border-left:60px solid #ff7b00;position:relative}.button-left{width:0;height:0;border-top:25px solid transparent;border-bottom:25px solid transparent;border-left:60px solid #ff7b00;position:relative;transform:rotate(180deg)}.button:active{opacity:.5}.button-shot,.button-stock{width:65px;text-align:center;padding:5px;color:#777;text-decoration:none;background:linear-gradient(to bottom,#f0f0f0,#bbb);border:1px solid #bbb;border-radius:3px;box-shadow:0 2px 3px #0000001a,0 0 0 1px #ffffff80 inset}.shot-case{position:absolute;width:40px;height:40px;background:linear-gradient(45deg,rgba(255,20,20,1) 0%,rgba(100,0,0,.8) 100%);border-radius:10px;z-index:10}.shot-case-left{left:5px;top:500px}.shot-case-right{left:335px;top:500px}.remainings-shot{width:5px;height:10px}.wp-landmine{background:#0c0}.wp-normal{background:#fff}.hp-item{width:5px;height:10px;background:#69f}.game-over{background:#f00;transition:background 1s ease}.game-over-links{display:flex;flex-direction:row;flex-wrap:wrap;width:160px;gap:12px;justify-content:center}.game-over-button{text-align:center;padding:10px;color:#fff;text-decoration:none;background:linear-gradient(to bottom,#009,#00b);border:1px solid #fff;border-radius:3px;box-shadow:0 2px 3px #0000001a,0 0 0 1px #ffffff80 inset}.game-over-button:hover{opacity:.8;cursor:pointer}.w-70{width:70px}.w-140{width:140px}.modal{position:absolute;left:15px;top:100px;width:360px;height:300px;background:rgba(0,0,0,.5);z-index:100;display:flex;gap:20px;flex-direction:column;justify-content:center;align-items:center}.game-over-title{font-size:30px}.score-row{align-items:center}.score-field{font-size:20px}.score-result{display:none}.landmine{position:absolute;width:45px;height:45px;background-color:#0c0;opacity:.2;border-radius:5px}
