.game-area{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:420px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:15px;padding:15px;box-shadow:0 8px 25px #0003 inset 0 1px 0 #fff3}#game-canvas{border:4px solid #4c51bf;border-radius:15px;background:#2d3748;box-shadow:0 8px 25px #0000004d inset 0 2px 0 #ffffff1a;animation:canvasSlideIn .6s ease-out}@keyframes canvasSlideIn{from{opacity:0;transform:scale(0.8) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.touch-controls{margin-top:10px;padding:10px;background:linear-gradient(145deg,#f8fafc,#e2e8f0);border-radius:15px;box-shadow:0 4px 15px #0000001a}.control-pad-horizontal{display:flex;justify-content:center;align-items:center;gap:8px;max-width:320px;margin:0 auto}.control-btn{width:60px;height:60px;border:none;border-radius:15px;background:linear-gradient(145deg,#4299e1,#3182ce);color:#fff;font-size:18px;font-weight:700;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .2s cubic-bezier(0.175,0.885,0.32,1.275);box-shadow:0 4px 12px #4299e14d inset 0 1px 0 #fff3;user-select:none;-webkit-tap-highlight-color:transparent}.control-btn:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 6px 20px #4299e166 inset 0 1px 0 #ffffff4d}.control-btn:active{transform:translateY(0) scale(0.95);box-shadow:0 2px 8px #4299e166 inset 0 1px 0 #ffffff1a}.control-btn .arrow-icon{font-size:24px;font-weight:700;opacity:.9}.control-center{background:linear-gradient(145deg,#ed8936,#dd6b20);box-shadow:0 4px 12px #ed89364d inset 0 1px 0 #fff3}.control-center:hover{box-shadow:0 6px 20px #ed893666 inset 0 1px 0 #ffffff4d}.control-center:active{box-shadow:0 2px 8px #ed893666 inset 0 1px 0 #ffffff1a}#current-score{font-size:14px;font-weight:700;background:linear-gradient(135deg,#48bb78,#38a169)!important;border:none;box-shadow:0 2px 8px #48bb784d;animation:scoreGlow 2s infinite alternate}@keyframes scoreGlow{0%{box-shadow:0 2px 8px #48bb784d}100%{box-shadow:0 2px 15px #48bb7880}}#game-status{font-size:12px;font-weight:700;background:linear-gradient(135deg,#4299e1,#3182ce)!important;border:none;box-shadow:0 2px 8px #4299e14d}.statistic-item{padding:15px;background:linear-gradient(145deg,#fff,#f8fafc);border-radius:12px;box-shadow:0 4px 12px #0000001a;transition:transform .2s ease}.statistic-item:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.statistic-number{font-size:2rem;font-weight:700;margin-bottom:8px;text-shadow:0 2px 4px #0000001a}.statistic-label{font-size:.85rem;color:#4a5568;font-weight:600}.game-end-icon{font-size:4rem;animation:bounce 1s infinite alternate}@keyframes bounce{0%{transform:translateY(0)}100%{transform:translateY(-10px)}}.game-end-message{font-size:1.2rem;font-weight:700;color:#2d3748}.game-end-stats{background:linear-gradient(145deg,#f8fafc,#e2e8f0);border-radius:12px;padding:15px;margin-top:15px}#new-game{background:linear-gradient(135deg,#48bb78,#38a169);border:none;color:#fff;font-weight:700;padding:8px 16px;border-radius:10px;box-shadow:0 4px 12px #48bb784d;transition:all .2s ease}#new-game:hover{transform:translateY(-2px);box-shadow:0 6px 20px #48bb7866;background:linear-gradient(135deg,#38a169,#2f855a)}#new-game:active{transform:translateY(0)}#playAgainButton{background:linear-gradient(135deg,#4299e1,#3182ce);border:none;font-weight:700;padding:10px 24px;border-radius:10px;box-shadow:0 4px 12px #4299e14d;transition:all .2s ease}#playAgainButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4299e166;background:linear-gradient(135deg,#3182ce,#2c5aa0)}@media (max-width: 768px){.game-area{padding:10px;min-height:350px}#game-canvas{width:100%;max-width:300px;height:auto}.touch-controls{margin-top:8px;padding:8px}.control-pad-horizontal{gap:6px;max-width:280px}.control-btn{width:50px;height:50px;font-size:16px}.control-btn .arrow-icon{font-size:20px}.statistic-number{font-size:1.5rem}.statistic-label{font-size:.75rem}}@media (max-width: 480px){.game-area{min-height:320px;padding:8px}#game-canvas{max-width:280px}.touch-controls{padding:6px;margin-top:6px}.control-pad-horizontal{max-width:240px;gap:5px}.control-btn{width:45px;height:45px;font-size:14px}.control-btn .arrow-icon{font-size:18px}}.card{border:none;border-radius:15px;box-shadow:0 4px 15px #0000001a;overflow:hidden}.card-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;font-weight:700}.card-body{background:linear-gradient(145deg,#fff,#f8fafc)}.game-section{animation:sectionFadeIn .6s ease-out}@keyframes sectionFadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}#game-result{border-radius:12px;font-weight:700;animation:resultSlideIn .5s ease-out}@keyframes resultSlideIn{from{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.list-unstyled li{padding:8px 12px;border-radius:8px;transition:background-color .2s ease}.list-unstyled li:hover{background-color:#667eea1a}.text-primary{color:#667eea!important}.text-success{color:#48bb78!important}.text-warning{color:#ed8936!important}.text-info{color:#4299e1!important}