@import url(https://fonts.googleapis.com/css2?family=Russo+One&display=swap);.game-header{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;min-height:50px!important}.game-header h1{font-family:'Russo One',sans-serif;font-size:39px;text-align:left;font-weight:700;margin-bottom:0!important;letter-spacing:2px;color:var(--caption-color)!important;display:flex;justify-content:center;align-items:center;gap:0;transition:1.4s;margin-left:20px}.game-header h1 .header-icon{vertical-align:middle}.hamburger-menu{display:flex;flex-direction:column;justify-content:space-between;width:30px;height:21px;cursor:pointer;z-index:10}.hamburger-line{width:100%;height:3px;background-color:#232c2f;border-radius:3px;transition:.3s}.header-text{font-family:'Russo One',sans-serif;color:#eaeaea!important;font-weight:700;text-transform:uppercase;position:relative;z-index:2;margin:0 -8px;text-shadow:0 0 5px var(--glow-color,#fff),0 0 10px var(--glow-color,#fff),0 0 15px var(--glow-color,#fff),0 0 20px var(--glow-color,#fff)}.header-icon{vertical-align:middle}@keyframes iconPulse{0%,100%{transform:scale(1);filter:drop-shadow(0 0 10px rgba(63, 11, 206, .7))}50%{transform:scale(1.1);filter:drop-shadow(0 0 20px rgba(63, 11, 206, .7))}}@keyframes bombPulse{0%,100%{transform:scale(1);opacity:.9;filter:drop-shadow(0 0 5px rgba(34, 87, 255, .5))}50%{transform:scale(1.2);opacity:1;filter:drop-shadow(0 0 15px rgba(34, 87, 255, .8))}}@media (max-width:480px){.game-header h1{font-size:28px}.help-button{width:35px;height:35px;font-size:20px}.tutorial-header{padding:12px 15px;min-width:250px;font-size:14px}.tutorial-message{padding:15px;font-size:14px;max-width:300px}.tutorial-close-btn{width:30px;height:30px;font-size:20px}}@media (max-width:370px){.game-header h1{font-size:26px}.help-button{width:32px;height:32px;font-size:18px}.tutorial-header{min-width:220px;font-size:13px}.tutorial-message{font-size:13px;max-width:250px}}