.game-area{flex:1;display:flex;justify-content:center;align-items:flex-start;width:100%;min-height:0;overflow:hidden}.shoot-area-border{position:relative;margin:12px;border-radius:8px;box-shadow:0 10px 24px #0000008c,0 2px #ffffff26 inset}.shoot-area-border-content{background:transparent;border:2.5px solid #2f7cd2;border-radius:8px;padding:5px}.game-canvas-wrap{position:relative;flex-shrink:0;box-sizing:content-box;touch-action:none;-webkit-user-select:none;user-select:none}.game-canvas{display:block;width:100%;height:100%;cursor:pointer}.game-over-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.55);padding:20px}.game-over-card{width:100%;max-width:260px;box-shadow:0 20px 40px #00000073}.game-over-card-inner{display:flex;flex-direction:column;align-items:stretch;gap:14px;padding:24px 20px}.game-over-title{align-self:center;color:#eef0f3;font-size:24px;font-weight:800;letter-spacing:1px}.game-over-revive{display:flex;flex-direction:column;gap:10px}.game-over-actions{display:flex;gap:10px}.game-over-actions .game-over-btn{flex:1}.game-over-btn{height:48px;flex-shrink:0;padding:0 16px;border-radius:14px;border:3px solid #ffffff;background:#1c1f26;color:#eef0f3;font-size:14px;font-weight:700;cursor:pointer}.game-over-btn:disabled{opacity:.6;cursor:default}.revive-btn-ad{background:#22c55e;border-color:#22c55e;color:#fff}.revive-btn-star{background:#ffb300;border-color:#ffb300;color:#1a1a1a}.restart-btn{background:#4aa3e8;border-color:#4aa3e8;color:#fff}.menu-exit-btn{background:#1c1f26;border-color:#fff;color:#eef0f3}.game-header{display:flex;align-items:center;flex-shrink:0;gap:10px;padding:10px 14px;background:rgba(22,24,29,.55)}.game-back-btn,.game-settings-btn{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;padding:0;cursor:pointer}.game-back-btn img,.game-settings-btn img{width:100%;height:100%;object-fit:contain}.game-score{flex:1;text-align:center;font-size:20px;font-weight:800}.score-label{color:#eef0f3}.score-value{color:#4aa3e8}.game-header-actions{flex-shrink:0;display:flex;gap:8px}.game-icon-btn{position:relative;flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;box-shadow:none;padding:0;cursor:pointer}.game-icon-btn img{width:100%;height:100%;object-fit:contain}.game-icon-count{position:absolute;bottom:-4px;right:-4px;min-width:16px;height:16px;padding:0 3px;border-radius:8px;box-shadow:0 0 0 2px #16181d;display:flex;align-items:center;justify-content:center;color:#fff;font-size:10px;font-weight:700;line-height:1;pointer-events:none}.game-icon-count-power{background:#ef4444}.game-icon-count-speed{background:#3b82f6}.game-icon-count-aim{background:#22c55e}.main-menu{position:relative;flex:1;display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden;background:linear-gradient(180deg,rgba(10,11,14,.45) 0%,rgba(10,11,14,.75) 100%),url(./background-ba4894d8.webp) center / cover no-repeat}.main-menu-back{position:absolute;top:16px;left:16px;z-index:3;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid #343841;background:#1c1f26;color:#eef0f3;cursor:pointer}.main-menu-arc{position:absolute;top:24px;right:16px;width:96px;height:96px;z-index:1}.main-menu-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:18px;padding:32px;width:100%;max-width:320px;transform:translateY(-28px)}.main-menu-logo{width:184px;height:184px;object-fit:contain}.highest-score-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px;padding:18px 40px;width:100%}.highest-score-label{font-size:12px;font-weight:600;color:#9aa1ac}.highest-score-value{font-size:32px;font-weight:800;color:#3b82f6}.main-menu-buttons{display:flex;flex-direction:column;gap:12px;width:100%}.main-menu-row{display:flex;gap:12px}.main-menu-row .menu-btn{flex:1}.menu-btn{height:48px;border-radius:16px;border:3px solid #ffffff;display:flex;align-items:center;justify-content:center;gap:8px;font-size:18px;font-weight:700;cursor:pointer}.menu-btn-play{background:linear-gradient(180deg,#4ade80 0%,#16a34a 100%);color:#fff;font-size:19px}.menu-btn-rank{background:linear-gradient(180deg,#fbbf24 0%,#d97706 100%);color:#fff}.menu-btn-shop{background:linear-gradient(180deg,#5fb2f0 0%,#2f7fd6 100%);color:#fff}.menu-btn-google{background:#ffffff;color:#3c4043;border-color:#dadce0;font-size:15px}.menu-btn-install{background:linear-gradient(180deg,#9b7bf0 0%,#6d3fd6 100%);color:#fff;font-size:15px}.power-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:50;padding:24px}.power-dialog{width:100%;max-width:320px;box-shadow:0 20px 40px #0006}.power-dialog-inner{padding:20px;display:flex;flex-direction:column;gap:12px}.power-dialog-header{display:flex;align-items:center;justify-content:space-between}.power-dialog-title{font-size:18px;font-weight:800;color:#eef0f3}.power-dialog-close{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#262a33;color:#9099a8;font-size:18px;line-height:1;cursor:pointer}.power-dialog-option{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:14px 16px;border-radius:14px;border:2px solid #eef0f3;background:#1c1f26;cursor:pointer;text-align:left}.power-dialog-option-title{font-size:15px;font-weight:700;color:#eef0f3}.power-dialog-option-sub{font-size:12px;color:#9099a8}.power-dialog-option-ad{background:#4aa3e8;border-color:#4aa3e8}.power-dialog-option-ad .power-dialog-option-title,.power-dialog-option-ad .power-dialog-option-sub{color:#fff}.ranking-screen{flex:1;display:flex;flex-direction:column;width:100%;height:100%;background:#101114}.ranking-header{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;padding:16px;background:#16181d}.ranking-icon-btn{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid #343841;background:#1c1f26;color:#eef0f3;cursor:pointer}.ranking-title{flex:1;text-align:center;font-size:18px;font-weight:800;color:#eef0f3}.ranking-header-spacer{flex-shrink:0;width:36px}.ranking-list{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px}.ranking-row{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#1c1f26;border:1px solid #343841;border-radius:14px}.ranking-row-top{background:#2b2410;border-color:#6b5518}.ranking-rank{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#262a33;font-size:13px;font-weight:800;color:#eef0f3}.ranking-medal{flex-shrink:0;width:28px;height:28px}.ranking-avatar{flex-shrink:0;width:32px;height:32px;border-radius:50%;object-fit:cover;background:#262a33}.ranking-avatar-fallback{display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;color:#9aa1ac}.ranking-name{flex:1;font-size:15px;font-weight:600;color:#eef0f3}.ranking-score{font-size:15px;font-weight:800;color:#3b82f6}.ranking-updated{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 0 4px;font-size:12px;font-weight:600;color:#9aa1ac}.ranking-empty{flex:1;display:flex;align-items:center;justify-content:center;padding:32px;text-align:center;font-size:14px;color:#9aa1ac}.shop-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:50;padding:24px}.shop-dialog{width:100%;max-width:360px;box-shadow:0 20px 40px #0006}.shop-dialog-inner{padding:20px;display:flex;flex-direction:column;gap:16px}.shop-dialog-header{display:flex;align-items:center;justify-content:space-between}.shop-dialog-title{font-size:18px;font-weight:800;color:#eef0f3}.shop-dialog-close{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#262a33;color:#9099a8;font-size:18px;line-height:1;cursor:pointer}.shop-dialog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.shop-skin-card{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:0;padding:10px;border-radius:14px;border:2px solid #343841;background:#16181d}.shop-skin-image{position:relative;width:100%;max-width:56px;aspect-ratio:1}.shop-skin-image-base,.shop-skin-image-turret{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain}.shop-skin-name{font-size:12px;font-weight:700;color:#eef0f3}.shop-skin-btn{width:100%;height:22px;padding:0;border-radius:8px;border:none;background:none;color:#4aa3e8;font-size:12px;font-weight:700;cursor:pointer}.shop-skin-btn:disabled{color:#ffb300;cursor:default}.settings-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:50;padding:24px}.settings-dialog{width:100%;max-width:340px;box-shadow:0 20px 40px #0006}.settings-dialog-inner{padding:20px;display:flex;flex-direction:column;gap:18px}.settings-dialog-header{display:flex;align-items:center;justify-content:space-between}.settings-dialog-title{font-size:18px;font-weight:800;color:#eef0f3}.settings-dialog-close{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#262a33;color:#9099a8;font-size:18px;line-height:1;cursor:pointer}.settings-section{display:flex;flex-direction:column;gap:8px}.settings-section-title{font-size:13px;font-weight:700;color:#9099a8;text-transform:uppercase;letter-spacing:.5px}.settings-section-hint{font-size:11px;color:#9aa1ac}.sound-toggle{align-self:flex-start;height:36px;padding:0 20px;border-radius:12px;border:none;background:#262a33;color:#eef0f3;font-size:14px;font-weight:700;cursor:pointer}.sound-toggle.on{background:#22c55e;color:#fff}.settings-skin-row{display:flex;flex-wrap:wrap;gap:8px}.settings-skin-btn{width:48px;height:48px;padding:4px;border-radius:12px;border:2px solid #343841;background:#16181d;cursor:pointer}.settings-skin-btn img{width:100%;height:100%;object-fit:contain}.settings-skin-btn.selected{border-color:#ffb300;background:#33290a}.settings-color-row{display:flex;flex-wrap:wrap;gap:8px}.settings-color-btn{width:32px;height:32px;border-radius:50%;border:2px solid #16181d;box-shadow:0 0 0 1px #343841;cursor:pointer}.settings-color-btn.selected{box-shadow:0 0 0 2px #eef0f3}.tg-login-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:50;padding:24px}.tg-login-dialog{width:100%;max-width:320px;box-shadow:0 20px 40px #0006}.tg-login-dialog-inner{padding:20px;display:flex;flex-direction:column;align-items:stretch;gap:14px}.tg-login-dialog-header{display:flex;align-items:center;justify-content:space-between}.tg-login-dialog-title{font-size:18px;font-weight:800;color:#eef0f3}.tg-login-dialog-close{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#262a33;color:#9099a8;font-size:18px;line-height:1;cursor:pointer}.tg-login-dialog-text{font-size:13px;color:#9099a8;text-align:center}.tg-login-dialog-success{color:#eef0f3}.tg-login-dialog-error{color:#f87171}.tg-login-dialog-widget{display:flex;align-items:center;justify-content:center;min-height:40px}.tg-login-dialog-open-btn{display:flex;align-items:center;justify-content:center;height:44px;border-radius:14px;background:#4aa3e8;color:#fff;font-size:15px;font-weight:700;text-decoration:none}.app{display:flex;flex-direction:column;width:100%;height:100vh;background-color:#101114}@media (min-aspect-ratio: 1/1){.app{max-width:60vh;margin:0 auto}}.game-container{flex:1;display:flex;overflow:hidden}.game-screen{flex:1;display:flex;flex-direction:column;width:100%;min-height:0;overflow:hidden;background:linear-gradient(180deg,rgba(10,11,14,.45) 0%,rgba(10,11,14,.75) 100%),url(./background-ba4894d8.webp) center / cover no-repeat}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#101114;color:#eef0f3}#root{width:100%;height:100vh}html,body{width:100%;height:100%}.gradient-border{position:relative;background:linear-gradient(214deg,#1f4bff,#ffffff,#c20000);padding:2px;border-radius:20px}.gradient-border-content{background:#0a0a0a;border-radius:18px}
