html,body{box-sizing:border-box;height:100%;margin:0;padding:0;overflow-x:hidden}.main-bg{background:radial-gradient(at 60% 40%,#20243a 60%,#131626 100%);flex-direction:column;width:100%;min-height:calc(100vh - 112px);display:flex;overflow-x:hidden}.center-content{flex:1;justify-content:center;align-items:center;display:flex}.auth-form-box{box-sizing:border-box;background:#141820fa;border:2px solid #4b5fff;border-radius:18px;flex-direction:column;align-items:stretch;width:100%;min-width:350px;max-width:370px;padding:2.5rem 2.5rem 2rem;display:flex;box-shadow:0 8px 32px #1f268740}.auth-form-box form{width:100%}.auth-language-picker{background:linear-gradient(135deg,#0f192eeb 0%,#0e121ceb 100%);border:1px solid #7eaaff40;border-radius:12px;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-bottom:1rem;padding:.55rem;display:grid}.auth-language-flag{cursor:pointer;background:#0d121ef2;border:1px solid #6cbaff59;border-radius:9px;justify-content:center;align-items:center;padding:.32rem .25rem;transition:transform .16s,border-color .16s,box-shadow .16s,background .16s;display:inline-flex}.auth-language-flag:hover{border-color:#a6d1ffbf;transform:translateY(-1px);box-shadow:0 5px 15px #2172ff3d}.auth-language-flag:focus-visible{outline-offset:2px;outline:2px solid #85c7ff}.auth-language-flag.is-active{background:linear-gradient(145deg,#2c428ae6 0%,#1d2a5cf2 100%);border-color:#6cbaff;box-shadow:0 0 0 1px #6cbaff38,0 8px 18px #4b5fff47}.auth-language-flag-image{object-fit:cover;border-radius:2px;width:24px;height:16px;box-shadow:0 1px 5px #00000059}.auth-title{color:#eaf6ff;text-align:center;text-shadow:0 2px 16px #4b5fff,0 0 1px #fff;letter-spacing:.5px;margin-bottom:2rem;font-size:2rem;font-weight:900}.auth-label{color:#6cbaff;margin-top:.7rem;margin-bottom:4px;font-weight:600;display:block}.auth-input{box-sizing:border-box;color:#eaf6ff;background:#181c2a;border:1px solid #0000;border-radius:7px;outline:none;width:100%;margin-bottom:1rem;padding:.7rem;font-size:1rem;transition:box-shadow .18s,background .18s;display:block}.auth-input:focus{background:#232a3d;border-color:#4b5fff;box-shadow:0 0 0 2px #4b5fff}.auth-password-input-wrap{margin-bottom:1rem;position:relative}.auth-input--with-toggle{margin-bottom:0;padding-right:3.2rem}.auth-password-toggle-switch{appearance:none;cursor:pointer;background:#141414;border:1px solid #5b5b5b;border-radius:999px;width:2.25rem;height:1.25rem;padding:0;line-height:1;transition:border-color .2s,box-shadow .2s,background .2s;display:block;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.auth-password-toggle-switch:before{content:"";background:#efefef;border-radius:50%;width:.85rem;height:.85rem;transition:transform .2s,background .2s;position:absolute;top:50%;left:.14rem;transform:translateY(-50%)}.auth-password-toggle-switch.is-active{background:#f0f0f0;border-color:#bfbfbf}.auth-password-toggle-switch.is-active:before{background:#111;transform:translate(1rem,-50%)}.auth-password-toggle-switch:hover{transform:translateY(-50%);box-shadow:0 0 0 2px #ffffff24}.auth-password-toggle-switch:focus{outline:none;transform:translateY(-50%)}.auth-password-toggle-switch:active{transform:translateY(-50%)}.auth-password-toggle-switch:focus-visible{outline:none;transform:translateY(-50%);box-shadow:0 0 0 2px #fff3}.auth-remember-toggle-row{justify-content:flex-start;align-items:center;gap:.5rem;margin-bottom:.9rem;display:flex}.auth-remember-toggle-label{color:#b0bec5;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:12px;font-weight:600}.auth-modern-toggle{cursor:pointer;width:50px;height:26px;display:inline-block;position:relative}.auth-modern-toggle input{opacity:0;width:0;height:0;position:absolute}.auth-toggle-slider{background-color:#2a3441;border:1px solid #3a4a5a;border-radius:26px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;inset:0;box-shadow:inset 0 1px 3px #0000004d}.auth-toggle-slider:before{content:"";background:linear-gradient(135deg,#e0e6ef 0%,#b0b8c9 100%);border-radius:50%;width:18px;height:18px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:3px;left:3px;box-shadow:0 1px 3px #0000004d}.auth-modern-toggle input:checked+.auth-toggle-slider{background:linear-gradient(135deg,#7ee787 0%,#5cc765 100%);border-color:#7ee787;box-shadow:0 0 8px #7ee78759,inset 0 1px 3px #0003}.auth-modern-toggle input:checked+.auth-toggle-slider:before{background:linear-gradient(135deg,#fff 0%,#e0e6ef 100%);transform:translate(24px);box-shadow:0 1px 4px #00000059}.auth-modern-toggle:hover .auth-toggle-slider{box-shadow:0 0 10px #7ee78738,inset 0 1px 3px #0000004d}.auth-modern-toggle input:focus-visible+.auth-toggle-slider{box-shadow:0 0 0 2px #4b5fff47,inset 0 1px 3px #0000004d}.auth-form-register .auth-field{margin-bottom:.6rem}.auth-form-register .auth-input{margin-bottom:.25rem}.auth-form-register .auth-input.valid{border:1px solid #3ea36f;box-shadow:0 0 0 2px #3ea36f33}.auth-form-register .auth-input.invalid{border:1px solid #e35a5a;box-shadow:0 0 0 2px #e35a5a33}.auth-hint{color:#8fb4ff;min-height:16px;margin-bottom:.1rem;font-size:12px;line-height:1.25}.auth-hint.ok{color:#7dd9a0}.auth-hint.error{color:#ff8f8f}.auth-btn{cursor:pointer;border:none;border-radius:7px;width:100%;margin-bottom:1rem;padding:.9rem;font-size:1.1rem;font-weight:700;transition:background .2s,box-shadow .2s,color .2s}.main-btn{color:#eaf6ff;background:linear-gradient(90deg,#2a3a7c 0%,#4b5fff 100%);box-shadow:0 2px 12px #4b5fff55}.main-btn:hover{color:#fff;background:linear-gradient(90deg,#4b5fff 0%,#2a3a7c 100%);box-shadow:0 4px 24px #4b5fff99}.sec-btn{color:#eaf6ff;background:#181c2a;border-top:1px solid #4b5fff;border-bottom:1px solid #4b5fff}.sec-btn:hover{color:#fff;background:#4b5fff}.auth-error{color:#ff5252;text-align:center;margin-bottom:1rem}.auth-note{color:#b0bec5;text-align:center;margin-top:10px;font-size:13px}.auth-note a{color:#6cbaff}.auth-inline-link{appearance:none;color:#6cbaff;cursor:pointer;font:inherit;background:0 0;border:0;margin:0;padding:0;text-decoration:underline}.auth-inline-link:hover{color:#9ad4ff}.auth-inline-link:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #6cbaff8c}.auth-links{text-align:center;margin:4px 0 8px}.auth-links a{color:#6cbaff;font-size:13px}.auth-checkbox{text-align:left;color:#b0bec5;margin-bottom:1rem;font-size:13px}.auth-checkbox-label{align-items:center;gap:6px;margin-right:4px;display:inline-flex}.auth-checkbox a{color:#6cbaff}.verify-modal-overlay{z-index:2000;background:#050810d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.verify-modal{text-align:center;color:#eaf6ff;background:#141a26;border:2px solid #4b5fff;border-radius:12px;width:92%;max-width:420px;padding:22px 24px;box-shadow:0 6px 24px #4b5fff59}.verify-modal h3{margin:0 0 10px;font-size:1.2rem}.verify-expired{color:#ff9f43;font-size:.95rem}.verify-email{color:#b0bec5;font-size:.95rem}.verify-resend-btn{cursor:pointer;color:#eaf6ff;background:linear-gradient(90deg,#2a3a7c 0%,#4b5fff 100%);border:none;border-radius:7px;width:100%;margin-top:12px;padding:.8rem;font-size:1rem;font-weight:700}.verify-resend-btn:disabled{opacity:.6;cursor:not-allowed}.verify-status{color:#6cbaff;margin-top:10px;font-size:.95rem}.verify-close-btn{color:#eaf6ff;cursor:pointer;background:0 0;border:1px solid #4b5fff;border-radius:7px;width:100%;margin-top:12px;padding:.7rem;font-size:.95rem;font-weight:700}@media (width<=500px){.auth-form-box{min-width:0;max-width:92vw;padding:1.1rem .4rem .9rem}.auth-language-picker{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-bottom:.8rem;padding:.45rem}.auth-language-flag{min-height:36px;padding:.26rem .2rem}.auth-language-flag-image{width:20px;height:14px}.main-header-new{padding:.7rem .2rem}}@media (width<=360px){.auth-language-picker{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;padding:.38rem}.auth-language-flag{border-radius:8px;min-height:34px}.auth-language-flag-image{width:18px;height:13px}}.main-header-home{background:#181c22;border-bottom:2px solid #23272e;padding-bottom:0;box-shadow:0 2px 12px #000a}.main-nav-toggle{display:none}.main-header-top{justify-content:center;align-items:center;padding:18px 0 8px;display:flex;position:relative}.main-logo.favicon{object-fit:cover;background:#23272e;border:2px solid #23272e;border-radius:50%;width:38px;height:38px;margin-right:14px;box-shadow:0 1px 6px #0008}.main-title{color:#b0e0ff;letter-spacing:2px;text-shadow:1px 2px 8px #000a;vertical-align:middle;font-size:2.1rem;font-weight:700}.main-header-home.nav-flex{justify-content:flex-start;align-items:center;padding:0 8px 0 5px;display:flex}.nav-logo-block{align-items:center;margin-right:32px;display:flex}.nav-logo-title{align-items:center;gap:10px;display:flex}.nav-logo-title .main-logo.favicon{margin-right:0;display:block}.nav-logo-title .main-title{align-items:center;line-height:1;display:inline-flex}.main-nav{background:#23272eeb;border-radius:0 0 16px 16px;flex:1;justify-content:flex-start;align-items:center;gap:18px;min-height:54px;padding:0 0 8px;font-family:Segoe UI,Roboto,Arial,sans-serif;display:flex;box-shadow:0 2px 12px #0002}.main-nav-link{color:#b0e0ff;letter-spacing:1px;z-index:1;background:0 0;border-radius:8px;align-items:center;padding:10px 22px 8px;font-size:1.13rem;font-weight:500;text-decoration:none;transition:color .18s,background .18s,box-shadow .18s;display:flex;position:relative;overflow:hidden}.main-nav-link:after{content:"";opacity:0;z-index:0;background:linear-gradient(90deg,#4b5fff 0%,#00eaff 100%);border-radius:2px;height:3px;transition:opacity .18s,transform .18s;display:block;position:absolute;bottom:7px;left:18px;right:18px;transform:scaleX(.5)}.main-nav-link:hover,.main-nav-link:focus{color:#fff;background:#4b5fff1a;box-shadow:0 2px 12px #4b5fff33}.main-nav-link:hover:after,.main-nav-link:focus:after{opacity:1;transform:scaleX(1)}.main-nav-link.active{color:#fff;background:#4b5fff2e;font-weight:700;box-shadow:0 2px 16px #4b5fff33}.main-nav-link.active:after{opacity:1;background:linear-gradient(90deg,#00eaff 0%,#4b5fff 100%);transform:scaleX(1)}@media (width<=1050px){.main-header-home{flex-direction:column;align-items:center;display:flex}.main-nav{flex-wrap:wrap;justify-content:center;gap:8px;width:100%;min-height:44px;padding:8px 14px 10px;display:flex}.main-nav-link{white-space:nowrap;justify-content:center;padding:8px 10px 7px;font-size:.95rem}.main-header-top{text-align:center;justify-content:center}.main-title{text-align:center}.main-nav-link:after{height:2px;bottom:4px;left:10px;right:10px}.main-header-top{flex-direction:column;gap:8px;width:100%;padding:12px 0 6px}.main-logo.favicon{margin-right:0}.custom-header-top{text-align:center;flex-direction:column;gap:8px;padding:8px 12px}}@media (width<=420px){.main-title{letter-spacing:1px;font-size:1.7rem}}@media (height<=500px){.main-header-top{padding:10px 0 6px}.main-title{font-size:1.6rem}.main-nav{flex-wrap:wrap;justify-content:center;gap:8px;padding:6px 10px 8px}.main-nav-link{padding:7px 10px 6px;font-size:.95rem}}@media (width<=600px){.main-header-home.nav-flex{justify-content:space-between;align-items:center;padding:0 8px 0 6px;display:flex;position:relative}.nav-logo-block{justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.nav-logo-title{gap:8px;margin-right:6px}.main-title{text-overflow:ellipsis;white-space:nowrap;max-width:60vw;overflow:hidden}.nav-logo-title .main-logo.favicon{width:28px;height:28px}.main-header-top{flex-direction:row;justify-content:space-between;padding:10px 12px 6px}.nav-logo-title .main-logo.favicon{display:block}.main-title{letter-spacing:1px;margin-left:0;font-size:1.45rem}.main-nav-toggle{cursor:pointer;background:#1a2234;border:1px solid #2a3550;border-radius:10px;justify-content:center;align-items:center;width:40px;height:34px;margin:15px;display:flex;box-shadow:0 4px 14px #00000059}.main-nav-toggle img{width:30px;height:30px}.main-nav{z-index:50;background:#23272efa;border-radius:0 0 16px 16px;flex-direction:column;align-items:stretch;gap:6px;padding:8px 12px 10px;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 8px 20px #00000073}.main-nav.open{display:flex}.main-nav-link{white-space:nowrap;justify-content:flex-start;padding:9px 12px;font-size:.95rem}.main-nav-link:after{display:none}}.custom-header-container{background:#181c22;border-bottom:2px solid #23272e;box-shadow:0 2px 12px #000a}.custom-header-top{background:#23293a;border-radius:0 0 12px 12px;justify-content:space-between;align-items:center;padding:8px 24px;display:flex;box-shadow:0 2px 8px #0004}.custom-header-online{color:#b0ffb0;letter-spacing:1px;font-size:1.1rem;font-weight:700}.online-count{color:#6cf7ff;font-size:1.15em;font-weight:900}.custom-header-support{color:#fff;cursor:pointer;background:linear-gradient(90deg,#2a3a7c 0%,#4b5fff 100%);border:none;border-radius:7px;padding:7px 18px;font-size:1rem;font-weight:700;transition:background .2s,color .2s;box-shadow:0 2px 8px #4b5fff55}.custom-header-support:hover{color:#fff;background:linear-gradient(90deg,#4b5fff 0%,#2a3a7c 100%)}#root{width:100%;height:100%}.logo{will-change:filter;height:6em;padding:1.5em;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:20s linear infinite logo-spin}}.card{padding:2em}.read-the-docs{color:#888}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}:root{--safe-top:env(safe-area-inset-top,0px);--safe-right:env(safe-area-inset-right,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px)}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}html,body,#root{height:100%}.modal-scroll-lock{overscroll-behavior:none;height:100%;overflow:hidden}body.modal-scroll-lock .game-layout-content,body.modal-scroll-lock .game-layout-row #left_side{overscroll-behavior:none;overflow:hidden!important}body.modal-scroll-lock .game-menu-overlay,body.modal-scroll-lock .game-profile-overlay{pointer-events:none}body.modal-scroll-lock .game-profile-panel{overflow:hidden!important}@media (width<=700px){html.modal-scroll-lock,body.modal-scroll-lock,html.game-layout-scroll-lock.modal-scroll-lock,body.game-layout-scroll-lock.modal-scroll-lock{height:100%;overflow:hidden}}:root{--ui-scale:1}body{min-width:320px;min-height:100%;margin:0;font-size:1rem}body.game-layout-scroll-lock,html.game-layout-scroll-lock{height:100%;overflow:hidden}@media (width<=700px){html.game-layout-scroll-lock,body.game-layout-scroll-lock{height:auto;overflow:auto}}@media (hover:none),(pointer:coarse){html.game-layout-scroll-lock,body.game-layout-scroll-lock{height:auto!important;overflow:auto!important}}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s,background-color .2s,box-shadow .2s,transform .1s}button:hover{background-color:#2d3748;border-color:#646cff;transform:translateY(-1px);box-shadow:0 .3rem .9rem #646cff59}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:where(.tooltip-container,.tooltip,.sg-tooltip,.records-tooltip,.br-ship-tooltip,.br-damage-tooltip,.premium-tooltip,.ally-faction-tooltip,.ally-event-tooltip,.damage-bar-tooltip,.arsenal-module-tooltip,.arsenal-sector-tooltip,.resource-max-hint,.admin-resource-hint,.admin-promo-hint,.rank-change-tooltip,.faction-tooltip,.collider-tooltip){box-sizing:border-box;max-width:min(360px,100vw - 16px);overflow-wrap:anywhere;word-break:break-word;white-space:normal;max-inline-size:min(360px,100vw - 16px)}
