html{box-sizing:border-box;-webkit-text-size-adjust:100%;word-break:normal;-moz-tab-size:4;tab-size:4}*,:before,:after{background-repeat:no-repeat;box-sizing:inherit}:before,:after{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}hr{overflow:visible;height:0;color:inherit}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}iframe{border-style:none}input{border-radius:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit],[role=button]{cursor:pointer}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{outline:1px dotted ButtonText}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline-width:0}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;white-space:normal;max-width:100%}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}[disabled]{cursor:default}img{border-style:none}progress{vertical-align:baseline}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(./roboto-latin-500-normal-CkrA1NAy.woff2) format("woff2"),url(./roboto-latin-500-normal-CoDN7ZW2.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(./roboto-latin-700-normal-DZr4b_KL.woff2) format("woff2"),url(./roboto-latin-700-normal-D74k8Kh_.woff) format("woff")}:root{--outline-color: #378cf3;--blm-background-color: #ffffff;--blm-text-color: #00213D;--blm-primary-color: #094894;--game-primary-color: #8DBEFB;--game-secondary-color: #5EF37E;--game-content-background-color: rgba(0, 0, 0, .6);--game-content-text-color: #ffffff;--game-button-background-color: #131232;--game-button-chat-action-block-color: #FF0000;--game-button-chat-action-report-color: #FFD102;--game-button-chat-action-default-color: var(--game-primary-color);--game-tank-color: #FF0099;--game-healer-color: #72C9CD;--game-support-color: #749EFF;--header-height-small: 70px;--footer-height: 30px;--content-border-radius: 24px;--content-inner-border-radius: 12px}@media screen and (max-height: 600px){:root{--header-height-small: 56px}}@media screen and (max-height: 500px){:root{--header-height-small: 32px;--content-border-radius: 16px;--footer-height: 20px}}@media screen and (max-height: 400px){:root{--header-height-small: 26px;--footer-height: 12px}}.game-border{border-top-width:0px;border-right-width:1px;border-bottom-width:1px;border-left-width:0px;border-style:solid;border-color:var(--game-primary-color)}.game-border.border-color-secondary{border-color:var(--game-secondary-color)}.role--tank{--role-color: var(--game-tank-color)}.role--healer{--role-color: var(--game-healer-color)}.role--support{--role-color: var(--game-support-color)}.fade-enter-active,.fade-leave-active{transition:opacity .24s ease}.fade-enter-from,.fade-leave-to{opacity:0}.base-blm-view{width:100%;min-height:100%;display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding:20px}html,body{height:100vh;width:100vw}html{font-size:20px;line-height:1.5;color:#fff;font-family:Roboto,sans-serif;font-weight:500}@media screen and (max-height: 600px){html{font-size:16px}}body{background-color:#000}#app{position:relative;height:100vh;width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}#app>.screen-rotation-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#094894;z-index:100;display:flex;justify-content:center;align-items:center;pointer-events:none;opacity:0}#app>.screen-rotation-overlay>.screen-rotation-overlay__text{color:#fff;font-size:24px;text-align:center}@media screen and (orientation: portrait){#app>.screen-rotation-overlay{opacity:1;pointer-events:all}}#app>.main-content{position:relative;width:100%;flex-grow:1;flex-shrink:1;overflow:auto}#app>.main-content>.content{position:relative;width:100%;height:100%;z-index:10}.blm-header{position:relative;z-index:10;height:109px;width:100%;border-bottom:4px solid var(--blm-primary-color);background-color:var(--blm-background-color);flex-grow:0;flex-shrink:0;display:flex;justify-content:space-around;align-items:center;padding:25px 20px;box-sizing:border-box;color:var(--blm-text-color);transition:height .2s ease-in-out,padding .2s ease-in-out}.blm-header>.logo{height:100%;transition:height .2s ease-in-out}.blm-header>.logo>a{text-decoration:none}.blm-header>.logo>a>img{height:100%;max-height:60px;width:auto}.blm-header>.logo>a:focus{outline:var(--outline-color) solid 2px;outline-offset:2px;text-decoration:underline}.blm-header>.title{font-size:24px;font-weight:700;color:var(--blm-text-color);text-align:center;overflow:hidden;word-wrap:no-break;white-space:nowrap;width:0;transition:width .2s ease-in-out}.blm-header.is-small{height:var(--header-height-small);padding:12px 20px}.blm-header.is-small>.title{width:50%;overflow:visible}@media screen and (max-height: 600px){.blm-header{height:56px;padding:12px 16px}.blm-header.is-small{padding:8px 16px}.blm-header.is-small>.logo{height:90%}.blm-header.is-small>.title{font-size:18px}}@media screen and (max-height: 500px){.blm-header{border-bottom-width:2px}.blm-header>.logo{height:90%}.blm-header.is-small{padding:4px 16px}.blm-header.is-small>.title{font-size:14px}}@media screen and (max-height: 400px){.blm-header{border-bottom-width:1px;height:50px}.blm-header>.logo{height:100%}.blm-header.is-small{padding:4px 16px}}.imprint-overlay{position:fixed;top:0;left:0;height:100vh;width:100vw;z-index:1000;opacity:0;visibility:hidden;transition:opacity .2s .1s,visibility 0s .4s;background-color:#fff;font-size:1rem;overflow:auto}.imprint-overlay>.imprint-content{width:80%;max-width:1000px;margin:0 auto;box-sizing:border-box;padding:20px}.imprint-overlay>.modal-close{position:fixed;top:17px;right:22px;width:20px;height:20px;cursor:pointer;fill:#000}.imprint-overlay>.modal-close>svg{display:block;width:100%;height:100%}.imprint-overlay.visible{opacity:1;visibility:visible;transition:opacity .2s .1s;pointer-events:all}.blm-footer{position:relative;z-index:10;height:var(--footer-height);width:100%;font-size:.65rem;flex-grow:0;flex-shrink:0;display:flex;justify-content:center;align-items:center;padding:0 20px;gap:1em;box-sizing:border-box;color:#000;background-color:var(--blm-background-color)}.blm-footer>.footer-link{color:inherit;text-decoration:none}.blm-footer>.footer-link:hover{text-decoration:underline}.blm-footer>.footer-link:focus{outline:var(--outline-color) solid 2px;outline-offset:2px;text-decoration:underline}.blm-footer>.fullscreen-button{display:flex;align-items:center;justify-content:center;width:1.5em;height:1.5em}@media screen and (max-height: 600px){.blm-footer{font-size:.55rem;justify-content:flex-end;padding:0 40px}}.game-video{position:fixed;top:var(--header-height-small);left:0;width:100%;height:calc(100% - var(--header-height-small) - var(--footer-height));z-index:1;overflow:hidden}.game-video>video{width:100%;height:100%;object-fit:cover;object-position:left center;transition:filter .2s ease-in-out,opacity .2s ease-in-out}.game-video.is-blurred>video{filter:blur(6px);opacity:.6}
