.profile-modal-overlay{top:var(--safe-top);right:var(--safe-right);bottom:var(--safe-bottom);left:var(--safe-left);z-index:10000;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed}@media (width<=700px){.profile-modal-overlay{padding-top:calc(12px + var(--safe-top));align-items:flex-start;padding-bottom:12px;padding-left:8px;padding-right:8px}.profile-modal{width:100%;max-height:calc(100vh - (12px + var(--safe-top) + var(--safe-bottom)))}}.profile-modal{background:#1a1e26;border:2px solid #2a3140;border-radius:8px;width:90%;max-width:800px;max-height:95vh;overflow-y:auto;box-shadow:0 4px 20px #00000080}.profile-modal-header{border-bottom:1px solid #2a3140;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.profile-modal-header h2{color:#ffe080;margin:0;font-size:1.2rem}.profile-modal-close{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:2rem;transition:color .2s;display:flex}.profile-modal-close:hover{color:#ffe080}.profile-modal-content{padding:12px 16px}.profile-header-section{margin-bottom:12px}.profile-avatar-section{align-items:flex-start;gap:12px;display:flex}.profile-avatar-large{border:2px solid #2a3140;border-radius:20%;flex-shrink:0;width:80px;height:80px}.profile-name-section{flex:1;min-width:0}.profile-username{color:#ffe080;margin-bottom:3px;font-size:1rem;font-weight:700}.profile-alliance{color:#3cffb0}.profile-planet-coords{color:#b8b8b8;margin-bottom:5px;font-size:.8rem}.profile-country-section{color:#b8b8b8;align-items:center;gap:6px;font-size:.8rem;display:flex}.profile-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;display:flex}.profile-message-btn{cursor:pointer;background:linear-gradient(#213653 0%,#19293e 100%);border:1px solid #5793ff73;border-radius:6px;justify-content:center;align-items:center;width:38px;height:34px;padding:0;transition:transform .15s,border-color .2s,box-shadow .2s;display:inline-flex}.profile-message-btn:hover{border-color:#8cb8ff;transform:translateY(-1px);box-shadow:0 0 0 1px #6babff2e,0 6px 14px #00000038}.profile-message-icon{object-fit:contain;width:18px;height:18px}.profile-flag{font-size:1rem}.profile-levels-section{flex-direction:column;flex-shrink:0;gap:10px;min-width:200px;display:flex}.profile-level-bar{background:#232a36;border:1px solid #2a3140;border-radius:4px;height:18px;position:relative;overflow:hidden}.profile-level-bar-fill{height:100%;transition:width .3s}.profile-level-bar-label{color:#fff;text-shadow:1px 1px 2px #000c;font-size:.9rem;font-weight:700;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.profile-statistics-section{margin:12px 0}.profile-statistics-section h3{color:#ffe080;margin-bottom:8px;font-size:1rem}.profile-statistics-grid{grid-template-columns:1fr;gap:6px;display:grid}.profile-stat-item{background:#232a36;border:1px solid #2a3140;border-radius:3px;justify-content:space-between;align-items:center;padding:6px 8px;font-size:.85rem;display:flex}.profile-stat-item.profile-stat-total{background:#2a3140;font-weight:700}.profile-stat-label{color:#b8b8b8;flex:1;font-size:.85rem}.profile-stat-value{color:#ffe080;text-align:right;font-variant-numeric:tabular-nums;min-width:100px;font-size:.85rem;font-weight:700}.profile-stat-rank{color:#3cffb0;text-align:right;font-variant-numeric:tabular-nums;min-width:40px;margin-left:8px;font-size:.85rem}.profile-battles-section{margin:12px 0}.profile-battles-section h3{color:#ffe080;margin-bottom:8px;font-size:1rem}.profile-damage-info{gap:8px;margin-bottom:8px;display:flex}.profile-damage-item{background:#232a36;border:1px solid #2a3140;border-radius:3px;flex:1;justify-content:space-between;align-items:center;padding:6px 8px;display:flex}.profile-damage-label{color:#b8b8b8;font-size:.8rem}.profile-damage-value{color:#ffe080;font-size:.85rem;font-weight:700}.profile-damage-coefficient{background:#232a36;border:1px solid #2a3140;border-radius:3px;justify-content:space-between;align-items:center;margin-top:8px;padding:6px 8px;font-size:.85rem;display:flex}.profile-damage-bar-container{cursor:help;margin:8px 0;position:relative}.profile-damage-bar{background:#1a1e26;border:1px solid #2a3140;border-radius:3px;height:20px;display:flex;overflow:hidden}.profile-damage-bar-dealt{background:#4caf50;min-width:1px;height:100%;transition:width .3s}.profile-damage-bar-received{background:#f44336;min-width:1px;height:100%;transition:width .3s}.profile-modal-loading,.profile-modal-error{text-align:center;color:#b8b8b8;padding:40px}@media (width<=520px){.profile-modal-overlay{padding-left:var(--safe-left);padding-right:var(--safe-right)}.profile-modal{border-radius:0;width:100%;max-width:none}.profile-avatar-section{flex-wrap:wrap;gap:10px}.profile-levels-section{order:3;width:100%;min-width:0}.profile-damage-info{flex-direction:column}.profile-damage-item{flex-direction:column;align-items:flex-start;gap:4px}.profile-damage-label,.profile-damage-value{text-align:left;width:100%}}.ghm-root{color:#e0e0e0;width:100vw;padding-top:var(--safe-top);background:linear-gradient(#1a1f27 80%,#181c22 100%);border-bottom:none;font-family:Segoe UI,Verdana,Arial,sans-serif;box-shadow:0 2px 8px #000a}@media (width<=700px){.ghm-root{z-index:1200;position:sticky;top:0}}.ghm-top{padding:calc(4px * var(--ui-scale)) calc(24px * var(--ui-scale)) 0 calc(24px * var(--ui-scale));height:calc(48px * var(--ui-scale));z-index:100;justify-content:center;align-items:center;display:flex;position:relative}.ghm-resources{align-items:center;gap:calc(24px * var(--ui-scale));flex:1;justify-content:center;display:flex}.ghm-resource{align-items:center;gap:calc(10px * var(--ui-scale));min-width:calc(110px * var(--ui-scale));justify-content:flex-start;display:flex}.ghm-resource img{width:calc(28px * var(--ui-scale));height:calc(28px * var(--ui-scale));margin-right:calc(6px * var(--ui-scale));object-fit:contain;display:block}.ghm-resource-main img{background:#181c22;border:2px solid #232a36;border-radius:50%;padding:3px;box-shadow:0 2px 8px #0006}.ghm-bar-wrap{min-width:calc(140px * var(--ui-scale));flex-direction:column;align-items:flex-start;display:flex}.ghm-bar-label{font-size:calc(14px * var(--ui-scale));color:#b8b8b8;margin-bottom:calc(2px * var(--ui-scale));text-shadow:0 1px 2px #000a;font-weight:700}.ghm-bar{min-width:calc(110px * var(--ui-scale));height:calc(18px * var(--ui-scale));border-radius:calc(7px * var(--ui-scale));margin-bottom:calc(2px * var(--ui-scale));background:#0b0d0f;align-items:center;padding:0 10px;display:flex;position:relative;overflow:hidden}.ghm-bar-inner{z-index:1;border-radius:7px;height:100%;transition:width .3s;position:absolute;top:0;left:0}.ghm-bar-value{z-index:2;text-align:center;color:#fff;width:100%;font-weight:700;font-size:calc(15px * var(--ui-scale));text-shadow:0 1px 2px #000a;pointer-events:none;position:relative}.ghm-bar-percent{font-size:calc(12px * var(--ui-scale));color:#b8b8b8;margin-top:calc(1px * var(--ui-scale));text-align:center;text-shadow:0 1px 2px #000a;width:100%;font-weight:700}.ghm-resource-small{color:#b8a0ff;min-width:60px;font-size:13px}.ghm-userblock-wrap{align-items:center;gap:8px;display:flex;position:absolute;top:10px;right:24px}.ghm-userblock{align-items:center;gap:calc(10px * var(--ui-scale));display:flex}.ghm-username{color:#3cffb0;font-weight:700;font-size:calc(15px * var(--ui-scale))}.ghm-avatar{width:calc(38px * var(--ui-scale));height:calc(38px * var(--ui-scale));border-radius:20%}.ghm-right-toggle{width:calc(40px * var(--ui-scale));height:calc(34px * var(--ui-scale));border-radius:calc(10px * var(--ui-scale));cursor:pointer;background:#1a2234;border:1px solid #2a3550;justify-content:center;align-items:center;display:none;box-shadow:0 4px 14px #00000059}.ghm-right-toggle img{width:calc(30px * var(--ui-scale));height:calc(30px * var(--ui-scale))}.ghm-bottom{padding:0 calc(24px * var(--ui-scale)) calc(4px * var(--ui-scale)) calc(24px * var(--ui-scale));height:calc(36px * var(--ui-scale));box-shadow:none;z-index:0;background:linear-gradient(90deg,#181c22 90%,#ffe08080 100%);border-top:1.5px solid #2a3140;justify-content:space-between;align-items:center;transition:background .3s;display:flex}.ghm-quicknav{align-items:center;gap:calc(13px * var(--ui-scale));display:flex}.ghm-quicknav a{justify-content:center;align-items:center;width:28px;height:28px;transition:background .18s,box-shadow .18s;display:flex}.ghm-quicknav img{opacity:.8;height:18px;transition:filter .18s,box-shadow .18s,opacity .18s}.ghm-quicknav-tournament img{object-fit:contain;width:18px;height:18px}.ghm-quicknav a:hover img{filter:brightness(1.25)drop-shadow(0 2px 6px #ffe08088);opacity:1}.ghm-quicknav-messages{opacity:.85;vertical-align:middle;height:17px}.ghm-quicknav-badge{color:#fff;text-align:center;z-index:10;background:#f44336;border:2px solid #1a1f27;border-radius:10px;min-width:16px;padding:2px 5px;font-size:.65rem;font-weight:700;line-height:1.2;position:absolute;top:-6px;right:-6px}.ghm-planet-select{color:#ffe080;background:#232a36;border:1px solid #2a3140;border-radius:6px;align-items:center;gap:4px;min-width:90px;padding:1px 7px;font-size:13px;display:flex}.ghm-planet-select button{color:#ffe080;cursor:pointer;background:#232a36;border:none;border-radius:4px;width:22px;height:22px;font-size:15px;transition:background .15s}.ghm-planet-select button:hover{background:#2a3140}.ghm-planet-name{color:#ffe080;margin:0 2px;font-size:13px;font-weight:700}.ghm-planet-coords{text-align:right;font-variant-numeric:tabular-nums;color:#b8b8b8;min-width:60px;margin:0 2px;font-size:12px}.ghm-shop{align-items:center;gap:8px;display:flex}.ghm-shop-link{box-shadow:none;color:#ffe080;letter-spacing:1px;background:0 0;border:none;border-radius:0;align-items:center;gap:10px;padding:0;font-family:Segoe UI,Verdana,Arial,sans-serif;font-size:18px;font-weight:700;text-decoration:none;transition:color .18s;display:flex}.ghm-shop-link:hover{color:#fff2a0;box-shadow:none;background:0 0}.ghm-shop-title{color:#ffe080;margin-right:6px;font-family:inherit;font-size:14px;font-weight:700}.ghm-shop-bonus{color:#4bb6ff;margin-right:8px;font-size:20px;font-weight:700}.ghm-shop-icon{width:calc(26px * var(--ui-scale));height:calc(26px * var(--ui-scale));margin-left:calc(6px * var(--ui-scale));vertical-align:middle;filter:drop-shadow(0 1px 2px #0008)}.ghm-bottom-center{flex:1;justify-content:center;align-items:center;gap:18px;min-width:340px;margin:0 auto;display:flex}.ghm-resource-special,.ghm-planet-select{align-items:center;display:inline-flex}.ghm-planet-select{justify-content:center}.ghm-planet-select button{justify-content:center;align-items:center;display:flex}.ghm-resource-special{color:#ffe080;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;gap:6px;min-width:70px;padding:0;font-size:15px;display:flex}.ghm-darkmatter{color:#b8a0ff}.ghm-antimatter{color:#ff80b8}.ghm-resource-special img{width:28px;height:28px;margin-right:4px;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;padding:0!important}.ghm-resource-darkmatter img,.ghm-resource-antimatter img{box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;padding:0!important}.ghm-planet-select-wrap{min-width:140px;display:inline-block;position:relative}.ghm-planet-select-wrap.open{z-index:120001}.ghm-planet-select-btn{color:#ffe080;cursor:pointer;background:#232a36;border:1px solid #2a3140;border-radius:6px;align-items:center;gap:6px;min-width:140px;padding:2px 12px;font-size:14px;transition:background .15s;display:flex}.ghm-planet-select-btn:hover,.ghm-planet-select-btn:focus{background:#2a3140}.ghm-planet-img{object-fit:cover;border-radius:50%;width:22px;height:22px;margin-right:4px}.ghm-planet-arrow{color:#b8b8b8;margin-left:6px;font-size:13px}.ghm-planet-dropdown{z-index:120002;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#3b4d6d #111723;background:#181c22;border:1px solid #2a3140;border-radius:6px;min-width:180px;max-height:min(70vh,100dvh - 120px);padding:4px 0;position:absolute;top:110%;left:0;overflow:hidden auto;box-shadow:0 4px 16px #000a}.ghm-planet-dropdown::-webkit-scrollbar{width:8px}.ghm-planet-dropdown::-webkit-scrollbar-track{background:#111723}.ghm-planet-dropdown::-webkit-scrollbar-thumb{background:#3b4d6d;border-radius:8px}.ghm-planet-dropdown-item{cursor:pointer;color:#ffe080;background:0 0;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;padding:4px 12px;font-size:14px;transition:background .13s,color .13s;display:grid}.ghm-planet-dropdown-item:hover,.ghm-planet-dropdown-item.active{color:#fff;background:#232a36}.ghm-resource:not(.ghm-resource-main){box-shadow:none;background:0 0;border:none;padding:0}.ghm-resource-darkmatter{color:#b08cff;font-weight:700}.ghm-resource-antimatter{color:#ff4b4b;font-weight:700}.ghm-overview-btn{box-shadow:none;background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;margin-right:18px;padding:0;text-decoration:none;transition:filter .18s;display:flex}.ghm-menu-toggle{width:calc(40px * var(--ui-scale));height:calc(34px * var(--ui-scale));margin-right:calc(10px * var(--ui-scale));border-radius:calc(10px * var(--ui-scale));cursor:pointer;background:#1a2234;border:1px solid #2a3550;justify-content:center;align-items:center;display:none;box-shadow:0 4px 14px #00000059}.ghm-menu-toggle img{width:calc(30px * var(--ui-scale));height:calc(30px * var(--ui-scale))}.ghm-overview-icon{width:calc(28px * var(--ui-scale));height:calc(28px * var(--ui-scale));cursor:pointer;filter:brightness(.85)drop-shadow(0 1px 2px #0008);margin-right:0;transition:filter .18s}.ghm-overview-btn:hover .ghm-overview-icon{filter:brightness(1.2)drop-shadow(0 2px 6px #ffe08088)}.ghm-mobile-sprite{background:#050f20;border:1px solid #000c;border-radius:3px;flex:0 0 24px;justify-content:center;align-items:center;width:24px;height:24px;display:none;overflow:hidden;box-shadow:inset 0 1px 2px #00000059}.ghm-mobile-indicator-ico{background-position:top;background-repeat:no-repeat;background-size:100% 200%;width:22px;height:20px}.ghm-mobile-indicator-ico-attack{background-image:url(/img/iconav/attack.png)}.ghm-mobile-indicator-ico-espionage{background-image:url(/img/iconav/espionage.png)}.ghm-mobile-indicator.active_indicator{background:linear-gradient(#ff3b2f,#b90d00);border-color:#ff3b2f;box-shadow:0 0 4px #ff2d23e6,inset 0 1px 1px #ffffff26}.ghm-mobile-indicator.active_indicator .ghm-mobile-indicator-ico{background-position:bottom}@media (width<=700px){.ghm-top{display:none}.ghm-bottom{flex-direction:row;justify-content:space-between;align-items:center;height:auto;padding:4px 8px 6px}.ghm-bottom-center{flex:1;justify-content:center;min-width:0;margin:0 auto}.ghm-resources,.ghm-quicknav{gap:8px}.ghm-bar-wrap{min-width:50px}.ghm-bar{width:110px;min-width:110px}.ghm-bar-percent,.ghm-resource-dm,.ghm-resource-am{display:none}}@media (width<=900px){.ghm-right-toggle{display:inline-flex}.ghm-userblock{display:none}.ghm-bottom{background:#181c22}.ghm-resources{justify-content:space-between;gap:6px;width:100%}.ghm-resource{flex:1;justify-content:center;min-width:0}.ghm-resource img{width:26px;height:26px;margin-right:4px}.ghm-bar-wrap{min-width:0}.ghm-bar{width:100%;min-width:110px;height:18px}.ghm-bar-value{box-sizing:border-box;padding:0 4px;font-size:13px}.ghm-bottom-center{justify-content:center}.ghm-planet-select-wrap{order:3;margin:0 auto}.ghm-menu-toggle{order:1}.ghm-mobile-sprite-attack{order:2}.ghm-right-toggle{order:5}.ghm-resource-dm{order:3}.ghm-resource-am,.ghm-mobile-sprite-spy{order:4}.ghm-shop{display:none}}@media (width<=1200px){.ghm-top{justify-content:flex-start;padding-left:10px;padding-right:10px}.ghm-resources{justify-content:flex-start;gap:12px}.ghm-bottom-center{justify-content:flex-start;min-width:0;margin-left:1px}.ghm-menu-toggle{display:inline-flex}.ghm-overview-btn,.ghm-quicknav{display:none}}.ghm-resource{transition:all .3s}.ghm-resource:hover{cursor:help;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.ghm-resource-dm:hover,.ghm-resource-am:hover{box-shadow:none;transform:none}.ghm-resource-main,.ghm-resource-dm,.ghm-resource-am{position:relative}.ghm-resource-main:hover:after,.ghm-resource-dm:hover:after,.ghm-resource-am:hover:after,.ghm-resource-main:focus-visible:after,.ghm-resource-dm:focus-visible:after,.ghm-resource-am:focus-visible:after{content:attr(data-tooltip);color:#fff;white-space:pre-line;text-align:center;z-index:2147483647;pointer-events:none;opacity:0;background:#000;border:1px solid #333;border-radius:12px;min-width:200px;margin-top:8px;padding:12px 16px;font-size:12px;font-weight:500;line-height:1.5;animation:.15s forwards fadeIn;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #000000f2}.ghm-resource-main[data-tooltip=""]:hover:after,.ghm-resource-dm[data-tooltip=""]:hover:after,.ghm-resource-am[data-tooltip=""]:hover:after,.ghm-resource-main[data-tooltip=""]:focus-visible:after,.ghm-resource-dm[data-tooltip=""]:focus-visible:after,.ghm-resource-am[data-tooltip=""]:focus-visible:after{display:none}@keyframes fadeIn{to{opacity:1}}.ghm-bar-inner{transition:width .5s}@keyframes pulse{}@media (width<=600px){.ghm-bottom-center{align-items:center;gap:0;display:flex}.ghm-bottom{padding:4px 0}}@media (width<=500px){.ghm-mobile-sprite.ghm-mobile-sprite-visible{display:inline-flex}.ghm-resource-dm,.ghm-resource-am{display:none}.ghm-bottom-center{gap:4px}.ghm-planet-select-wrap{flex:auto;min-width:0;max-width:calc(100vw - 150px)}.ghm-planet-select-btn{gap:4px;width:100%;min-width:0;padding:2px 8px}.ghm-planet-name{text-overflow:ellipsis;white-space:nowrap;max-width:90px;overflow:hidden}.ghm-planet-coords{min-width:0}}#left_side{z-index:2;width:250px;min-width:250px}#side_menu_up{width:100%;height:12px;margin:0;position:relative}#side_menu_up .img{background:0 0;width:100%;height:28px}#left_menu{box-sizing:border-box;background:#08182d;border:1px solid #000;border-radius:4px;width:100%;padding:6px;box-shadow:inset 0 1px 1px #142c52,inset 0 -1px 1px #142c5233,0 8px 18px #0006,0 0 0 1px #040f1f}#touchscreenleft_menu{flex-direction:column;display:flex}#indicators{justify-content:space-between;gap:6px;width:100%;height:22px;margin:4px 0 12px;display:flex}#indicators .indicator{background:#050f20;border:1px solid #000c;border-radius:3px;flex:1;justify-content:center;align-items:center;height:28px;display:flex;box-shadow:inset 0 1px 2px #00000059}#indicators .indicator .icoi{background-position:top;background-repeat:no-repeat;background-size:100% 200%;width:35px;height:32px}#attack .icoi{background-image:url(/img/iconav/attack.png)}#destruction .icoi{background-image:url(/img/iconav/destruction.png)}#espionage .icoi{background-image:url(/img/iconav/espionage.png)}#rocket .icoi{background-image:url(/img/iconav/grab.png)}#indicators .active_indicator{background:linear-gradient(#ff3b2f,#b90d00);border-color:#ff3b2f;box-shadow:0 0 4px #ff2d23e6,inset 0 1px 1px #ffffff26}#indicators .active_indicator .icoi{background-position:bottom}.servertime{color:#dfe6ff;text-align:center;height:18px;margin:4px auto;font-size:12px;line-height:18px}a.btn_menu,.big_btn.btn_menu{color:#cfd8e8;text-shadow:0 1px #000000a6;box-sizing:border-box;background:linear-gradient(#0a1629,#091324);border:1px solid #000;border-radius:3px;width:100%;height:28px;margin:0 0 6px;padding:0 10px;line-height:28px;text-decoration:none;display:block}a.btn_menu:hover,.big_btn.btn_menu:hover{color:#9fd4ff;border-color:#1a2e4b;box-shadow:inset 0 0 0 1px #4682d233}.btn_menu_big{width:100%}.big_btn.blue{color:#d4e8ff;background:linear-gradient(#1c3a78,#10244a);border-color:#0b1a32}.bonus-btn{text-align:center;white-space:nowrap;font-variant-numeric:tabular-nums;justify-content:center;align-items:center;padding-inline:6px;font-size:12px;font-weight:600;line-height:1.2;display:flex}a.btn_menu.xsolla-side-btn,.big_btn.btn_menu.xsolla-side-btn{color:#fff2ea;background:linear-gradient(#97261b,#681912 54%,#45100c);border-color:#290705;justify-content:space-between;align-items:center;gap:10px;height:auto;min-height:32px;margin-top:4px;padding:3px 8px 3px 9px;line-height:normal;display:flex;box-shadow:inset 0 1px #ffffff24,inset 0 -1px #00000052,0 6px 14px #0b030347}a.btn_menu.xsolla-side-btn:hover,.big_btn.btn_menu.xsolla-side-btn:hover{box-shadow:inset 0 1px #ffffff2e,0 0 0 1px #d2664f3d,0 10px 18px #14060552;color:#fff8f3!important;border-color:#6d1c15!important}.xsolla-side-btn__main{flex:auto;align-items:center;gap:8px;min-width:0;display:flex}.xsolla-side-btn__icon-wrap{background:#100a1259;border-radius:999px;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex;box-shadow:inset 0 1px #ffffff14}.xsolla-side-btn__icon{object-fit:contain;filter:drop-shadow(0 0 3px #ff5c5c38);width:13px;height:13px}.xsolla-side-btn__label{text-overflow:ellipsis;white-space:nowrap;letter-spacing:.01em;align-items:center;min-width:0;font-size:12px;font-weight:700;line-height:1.05;display:inline-flex;overflow:hidden}.xsolla-side-btn__bonus{color:#ffdf63;white-space:nowrap;background:linear-gradient(#22100a9e,#0f080766);border:1px solid #ffde7538;border-radius:999px;justify-content:center;align-items:center;padding:2px 7px;font-size:11px;font-weight:800;line-height:1;display:inline-flex;box-shadow:inset 0 1px #ffffff0f}.big_btn.bonus-cooldown{color:#b0b0b0;background:linear-gradient(#2b2b2b,#1b1b1b)}.big_btn.green{color:#c3f4d0;background:linear-gradient(#1d4f2b,#11331c);border-color:#0f2414}.nuovomenusinistra{color:#d4deee;text-shadow:0 1px #0009;background:linear-gradient(#0a1629,#091324);border:1px solid #000;border-radius:3px;justify-content:center;align-items:center;height:28px;padding:0 8px;font-size:12.5px;text-decoration:none;display:flex}.nuovomenusinistra:hover{color:#9fd4ff;border-color:#1a2e4b}.galassiabott{color:#b7d8ff;text-align:center;text-shadow:0 1px #0009;background:#091527 url(/img/iconav/galaxybutton2.gif) 50%/cover;border:1px solid #000;border-radius:3px;width:100%;height:30px;margin:6px 0 8px;line-height:30px;text-decoration:none;display:block}.galassiabott:hover{color:#e6f0ff;border-color:#1b3b6a}.pilotguardbott{color:#c0deff;text-align:center;text-shadow:0 1px #0009;background:linear-gradient(#1a2740,#111a2e);border:1px solid #000;border-radius:3px;width:100%;height:30px;margin:6px 0 2px;font-size:13px;line-height:30px;text-decoration:none;display:block}.pilotguardbott:hover{color:#e6f0ff;border-color:#2e4f80}.menubassoleft{margin-top:2px}#top_nav_parte_sotto{background:linear-gradient(#0b1628,#081220);border:1px solid #000;border-radius:4px;justify-content:center;align-items:center;padding:6px 4px;display:flex;box-shadow:inset 0 1px 1px #142c5240}#top_nav_parte_sotto a{justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}#top_nav_parte_sotto a.menu-icon-link{position:relative}#top_nav_parte_sotto .menu-icon-badge{color:#fff;pointer-events:none;background:#d53434;border:1px solid #00000073;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:-7px;right:-9px;box-shadow:0 0 0 1px #ff5a5a59}#top_nav_parte_sotto span{filter:brightness(.9);background-position:50%;background-repeat:no-repeat;background-size:contain;width:17px;height:24px;display:inline-block}#top_nav_parte_sotto a:hover span{filter:brightness(1.2)}.separator_nav{background:#ffffff03;width:5px;height:18px;margin:0 6px}.planet-changes{background-image:url(/img/iconav/techtree.png)}.rules{background-image:url(/img/iconav/rules.png)}.frend{background-image:url(/img/iconav/frend.png)}.achievements{background-image:url(/images/game/achieve.png)}.record{background-image:url(/img/iconav/record.png)}.soopart{background-image:url(/img/iconav/soopart.png)}.seting{background-image:url(/img/iconav/seting.png)}.exit{background-image:url(/img/iconav/exit.png)}#side_menu_bottom{width:100%;height:12px;margin-top:6px}#side_menu_bottom .img{background:0 0;width:100%;height:24px}@media (width<=1100px){#left_side{width:220px;min-width:220px}.nuovomenusinistra{font-size:12px}}.alert-modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.alert-modal{background:#fff;border-radius:8px;width:90%;max-width:400px;padding:0;box-shadow:0 4px 6px #0000001a}.alert-modal-header{border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;padding:16px;display:flex}.alert-modal-header h2{margin:0;font-size:18px}.alert-modal-close{cursor:pointer;color:#666;background:0 0;border:none;font-size:24px}.alert-modal-body{padding:16px}.alert-modal-footer{text-align:right;border-top:1px solid #ddd;padding:16px}.alert-modal-footer button{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:4px;padding:8px 16px}.alert-modal-footer button:hover{background:#0056b3}.game-layout-root{--ui-scale:1;background:radial-gradient(at 60% 40%,#20243a 60%,#131626 100%);flex-direction:column;height:100dvh;font-size:16px;display:flex;overflow:hidden}.game-layout-root.game-overlay-scroll-lock{overflow:hidden}@media (width>=1920px){.game-layout-root{--ui-scale:1.05;font-size:17px}}@media (width>=2560px){.game-layout-root{--ui-scale:1.12;font-size:18px}}@media (width>=3200px){.game-layout-root{--ui-scale:1.18;font-size:19px}}.game-layout-scale-wrap{--game-scale:1;flex:1;min-height:0;overflow:hidden}.game-layout-scale{flex-direction:column;width:100%;min-width:0;max-width:100%;height:100%;min-height:0;display:flex}.game-layout-row{flex:1;align-items:flex-start;gap:32px;min-height:0;padding-top:10px;padding-left:10px;padding-right:2px;display:flex;overflow:hidden}.game-layout-row #left_side{scrollbar-gutter:stable;height:100%;min-height:0;overflow-y:auto}.game-layout-content{min-width:0;max-width:100%;height:100%;min-height:0;box-shadow:none;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch;touch-action:pan-y;--game-scale:1;background:0 0;flex-direction:column;flex:1 1 0;align-items:stretch;margin-top:0;padding:0;display:flex;overflow:hidden auto}.game-layout-content.game-overlay-scroll-lock{touch-action:none;overscroll-behavior:none;overflow:hidden!important}html.game-overlay-scroll-lock,body.game-overlay-scroll-lock{height:100%;overflow:hidden!important}.game-layout-root .hall-container{box-sizing:border-box;width:95%;max-width:none;margin:16px 0;padding:16px 12px}.game-layout-root .hall-table-wrap{width:100%;overflow-x:auto}.game-layout-root .hall-table{table-layout:auto;width:100%;min-width:0;max-width:100%}.game-layout-root .hall-th,.game-layout-root .hall-table td{padding:3px 2px}.game-layout-root .hall-place{width:22px;min-width:22px;max-width:32px;font-size:.9em}.game-layout-root .hall-th:first-child{width:22px;min-width:32px;max-width:32px}.game-layout-root .hall-table th:nth-child(3),.game-layout-root .hall-table td:nth-child(3){text-align:start}.game-layout-root .hall-table th:nth-child(3),.game-layout-root .hall-table td:nth-child(3),.game-layout-root .hall-table th:last-child,.game-layout-root .hall-table td:last-child{min-width:132px}.game-layout-root .hall-table th:nth-child(4),.game-layout-root .hall-table td:nth-child(4){width:120px}.game-layout-root .hall-date,.game-layout-root .hall-loss{text-align:right}.game-layout-root .hall-date{text-align:center}.game-layout-root .hall-th:nth-child(4){text-align:right}.game-layout-root .hall-participants{max-width:none}@media (width<=700px){.game-layout-content{-webkit-overflow-scrolling:touch;touch-action:pan-y;overflow-y:auto}.game-layout-root .hall-table{width:100%;min-width:0}}@media (width<=1200px){.game-layout-root{--ui-scale:.98;font-size:15px}}@media (width<=900px){.game-layout-root{--ui-scale:.95;font-size:14px}}@media (width<=700px){.game-layout-root{--ui-scale:.92;height:auto;min-height:100vh;font-size:13px;overflow:visible}.game-layout-scale-wrap,.game-layout-scale,.game-layout-row{height:auto;min-height:0;overflow:visible}.game-layout-content{max-width:100%;height:auto;overflow:visible}.game-layout-row #left_side{height:auto;overflow:visible}}@media (width<=500px){.game-layout-root{--ui-scale:.9;font-size:12px}.game-layout-root .hall-container{transform-origin:unset;transform:none}}@media (width<=400px){.game-layout-root .hall-table th:nth-child(3),.game-layout-root .hall-table td:nth-child(3){display:none}.game-layout-root .hall-table{table-layout:auto}.game-layout-root .hall-loss{text-align:right;white-space:nowrap;width:1%}.game-layout-root .hall-participants{max-width:none}}@media (width<=470px){.game-layout-root{--ui-scale:.88;font-size:11.5px}}@media (width<=360px){.game-layout-root{--ui-scale:.86;font-size:11px}}.overview-mock-container{min-height:unset;max-width:unset;box-shadow:none;color:inherit;font-size:inherit;flex:unset;background:0 0;border:none;border-radius:0;flex-direction:column;width:100%;max-width:1200px;margin:0 auto 0 0;padding:0;display:flex}.overview-main-content{gap:20px;width:100%;max-width:100%;display:flex}.planet-info-panel,.planet-info-right{flex:1;min-width:0}.game-layout-state-screen{justify-content:center;align-items:center;min-height:100dvh;padding:20px;display:flex}.game-layout-state-card{text-align:center;color:#dce8ff;background:radial-gradient(circle at 12% 0,#72aaff29,#0000 52%),linear-gradient(165deg,#111827f2,#0a0f1bf7);border:1px solid #7190d659;border-radius:18px;width:min(620px,100%);padding:26px 24px;position:relative;overflow:hidden;box-shadow:0 22px 48px #00000073,inset 0 1px #ffffff0d}.game-layout-state-card h2{letter-spacing:-.02em;color:#f1f6ff;margin:0;font-size:clamp(28px,6vw,42px);font-weight:800;line-height:1.08}.game-layout-state-card-error{background:radial-gradient(circle at 10% 0,#ff6e6e21,#0000 54%),linear-gradient(165deg,#1e0f16f5,#100a10fa);border-color:#e7747480}.game-layout-state-spinner{border:3px solid #7c9de547;border-top-color:#8fb4ff;border-radius:50%;width:56px;height:56px;margin:0 auto 14px;animation:.95s linear infinite game-layout-spin}@keyframes game-layout-spin{to{transform:rotate(360deg)}}.game-layout-state-badge{letter-spacing:.03em;text-transform:uppercase;color:#d8e7ff;background:#3d6ac333;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;margin-bottom:12px;padding:6px 12px;font-size:12px;display:inline-flex}.game-layout-state-badge-info{background:#3d6ac333;border-color:#719eff66}.game-layout-state-badge-error{color:#ffd4d4;background:#8a232347;border-color:#ef444473}.game-layout-state-body{color:#c8d7f0;max-width:44ch;margin:12px auto 0;font-size:clamp(16px,2.8vw,22px);line-height:1.45}.game-layout-state-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px;display:grid}.game-layout-state-metric{text-align:left;background:#141d2da6;border:1px solid #6c88c052;border-radius:12px;padding:10px 12px}.game-layout-state-metric span{color:#8da6d2;font-size:13px;display:block}.game-layout-state-metric strong{color:#f3f8ff;margin-top:4px;font-size:20px;display:block}.game-layout-state-hint{color:#9bb1d5;max-width:46ch;margin:14px auto 0;font-size:14px}.game-layout-state-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:18px;display:flex}.game-layout-state-btn{cursor:pointer;border:1px solid #0000;border-radius:12px;min-width:150px;padding:11px 16px;font-size:15px;font-weight:700;transition:transform .14s,box-shadow .14s,opacity .14s}.game-layout-state-btn:hover{transform:translateY(-1px)}.game-layout-state-btn:active{transform:translateY(0)}.game-layout-state-btn-primary{color:#f8fbff;background:linear-gradient(140deg,#3182ce 0%,#2b6cb0 100%);border-color:#63b3ed80;box-shadow:0 12px 24px #3182ce4d}.game-layout-state-btn-ghost{color:#d4e4ff;background:#131d2dbf;border-color:#7a98ce61}@media (width<=700px){.game-layout-state-card{border-radius:14px;padding:20px 16px}.game-layout-state-metrics{grid-template-columns:1fr}.game-layout-state-btn{width:100%;min-width:0}}.game-vacation-overlay{z-index:9999;pointer-events:auto;background:#040812d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.game-vacation-modal{text-align:center;color:#e2e8f0;background:#111a2a;border:2px solid #63b3ed;border-radius:10px;width:90%;max-width:420px;padding:20px 24px;box-shadow:0 0 20px #63b3ed59}.game-vacation-modal h3{color:#90cdf4;margin:0 0 12px;font-size:16px}.game-vacation-modal p{color:#e2e8f0;margin:6px 0;font-size:12px}.game-vacation-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4299e1 0%,#3182ce 100%);border:none;border-radius:6px;margin-top:12px;padding:10px 22px;font-size:13px;font-weight:700;transition:all .2s;box-shadow:0 4px 15px #4299e14d}.game-vacation-button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.game-vacation-error{color:#f87171;margin-top:10px;font-size:12px}.game-menu-overlay{z-index:9000;overscroll-behavior:contain;touch-action:none;background:#060a12e0;justify-content:flex-start;align-items:stretch;padding:0;display:flex;position:fixed;inset:0;overflow:hidden}.game-profile-overlay{z-index:9001;overscroll-behavior:contain;touch-action:none;background:#060a12e0;justify-content:flex-end;align-items:stretch;padding:0;display:flex;position:fixed;inset:0;overflow:hidden}.game-profile-panel{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;background:#0f1622fa;border:1px solid #2a3550;border-radius:16px 0 0 16px;width:min(360px,88vw);height:100%;padding:16px 18px;position:relative;overflow-y:auto;box-shadow:0 14px 40px #00000073}.game-profile-close{color:#d6e6ff;cursor:pointer;background:#192232e6;border:1px solid #2a3550;border-radius:50%;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;min-height:34px;padding:0;font-size:20px;line-height:1;display:flex;position:absolute;top:8px;right:8px}.game-profile-header{cursor:pointer;align-items:center;gap:12px;padding-top:24px;display:flex}.game-profile-avatar{object-fit:cover;border:2px solid #2a3550;border-radius:12px;width:52px;height:52px}.game-profile-name{color:#3cffb0;font-size:18px;font-weight:700}.game-profile-resources{gap:12px;margin-top:18px;display:grid}.game-profile-resource{background:#192232cc;border:1px solid #27344f;border-radius:12px;align-items:center;gap:10px;padding:10px 12px;display:flex;position:relative;overflow:hidden}.game-profile-resource-meta{min-width:0}.game-profile-resource-storage:before{content:"";width:var(--resource-fill,0%);background:var(--resource-fill-color,#ffffff29);pointer-events:none;transition:width .2s;position:absolute;top:0;bottom:0;left:0}.game-profile-resource>*{z-index:1;position:relative}.game-profile-resource-storage-metal{--resource-fill-color:#ffa50052}.game-profile-resource-storage-crystal{--resource-fill-color:#00bfff4d}.game-profile-resource-storage-deuterium{--resource-fill-color:#32cd3247}.game-profile-resource img{object-fit:contain;width:32px;height:32px}.game-profile-label{color:#9fb7e5;font-size:12px}.game-profile-value{color:#fff;font-size:15px;font-weight:700}.game-profile-storage-percent{color:#c7d5ed;margin-top:2px;font-size:11px;font-weight:600;line-height:1.1}.game-profile-value-metal{color:orange}.game-profile-value-crystal{color:#00bfff}.game-profile-value-deuterium{color:#32cd32}.game-profile-value-darkmatter{color:#b08cff}.game-profile-value-antimatter{color:#ff4b4b}.game-profile-premium{color:#ffeaa0;background:linear-gradient(90deg,#2a2f3d,#40381f);border:1px solid #6a5d2b;border-radius:12px;align-items:center;gap:10px;margin-top:18px;padding:10px 14px;font-weight:700;text-decoration:none;display:flex}.game-profile-premium img{width:28px;height:28px}@media (width<=500px){.game-profile-panel{border-radius:0;width:100vw}.game-layout-root .hall-container{width:99%;padding:0}.game-layout-root .hall-table th:nth-child(3),.game-layout-root .hall-table td:nth-child(3){display:none}}.game-menu-panel{width:min(calc(420px * var(--ui-scale)), 88vw);border-radius:0 calc(16px * var(--ui-scale)) calc(16px * var(--ui-scale)) 0;height:100%;padding:calc(10px * var(--ui-scale)) calc(16px * var(--ui-scale)) calc(14px * var(--ui-scale)) calc(16px * var(--ui-scale));-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;background:#0f1622fa;border:1px solid #2a3550;position:relative;overflow-y:auto;box-shadow:0 14px 40px #00000073}.game-menu-quicknav{gap:calc(10px * var(--ui-scale));padding-bottom:calc(8px * var(--ui-scale));grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.game-menu-quicknav a,.game-menu-quicknav button{height:calc(38px * var(--ui-scale));border-radius:calc(12px * var(--ui-scale));background:#192232cc;border:1px solid #27344f;justify-content:center;align-items:center;transition:transform .15s,box-shadow .15s;display:flex}.game-menu-quicknav .game-menu-quicknav-link-with-badge{position:relative}.game-menu-quicknav-badge{top:calc(2px * var(--ui-scale));right:calc(2px * var(--ui-scale));min-width:calc(16px * var(--ui-scale));height:calc(16px * var(--ui-scale));padding:0 calc(4px * var(--ui-scale));border-radius:calc(8px * var(--ui-scale));color:#fff;font-size:calc(10px * var(--ui-scale));pointer-events:none;background:#d53434;border:1px solid #00000073;justify-content:center;align-items:center;font-weight:700;line-height:1;display:inline-flex;position:absolute;box-shadow:0 0 0 1px #ff5a5a59}.game-menu-quicknav-spacer{height:calc(38px * var(--ui-scale))}.game-menu-quicknav button{color:#d6e6ff;font-size:calc(22px * var(--ui-scale));cursor:pointer;line-height:1}.game-menu-quicknav a:hover,.game-menu-quicknav button:hover{transform:translateY(-1px);box-shadow:0 6px 18px #477fff59}.game-menu-quicknav img{width:calc(28px * var(--ui-scale));height:calc(28px * var(--ui-scale));object-fit:contain}.game-menu-sidemenu{padding-top:8px}.game-menu-panel #left_side{width:100%;min-width:0}.game-menu-divider{background:#24324b;height:1px;margin:6px 0}@media (width<=500px){.game-menu-panel{border-radius:0;width:100vw}}@media (width<=1200px){.game-layout-row{gap:12px;padding-left:0;padding-right:0}.game-layout-row #left_side{display:none}.game-menu-panel #left_side{display:block}}
