*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:Courier New,monospace;background:#000;color:#0ff;overflow:hidden;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}#game-container{position:relative;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background:radial-gradient(circle,#012,#000)}canvas{display:block;max-width:100%;max-height:100%;border:2px solid #00ffff;box-shadow:0 0 20px #00ffff4d}#ui-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:10}#ui-overlay>*{pointer-events:auto}.mobile-only{display:none}@media (max-width: 768px),(pointer: coarse){.mobile-only{display:block}}#mobile-controls{position:absolute;bottom:20px;left:20px;right:20px;height:120px;display:flex;justify-content:space-between;align-items:flex-end}#joystick-container{width:120px;height:120px;background:#0ff3;border:2px solid #00ffff;border-radius:50%;position:relative}#shoot-button{width:80px;height:80px;background:#ff00004d;border:2px solid #ff0000;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:12px;font-weight:700;color:red;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .1s ease}#shoot-button:active{background:#ff000080;transform:scale(.95)}#version-info{position:absolute;bottom:10px;right:10px;font-size:10px;color:#00ffff80;background:#000000b3;padding:4px 8px;border-radius:4px}#connection-status{position:absolute;top:10px;right:10px;font-size:12px;padding:4px 8px;border-radius:4px;background:#000000b3}#connection-status.online{color:#0f0;border:1px solid #00ff00}#connection-status.offline{color:#f60;border:1px solid #ff6600}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{background-color:#000;margin:5% auto;padding:20px;border:2px solid #00ffff;border-radius:8px;width:90%;max-width:600px;max-height:80vh;overflow-y:auto;color:#0ff;box-shadow:0 0 30px #00ffff4d}.close{color:#aaa;float:right;font-size:28px;font-weight:700;cursor:pointer;transition:color .2s}.close:hover,.close:focus{color:#0ff}#leaderboard-tabs{display:flex;gap:10px;margin-bottom:20px}.tab-button{background:transparent;border:1px solid #00ffff;color:#0ff;padding:8px 16px;cursor:pointer;border-radius:4px;font-family:Courier New,monospace;transition:all .2s}.tab-button:hover{background:#00ffff1a}.tab-button.active{background:#0ff;color:#000}.leaderboard-table{width:100%;border-collapse:collapse;margin-top:20px}.leaderboard-table th,.leaderboard-table td{border:1px solid #00ffff;padding:8px;text-align:left}.leaderboard-table th{background-color:#0ff3;font-weight:700}.leaderboard-table tr:nth-child(2n){background-color:#00ffff1a}.leaderboard-table tr:hover{background-color:#0ff3}.rank-1{color:gold;font-weight:700}.rank-2{color:silver;font-weight:700}.rank-3{color:#cd7f32;font-weight:700}.country-flag{width:20px;height:15px;margin-right:5px;vertical-align:middle;border:1px solid #333}#leaderboard-pagination{display:flex;justify-content:center;gap:10px;margin-top:20px}.page-button{background:transparent;border:1px solid #00ffff;color:#0ff;padding:6px 12px;cursor:pointer;border-radius:4px;font-family:Courier New,monospace;transition:all .2s}.page-button:hover:not(:disabled){background:#00ffff1a}.page-button:disabled{opacity:.5;cursor:not-allowed}.page-button.active{background:#0ff;color:#000}.modal-buttons{display:flex;gap:10px;justify-content:center;margin-top:20px}.modal-buttons button{background:transparent;border:1px solid #00ffff;color:#0ff;padding:10px 20px;cursor:pointer;border-radius:4px;font-family:Courier New,monospace;transition:all .2s}.modal-buttons button:hover{background:#00ffff1a}#install-button{background:#0ff!important;color:#000!important}#install-button:hover{background:#0ffc!important}.loading{display:inline-block;width:20px;height:20px;border:2px solid rgba(0,255,255,.3);border-radius:50%;border-top-color:#0ff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 480px){.modal-content{margin:2% auto;padding:15px;width:95%}.leaderboard-table{font-size:12px}.leaderboard-table th,.leaderboard-table td{padding:4px}#mobile-controls{bottom:10px;left:10px;right:10px}#joystick-container{width:100px;height:100px}#shoot-button{width:70px;height:70px;font-size:10px}}@media (orientation: landscape) and (max-height: 500px){#mobile-controls{bottom:5px;height:80px}#joystick-container{width:80px;height:80px}#shoot-button{width:60px;height:60px;font-size:9px}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}button:focus,.tab-button:focus,.page-button:focus{outline:2px solid #00ffff;outline-offset:2px}
