*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg,video{display:block;max-width:100%}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer;padding:0}input,textarea,select{font:inherit;color:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none;margin:0;padding:0}:focus-visible{outline:2px solid #6889FF;outline-offset:2px}html,body,#app{height:100%}html,body{overflow:hidden;overscroll-behavior:none;touch-action:manipulation;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}:root{--font-display: "Lilita One", system-ui, cursive;--font-sub: "Alegreya Sans SC", system-ui, sans-serif;--font-script: "Courgette", system-ui, cursive;--font-default: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--c-mode-normal: #FFD26F;--c-mode-compete: #4DFF4E;--c-mode-tournament: #6889FF;--c-win: #2AAF47;--c-lose: #687D89;--c-win-gold: #FFEA4F;--c-lose-orange: #F07512;--c-draw-ice: #E0F6FF;--c-text: #FFFFFF;--c-plus: #00C853;--c-minus: #E53935;--c-timer: #FFF9EA;--c-attack-bg: rgb(255, 171, 0);--c-hp-bg: rgb(131, 0, 8);--c-border: rgb(44, 49, 42);--c-stat-box: rgba(8, 26, 38, 1);--c-text-border: #025172;--c-text-border-win: #FFBC51;--c-paper-dark: #734D10;--c-paper-mid: #AD810F;--c-paper-light: #D1AC14;--c-rock-dark: #0A6210;--c-rock-mid: #0C7513;--c-rock-light: #108E1C;--c-scissors-dark: #3A61FF;--c-scissors-mid: #597AFF;--c-scissors-light:#6B88FF;--c-name-me-bg: rgba(26, 47, 99, .8);--c-name-foe-bg: rgba(130, 24, 24, .8);--c-nav-gradient-top: #303C67;--c-nav-gradient-bottom: #171B20;--c-overlay-20: rgba(0, 0, 0, .2);--c-overlay-60: rgba(0, 0, 0, .6);--c-overlay-80: rgba(0, 0, 0, .8);--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-h: calc(100cqh - var(--safe-top) - var(--safe-bottom));--app-max-width: 500px;--app-bg: #0a0d14}html,body{background:#000;color:var(--c-text);font-family:var(--font-default)}#app{position:relative;width:100%;max-width:var(--app-max-width);height:100vh;height:100dvh;margin:0 auto;background:var(--app-bg);overflow:hidden;container-type:size;container-name:app}#page-root{position:absolute;inset:0;overflow:hidden}.page{position:absolute;inset:0;display:flex;flex-direction:column}.page-content{flex:1 1 auto;position:relative;overflow:hidden}.bordered-text{-webkit-text-stroke:3px black;paint-order:stroke fill}.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}.splash-page{background:#000;display:flex;align-items:center;justify-content:center}.splash-logo{width:60cqw;max-width:300px;height:auto;opacity:0;transition:opacity 1s ease-out;user-select:none;-webkit-user-drag:none}.splash-page.is-visible .splash-logo{opacity:1}.splash-page.is-fading .splash-logo{opacity:0}.language-page{background:#fafafa;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:calc(var(--safe-h) * 2 / 100)}.wrapper-lang-btn{width:50cqw;height:calc(var(--safe-h) * 6 / 100);padding:0;border:0;border-radius:1.5cqw;background:linear-gradient(to top right,#1e87f0,#53a1ef);box-shadow:.5cqw .5cqw 1cqw #d6d6d6;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-tap-highlight-color:transparent}.wrapper-lang-btn:active{filter:brightness(1.08)}.wrapper-lang-btn-text{color:#fff;font-size:4cqw;font-weight:900;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-text-stroke:3px #000000;paint-order:stroke fill;line-height:1}.bottom-nav{position:relative;flex:0 0 auto;width:100%;height:calc(var(--safe-h) * 10 / 100);background:linear-gradient(to bottom,#303c67,#171b20);overflow:visible}.bottom-nav__active{position:absolute;left:calc(var(--active-index, 0) * 20cqw - 1cqw);top:calc(var(--safe-h) * -.4 / 100);width:22cqw;height:calc(var(--safe-h) * 12 / 100);background:url(/build/button_blue_for_navi-C8DET85E.png) 0 0 / 100% 100% no-repeat;pointer-events:none;z-index:0}.bottom-nav__row{position:relative;z-index:1;height:100%;display:flex;justify-content:center}.bottom-nav__tab{flex:0 0 20cqw;height:100%;padding:calc(var(--safe-h) * 1.5 / 100) 0;background:none;border:0;color:inherit;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-tap-highlight-color:transparent}.bottom-nav__tab:active{filter:brightness(1.15)}.bottom-nav__icon{max-width:100%;max-height:100%;object-fit:contain;pointer-events:none;user-select:none}.bottom-nav__me-emoji{font-size:10cqw;line-height:1;text-align:center;pointer-events:none;user-select:none}.login-menu-page{background:#fafafa;color:#000;padding-top:var(--safe-top);overflow:hidden}.top-game-title-bar{position:absolute;top:var(--safe-top);left:0;right:0;display:flex;justify-content:center;height:calc(var(--safe-h) * 8 / 100);background:transparent;z-index:2}.top-game-title-bar__left,.top-game-title-bar__right,.top-game-title-bar__center{background:#cce5ff;height:100%;display:flex;align-items:center;justify-content:center}.top-game-title-bar__left{width:20cqw}.top-game-title-bar__right{width:20cqw;position:relative}.top-game-title-bar__center{width:60cqw}.top-game-title-bar__title{font-size:9cqw;color:#004085;line-height:1}.top-game-title-bar__lang-btn{background:none;border:0;color:#004085;font-size:9cqw;width:100%;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer}.top-game-title-bar__lang-menu{position:absolute;right:0;top:100%;list-style:none;margin:0;padding:0;background:#fff;border:1px solid #ccc;box-shadow:0 2px 6px #0003;min-width:120px;z-index:3}.top-game-title-bar__lang-menu li{margin:0}.top-game-title-bar__lang-menu button{width:100%;padding:8px 12px;background:none;border:0;text-align:left;cursor:pointer;color:#000;font-size:14px}.top-game-title-bar__lang-menu button:hover{background:#f0f0f0}.login-menu__content{position:absolute;top:calc(var(--safe-top) + var(--safe-h) * 15 / 100);left:0;right:0;height:calc(var(--safe-h) * 60 / 100);padding:0 11cqw;display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;z-index:1}.login-menu__troop-sprite{width:calc(var(--safe-h) * 20 / 100);height:calc(var(--safe-h) * 20 / 100)}.login-menu__buttons{display:flex;flex-direction:column;align-items:center;gap:calc(var(--safe-h) * 1 / 100);margin-top:calc(var(--safe-h) * 1 / 100)}.login-menu__buttons[hidden]{display:none}.social-login-button{display:inline-flex;align-items:center;justify-content:center;min-width:64px;min-height:36px;border:0;border-radius:4px;padding:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;color:#fff;cursor:pointer;box-shadow:0 2px 3px #00000024,0 1px 5px #0000001f,0 3px 1px -2px #0003;-webkit-tap-highlight-color:transparent;transition:transform .12s ease-out,filter .12s ease-out}.social-login-button:active{transform:scale(.98);filter:brightness(1.1)}.social-login-button__icon-wrap{padding:calc(var(--safe-h) * 2 / 100) 0 calc(var(--safe-h) * 2 / 100) 2cqw;display:inline-flex;align-items:center}.social-login-button__icon{width:30px;height:30px;object-fit:contain;display:block}.social-login-button__label{padding:1cqw 0 1cqw 2cqw;color:inherit}.login-menu__footer{position:absolute;bottom:0;left:0;right:0;height:calc(var(--safe-h) * 15 / 100);display:flex;align-items:center;justify-content:center;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;color:#000;z-index:1}.guest-warning-backdrop{position:absolute;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:10}.guest-warning-modal{width:80cqw;height:calc(var(--safe-h) * 52 / 100);border:.2cqw solid rgb(200,200,200);border-radius:3cqw;background:#fff9ea;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}.guest-warning-head{height:calc(var(--safe-h) * 10 / 100);background:#820000;border-bottom:.2cqw solid rgb(200,200,200);border-top-left-radius:2.8cqw;border-top-right-radius:2.8cqw;display:flex;align-items:center;justify-content:center;gap:0}.guest-warning-head__icon{width:15cqw;object-fit:contain}.guest-warning-head__title{font-size:8cqw;font-weight:900;color:#fff;-webkit-text-stroke:5px #000;paint-order:stroke fill;line-height:1}.guest-warning-head:after{content:"";display:inline-block;width:8cqw}.guest-warning-body{flex:1 1 auto;padding:4cqw;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.guest-warning-body__text{margin:0;color:#fff;font-size:5cqw;font-weight:900;-webkit-text-stroke:5px #000;paint-order:stroke fill;text-align:center;line-height:1.15}.guest-warning-body__text+.guest-warning-body__text{margin-top:calc(var(--safe-h) * 1 / 100)}.guest-warning-buttons{margin-top:calc(var(--safe-h) * 2 / 100);display:flex;gap:2cqw;justify-content:center}.guest-warning-btn{border:0;padding:0 4cqw;min-height:36px;border-radius:4px;color:#fff;font-weight:900;font-size:5cqw;-webkit-text-stroke:5px #000;paint-order:stroke fill;cursor:pointer;box-shadow:0 2px 3px #00000024,0 1px 5px #0000001f,0 3px 1px -2px #0003;transition:transform .12s ease-out,filter .12s ease-out}.guest-warning-btn[data-kind=cancel]{background:#820000}.guest-warning-btn[data-kind=confirm]{background:#f8b02b}.guest-warning-btn:active{transform:scale(.97);filter:brightness(1.1)}.myinfo-page{background:linear-gradient(180deg,#464990,#252d4a,#131622);color:var(--c-text);display:flex;flex-direction:column;padding-top:var(--safe-top)}.myinfo-top{width:90cqw;align-self:flex-start;flex:0 0 auto;height:calc(var(--safe-h) * 7 / 100);display:flex;align-items:center;justify-content:center}.myinfo-stat{flex:1 1 0;min-width:0;height:100%;position:relative}.myinfo-stat__bg{position:absolute;top:calc(var(--safe-h) * 2 / 100);left:3.5cqw;width:16.5cqw;height:calc(var(--safe-h) * 5 / 100 - var(--safe-h) * 2 / 100);background:linear-gradient(to top right,#1309114d,#1e0e1b4d);border-radius:1.5cqw;pointer-events:none;z-index:0}.myinfo-stat__icon{position:relative;z-index:1;display:inline-block;width:7cqw;height:7cqw;object-fit:contain;vertical-align:middle}.myinfo-stat__value{position:relative;z-index:1;display:inline-block;width:11cqw;text-align:center;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:3.5cqw;font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1;vertical-align:middle}.myinfo-modebar{width:100cqw;align-self:flex-start;flex:0 0 auto;height:calc(var(--safe-h) * 7 / 100);display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom,#00356b,#0058b0,#0058b0,#00356b);box-shadow:0 .3cqw .3cqw #000;padding:0}.myinfo-modebar__arrow{flex:0 0 auto;width:20cqw;height:calc(var(--safe-h) * 5 / 100);display:flex;align-items:center;justify-content:center;background:transparent;border:0;color:#fff;cursor:pointer;padding:0}.myinfo-modebar__arrow:disabled{opacity:0;pointer-events:none;cursor:default}.myinfo-modebar__arrow img{max-width:100%;max-height:100%;object-fit:contain}.myinfo-modebar__title{flex:0 0 auto;width:60cqw;text-align:center;font-family:"Alegreya Sans SC",var(--font-sub);font-size:calc(var(--safe-h) * 4 / 100);font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1;user-select:none}.myinfo-body{flex:0 0 auto;width:100cqw;height:calc(var(--safe-h) * 76 / 100);position:relative;overflow:hidden}.myinfo-mode{position:absolute;inset:0;display:none;flex-direction:column;align-items:center;justify-content:center;padding:0;overflow-y:auto;overscroll-behavior:contain}.myinfo-mode.is-active{display:flex}.myinfo-profile-wrap{padding:calc(var(--safe-h) * 2 / 100) 0;display:flex;align-items:center;justify-content:center}.myinfo-profile{width:26cqw;height:26cqw;display:flex;align-items:center;justify-content:center;position:relative;transition:transform .3s ease-in-out}.myinfo-profile__emoji{font-size:20cqw;line-height:1;filter:drop-shadow(0 .5cqh 1cqh rgba(0,0,0,.5));user-select:none}.myinfo-profile-buttons{display:flex;gap:2cqw;margin-top:calc(var(--safe-h) * 2 / 100)}.myinfo-pill-button{padding:calc(var(--safe-h) * 1 / 100) 4cqw;min-height:calc(var(--safe-h) * 4 / 100);background:#ffa530;border:0;border-radius:4px;color:#fff;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:calc(var(--safe-h) * 3 / 100);font-weight:900;-webkit-text-stroke:3px #000;paint-order:stroke fill;cursor:pointer;box-shadow:0 2px 3px #00000024,0 1px 5px #0000001f,0 3px 1px -2px #0003;transition:transform .12s ease-out,filter .12s ease-out}.myinfo-pill-button:active:not(:disabled){transform:scale(.97);filter:brightness(1.1)}.myinfo-pill-button:disabled{opacity:.5;cursor:not-allowed}.myinfo-rewardbox-grid{display:grid;grid-template-columns:repeat(4,20cqw);column-gap:1cqw;row-gap:calc(var(--safe-h) * .5 / 100);margin-top:calc(var(--safe-h) * 5 / 100);justify-content:center}.myinfo-rewardbox{width:20cqw;height:25cqw;border:.4cqw solid rgba(0,0,0,.5);border-radius:3cqw;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;font-family:Open Sans,system-ui,sans-serif;cursor:pointer}.myinfo-rewardbox:before{content:"";position:absolute;inset:0;border:.2cqw solid #6A90B4;border-radius:2.7cqw;pointer-events:none}.myinfo-rewardbox:after{content:"";position:absolute;inset:0;border-radius:2cqw;pointer-events:none;background:linear-gradient(180deg,#fff9,#ffffff4d,#fff3,#ffffff1a,#fff0)}.myinfo-rewardbox--locked{background:#80808078}.myinfo-rewardbox--empty{background:#304fff21}.myinfo-rewardbox--available{background:#0c31ffab}.myinfo-rewardbox--opening{background:#00ff2199}.myinfo-rewardbox--ready{background:#ffd800}.myinfo-rewardbox--empty:after{background:linear-gradient(180deg,#fff3,#ffffff1a,#fff0,#fff0,#fff0)}.myinfo-rewardbox__lock{position:absolute;top:calc(var(--safe-h) * 2 / 100);width:50%;height:50%;object-fit:contain;z-index:1}.myinfo-rewardbox__label{position:relative;z-index:1;color:#fff;font-size:3cqw;font-weight:900;-webkit-text-stroke:3px #000;paint-order:stroke fill}.myinfo-rewardbox__box{position:relative;z-index:1;width:70%;height:70%;object-fit:contain;margin-bottom:calc(var(--safe-h) * 2 / 100)}.myinfo-rewardbox__countdown{position:absolute;top:0;left:0;width:100%;height:30%;z-index:2;display:flex;align-items:center;justify-content:center;color:#fff;font-size:3cqw;font-weight:900;-webkit-text-stroke:3px #000;paint-order:stroke fill}.myinfo-rewardbox__open-cta{position:absolute;bottom:0;left:0;width:100%;height:30%;z-index:2;display:flex;align-items:center;justify-content:center;color:#fff;font-size:3cqw;font-weight:900;-webkit-text-stroke:3px #000;paint-order:stroke fill}.myinfo-rewardbox__unlock-now{position:absolute;bottom:0;left:0;width:100%;height:40%;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:calc(var(--safe-h) * .5 / 100);pointer-events:none;font-family:Open Sans,system-ui,sans-serif}.myinfo-rewardbox__unlock-label{color:#fff;font-size:2.5cqw;font-weight:600;-webkit-text-stroke:3px #000;paint-order:stroke fill;margin-bottom:calc(var(--safe-h) * .5 / 100)}.myinfo-rewardbox__unlock-cost{display:flex;align-items:center;justify-content:center;gap:.5cqw}.myinfo-rewardbox__gem-icon{width:4cqw;height:4cqw;object-fit:contain}.myinfo-rewardbox__gem-amount{color:#fff;font-size:3cqw;font-weight:900;-webkit-text-stroke:3px #000;paint-order:stroke fill}.myinfo-rewardbox__unlock-button{position:absolute;bottom:.5cqw;left:10%;width:80%;height:30%;z-index:2;background:#f8b02b;border:0;border-radius:1.5cqw;color:#fff;font-family:Open Sans,system-ui,sans-serif;font-size:3cqw;font-weight:900;-webkit-text-stroke:3px #000;paint-order:stroke fill;cursor:pointer;pointer-events:none;padding:0}.myinfo-rewardbox__lock-cost-ribbon{position:absolute;bottom:0;left:0;width:100%;height:40%;z-index:2;display:flex;align-items:center;justify-content:center;gap:.5cqw;pointer-events:none;padding-bottom:calc(var(--safe-h) * .5 / 100)}.myinfo-rewardbox:active{transform:scale(.98);filter:brightness(1.05)}.myinfo-troops-header{width:90cqw;height:calc(var(--safe-h) * 6 / 100);background:linear-gradient(to top right,#ffa11e,#ffaf47);border:0;border-radius:1.5cqw;box-shadow:.5cqw .5cqw 1cqw #000;display:flex;align-items:center;justify-content:center;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:calc(var(--safe-h) * 3 / 100);font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;cursor:pointer;letter-spacing:normal}.myinfo-troops-header:active{transform:scale(.98);filter:brightness(1.1)}.myinfo-troops-row{display:flex;justify-content:center;align-items:flex-start;margin-top:calc(var(--safe-h) * 2 / 100);gap:2cqw}.myinfo-troop-cell{width:29cqw;display:flex;flex-direction:column;align-items:center}.myinfo-troop-reinforce{width:29cqw;height:10cqw;padding-left:1.5cqw;margin-top:calc(var(--safe-h) * 2 / 100);display:flex;align-items:center;justify-content:center;gap:2cqw}.myinfo-troop-reinforce.is-ability img{height:80%;object-fit:contain}.myinfo-troop-reinforce__btn{width:100%;height:8cqw;padding:0;margin-right:2cqw;background:linear-gradient(to top right,#ffa11e,#ffaf47);border:0;border-radius:1.5cqw;box-shadow:.5cqw .5cqw 1cqw #000;color:#fff;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:4cqw;font-weight:900;-webkit-text-stroke:3px #000;paint-order:stroke fill;cursor:pointer;line-height:1}.myinfo-troop-reinforce__btn:active{transform:scale(.97);filter:brightness(1.1)}.myinfo-troop-reinforce__btn:disabled{opacity:.6;cursor:wait}.myinfo-basic{background:url(/build/bg_match-B2QvjL7j.png) center/100% 100% no-repeat;justify-content:center;align-items:center;padding:0}.myinfo-basic[data-bg="wood_table.png"]{background-image:url(/build/wood_table-HwYnGgdW.png)}.myinfo-combat.myinfo-basic{background:url(/build/combat_map_terrain-gMSy1L8f.png) center top / 100% auto no-repeat,#131622}.myinfo-basic__streak{position:relative;width:30cqw;height:30cqw;background:url(/build/bg_winning_streak-QZEhk4Z9.png) 0 0 / 100% 100% no-repeat;display:flex;align-items:center;justify-content:center;color:#fff}.myinfo-basic__streak[hidden]{display:none}.myinfo-basic__streak-count{font-size:calc(var(--safe-h) * 7 / 100);font-weight:900;color:#fff;-webkit-text-stroke:5px #000;paint-order:stroke fill;line-height:1}.myinfo-basic__streak-label{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:calc(var(--safe-h) * 10 / 100);height:calc(var(--safe-h) * 3.5 / 100);display:flex;align-items:center;justify-content:center;background:url(/build/bg_winning_streak_text-D_Q1U-yR.png) 0 0 / 100% 100% no-repeat;color:#fff;font-size:calc(var(--safe-h) * 2.4 / 100);font-weight:900;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1}.myinfo-basic__winrate{display:flex;gap:2cqw;margin-top:calc(var(--safe-h) * 3 / 100);align-items:center}.myinfo-basic__streak[hidden]+.myinfo-basic__winrate{margin-top:0}.myinfo-basic__winrate-label,.myinfo-basic__winrate-value{font-size:calc(var(--safe-h) * 2.7 / 100);font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1}.myinfo-basic__buttons{display:flex;justify-content:center;align-items:center;margin-top:calc(var(--safe-h) * 5 / 100)}.myinfo-play-button{width:30cqw;height:calc(var(--safe-h) * 8 / 100);padding:0 0 calc(var(--safe-h) * .3 / 100) 0;border:0;background-size:100% 100%;background-repeat:no-repeat;background-position:0 0;color:#fff;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:5cqw;font-weight:900;paint-order:stroke fill;cursor:pointer;line-height:1;display:flex;align-items:center;justify-content:center}.myinfo-play-button[data-kind=normal]{background-image:url(/build/button_yellow-6uRhpVDR.png);-webkit-text-stroke:3.5px #8E0B01;text-shadow:0 2.5px 3px #714709}.myinfo-play-button[data-kind=compete]{background-image:url(/build/button_green-CheIo35r.png);-webkit-text-stroke:3.5px #005408;text-shadow:0 2.5px 3px #009E0D}.myinfo-play-button[data-kind=tournament]{width:52cqw;height:calc(var(--safe-h) * 7 / 100);background-image:url(/build/button_tournament-BT6dSLyF.png);-webkit-text-stroke:3.5px #0D17B5;text-shadow:0 2.5px 3px #0D17B5}.myinfo-play-button:active:not(:disabled){transform:translateY(1px) scale(.98);filter:brightness(1.05)}.myinfo-play-button:disabled{opacity:.5;cursor:not-allowed}.myinfo-basic__help{width:calc(var(--safe-h) * 5 / 100);height:calc(var(--safe-h) * 5 / 100);background:url(/build/iconHelp-Dsa4S8gu.png) center/contain no-repeat;border:0;cursor:pointer;padding:0}.myinfo-menu-icon{position:absolute;right:2cqw;top:calc(var(--safe-h) * 15.5 / 100);width:calc(var(--safe-h) * 5 / 100);height:calc(var(--safe-h) * 5 / 100);background:transparent;border:0;padding:0;cursor:pointer;z-index:5;display:none}.myinfo-page[data-current-mode="1"] .myinfo-menu-icon{display:block}.myinfo-menu-icon img{width:100%;height:100%;object-fit:contain}.myinfo-menu-icon:active{transform:scale(.92)}.myinfo-basic__bg-toggle{position:absolute;top:2cqw;right:2cqw;width:calc(var(--safe-h) * 5 / 100);height:calc(var(--safe-h) * 5 / 100);border-radius:50%;border:.4cqw solid #fff;box-shadow:0 0 .5cqw #fff;background:url(/build/wood_table-HwYnGgdW.png) center/cover no-repeat;cursor:pointer;padding:0}.myinfo-basic[data-bg="wood_table.png"] .myinfo-basic__bg-toggle{background-image:url(/build/bg_match-B2QvjL7j.png)}.myinfo-mode-placeholder{justify-content:center;align-items:center;gap:1cqh;color:#ffffff8c;font-family:var(--font-sub);font-size:3.8cqw;text-align:center;padding:0 8cqw}.myinfo-mode-placeholder__title{font-family:var(--font-display);font-size:7cqw;color:#fff;-webkit-text-stroke:.6cqw black;paint-order:stroke fill;margin-bottom:1cqh}.reinforce-overlay{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:200;animation:reinforce-fade .25s ease-out}@keyframes reinforce-fade{0%{opacity:0}to{opacity:1}}.reinforce-modal{background:#fff;color:#1a1a1a;border-radius:2cqw;padding:3cqw;width:85cqw;max-width:440px;display:flex;flex-direction:column;gap:1.5cqw;box-shadow:0 1cqw 3cqw #00000080}.reinforce-modal__title{font-family:var(--font-display),"Lilita One",sans-serif;font-size:5cqw;text-align:center;color:#1a2f63}.reinforce-modal__hint{font-size:3cqw;text-align:center;color:#555}.reinforce-modal__choices{display:flex;flex-direction:column;gap:1cqw}.reinforce-choice{display:grid;grid-template-columns:10cqw 1fr;grid-template-rows:auto auto;gap:.5cqw 2cqw;align-items:center;padding:1.5cqw 2cqw;background:#f6f8fa;border:.3cqw solid #d0d5dd;border-radius:1.2cqw;cursor:pointer;transition:background .15s,border-color .15s;text-align:left}.reinforce-choice:hover:not(:disabled){background:#e7f0ff;border-color:#1a2f63}.reinforce-choice:disabled{opacity:.5;cursor:wait}.reinforce-choice__icon{grid-row:1 / 3;font-size:8cqw;line-height:1;display:flex;align-items:center;justify-content:center}.reinforce-choice__name{font-family:var(--font-display),"Lilita One",sans-serif;font-size:4cqw;color:#1a2f63}.reinforce-choice__desc{font-size:2.8cqw;color:#555}.reinforce-modal__cancel{margin-top:.5cqw;background:none;border:none;color:#888;padding:1cqw;font-size:3cqw;cursor:pointer;align-self:center}.reinforce-modal__cancel:hover{color:#333}.myinfo-toast{position:absolute;bottom:14cqh;left:50%;transform:translate(-50%);background:#c2262bf2;color:#fff;padding:1.2cqw 3cqw;border-radius:1cqw;font-size:3cqw;font-weight:700;z-index:250;max-width:80cqw;text-align:center;box-shadow:0 .4cqw 1cqw #0006;animation:myinfo-toast-in .2s ease-out}@keyframes myinfo-toast-in{0%{transform:translate(-50%,2cqh);opacity:0}to{transform:translate(-50%);opacity:1}}.myinfo-profile[data-action]{cursor:pointer}.myinfo-profile[data-action]:hover{filter:brightness(1.05)}.troop-detail-overlay{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:200;animation:reinforce-fade .2s ease-out}.troop-detail-page{background:linear-gradient(180deg,#464990,#252d4a,#131622);color:#fff;width:100cqw;max-width:500px;height:calc(var(--safe-h) * 92 / 100);max-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0;box-shadow:0 1cqw 3cqw #00000080;overflow:auto;gap:calc(var(--safe-h) * 1 / 100)}.troop-detail-page__header{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;padding-left:5cqw;gap:1cqw;box-sizing:border-box}.troop-detail-page__right{display:flex;flex-direction:column;align-items:flex-start;gap:calc(var(--safe-h) * .5 / 100)}.troop-detail-page__name-row{display:flex;align-items:center;gap:1cqw}.troop-detail-page__name{font-family:Open Sans,system-ui,sans-serif;font-weight:900;font-size:4.5cqw;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;text-shadow:0 calc(var(--safe-h) * .3 / 100) .5px #000;line-height:1}.troop-detail-page__edit{width:7cqw;height:7cqw;background:#ffbc42;border:.2cqw solid rgb(44,49,42);border-radius:1cqw;box-shadow:0 0 .5cqw #000;color:#fff;font-size:5cqw;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.troop-detail-page__edit:before{content:"✎"}.troop-detail-page__bio{width:56cqw;height:calc(var(--safe-h) * 21 / 100);padding:2cqw;background:#00000080;border:.3cqw solid rgb(44,49,42);border-radius:2cqw;box-sizing:border-box;font-family:Open Sans,system-ui,sans-serif;font-size:3cqw;font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;text-shadow:0 calc(var(--safe-h) * .3 / 100) .5px #000;text-align:left;overflow:auto;line-height:1.2}.troop-detail-page__dialogue{width:100cqw;height:calc(var(--safe-h) * 8 / 100);margin:calc(var(--safe-h) * 1 / 100) 0 0 0;padding:calc(var(--safe-h) * 1 / 100) 4cqw;background:#2196f3;border-radius:2cqw;box-shadow:0 calc(var(--safe-h) * .3 / 100) calc(var(--safe-h) * .3 / 100) 0 #000;box-sizing:border-box;display:flex;align-items:center;justify-content:flex-start;cursor:pointer;user-select:none;-webkit-tap-highlight-color:rgba(255,255,255,.18)}.troop-detail-page__dialogue-text{color:#fff;font-size:3.5cqw;font-weight:900;-webkit-text-stroke:3px #000;paint-order:stroke fill;font-family:Open Sans,system-ui,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.troop-detail-page__stats{width:100%;display:flex;flex-direction:column;gap:0}.troop-detail-page__actions{width:100%;display:flex;align-items:center;justify-content:center;gap:2cqw;height:calc(var(--safe-h) * 8 / 100);margin-top:calc(var(--safe-h) * 1 / 100)}.troop-detail-page__exit,.troop-detail-page__levelup{height:100%;padding:0 4cqw;border:0;border-radius:4px;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:4.5cqw;font-weight:900;color:#fff;-webkit-text-stroke:5px #000;paint-order:stroke fill;cursor:pointer;box-shadow:0 2px 3px #00000024,0 1px 5px #0000001f,0 3px 1px -2px #0003;transition:transform .12s ease-out,filter .12s ease-out}.troop-detail-page__exit{background:#820000}.troop-detail-page__levelup{background:#2aaf47}.troop-detail-page__exit:active,.troop-detail-page__levelup:active{transform:scale(.97);filter:brightness(1.1)}.troop-detail-page__levelup:disabled{opacity:.6;cursor:wait}.troop-detail-page__status{width:100%;min-height:calc(var(--safe-h) * 3 / 100);text-align:center;font-size:3cqw;color:#fff;padding:0 4cqw;box-sizing:border-box}.troop-detail-page__status.is-ok{color:#4dff4e;font-weight:900}.troop-detail-page__status.is-error{color:#f07512}.myinfo-rewardbox{cursor:pointer;transition:transform .12s}.myinfo-rewardbox:hover{transform:scale(1.05)}.myinfo-troop-card{width:33cqw;padding:calc(var(--safe-h) * 1 / 100) 0;background:#ffab0033;border:.3cqw solid rgb(44,49,42);border-radius:2cqw;display:flex;flex-direction:column;align-items:center;gap:0;cursor:pointer;position:relative;transition:transform .12s}.myinfo-troop-card.is-maxed{background:#0c65ff}.myinfo-troop-card:active{transform:scale(.98)}.myinfo-troop-card:hover{transform:translateY(-.3cqw)}.myinfo-troop-card__stats{display:flex;justify-content:center;gap:1cqw}.myinfo-troop-card__attack,.myinfo-troop-card__hp{width:12cqw;height:calc(var(--safe-h) * 3.5 / 100);display:flex;align-items:center;justify-content:center;border:.3cqw solid rgb(44,49,42);border-radius:2cqw;font-family:Lilita One,system-ui,cursive;font-size:5cqw;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1}.myinfo-troop-card__attack{background:#ffab00}.myinfo-troop-card__hp{background:#830008}.myinfo-troop-card__image{height:calc(var(--safe-h) * 15 / 100);display:flex;align-items:center;justify-content:center}.myinfo-troop-card__image img{height:100%;max-width:100%;object-fit:contain;pointer-events:none;user-select:none;-webkit-user-drag:none}.myinfo-troop-card__level-xp{position:relative;width:29cqw;height:calc(var(--safe-h) * 4 / 100)}.myinfo-troop-card__xp-bar{position:absolute;left:6cqw;bottom:calc(var(--safe-h) * .6 / 100);width:20cqw;height:calc(var(--safe-h) * 2.5 / 100);background:#081a26;border:.5cqw solid rgb(102,102,102);border-radius:1.5cqw;overflow:hidden}.myinfo-troop-card__xp-fill{height:100%;width:0;background:#4dda44;transition:width 1s linear}.myinfo-troop-card__level{position:absolute;left:1.5cqw;bottom:calc(var(--safe-h) * .4 / 100);width:8cqw;height:calc(var(--safe-h) * 3 / 100);display:flex;align-items:center;justify-content:center;background:linear-gradient(to top right,#9cf,#3e5368);border:.3cqw solid #000;border-radius:1.5cqw;color:#fff;font-size:3.5cqw;font-weight:900;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1}.myinfo-troop-card__xp-text{position:absolute;left:.5px;bottom:calc(var(--safe-h) * .3 / 100);width:24cqw;height:calc(var(--safe-h) * 3 / 100);display:flex;justify-content:flex-end;align-items:center;color:#fff;font-size:2.5cqw;font-weight:900;font-style:italic;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1;pointer-events:none}.troop-one-stat-wrap{display:block}.troop-one-stat{display:flex;align-items:stretch;width:100%}.troop-one-stat__title{flex:0 0 66.6666%;min-width:0;display:flex;align-items:center;justify-content:flex-start;background:#229aef;color:#fff;font-family:Open Sans,system-ui,-apple-system,sans-serif;font-weight:900;-webkit-text-stroke:5px #0D58AB;paint-order:stroke fill;line-height:1;box-sizing:border-box;user-select:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.troop-one-stat__value{flex:0 0 33.3333%;min-width:0;display:flex;align-items:center;justify-content:flex-end;background:#fff;color:#094699;font-family:Lilita One,system-ui,cursive;line-height:1;box-sizing:border-box;user-select:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.animated-number{display:inline-block;-webkit-text-stroke:3px #000;paint-order:stroke fill;transform-origin:center center;line-height:1;user-select:none;white-space:nowrap}.stat-widget{position:relative;height:calc(var(--safe-h) * 3.8 / 100);display:inline-block;user-select:none}.stat-widget__bg{position:absolute;top:calc(var(--safe-h) * .8 / 100);bottom:calc(var(--safe-h) * .8 / 100);left:3.5cqw;right:.5cqw;background:linear-gradient(to top right,#1309114d,#1e0e1b4d);border-radius:1.5cqw;pointer-events:none;z-index:0}.stat-widget__row{position:relative;z-index:1;display:flex;align-items:center;height:100%}.stat-widget__icon{flex:0 0 auto;width:calc(var(--safe-h) * 3.8 / 100);height:calc(var(--safe-h) * 3.8 / 100);display:flex;align-items:center;justify-content:center;overflow:hidden}.stat-widget__icon-img{width:100%;height:100%;object-fit:contain;pointer-events:none;-webkit-user-drag:none}.stat-widget__heart{width:100%;height:100%}.stat-widget__value{flex:0 0 auto;height:100%;display:flex;align-items:center;justify-content:center}.stat-widget__number{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:4cqw;font-weight:900;font-style:italic;color:#fff;text-decoration:none;line-height:1}.dice-animation-node{display:inline-block;width:128px;height:128px;background-repeat:no-repeat;background-size:1000% 1000%;background-position:0 0;image-rendering:crisp-edges;user-select:none;-webkit-user-drag:none}.troop-animation-node{display:block;background-repeat:no-repeat;background-size:1000% 1000%;background-position:0 0;image-rendering:crisp-edges;user-select:none;-webkit-user-drag:none}.heart-animation-node{display:block;width:128px;height:128px;background-repeat:no-repeat;background-size:1000% 1000%;background-position:0 0;image-rendering:crisp-edges;user-select:none;-webkit-user-drag:none}.heart-transfer-animation{pointer-events:none;transform-origin:center center}.sword-animation-node{display:inline-block;width:256px;height:256px;background-repeat:no-repeat;background-size:1000% 1000%;background-position:0 0;image-rendering:crisp-edges;user-select:none;-webkit-user-drag:none}.one-troop-display{position:relative;width:var(--ow);height:var(--oh);box-sizing:border-box;display:flex;flex-direction:column;align-items:center;padding:calc(var(--oh) * .05) 0;background:#aaffeb22;border-radius:calc(var(--ow) * .1);overflow:visible;color:#fff}.one-troop-display.is-selected{background:#aaffebaa;border-radius:0}.one-troop-display__stats{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:calc(var(--ow) * .03);width:100%}.one-troop-display__attack,.one-troop-display__hp{width:calc(var(--ow) * .4);height:calc(var(--oh) * .2);border-radius:calc(var(--ow) * .05);border:calc(var(--ow) * .005) solid rgb(44,49,42);display:flex;align-items:center;justify-content:center;font-family:Lilita One,system-ui,cursive;font-size:calc(var(--ow) * .2);color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1}.one-troop-display__attack{background:#ffab00}.one-troop-display__hp{background:#830008}.one-troop-display__image{width:var(--oh);height:calc(var(--oh) * .5);margin:0 auto;display:flex;align-items:center;justify-content:center;pointer-events:none}.one-troop-display__image img{width:100%;height:100%;object-fit:contain}.one-troop-display__name{width:calc(var(--ow) * .9);height:calc(var(--oh) * .2);border-radius:calc(var(--oh) * .05);border:calc(var(--oh) * .005) solid rgb(200,200,200);background:#000a;display:flex;align-items:center;justify-content:center;font-family:Lilita One,system-ui,cursive;font-size:calc(var(--ow) * .15);color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1;padding:0 calc(var(--ow) * .04);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.one-troop-display__level{position:absolute;left:calc(var(--ow) * .07);bottom:calc(var(--oh) * .27);width:calc(var(--ow) * .3);height:calc(var(--oh) * .15);border-radius:calc(var(--ow) * .05);border:calc(var(--ow) * .008) solid rgb(44,49,42);background:linear-gradient(to top right,#9cf,#3e5368);display:flex;align-items:center;justify-content:center;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:calc(var(--ow) * .15);font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1}.organize-overlay{position:absolute;inset:0;display:flex;align-items:stretch;justify-content:center;z-index:200;background:linear-gradient(180deg,#464990,#252d4a,#131622);padding-top:var(--safe-top);padding-bottom:var(--safe-bottom)}.organize-page{position:relative;width:100cqw;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;overflow:hidden}.organize-modal__close{position:absolute;top:2cqw;right:2cqw;width:8cqw;height:8cqw;border-radius:50%;border:none;background:#00000080;color:#fff;font-size:4cqw;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2}.organize-modal__close:hover{background:#000000bf}.organize-title{width:95cqw;height:calc(var(--safe-h) * 8 / 100);display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#003305,#007209);border:.2cqw solid #000;border-radius:2cqw;box-shadow:calc(var(--safe-h) * .3 / 100) calc(var(--safe-h) * .3 / 100) calc(var(--safe-h) * .5 / 100) #000c}.organize-title>span{font-family:var(--font-default);font-size:5cqw;font-weight:900;color:#fff;-webkit-text-stroke:5px #000;paint-order:stroke fill;line-height:1}.organize-rows{display:flex;flex-direction:column;align-items:center;margin-top:calc(var(--safe-h) * 1.5 / 100)}.organize-loading{padding:3cqw;opacity:.7;font-size:3cqw}.organize-row{width:95cqw;height:30cqw;padding:.5cqw;border:.2cqw solid rgb(200,200,200);border-radius:1.5cqw;box-sizing:border-box}.organize-row+.organize-row{margin-top:calc(var(--safe-h) * .5 / 100)}.organize-row__scroll{display:flex;flex-direction:row;align-items:center;width:100%;height:100%;overflow-x:auto;overflow-y:visible;scrollbar-width:none}.organize-row__scroll::-webkit-scrollbar{display:none}.organize-slot{flex:0 0 auto;width:22cqw;height:29cqw;display:flex;align-items:center;justify-content:center;border:0 solid transparent;border-radius:0;cursor:pointer;background:transparent;box-sizing:border-box}.organize-slot.is-selected{border:1cqw solid #fff;border-radius:1cqw}.organize-slot--add{flex:0 0 auto;width:20cqw;height:26cqw;background:transparent;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.organize-slot--add__inner{width:17cqw;height:24.7cqw;border:.2cqw solid #fff;border-radius:1.5cqw;background:#0003;display:flex;align-items:center;justify-content:center}.organize-slot--add__circle{width:8cqw;height:8cqw;border-radius:50%;border:.2cqw solid #fff;background:#4caf50;box-shadow:calc(var(--safe-h) * .3 / 100) calc(var(--safe-h) * .3 / 100) calc(var(--safe-h) * .5 / 100) #000c;display:flex;align-items:center;justify-content:center;color:#fff;font-size:6cqw;line-height:1;font-family:system-ui,sans-serif;font-weight:100;padding-bottom:.5cqw}.organize-count{width:95cqw;height:calc(var(--safe-h) * 6 / 100);margin-top:calc(var(--safe-h) * 1 / 100);display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#102fb7,#1643f7);border:.2cqw solid #000;border-radius:2cqw;box-shadow:calc(var(--safe-h) * .3 / 100) calc(var(--safe-h) * .3 / 100) calc(var(--safe-h) * .5 / 100) #000c;font-family:var(--font-default);font-size:5cqw;font-weight:900;color:#fff;-webkit-text-stroke:5px #000;paint-order:stroke fill;line-height:1}.organize-exit-wrap{margin-top:calc(var(--safe-h) * 1 / 100);width:30cqw;height:calc(var(--safe-h) * 6 / 100)}.organize-exit{width:100%;height:100%;background:#820000;color:#fff;border:none;border-radius:1cqw;font-family:var(--font-default);font-size:5cqw;font-weight:900;-webkit-text-stroke:5px #000;paint-order:stroke fill;cursor:pointer;line-height:1}.organize-exit[hidden]{display:none}.organize-exit:active{filter:brightness(1.1);transform:scale(.97)}.organize-confirm{position:absolute;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:3}.organize-confirm[hidden]{display:none}.organize-confirm__body{width:90cqw;height:calc(var(--safe-h) * 50 / 100);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:calc(var(--safe-h) * 3 / 100)}.organize-confirm__troop{width:25cqw;height:25cqw;display:flex;align-items:center;justify-content:center}.organize-confirm__troop img{width:100%;height:100%;object-fit:contain}.organize-confirm__line{font-size:calc(var(--safe-h) * 3 / 100);font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;text-align:center;line-height:1.1;padding:0 4cqw}.organize-confirm__fee{display:flex;align-items:center;justify-content:center;gap:2cqw}.organize-confirm__coin{width:8cqw;height:8cqw;object-fit:contain}.organize-confirm__fee-amount{font-size:calc(var(--safe-h) * 4 / 100);font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1}.organize-confirm__actions{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2cqw;margin-top:calc(var(--safe-h) * 1 / 100)}.organize-confirm__cancel,.organize-confirm__confirm{padding:1.5cqw 5cqw;border:none;border-radius:1cqw;color:#fff;font-weight:900;font-size:calc(var(--safe-h) * 3 / 100);-webkit-text-stroke:3px #000;paint-order:stroke fill;cursor:pointer;line-height:1;box-shadow:0 .5cqw .8cqw #0000004d}.organize-confirm__cancel{background:#820000}.organize-confirm__confirm{background:#ffa530}.organize-confirm__cancel:active,.organize-confirm__confirm:active{transform:scale(.97);filter:brightness(1.1)}.organize-alert{position:absolute;left:0;top:calc(var(--safe-h) * 40 / 100);width:100cqw;height:calc(var(--safe-h) * 30 / 100);display:flex;align-items:center;justify-content:center;pointer-events:none;background:linear-gradient(180deg,#0000 0% 25%,#0000000d 50%,#0000 75% 100%);z-index:4}.organize-alert[hidden]{display:none}.organize-alert__text{font-size:calc(var(--safe-h) * 3.5 / 100);font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;text-align:center;line-height:1;padding:0 4cqw;transform:scale(0)}.organize-alert.is-playing .organize-alert__text{animation:organize-alert-elastic 2s ease-in-out forwards}@keyframes organize-alert-elastic{0%{transform:scale(0)}10%{transform:scale(1.12)}20%{transform:scale(.9)}30%{transform:scale(1.06)}40%{transform:scale(.97)}50%{transform:scale(1)}60%{transform:scale(.97)}70%{transform:scale(1.06)}80%{transform:scale(.9)}90%{transform:scale(1.12)}to{transform:scale(0)}}.portrait-cell{width:24cqw;height:24cqw;display:flex;align-items:center;justify-content:center;border:none;background:transparent;padding:0;cursor:pointer;line-height:1;transition:transform .12s}.portrait-cell:active{transform:scale(.94)}.portrait-cell:disabled{opacity:.5;cursor:wait}.portrait-cell__emoji{font-size:20cqw;line-height:1;display:inline-block;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",EmojiOne Color,Twemoji Mozilla,system-ui}.portrait-overlay{position:absolute;inset:0;z-index:200;background:#fff;color:#1a1a1a;display:flex;flex-direction:column;padding-top:var(--safe-top)}.portrait-page{width:100cqw;height:100%;display:flex;flex-direction:column;overflow:hidden}.portrait-header{height:calc(var(--safe-h) * 10 / 100);display:flex;flex-direction:row;align-items:center;padding-left:2cqw;gap:2cqw;flex:0 0 auto}.portrait-header__back{width:10cqw;height:10cqw;background:transparent;border:none;color:#000;font-size:10cqw;line-height:1;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;font-family:system-ui,sans-serif;font-weight:100}.portrait-header__back:active{opacity:.7}.portrait-header__pager{width:86cqw;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1cqw}.portrait-header__arrow{width:10cqw;height:10cqw;flex:0 0 auto;background-repeat:no-repeat;background-position:center;background-size:contain;background-color:transparent;border:none;padding:0;cursor:pointer}.portrait-header__arrow:active{transform:scale(.92)}.portrait-header__title{width:64cqw;flex:0 0 auto;text-align:center;font-family:var(--font-default);font-size:6cqw;font-weight:900;color:#fff;-webkit-text-stroke:5px #000;paint-order:stroke fill;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.portrait-grid{flex:1 1 auto;height:calc(var(--safe-h) * 90 / 100);overflow-y:auto;padding:20px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;align-content:start;justify-items:center}.rewardbox-overlay{position:absolute;inset:0;z-index:200;background:#000000b3;display:flex;align-items:center;justify-content:center;animation:rewardbox-overlay-fade .2s ease-out}@keyframes rewardbox-overlay-fade{0%{opacity:0}to{opacity:1}}.rewardbox-modal{background:linear-gradient(180deg,#464990,#252d4a);color:#fff;width:85cqw;max-width:430px;padding:3cqw;border-radius:2cqw;position:relative;display:flex;flex-direction:column;gap:2cqw;box-shadow:0 1cqw 3cqw #00000080}.rewardbox-modal__close{position:absolute;top:1.5cqw;right:1.5cqw;background:#0000004d;color:#fff;border:none;width:6cqw;height:6cqw;border-radius:50%;font-size:3cqw;cursor:pointer}.rewardbox-modal__title{font-family:var(--font-display),"Lilita One",sans-serif;font-size:5cqw;text-align:center;color:#ffea4f}.rewardbox-modal__body{display:flex;flex-direction:column;gap:1.5cqw;align-items:center}.rewardbox-empty{text-align:center;padding:2cqw}.rewardbox-empty__msg{font-size:3cqw;color:#fffc;margin-bottom:1.5cqw}.rewardbox-info,.rewardbox-countdown{text-align:center;display:flex;flex-direction:column;gap:1.5cqw;align-items:center;width:100%}.rewardbox-info__tier,.rewardbox-countdown__tier{font-family:var(--font-display),"Lilita One",sans-serif;font-size:4cqw;color:#ffea4f}.rewardbox-info p{font-size:3cqw;color:#ffffffd9}.rewardbox-countdown__timer{font-family:var(--font-display),"Lilita One",sans-serif;font-size:6cqw;color:#fff;-webkit-text-stroke:.4cqw black;paint-order:stroke fill;transition:color .3s}.rewardbox-countdown__timer.is-ready{color:#4dff4e;animation:rewardbox-pulse .8s ease-in-out infinite alternate}@keyframes rewardbox-pulse{0%{transform:scale(1)}to{transform:scale(1.1)}}.rewardbox-actions{display:flex;flex-direction:column;gap:1cqw;width:100%}.rewardbox-action{background:#ffffff1a;color:#fff;border:.2cqw solid rgba(255,255,255,.2);border-radius:1cqw;padding:1.2cqw 2cqw;font-family:var(--font-display),"Lilita One",sans-serif;font-size:3.5cqw;cursor:pointer;transition:background .15s,border-color .15s}.rewardbox-action:hover:not(:disabled){background:#fff3;border-color:#ffffff80}.rewardbox-action--primary{background:var(--c-win, #2AAF47);border-color:#005000cc}.rewardbox-action--primary:hover:not(:disabled){background:#34c957}.rewardbox-modal__status{text-align:center;font-size:3cqw;min-height:3cqw}.rewardbox-modal__status.is-ok{color:#4dff4e}.rewardbox-modal__status.is-error{color:#f07512}.rewardbox-modal__status.is-pending{color:#ffffffb3}.rewardbox-overlay.is-reveal{background:#000;padding:0;align-items:stretch;justify-content:stretch}.rewardbox-overlay.is-reveal .rewardbox-modal{display:none}.rewardbox-stage{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.rewardbox-wrap{position:relative;width:min(100cqw,56.25cqh);aspect-ratio:1080 / 1920;max-width:100cqw;max-height:100cqh;overflow:hidden}.rewardbox-video{position:absolute;inset:0;width:100%;height:100%;object-fit:fill;background:#000}.rewardbox-popup{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%) scale(0);height:33.333%;margin:3cqw;box-sizing:border-box;border:.2cqw solid #fff;border-radius:1cqw;background:#000c;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:calc(var(--safe-h) * 6 / 100) 0;gap:calc(var(--safe-h) * 6 / 100)}.rewardbox-popup.is-playing{animation:rb-elastic-in .5s linear forwards}@keyframes rb-elastic-in{0%{transform:translateY(-50%) scale(0)}20%{transform:translateY(-50%) scale(1.15)}40%{transform:translateY(-50%) scale(.85)}60%{transform:translateY(-50%) scale(1.08)}80%{transform:translateY(-50%) scale(.96)}to{transform:translateY(-50%) scale(1)}}.rewardbox-popup__stats{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8cqw}.rewardbox-stat{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1cqw}.rewardbox-stat__icon{object-fit:contain}.rewardbox-stat__icon--hp{width:9cqw;height:9cqw}.rewardbox-stat__icon--coin,.rewardbox-stat__icon--gem{width:8cqw;height:8cqw}.rewardbox-stat__value{font-family:Lilita One,system-ui,cursive;color:#f8b02b;font-size:calc(var(--safe-h) * 5 / 100);line-height:1;-webkit-text-stroke:5px #000;paint-order:stroke fill}.rewardbox-confirm{background:#1a2f63;color:#fff;border:none;border-radius:1cqw;padding:1cqw 4cqw;font-family:var(--font-default);font-weight:900;font-size:calc(var(--safe-h) * 3 / 100);-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1;cursor:pointer;box-shadow:0 .3cqw .6cqw #0006}.rewardbox-confirm:active{transform:scale(.97);filter:brightness(1.1)}.rewardbox-skip{position:absolute;right:5%;bottom:5%;background:transparent;border:none;padding:0;color:#fff;font-family:var(--font-default);font-weight:900;font-size:calc(var(--rb-wrap-h, 100cqh) * 3 / 100);-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1;cursor:pointer}.rewardbox-skip:active{opacity:.7}.reward-box-shake{width:70%;height:70%;margin-bottom:calc(var(--safe-h) * 2 / 100);background-repeat:no-repeat;background-size:500% 400%;background-position:0 0;z-index:1;pointer-events:none;position:relative;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.tutorial-page{width:100cqw;height:100cqh;padding-top:calc(var(--safe-h) * 2 / 100);background:#969696;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.tutorial-page__title{height:calc(var(--safe-h) * 13 / 100);padding:0 3cqw;display:flex;align-items:center;justify-content:center;text-align:center;font-family:Open Sans,system-ui,sans-serif;color:#fff;font-size:4.5cqw;font-weight:900;-webkit-text-stroke:5px #000;paint-order:stroke fill}.tutorial-page__content{height:calc(var(--safe-h) * 60 / 100);margin-top:calc(var(--safe-h) * 3 / 100);width:100cqw;display:flex;flex-direction:row;align-items:center;justify-content:center}.tutorial-page__arrow{width:15cqw;height:100%;background:transparent;border:0;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer}.tutorial-page__arrow img{width:100%;height:auto;max-height:60%;object-fit:contain}.tutorial-page__tip{width:70cqw;height:100%;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 .2cqw .2cqw rgba(0,0,0,1))}.tutorial-page__nav{height:calc(var(--safe-h) * 5 / 100);margin-top:calc(var(--safe-h) * 3 / 100);display:flex;align-items:center;justify-content:center;gap:2cqw}.tutorial-page__dot{width:5cqw;height:5cqw;border-radius:50%;background:#303030;box-shadow:0 .2cqw .2cqw #000;display:inline-block}.tutorial-page__dot.is-active{background:#ffac3f}.tutorial-page__exit{height:calc(var(--safe-h) * 8 / 100);margin-top:calc(var(--safe-h) * 2 / 100);margin-bottom:calc(var(--safe-h) * 4 / 100);padding:0 8cqw;background:#820000;border:0;border-radius:1.5cqw;font-family:Open Sans,system-ui,sans-serif;font-size:5cqw;font-weight:900;color:#fff;-webkit-text-stroke:5px #000;paint-order:stroke fill;cursor:pointer}.tutorial-page__exit:active{transform:scale(.98);filter:brightness(1.1)}.tutorial-tip__col{display:flex;flex-direction:column;align-items:center;gap:calc(var(--safe-h) * 1 / 100)}.tutorial-tip__row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1cqw}.tutorial-tip__row--stats{gap:1cqw}.tutorial-tip__hero-text{width:22cqw;text-align:center;font-family:Lilita One,Open Sans,system-ui,sans-serif;color:#fff;font-size:6cqw;-webkit-text-stroke:5px #000;paint-order:stroke fill}.tutorial-tip__stat{width:20cqw;height:calc(var(--safe-h) * 5 / 100);border-radius:2cqw;border:.3cqw solid #2C312A;display:flex;align-items:flex-start;justify-content:center;font-family:Lilita One,Open Sans,system-ui,sans-serif;color:#fff;font-size:8cqw;-webkit-text-stroke:3px #000;paint-order:stroke fill}.tutorial-tip__stat--attack{background:#ffab00}.tutorial-tip__stat--hp{background:#830008}.tutorial-tip__troop{width:50cqw;height:auto;object-fit:contain;margin-top:calc(var(--safe-h) * 1 / 100)}.tutorial-tip__troop-stack{position:relative}.tutorial-tip__troop-stack--mid{width:50cqw}.tutorial-tip__troop-stack--small{width:25cqw;height:25cqw}.tutorial-tip__troop--mid{width:50cqw}.tutorial-tip__troop--small{width:25cqw}.tutorial-tip__troop--flipped{transform:rotate(180deg)}.tutorial-tip__up-arrow{position:absolute;left:4cqw;top:calc(var(--safe-h) * 1 / 100);width:13cqw;height:auto}.tutorial-tip__blood-overlay{position:absolute;left:0;top:0;width:25cqw;height:25cqw;background-size:contain;background-repeat:no-repeat;background-position:center;display:flex;align-items:center;justify-content:center}.tutorial-tip__blood-text{font-family:Lilita One,Open Sans,system-ui,sans-serif;color:#fff;font-size:7cqw;-webkit-text-stroke:3px #000;paint-order:stroke fill}.tutorial-tip__row--dice{gap:5cqw}.tutorial-tip__dice{width:12cqw;height:auto;object-fit:contain}.tutorial-tip__pick-card{height:calc(var(--safe-h) * 7 / 100);padding:0 4cqw;background-size:contain;background-repeat:no-repeat;background-position:center;display:flex;align-items:center;justify-content:center}.tutorial-tip__pick-label{font-family:Lilita One,Open Sans,system-ui,sans-serif;color:#fff;font-size:6cqw;-webkit-text-stroke:5px #000;paint-order:stroke fill;white-space:nowrap}.tutorial-tip__stat--small{width:10cqw;height:calc(var(--safe-h) * 3.5 / 100);border-radius:1cqw;font-size:5cqw}.tutorial-tip__stat--text-red{color:#f44336}.tutorial-tip__row--small-stats{gap:1cqw}.tutorial-tip__stun-overlay{position:absolute;left:3.5cqw;top:0;width:18cqw;height:18cqw;object-fit:contain}.tutorial-tip__troop--padded-top{padding-top:calc(var(--safe-h) * 2 / 100);box-sizing:border-box}.tutorial-tip__stat--text-green{color:#4caf50}.tutorial-tip__abs-wrap{position:relative;width:70cqw;height:100%}.tutorial-tip__pick-stack{position:absolute;width:25cqw;display:flex;flex-direction:column;align-items:center}.tutorial-tip__pick-stack--fake{left:17.5cqw;top:calc(var(--safe-h) * 7 / 100)}.tutorial-tip__pick-stack--real{left:36.25cqw;top:calc(var(--safe-h) * 22 / 100)}.tutorial-tip__pick-stack-label{font-family:Lilita One,Open Sans,system-ui,sans-serif;color:#fff;font-size:5cqw;-webkit-text-stroke:5px #000;paint-order:stroke fill;white-space:nowrap}.tutorial-tip__pick-stack-img{width:100%;height:auto;object-fit:contain}.tutorial-tip__dice-row-abs{position:absolute;left:0;bottom:calc(var(--safe-h) * 5 / 100);width:70cqw;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:5cqw}.tutorial-tip__col--buffs{gap:calc(var(--safe-h) * 5 / 100)}.tutorial-tip__buff-row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2cqw}.tutorial-tip__troop--xsmall{width:20cqw}.tutorial-tip__buff-label{color:#fff;font-family:Open Sans,system-ui,sans-serif;font-size:4cqw;font-weight:900;-webkit-text-stroke:3px #000;paint-order:stroke fill}.tutorial-tip__streak-banner{width:25cqw;height:25cqw;background-size:contain;background-repeat:no-repeat;background-position:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:1cqw}.tutorial-tip__streak-num{height:20cqw;display:flex;align-items:flex-end;justify-content:center;color:#fff;font-family:Open Sans,system-ui,sans-serif;font-size:10cqw;font-weight:900;-webkit-text-stroke:3px #000;paint-order:stroke fill}.tutorial-tip__streak-label{width:20cqw;height:6cqw;background-size:contain;background-repeat:no-repeat;background-position:center;display:flex;align-items:center;justify-content:center}.tutorial-tip__streak-label span{color:#fff;font-family:Open Sans,system-ui,sans-serif;font-weight:900;font-size:3cqw;-webkit-text-stroke:3px #000;paint-order:stroke fill}.tutorial-tip__row--heart{margin-top:calc(var(--safe-h) * 5 / 100);gap:1cqw;align-items:flex-start}.tutorial-tip__streak-heart{width:calc(var(--safe-h) * 5 / 100);height:calc(var(--safe-h) * 5 / 100);object-fit:contain}.tutorial-tip__streak-heart-num{width:calc(var(--safe-h) * 7 / 100);height:calc(var(--safe-h) * 7 / 100);display:flex;align-items:flex-start;justify-content:center;color:#fff;font-family:Lilita One,Open Sans,system-ui,sans-serif;font-size:10cqw;-webkit-text-stroke:3px #000;paint-order:stroke fill}.tutorial-tip__streak-sword{width:40cqw;height:auto;object-fit:contain;margin-top:calc(var(--safe-h) * 5 / 100)}.tutorial-tip__troop--padded-top-3{padding-top:calc(var(--safe-h) * 3 / 100);box-sizing:border-box}.tutorial-tip__stun-overlay--shifted{top:3.5cqw}.tutorial-tip__flame-circle{width:10cqw;height:10cqw;border-radius:50%;background:#f44336;border:.5cqw solid #000;display:flex;align-items:center;justify-content:center;margin-top:calc(var(--safe-h) * 2 / 100);overflow:hidden}.tutorial-tip__flame-icon{width:100%;height:100%;object-fit:contain}.tutorial-tip__rage-stack{position:relative;width:40cqw;height:40cqw}.tutorial-tip__rage-troop,.tutorial-tip__rage-overlay{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.tutorial-tip__row--rage-dice{margin-top:calc(var(--safe-h) * 3 / 100)}.tutorial-tip__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;padding:4cqw;background:#00000026;border:.3cqw dashed rgba(255,255,255,.3);border-radius:2cqw;color:#ffffffb3;font-family:Open Sans,system-ui,sans-serif;font-size:3.5cqw;font-weight:600;box-sizing:border-box}.settings-overlay{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;background:#00000073}.settings-modal{position:relative;width:85cqw;height:calc(var(--safe-h) * 65 / 100);background:#fff9ea;border:.2cqw solid rgb(200,200,200);border-radius:3cqw;box-sizing:border-box;padding:calc(var(--safe-h) * 3 / 100) 4cqw;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:calc(var(--safe-h) * 2 / 100)}.settings-modal__title{font-family:Open Sans,system-ui,sans-serif;font-size:8cqw;font-weight:900;color:#fff;-webkit-text-stroke:5px #000;paint-order:stroke fill;text-align:center}.settings-modal__divider{height:0;width:100%;border-top:1px solid rgba(0,0,0,.12)}.settings-modal__lang-row{display:flex;flex-direction:row;gap:2cqw;width:100%;justify-content:center}.settings-modal__lang-btn{height:calc(var(--safe-h) * 6 / 100);padding:0 4cqw;border:0;border-radius:1cqw;font-family:Open Sans,system-ui,sans-serif;font-size:5cqw;font-weight:900;color:#fff;-webkit-text-stroke:5px #000;paint-order:stroke fill;cursor:pointer}.settings-modal__lang-btn[data-active=true]{background:#1e87f0}.settings-modal__lang-btn[data-active=false]{background:#f8b02b}.settings-modal__lang-btn:active{transform:scale(.97);filter:brightness(1.05)}.settings-modal__toggle-row{display:flex;flex-direction:row;gap:3cqw;width:100%;justify-content:center;align-items:center}.settings-modal__toggle{display:flex;align-items:center;gap:1cqw;cursor:pointer}.settings-modal__toggle input[type=checkbox]{appearance:none;-webkit-appearance:none;width:0;height:0;position:absolute;opacity:0}.settings-modal__toggle-label{color:#fff;font-family:Open Sans,system-ui,sans-serif;font-size:5cqw;font-weight:900;-webkit-text-stroke:5px #000;paint-order:stroke fill}.settings-modal__switch{position:relative;width:9cqw;height:calc(var(--safe-h) * 3 / 100);background:#b0b0b0;border-radius:999px;transition:background-color .15s ease}.settings-modal__switch:before{content:"";position:absolute;left:.3cqw;top:50%;transform:translateY(-50%);width:calc(var(--safe-h) * 2.6 / 100);height:calc(var(--safe-h) * 2.6 / 100);background:#fff;border-radius:50%;box-shadow:0 .2cqw .3cqw #0006;transition:left .15s ease}.settings-modal__toggle input:checked+.settings-modal__switch{background:#1e87f0}.settings-modal__toggle input:checked+.settings-modal__switch:before{left:calc(9cqw - var(--safe-h) * 2.6 / 100 - .3cqw)}.settings-modal__chats{height:calc(var(--safe-h) * 6 / 100);padding:0 6cqw;border:0;border-radius:1cqw;background:#0081f2;font-family:Open Sans,system-ui,sans-serif;font-size:5cqw;font-weight:900;color:#fff;-webkit-text-stroke:5px #000;paint-order:stroke fill;cursor:pointer}.settings-modal__chats:active{transform:scale(.97);filter:brightness(1.05)}.settings-modal__about{height:calc(var(--safe-h) * 6 / 100);padding:0 6cqw;border:0;border-radius:1cqw;background:#007f0e;font-family:Open Sans,system-ui,sans-serif;font-size:5cqw;font-weight:900;color:#fff;-webkit-text-stroke:5px #000;paint-order:stroke fill;cursor:pointer}.settings-modal__about:active{transform:scale(.97);filter:brightness(1.05)}.settings-modal__logout{height:calc(var(--safe-h) * 6 / 100);padding:0 6cqw;border:0;border-radius:1cqw;background:#f44336;font-family:Open Sans,system-ui,sans-serif;font-size:5cqw;font-weight:900;color:#fff;-webkit-text-stroke:5px #000;paint-order:stroke fill;cursor:pointer}.settings-modal__logout:active{transform:scale(.97);filter:brightness(1.05)}.settings-modal__close{position:absolute;top:calc(var(--safe-h) * -2 / 100);right:-3cqw;width:10cqw;height:10cqw;border-radius:50%;background:#000;border:.2cqw solid #fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.settings-modal__close:active{transform:scale(.92)}.flag-animation{width:100%;height:100%;background-repeat:no-repeat;background-size:1000% 1000%;background-position:0 0;pointer-events:none;position:relative;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.info-overlay{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;background:#00000073}.info-modal{position:relative;width:85cqw;height:calc(var(--safe-h) * 65 / 100);background:#fff9ea;border:.2cqw solid rgb(200,200,200);border-radius:3cqw;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:calc(var(--safe-h) * 2 / 100);padding:4cqw}.info-modal__btn{width:50cqw;height:calc(var(--safe-h) * 8 / 100);background:#007f0e;border:0;border-radius:1cqw;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2cqw;cursor:pointer;padding:0 2cqw}.info-modal__btn:active{transform:scale(.97);filter:brightness(1.05)}.info-modal__btn-label{font-family:Open Sans,system-ui,sans-serif;font-size:5cqw;font-weight:900;color:#fff;-webkit-text-stroke:5px #000;paint-order:stroke fill}.info-modal__btn svg{flex:0 0 auto}.info-modal__close{position:absolute;top:calc(var(--safe-h) * -2 / 100);right:-3cqw;width:10cqw;height:10cqw;border-radius:50%;background:#000;border:.2cqw solid #fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.info-modal__close:active{transform:scale(.92)}.match-mode-info-overlay{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;background:#00000073}.match-mode-info-modal{position:relative;width:85cqw;height:calc(var(--safe-h) * 75 / 100);background:#fff9ea;border:.2cqw solid rgb(200,200,200);border-radius:3cqw;box-sizing:border-box;padding:5cqw;display:flex;flex-direction:column;align-items:stretch;gap:calc(var(--safe-h) * 2 / 100)}.match-mode-info-modal__title{font-family:Open Sans,system-ui,sans-serif;font-size:6cqw;font-weight:900;-webkit-text-stroke:5px #000;paint-order:stroke fill;text-align:center}.match-mode-info-modal__title--normal{color:#ffd973}.match-mode-info-modal__title--compete{color:#4cff4e}.match-mode-info-modal__divider{height:0;width:100%;border-top:1px solid rgba(0,0,0,.12)}.match-mode-info-modal__desc{font-family:Open Sans,system-ui,sans-serif;font-size:4cqw;font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1.3;text-align:center}.match-mode-info-modal__stats{display:flex;flex-direction:column;gap:1cqw;align-items:center}.match-mode-info-modal__stat-row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:3cqw}.match-mode-info-modal__stat-label{color:#fff;font-family:Open Sans,system-ui,sans-serif;font-size:4cqw;font-weight:900;-webkit-text-stroke:3px #000;paint-order:stroke fill}.match-mode-info-modal__stat-value{font-family:Lilita One,Open Sans,system-ui,sans-serif;font-size:4cqw;-webkit-text-stroke:3px #000;paint-order:stroke fill}.match-mode-info-modal__stat-value--attack{color:#ffab00}.match-mode-info-modal__stat-value--hp{color:#830008}.match-mode-info-modal__close{position:absolute;top:calc(var(--safe-h) * -2 / 100);right:-3cqw;width:10cqw;height:10cqw;border-radius:50%;background:#000;border:.2cqw solid #fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.match-mode-info-modal__close:active{transform:scale(.92)}.chat-page{position:relative;width:100cqw;height:100cqh;background:#fff;display:flex;flex-direction:column}.chat-page__notice{width:100cqw;height:calc(var(--safe-h) * 6 / 100);background:#0081f2;display:flex;align-items:center;justify-content:center;padding:0 4cqw;box-sizing:border-box;flex-shrink:0}.chat-page__notice-text{color:#fff;font-family:Open Sans,system-ui,sans-serif;font-size:4.5cqw;font-weight:500;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-page__list{width:100cqw;height:calc(var(--safe-h) * 84 / 100);overflow-y:auto;flex-grow:1}.chat-page__row{width:100%;height:15cqw;display:flex;flex-direction:row;align-items:center;cursor:pointer;border-bottom:.5px solid rgba(0,0,0,.08);box-sizing:border-box}.chat-page__row:active{background:#0081f214}.chat-page__row-avatar{width:15cqw;height:15cqw;display:flex;align-items:center;justify-content:center;margin:0 2cqw;font-size:8cqw;flex-shrink:0}.chat-page__row-content{width:57cqw;height:100%;display:flex;flex-direction:column;justify-content:center;gap:.5cqw;flex-shrink:0;overflow:hidden}.chat-page__row-nickname{font-family:Open Sans,system-ui,sans-serif;font-size:4cqw;font-weight:700;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-page__row-message{font-family:Open Sans,system-ui,sans-serif;font-size:3.5cqw;font-weight:400;color:#555;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-page__row-time{width:24cqw;height:100%;display:flex;align-items:center;justify-content:center;font-family:Open Sans,system-ui,sans-serif;font-size:3cqw;color:#888;flex-shrink:0}.chat-page__empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#555;font-family:Open Sans,system-ui,sans-serif;font-size:7cqw;font-weight:900}.private-chat-page{position:relative;width:100cqw;height:100cqh;background:#fff;display:flex;flex-direction:column}.private-chat-page__header{width:100cqw;height:calc(var(--safe-h) * 10 / 100);background:#448aff;display:flex;flex-direction:row;align-items:center;padding:0 3cqw;box-sizing:border-box;flex-shrink:0;gap:2cqw}.private-chat-page__back{width:10cqw;height:10cqw;background:transparent;border:0;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer}.private-chat-page__avatar{width:10cqw;height:10cqw;display:flex;align-items:center;justify-content:center;font-size:8cqw;background:#ffffff26;border-radius:50%}.private-chat-page__nickname{font-family:Open Sans,system-ui,sans-serif;font-size:6cqw;font-weight:900;color:#fff;-webkit-text-stroke:5px #000;paint-order:stroke fill;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.private-chat-page__content{flex:1 1 auto;overflow-y:auto;width:100cqw;background:#fff}.private-chat-page__bubbles{display:flex;flex-direction:column;padding:2cqw;gap:1cqw;min-height:100%;box-sizing:border-box}.private-chat-page__row{display:flex;flex-direction:column;width:100%;margin:calc(var(--safe-h) * .3 / 100) 0}.private-chat-page__row--left{align-items:flex-start}.private-chat-page__row--right{align-items:flex-end}.private-chat-page__sender-header{display:flex;flex-direction:row;align-items:center;gap:1cqw;margin:1cqw 3cqw}.private-chat-page__sender-avatar{width:10cqw;height:10cqw;display:flex;align-items:center;justify-content:center;font-size:7cqw}.private-chat-page__sender-name{font-family:Open Sans,system-ui,sans-serif;font-size:5cqw;font-weight:900;color:#6cf}.private-chat-page__bubble-row{display:flex;flex-direction:row;align-items:flex-end;max-width:80%}.private-chat-page__bubble-row--right{flex-direction:row}.private-chat-page__bubble{padding:1.5cqw 3cqw;margin:1cqw 3cqw;border-radius:1cqw;box-shadow:0 calc(var(--safe-h) * .2 / 100) calc(var(--safe-h) * .1 / 100) #000c;color:#fff;font-family:Open Sans,system-ui,sans-serif;font-size:4.5cqw;font-weight:500;line-height:1.3;word-break:break-word;white-space:pre-wrap;max-width:100%;box-sizing:border-box}.private-chat-page__bubble--left{background:#3093cc}.private-chat-page__bubble--right{background:#38638d}.private-chat-page__time{color:#39f;font-family:Open Sans,system-ui,sans-serif;font-size:3cqw;white-space:nowrap;align-self:flex-end;padding-bottom:1.5cqw}.private-chat-page__input-row{width:100cqw;height:calc(var(--safe-h) * 10 / 100);display:flex;flex-direction:row;align-items:stretch;flex-shrink:0;background:#fff}.private-chat-page__input{width:80cqw;height:100%;border:0;border-top:.3cqw solid rgb(200,200,200);border-bottom:.3cqw solid rgb(200,200,200);background:#fff9ea;padding:calc(var(--safe-h) * 1 / 100);font-family:Open Sans,system-ui,sans-serif;font-size:4.5cqw;resize:none;box-sizing:border-box}.private-chat-page__input:focus{outline:none}.private-chat-page__send{width:20cqw;height:100%;background:#fd9c13;border:.3cqw solid rgb(200,200,200);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.private-chat-page__send:active{transform:scale(.95);filter:brightness(1.05)}.troop-edit-overlay{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:1500;padding:4cqw}.troop-edit-modal{position:relative;width:min(92cqw,460px);max-height:96cqh;display:flex;flex-direction:column;background:#fff;border-radius:2cqw;box-shadow:0 6px 24px #00000073;overflow:hidden;font-family:inherit}.troop-edit-modal__header{display:flex;align-items:center;justify-content:space-between;padding:3cqw 4cqw;background:linear-gradient(180deg,#303c67,#171b20);color:#ffd26f}.troop-edit-modal__title{margin:0;font-size:4.5cqw;font-weight:900;display:flex;align-items:baseline;gap:2cqw}.troop-edit-modal__title-kind{font-size:3.5cqw;font-weight:700;color:#fff;opacity:.85;text-transform:capitalize}.troop-edit-modal__close{background:transparent;border:0;color:#fff;font-size:6cqw;line-height:1;padding:0 1cqw;cursor:pointer}.troop-edit-modal__body{padding:4cqw;overflow-y:auto;display:flex;flex-direction:column;gap:3cqw}.troop-edit-modal__field{display:flex;flex-direction:column;gap:1cqw}.troop-edit-modal__label{display:flex;align-items:center;justify-content:space-between;font-size:3.5cqw;font-weight:700;color:#2c312a}.troop-edit-modal__counter{font-weight:400;font-size:3cqw;color:#888}.troop-edit-modal__input,.troop-edit-modal__textarea,.troop-edit-modal__select{width:100%;box-sizing:border-box;padding:2.5cqw 3cqw;border:.4cqw solid #2C312A;border-radius:1.5cqw;font-size:4cqw;font-family:inherit;background:#fff;color:#2c312a;outline:none;transition:border-color .12s ease}.troop-edit-modal__input:focus,.troop-edit-modal__textarea:focus,.troop-edit-modal__select:focus{border-color:#f8b02b}.troop-edit-modal__textarea{resize:vertical;min-height:18cqw}.troop-edit-modal__gates{display:flex;flex-direction:column;gap:1cqw;margin-top:1cqw;padding:2cqw 3cqw;background:#f3f4f6;border-radius:1.5cqw;font-size:3.5cqw}.troop-edit-modal__gate{display:flex;align-items:center;justify-content:space-between;color:#2c312a}.troop-edit-modal__gate[data-met=false]{color:#b91c1c;font-weight:700}.troop-edit-modal__gate-current{font-weight:700}.troop-edit-modal__footer{display:flex;gap:3cqw;padding:3cqw 4cqw;background:#fafafa;border-top:1px solid #e5e7eb}.troop-edit-modal__btn{flex:1;padding:3cqw;border:0;border-radius:1.5cqw;font-size:4cqw;font-weight:900;cursor:pointer;font-family:inherit}.troop-edit-modal__btn--cancel{background:#600000;color:#fff}.troop-edit-modal__btn--apply{background:#f8b02b;color:#fff}.troop-edit-modal__btn--apply:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed}.troop-edit-modal__status{padding:0 4cqw 3cqw;font-size:3.5cqw;color:#2c312a;min-height:4cqw}.troop-edit-modal__status.is-error{color:#b91c1c;font-weight:700}.troop-edit-confirm{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0006;z-index:1}.troop-edit-confirm__card{width:80cqw;max-width:440px;background:#fff9ea;border:.2cqw solid rgb(200,200,200);border-radius:3cqw;overflow:hidden;display:flex;flex-direction:column;align-items:center;padding-bottom:4cqw}.troop-edit-confirm__title{align-self:stretch;background:#007f0e;color:#fff;font-size:4cqw;font-weight:900;text-align:center;padding:3cqw 4cqw;-webkit-text-stroke:.4cqw black;paint-order:stroke fill}.troop-edit-confirm__cost{display:flex;align-items:center;gap:2cqw;margin:4cqw 0}.troop-edit-confirm__cost-icon{width:10cqw;height:10cqw;object-fit:contain}.troop-edit-confirm__cost-amount{font-size:5cqw;font-weight:900;color:#fff;-webkit-text-stroke:.4cqw black;paint-order:stroke fill}.troop-edit-confirm__actions{display:flex;gap:3cqw}.troop-edit-confirm__btn{padding:3cqw 6cqw;border:0;border-radius:1.5cqw;font-size:4.5cqw;font-weight:900;cursor:pointer;font-family:inherit;color:#fff;-webkit-text-stroke:.3cqw black;paint-order:stroke fill}.troop-edit-confirm__btn--cancel{background:#600000}.troop-edit-confirm__btn--confirm{background:#f8b02b}.troop-edit-confirm__btn:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed;-webkit-text-stroke:0}.match-intro{position:absolute;inset:0;z-index:210;background-image:var(--match-intro-bg, none);background-size:100% 100%;background-position:center;overflow:hidden;--pis: 25cqw}.match-intro__opponent-profile{position:absolute;top:var(--match-intro-pys, calc(var(--safe-h) * 11.3 / 100));left:var(--match-intro-op-left, 100cqw);height:calc(var(--pis) * .9);display:flex;flex-direction:row;align-items:center;gap:0}.match-intro__my-profile{position:absolute;bottom:var(--match-intro-pys, calc(var(--safe-h) * 11.3 / 100));left:var(--match-intro-my-left, -100cqw);height:calc(var(--pis) * .9);display:flex;flex-direction:row;align-items:center;gap:0}.match-intro__profile-wrap{width:var(--match-intro-piw, 20cqw);height:var(--match-intro-piw, 20cqw);position:relative;flex:0 0 auto}.match-intro__profile-wrap>*{width:100%;height:100%;object-fit:contain}.match-intro__chat{width:calc(var(--pis) * 2);height:var(--pis);display:flex;align-items:center;justify-content:center;background-size:100% 100%;background-repeat:no-repeat;flex:0 0 auto;transform:scale(0)}.match-intro__chat--left{padding-left:5cqw;margin-left:3cqw}.match-intro__chat--right{padding-right:5cqw;margin-right:3cqw}.match-intro__chat-text{font-family:Lilita One,system-ui,cursive;font-size:4cqw;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;text-decoration:none;line-height:1}.match-intro__vs-v,.match-intro__vs-s{position:absolute;top:0;width:50cqw;height:100cqh;display:flex;align-items:center;justify-content:center;pointer-events:none}.match-intro__vs-v{left:-50cqw}.match-intro__vs-s{left:100cqw}.match-intro__vs-img{width:50cqw;height:calc(100cqw * 1920 / 1080);max-height:100cqh;object-fit:contain}.match-intro.is-entering .match-intro__vs-v{animation:match-intro-v-in 1s linear forwards}.match-intro.is-entering .match-intro__vs-s{animation:match-intro-s-in 1s linear forwards}.match-intro.is-entering .match-intro__chat{animation:match-intro-chat-pop 1s linear 1s forwards}.match-intro.is-exiting .match-intro__vs-v{animation:match-intro-v-out 1s linear forwards}.match-intro.is-exiting .match-intro__vs-s{animation:match-intro-s-out 1s linear forwards}.match-intro.is-exiting .match-intro__chat{animation:match-intro-chat-unpop 1s linear forwards}@keyframes match-intro-v-in{0%{left:-50cqw}20%{left:5cqw}40%{left:-3cqw}60%{left:1.5cqw}80%{left:-.5cqw}to{left:0}}@keyframes match-intro-s-in{0%{left:100cqw}20%{left:45cqw}40%{left:53cqw}60%{left:48.5cqw}80%{left:50.5cqw}to{left:50cqw}}@keyframes match-intro-v-out{0%{left:0}to{left:-50cqw}}@keyframes match-intro-s-out{0%{left:50cqw}to{left:100cqw}}@keyframes match-intro-chat-pop{0%{transform:scale(0)}20%{transform:scale(1.15)}40%{transform:scale(.85)}60%{transform:scale(1.08)}80%{transform:scale(.96)}to{transform:scale(1)}}@keyframes match-intro-chat-unpop{0%{transform:scale(1)}to{transform:scale(0)}}.combat-intro{position:absolute;inset:0;z-index:210;background-image:var(--combat-intro-bg, none);background-size:100% 100%;background-position:center;overflow:hidden;--pis: 25cqw}.combat-intro__opponent-profile{position:absolute;top:var(--combat-intro-pys, calc(var(--safe-h) * 11.3 / 100));left:var(--combat-intro-op-left, 100cqw);height:calc(var(--pis) * .9);display:flex;flex-direction:row;align-items:center;gap:0}.combat-intro__my-profile{position:absolute;bottom:var(--combat-intro-pys, calc(var(--safe-h) * 11.3 / 100));left:var(--combat-intro-my-left, -100cqw);height:calc(var(--pis) * .9);display:flex;flex-direction:row;align-items:center;gap:0}.combat-intro__profile-wrap{width:var(--combat-intro-piw, 20cqw);height:var(--combat-intro-piw, 20cqw);position:relative;flex:0 0 auto}.combat-intro__profile-wrap>*{width:100%;height:100%;object-fit:contain}.combat-intro__chat{width:calc(var(--pis) * 2);height:var(--pis);display:flex;align-items:center;justify-content:center;background-size:100% 100%;background-repeat:no-repeat;flex:0 0 auto;transform:scale(0)}.combat-intro__chat--left{padding-left:5cqw;margin-left:3cqw}.combat-intro__chat--right{padding-right:5cqw;margin-right:3cqw}.combat-intro__chat-text{font-family:Lilita One,system-ui,cursive;font-size:4cqw;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;text-decoration:none;line-height:1}.combat-intro__vs-v,.combat-intro__vs-s{position:absolute;top:0;width:50cqw;height:100cqh;display:flex;align-items:center;justify-content:center;pointer-events:none}.combat-intro__vs-v{left:-50cqw}.combat-intro__vs-s{left:100cqw}.combat-intro__vs-img{width:50cqw;height:calc(100cqw * 1920 / 1080);max-height:100cqh;object-fit:contain}.combat-intro.is-entering .combat-intro__vs-v{animation:combat-intro-v-in 1s linear forwards}.combat-intro.is-entering .combat-intro__vs-s{animation:combat-intro-s-in 1s linear forwards}.combat-intro.is-entering .combat-intro__chat{animation:combat-intro-chat-pop 1s linear 1s forwards}@keyframes combat-intro-v-in{0%{left:-50cqw}20%{left:5cqw}40%{left:-3cqw}60%{left:1.5cqw}80%{left:-.5cqw}to{left:0}}@keyframes combat-intro-s-in{0%{left:100cqw}20%{left:45cqw}40%{left:53cqw}60%{left:48.5cqw}80%{left:50.5cqw}to{left:50cqw}}@keyframes combat-intro-chat-pop{0%{transform:scale(0)}20%{transform:scale(1.15)}40%{transform:scale(.85)}60%{transform:scale(1.08)}80%{transform:scale(.96)}to{transform:scale(1)}}.combat-video{position:absolute;inset:0;z-index:210;background:#000;overflow:hidden}.combat-video__wrap{--cv-aspect: .5625 ;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(100cqw,calc(100cqh * var(--cv-aspect)));height:min(100cqh,calc(100cqw / var(--cv-aspect)));background:#000;overflow:hidden}.combat-video__video{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.combat-video__skip{position:absolute;right:5%;bottom:5%;padding:.5cqw 1cqw;background:transparent;border:none;cursor:pointer;color:#fff;font-family:Lilita One,system-ui,sans-serif;font-weight:900;font-size:3cqh;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1}.combat-video__skip:hover{filter:brightness(1.1)}.combat-video__skip:active{transform:scale(.97)}.combat-map{position:relative;overflow:hidden;opacity:0;background:#000}.combat-map__bg{position:absolute;inset:0;background-image:var(--combat-map-bg, none);background-size:100% 100%;background-position:center;background-repeat:no-repeat;pointer-events:none}.combat-map__flag{position:absolute;display:none;background-size:1000% 1000%;background-repeat:no-repeat;pointer-events:none;z-index:3;animation:combat-map-flag-wave 5s step-start infinite}.combat-map__flag.is-visible{display:block}.combat-map__flag--red{background-image:var(--combat-map-flag-red)}.combat-map__flag--blue{background-image:var(--combat-map-flag-blue)}.combat-map__flag--troop{z-index:6}.combat-map__action-btn{position:absolute;display:none;background:transparent;border:none;padding:0;cursor:pointer;z-index:8}.combat-map__action-btn.is-visible{display:block}.combat-map__action-btn-img{width:100%;height:100%;object-fit:contain;display:block;pointer-events:none}.combat-map__action-btn-img--flip{transform:rotate(180deg)}.combat-map__action-btn-rotor{width:100%;height:100%;display:block;transform-origin:center}.combat-map__fight-icon{position:absolute;display:none;z-index:6;pointer-events:none}.combat-map__fight-icon.is-visible{display:block}.combat-map__fight-icon-sprite{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:contain;transform:scale(0);transform-origin:center}.combat-map__eliminated-icon{position:absolute;display:none;z-index:6;pointer-events:none;object-fit:contain;transform:scale(0);transform-origin:center}.combat-map__eliminated-icon.is-visible{display:block}.combat-map__base-sight{position:absolute;display:none;background-image:var(--combat-map-sight);background-size:100% 100%;background-repeat:no-repeat;background-position:center;pointer-events:none;z-index:2}.combat-map__base-sight.is-visible{display:block}.combat-map__troop-sight{position:absolute;display:none;background-image:var(--combat-map-sight);background-size:100% 100%;background-repeat:no-repeat;background-position:center;pointer-events:none;z-index:2}.combat-map__troop-sight.is-visible{display:block}.combat-map__scout-sight{position:absolute;display:none;background-image:var(--combat-map-sight);background-size:100% 100%;background-repeat:no-repeat;background-position:center;pointer-events:none;z-index:2}.combat-map__scout-sight.is-visible{display:block}.combat-map__scout-pointers{position:absolute;inset:0;pointer-events:none;z-index:8}.combat-map__scout-pointer{position:absolute;background:transparent;background-size:100% 100%;background-repeat:no-repeat;background-position:center;border:none;padding:0;cursor:pointer;pointer-events:auto}.combat-map__troop{position:absolute;left:0;top:0;display:none;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;box-sizing:border-box;pointer-events:none;z-index:5}.combat-map__troop.is-visible{display:flex}.combat-map__troop-rotor{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;transform-origin:center}.combat-map__troop-anim-host,.combat-map__troop-anim{width:100%;height:100%}.combat-map__troop-rage{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:none;pointer-events:none;background-image:var(--combat-map-rage, none);background-size:100% 100%;background-repeat:no-repeat;background-position:center}.combat-map__troop-rage.is-visible{display:block}.combat-map__troop-reinforce{position:absolute;display:none;pointer-events:none;object-fit:contain}.combat-map__troop-reinforce.is-visible{display:block}@keyframes combat-map-flag-wave{0%{background-position:0% 0%}2%{background-position:22.22% 0%}4%{background-position:44.44% 0%}6%{background-position:66.67% 0%}8%{background-position:88.89% 0%}10%{background-position:0% 11.11%}12%{background-position:22.22% 11.11%}14%{background-position:44.44% 11.11%}16%{background-position:66.67% 11.11%}18%{background-position:88.89% 11.11%}20%{background-position:0% 22.22%}22%{background-position:22.22% 22.22%}24%{background-position:44.44% 22.22%}26%{background-position:66.67% 22.22%}28%{background-position:88.89% 22.22%}30%{background-position:0% 33.33%}32%{background-position:22.22% 33.33%}34%{background-position:44.44% 33.33%}36%{background-position:66.67% 33.33%}38%{background-position:88.89% 33.33%}40%{background-position:0% 44.44%}42%{background-position:22.22% 44.44%}44%{background-position:44.44% 44.44%}46%{background-position:66.67% 44.44%}48%{background-position:88.89% 44.44%}50%{background-position:0% 55.56%}52%{background-position:22.22% 55.56%}54%{background-position:44.44% 55.56%}56%{background-position:66.67% 55.56%}58%{background-position:88.89% 55.56%}60%{background-position:0% 66.67%}62%{background-position:22.22% 66.67%}64%{background-position:44.44% 66.67%}66%{background-position:66.67% 66.67%}68%{background-position:88.89% 66.67%}70%{background-position:0% 77.78%}72%{background-position:22.22% 77.78%}74%{background-position:44.44% 77.78%}76%{background-position:66.67% 77.78%}78%{background-position:88.89% 77.78%}80%{background-position:0% 88.89%}82%{background-position:22.22% 88.89%}84%{background-position:44.44% 88.89%}86%{background-position:66.67% 88.89%}88%{background-position:88.89% 88.89%}90%{background-position:0% 100%}92%{background-position:22.22% 100%}94%{background-position:44.44% 100%}96%{background-position:66.67% 100%}98%{background-position:88.89% 100%}to{background-position:88.89% 100%}}.combat-play-board .is-hidden{display:none!important}.combat-play-board{position:absolute;inset:0;container-type:size;background:#000;overflow:hidden}.combat-play-board__bg{position:absolute;inset:0;background:#000;pointer-events:none}.combat-play-board__map-wrap{position:absolute;left:var(--cpb-wrap-left, 0);top:var(--cpb-wrap-top, 0);width:var(--cpb-wrap-width, 100%);height:var(--cpb-wrap-height, 100%);overflow:hidden;pointer-events:none;z-index:0}.combat-play-board__nickname{position:absolute;left:0;width:100%;height:var(--cpb-nickname-height, 6cqh);display:flex;align-items:center;justify-content:center;z-index:4;pointer-events:none}.combat-play-board__nickname--opponent{top:0;background-color:#821818cc}.combat-play-board__nickname--my{bottom:0;background-color:#1a2f63cc}.combat-play-board__nickname-text{color:#fff;font-size:var(--cpb-nickname-font-size, 3.5cqh);font-weight:900;-webkit-text-stroke:3px #000;paint-order:stroke fill;text-decoration:none;white-space:nowrap}.combat-play-board__nickname-scars{position:absolute;left:0;top:0;width:var(--cpb-nickname-height, 6cqh);height:var(--cpb-nickname-height, 6cqh);pointer-events:none}.combat-play-board__scar{position:absolute;background-repeat:no-repeat;background-position:center;background-size:contain;pointer-events:none;transform-origin:center center}.combat-play-board__big-profile{position:absolute;left:40cqw;width:var(--cpb-profile-image-width, 20cqw);height:var(--cpb-profile-image-width, 20cqw);border-radius:50%;background-color:#ffffff14;border:.4cqw solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;z-index:5;pointer-events:none;overflow:visible}.combat-play-board__big-profile--opponent{top:var(--cpb-profile-image-pos-y, 12cqh)}.combat-play-board__big-profile--my{bottom:var(--cpb-profile-image-pos-y, 12cqh)}.combat-play-board__big-profile-emoji{font-size:12cqw;line-height:1;user-select:none}.combat-play-board__big-profile-scars{position:absolute;inset:0;pointer-events:none}.combat-play-board__big-profile-blood{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background-image:var(--cpb-blood-overlay-bg, none);background-repeat:no-repeat;background-position:center;background-size:100% 100%;transform:scale(0);transform-origin:center center;pointer-events:none}.combat-play-board__big-profile-blood-text{font-family:var(--font-display, "Lilita One"),sans-serif;font-size:8cqw;color:#fff;font-weight:900;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1}.combat-play-board__items{position:absolute;left:calc(var(--cpb-wrap-left) + var(--cpb-wrap-width) * .88);width:calc(var(--cpb-wrap-width) * .1);height:calc(var(--cpb-wrap-height) * .2);display:flex;flex-direction:column;z-index:6}.combat-play-board__items--opponent{top:calc(var(--cpb-wrap-top) + var(--cpb-wrap-height) * .16);pointer-events:none}.combat-play-board__items--my{bottom:calc(var(--cpb-wrap-top) + var(--cpb-wrap-height) * .16)}.combat-play-board__item{flex:1 1 0;background-repeat:no-repeat;background-position:center;background-size:contain;transform-origin:center center;user-select:none;-webkit-user-drag:none;opacity:.3}.combat-play-board__item.is-available{opacity:1}.combat-play-board__item--scout{transform:scale(0);opacity:1}.combat-play-board__item--scout.is-available{transform:scale(1)}.combat-play-board__item--rotated{transform:rotate(180deg)}.combat-play-board__items--my .combat-play-board__item{cursor:default}.combat-play-board__items--my .combat-play-board__item.is-available{cursor:pointer}.combat-play-board__hp{position:absolute;left:37.5cqw;width:25cqw;height:3.8cqh;display:flex;align-items:center;justify-content:flex-start;pointer-events:none;z-index:5}.combat-play-board__hp--opponent{top:8cqh}.combat-play-board__hp--my{bottom:8cqh}.combat-play-board__hp-bg{position:absolute;top:.8cqh;bottom:.8cqh;left:3.5cqw;right:.5cqw;background-image:linear-gradient(to top right,#1309114d,#1e0e1b4d);border-radius:1.5cqw;pointer-events:none}.combat-play-board__hp-heart{position:relative;width:3.8cqh;height:3.8cqh;z-index:1}.combat-play-board__hp-digit{position:relative;width:15cqw;height:3.8cqh;display:flex;align-items:center;justify-content:center;font-family:inherit;font-style:italic;font-weight:900;font-size:4cqw;color:#fff;text-decoration:none;z-index:1}.combat-play-board__info-badge{position:absolute;right:2cqw;width:3.5cqh;height:3.5cqh;box-sizing:border-box;border-style:solid;border-color:#fff;border-width:.5cqw;border-radius:50%;background-image:linear-gradient(to top right,#102027,#2f5c70);display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:3}.combat-play-board__info-badge--opponent{top:calc(var(--cpb-wrap-top, 0px) + 1.2cqh)}.combat-play-board__info-badge--my{bottom:calc(var(--cpb-wrap-top, 0px) + 1.2cqh)}.combat-play-board__info-badge-text{font-size:2.5cqh;font-weight:900;font-style:italic;color:#fff;line-height:1;pointer-events:none}.combat-play-board__wincount{position:absolute;left:1cqw;width:20.5cqw;height:10cqw;display:flex;flex-direction:row;align-items:center;gap:.5cqw;z-index:3;pointer-events:none}.combat-play-board__wincount--opponent{top:calc(var(--cpb-wrap-top, 0px) + var(--cpb-wrap-height, 100%) * .25)}.combat-play-board__wincount--my{bottom:calc(var(--cpb-wrap-top, 0px) + var(--cpb-wrap-height, 100%) * .25)}.combat-play-board__wincount-icon{width:10cqw;height:10cqw;object-fit:contain;display:block}.combat-play-board__timer{position:absolute;overflow:visible;pointer-events:none;z-index:5}.combat-play-board__timer-ring{position:absolute;overflow:visible;pointer-events:none}.combat-play-board__confirm{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);box-sizing:border-box;border-radius:50%;border:.2cqw solid rgb(100,100,100);background-color:#fff;background-size:100% 100%;background-repeat:no-repeat;background-position:center;pointer-events:auto;cursor:default;padding:10%;display:flex;align-items:center;justify-content:center}.combat-play-board__confirm[data-state=pass]{cursor:pointer}.combat-play-board__confirm[data-state=pass-pressed],.combat-play-board__confirm[data-state=idle],.combat-play-board__confirm[data-state=play]{cursor:default}.combat-play-board__confirm[data-state=play][data-active=true]{cursor:pointer}.combat-play-board__confirm-icon{display:none;width:100%;height:100%;object-fit:contain;pointer-events:none}.combat-play-board__confirm-icon.is-visible{display:block}.combat-play-board__confirm-spinner{display:none;width:60%;height:60%;border-radius:50%;border:.6cqw solid rgba(0,0,0,.15);border-top-color:#0000008c;pointer-events:none;animation:combat-play-board-confirm-spin 1s linear infinite}.combat-play-board__confirm-spinner.is-visible{display:block}@keyframes combat-play-board-confirm-spin{to{transform:rotate(360deg)}}.combat-play-board__real-pick{position:absolute;width:var(--cpb-troop-pick-width, 24cqw);height:var(--cpb-troop-pick-container-height, 29cqw);pointer-events:none;z-index:3}.combat-play-board__real-pick--opponent{right:var(--cpb-real-pick-container-left-right, 38cqw);top:var(--cpb-real-pick-container-top-bottom, 18cqh)}.combat-play-board__real-pick--my{left:var(--cpb-real-pick-container-left-right, 38cqw);bottom:var(--cpb-real-pick-container-top-bottom, 18cqh)}.combat-play-board__real-pick-sprite{position:absolute;left:0;width:var(--cpb-troop-pick-width, 24cqw);height:var(--cpb-troop-pick-width, 24cqw)}.combat-play-board__real-pick-sprite--opponent{top:0}.combat-play-board__real-pick-sprite--my{bottom:0}.combat-play-board__stat-row{position:absolute;left:2.5cqw;display:flex;flex-direction:row;justify-content:center;gap:1cqw}.combat-play-board__stat-row--opponent{bottom:0}.combat-play-board__stat-row--my{top:0}.combat-play-board__stat-badge{width:9cqw;height:6cqw;box-sizing:border-box;border:.3cqw solid rgb(44,49,42);border-radius:2cqw;display:flex;align-items:flex-start;justify-content:center;pointer-events:none}.combat-play-board__stat-badge--hp{background-color:#830008}.combat-play-board__stat-badge--attack{background-color:#ffab00}.combat-play-board__stat-badge-text{color:#fff;font-size:5cqw;font-weight:900;line-height:1;-webkit-text-stroke:3px #000;paint-order:stroke fill}.combat-play-board__marker{position:absolute;width:7cqw;height:7cqw;pointer-events:none}.combat-play-board__marker-icon{width:20px;height:20px;display:block;object-fit:contain}.combat-play-board__marker--reinforce.combat-play-board__marker--opponent{right:0;bottom:4cqh}.combat-play-board__marker--reinforce.combat-play-board__marker--my{left:0;top:4cqh}.combat-play-board__marker--rage{background-color:#c52b3a;border:.3cqw solid #000;border-radius:4cqw;box-sizing:border-box}.combat-play-board__marker--rage.combat-play-board__marker--opponent{left:0;bottom:4cqh}.combat-play-board__marker--rage.combat-play-board__marker--my{right:0;top:4cqh}.combat-play-board__brief-chat-bubble{position:absolute;right:3cqw;width:36cqw;height:18cqw;box-sizing:border-box;padding-left:3cqw;padding-right:6cqw;background-image:var(--cpb-brief-chat-bubble-bg, none);background-size:100% 100%;background-repeat:no-repeat;background-position:center;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:6}.combat-play-board__brief-chat-bubble--opponent{top:calc(var(--cpb-wrap-top, 0px) + 8cqh)}.combat-play-board__brief-chat-bubble--my{bottom:calc(var(--cpb-wrap-top, 0px) + 8cqh)}.combat-play-board__brief-chat-text{color:#fff;font-size:var(--cpb-brief-chat-font-size, 4cqw);font-weight:600;line-height:1.1;text-align:center;-webkit-text-stroke:3px #000;paint-order:stroke fill;text-decoration:none;white-space:pre-wrap;pointer-events:none}.combat-play-board__brief-chat-picker{position:absolute;right:2cqw;bottom:calc(var(--cpb-wrap-top, 0px) + 8cqh);display:flex;flex-direction:column;z-index:7}.combat-play-board__brief-chat-pick{width:30cqw;height:15cqw;box-sizing:border-box;padding-left:3cqw;padding-right:6cqw;margin:0;border:none;background:var(--cpb-brief-chat-bubble-bg, none) center / 100% 100% no-repeat;cursor:pointer;display:flex;align-items:center;justify-content:center}.combat-play-board__chat-handle{position:absolute;right:2cqw;bottom:calc(var(--cpb-wrap-top, 0px) + 8cqh);width:20cqw;height:8cqw;padding:0;margin:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:7}.combat-play-board__chat-handle-icon{max-width:100%;max-height:100%;object-fit:contain;display:block}.combat-play-board__real-pick-sprite{overflow:visible}.combat-play-board__pick-troop{position:absolute;inset:0;width:100%;height:100%;display:none;pointer-events:none}.combat-play-board__pick-troop.is-visible{display:block}.combat-play-board__real-pick-sprite--opponent .combat-play-board__pick-troop{transform:rotate(180deg)}.combat-play-board__remain{position:absolute;width:20cqw;height:30cqw;pointer-events:none;z-index:3}.combat-play-board__remain--rock{left:10cqw}.combat-play-board__remain--paper{left:40cqw}.combat-play-board__remain--scissors{left:70cqw}.combat-play-board__remain--opponent{top:var(--cpb-fake-pick-container-top-bottom, 24cqh)}.combat-play-board__remain--my{bottom:var(--cpb-fake-pick-container-top-bottom, 24cqh)}.combat-play-board__real-pick-blood{position:absolute;top:0;left:0;width:var(--cpb-troop-pick-width, 24cqw);height:var(--cpb-troop-pick-width, 24cqw);background-image:var(--cpb-blood-overlay-bg, none);background-size:100% 100%;background-repeat:no-repeat;background-position:center;display:flex;align-items:center;justify-content:center;transform:scale(0);transform-origin:center;pointer-events:none;z-index:2}.combat-play-board__real-pick-blood-text{color:#fff;font-size:8cqw;font-weight:900;line-height:1;-webkit-text-stroke:3px #000;paint-order:stroke fill}.combat-play-board__shield-buff{position:absolute;left:0;top:0;width:8.66cqw;height:10cqw;background-image:var(--cpb-shield-buff-bg, none);background-size:100% 100%;background-repeat:no-repeat;background-position:center;display:flex;align-items:center;justify-content:center;transform:scale(1);transform-origin:center;pointer-events:auto;z-index:8}.combat-play-board__shield-buff-text{color:#fff;font-size:4cqw;font-weight:600;line-height:1;-webkit-text-stroke:3px #000;paint-order:stroke fill;pointer-events:none}.combat-play-board__ws-sword{position:absolute;display:none;pointer-events:none;z-index:12;transform-origin:center}.combat-play-board__ws-sword.is-visible{display:block}.combat-play-board__ws-sword-rotor{width:100%;height:100%;transform-origin:center}.combat-play-board__ws-sword-host{width:100%;height:100%}.combat-play-board__ws-target{position:absolute;display:none;pointer-events:none;z-index:11}.combat-play-board__ws-target.is-visible{display:block}.combat-play-board__ws-target-profile{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.combat-play-board__ws-target-blood{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background-image:var(--cpb-blood-overlay-bg, none);background-size:100% 100%;background-repeat:no-repeat;background-position:center;transform:scale(0);transform-origin:center;pointer-events:none}.combat-play-board__ws-target-blood-text{color:#fff;font-size:8cqw;font-weight:900;line-height:1;-webkit-text-stroke:3px #000;paint-order:stroke fill}.match-play-board{position:absolute;inset:0;overflow:hidden;color:#fff;font-family:var(--font-default)}.match-play-board__bg{position:absolute;inset:0;background-image:var(--mpb-bg, none);background-size:100% 100%;background-position:center;background-repeat:no-repeat;z-index:0}.match-play-board__nickname{position:absolute;left:0;width:100cqw;height:calc(var(--safe-h) * 6 / 100);display:flex;align-items:center;justify-content:center;z-index:2;color:#fff;font-size:calc(var(--safe-h) * 3.5 / 100);-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1}.match-play-board__nickname--opponent{top:0;background:var(--c-name-foe-bg, rgba(130, 24, 24, .8))}.match-play-board__nickname--my{bottom:0;background:var(--c-name-me-bg, rgba(26, 47, 99, .8))}.match-play-board.has-nicknames .match-play-board__nickname--opponent{animation:match-play-board__nickname-slide-in--top .5s linear forwards}.match-play-board.has-nicknames .match-play-board__nickname--my{animation:match-play-board__nickname-slide-in--bottom .5s linear forwards}@keyframes match-play-board__nickname-slide-in--top{0%{top:calc(var(--safe-h) * -6 / 100)}60%{top:0}72%{top:calc(var(--safe-h) * -1.5 / 100)}84%{top:0}92%{top:calc(var(--safe-h) * -.5 / 100)}to{top:0}}@keyframes match-play-board__nickname-slide-in--bottom{0%{bottom:calc(var(--safe-h) * -6 / 100)}60%{bottom:0}72%{bottom:calc(var(--safe-h) * -1.5 / 100)}84%{bottom:0}92%{bottom:calc(var(--safe-h) * -.5 / 100)}to{bottom:0}}.match-play-board__hp{position:absolute;left:37.5cqw;width:25cqw;z-index:2}.match-play-board__hp--opponent{top:calc(var(--safe-h) * 8 / 100);height:26cqw}.match-play-board__hp--my{bottom:calc(var(--safe-h) * 8 / 100);height:calc(var(--safe-h) * 3.8 / 100)}.match-play-board__profile{position:absolute;left:40cqw;width:20cqw;height:20cqw;z-index:3}.match-play-board__profile--opponent{top:calc(var(--safe-h) * 12 / 100)}.match-play-board__profile--my{bottom:calc(var(--safe-h) * 12 / 100)}.match-play-board__profile-avatar{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#0006;border:.6cqw solid rgba(255,255,255,.85);box-sizing:border-box;overflow:hidden}.match-play-board__profile-emoji{font-size:12cqw;line-height:1;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",EmojiOne Color,Twemoji Mozilla,system-ui}.match-play-board__profile-info-badge{position:absolute;right:0;bottom:0;width:7cqw;height:7cqw;border:.5cqw solid #fff;border-radius:3.5cqw;background:linear-gradient(to top right,#102027,#2f5c70);display:flex;align-items:center;justify-content:center;font-family:Courgette,system-ui,cursive;font-weight:900;font-size:5cqw;color:#fff;line-height:1;box-sizing:border-box}.match-play-board__wincount{position:absolute;width:20.5cqw;height:10cqw;display:flex;flex-direction:row;align-items:center;gap:.5cqw;z-index:2}.match-play-board__wincount--opponent{right:1cqw;top:calc(var(--safe-h) * 43 / 100 - 10cqw)}.match-play-board__wincount--my{left:1cqw;bottom:calc(var(--safe-h) * 45 / 100 - 10cqw)}.match-play-board__wincount-icon{width:10cqw;height:10cqw;object-fit:contain;transform:scale(0);transform-origin:center}.match-play-board__wincount-icon.is-revealed{animation:match-play-board__wincount-pop .5s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes match-play-board__wincount-pop{0%{transform:scale(0)}to{transform:scale(1)}}.match-play-board__timer{position:absolute;left:1cqw;top:calc(var(--safe-h) * 46.9 / 100);width:79cqw;height:calc(var(--safe-h) * 6 / 100);border:.2cqw solid #000;border-radius:1cqw;background:#40404080;overflow:hidden;box-sizing:border-box;z-index:2;display:flex;align-items:center;justify-content:flex-end}.match-play-board__timer-fill{width:100%;height:100%;border-radius:1cqw;background:var(--c-timer, #FFF9EA);border:.2cqw solid rgb(100,100,100);box-sizing:border-box}.match-play-board__timer-fill.is-draining{transition:width var(--mpb-timer-duration, 10s) linear}.match-play-board__round-info{position:absolute;left:20cqw;top:calc(var(--safe-h) * 46.9 / 100);width:60cqw;height:calc(var(--safe-h) * 6 / 100);display:flex;align-items:center;justify-content:center;z-index:3;pointer-events:none}.match-play-board__round-text{font-size:4cqw;font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1;text-align:center}.match-play-board__round-info{visibility:hidden;transform-origin:center}.match-play-board__round-info.is-entered{visibility:visible;animation:match-play-board__round-info-elastic 1s linear forwards}@keyframes match-play-board__round-info-elastic{0%{transform:scale(0)}20%{transform:scale(1.15)}40%{transform:scale(.85)}60%{transform:scale(1.08)}80%{transform:scale(.96)}to{transform:scale(1)}}.match-play-board__pick{position:absolute;width:24cqw;height:29cqw;z-index:3}.match-play-board__pick--opponent-fake{right:38cqw;top:calc(var(--safe-h) * 24 / 100)}.match-play-board__pick--opponent-real{right:61cqw;top:calc(var(--safe-h) * 18 / 100)}.match-play-board__pick--my-fake{left:38cqw;bottom:calc(var(--safe-h) * 24 / 100)}.match-play-board__pick--my-real{left:61cqw;bottom:calc(var(--safe-h) * 18 / 100)}.match-play-board__pick-inner{position:absolute;left:0;width:24cqw;height:24cqw}.match-play-board__pick-inner--opponent{top:0}.match-play-board__pick-inner--my{bottom:0}.match-play-board__pick-label{position:absolute;inset:2cqw;background-size:100% 100%;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}.match-play-board__pick-label-text{font-size:6cqw;font-weight:600;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1}.match-play-board__pick-troop{position:absolute;inset:0;width:100%;height:100%;display:none}.match-play-board__pick-troop.is-visible{display:block}.match-play-board__pick-inner--opponent .match-play-board__pick-troop{transform:rotate(180deg)}.match-play-board__pick-inner.has-troop .match-play-board__pick-label{display:none}.match-play-board__pick-stats{position:absolute;left:2.5cqw;display:flex;flex-direction:row;align-items:center;gap:1cqw}.match-play-board__pick-stats--opponent{bottom:0}.match-play-board__pick-stats--my{top:0}.match-play-board__pick-stat{width:9cqw;height:6cqw;border:.3cqw solid rgb(44,49,42);border-radius:2cqw;display:flex;align-items:flex-start;justify-content:center;box-sizing:border-box}.match-play-board__pick-stat--hp{background:#830008}.match-play-board__pick-stat--attack{background:#ffab00}.match-play-board__pick-stat-text{font-family:Lilita One,system-ui,cursive;font-size:5cqw;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1}.match-play-board__dice-count{position:absolute;width:33cqw;height:calc(var(--safe-h) * 10 / 100);display:flex;flex-direction:row;align-items:center;z-index:2}.match-play-board__dice-count--opponent{left:1cqw;top:calc(var(--safe-h) * 5 / 100)}.match-play-board__dice-count--my{right:0;bottom:calc(var(--safe-h) * 5 / 100)}.match-play-board__dice-count>*{flex:1 1 0;min-width:0}.match-play-board__dice-count>.match-play-board__dice-gap{flex:0 0 1cqw}.match-play-board__dice-icon{width:8cqw;height:8cqw;object-fit:contain}.match-play-board__dice-num{text-align:center;font-size:6cqw;font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;text-decoration:none;line-height:1}.match-play-board__winstreak{position:absolute;width:16cqw;height:16cqw;display:none;flex-direction:column;align-items:center;background-image:var(--mpb-winstreak-bg, none);background-size:100% 100%;background-position:center;background-repeat:no-repeat;z-index:3}.match-play-board__winstreak.is-visible{display:flex}.match-play-board__winstreak--opponent{right:2cqw;top:calc(var(--safe-h) * 7 / 100)}.match-play-board__winstreak--my{left:2cqw;bottom:calc(var(--safe-h) * 7 / 100)}.match-play-board__winstreak-count{flex:0 0 11.5cqw;display:flex;align-items:flex-end;justify-content:center;font-size:6cqw;font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1}.match-play-board__winstreak-label{width:16cqw;height:4.5cqw;background-image:var(--mpb-winstreak-label-bg, none);background-size:100% 100%;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1}.match-play-board__shield-buff{position:absolute;width:8.66cqw;height:10cqw;display:none;align-items:center;justify-content:center;background-image:var(--mpb-shield-bg, none);background-size:100% 100%;background-position:center;background-repeat:no-repeat;font-size:4cqw;font-weight:600;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1;z-index:4}.match-play-board__shield-buff.is-visible{display:flex}.match-play-board__shield-buff--opponent{right:3cqw;top:calc(var(--safe-h) * 7 / 100)}.match-play-board__shield-buff--my{left:3cqw;bottom:calc(var(--safe-h) * 7 / 100)}.match-play-board__invalid-troop{position:absolute;width:15cqw;height:17cqw;display:none;z-index:4}.match-play-board__invalid-troop.is-visible{display:block}.match-play-board__invalid-troop--opponent{right:2cqw;top:calc(var(--safe-h) * 18 / 100)}.match-play-board__invalid-troop--my{left:2cqw;bottom:calc(var(--safe-h) * 18 / 100)}.match-play-board__invalid-troop-base,.match-play-board__invalid-troop-stun{position:absolute;left:0;width:15cqw;height:15cqw;background-size:contain;background-position:center;background-repeat:no-repeat}.match-play-board__invalid-troop-base{top:2cqw}.match-play-board__invalid-troop-stun{top:0}.match-play-board__brief-chat{position:absolute;width:36cqw;height:18cqw;display:none;align-items:center;justify-content:center;background-size:100% 100%;background-position:center;background-repeat:no-repeat;box-sizing:border-box;z-index:5;transform:scale(0);transform-origin:center}.match-play-board__brief-chat.is-visible{display:flex;animation:match-play-board__brief-chat-pop .5s linear forwards}.match-play-board__brief-chat--opponent{left:61cqw;top:calc(var(--safe-h) * 12.5 / 100);padding-left:6cqw;padding-right:3cqw;background-image:var(--mpb-brief-left-bg, none)}.match-play-board__brief-chat--my{left:3cqw;bottom:calc(var(--safe-h) * 12.5 / 100);padding-left:3cqw;padding-right:6cqw;background-image:var(--mpb-brief-right-bg, none)}.match-play-board__brief-chat-text{font-size:4cqw;color:#fff;text-align:center;text-decoration:none;line-height:1.1;-webkit-text-stroke:3px var(--mpb-brief-chat-stroke, #000);paint-order:stroke fill}@keyframes match-play-board__brief-chat-pop{0%{transform:scale(0)}20%{transform:scale(1.15)}40%{transform:scale(.85)}60%{transform:scale(1.08)}80%{transform:scale(.96)}to{transform:scale(1)}}.match-play-board__chat-handle{position:absolute;left:20cqw;bottom:calc(var(--safe-h) * 15 / 100);width:20cqw;height:8cqw;display:flex;align-items:center;justify-content:center;background:transparent;border:none;padding:0;cursor:pointer;z-index:5}.match-play-board__chat-handle[hidden]{display:none}.match-play-board__chat-handle:active{transform:scale(.95)}.match-play-board__chat-handle>img{width:100%;height:100%;object-fit:contain}.match-play-board__chat-col{position:absolute;bottom:calc(var(--safe-h) * 9 / 100);display:none;flex-direction:column;gap:0;z-index:5}.match-play-board__chat-col.is-visible{display:flex}.match-play-board__chat-col--left{left:8cqw}.match-play-board__chat-col--right{left:61cqw}.match-play-board__chat-option{width:30cqw;height:15cqw;background-size:100% 100%;background-position:center;background-repeat:no-repeat;background-color:transparent;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;transform:scale(0);transform-origin:center;color:#fff;font-size:4cqw;text-align:center;text-decoration:none;line-height:1.1;-webkit-text-stroke:3px var(--mpb-option-stroke, #000);paint-order:stroke fill}.match-play-board__chat-col--left .match-play-board__chat-option{background-image:var(--mpb-brief-right-bg, none);padding-left:3cqw;padding-right:6cqw}.match-play-board__chat-col--right .match-play-board__chat-option{background-image:var(--mpb-brief-left-bg, none);padding-left:6cqw;padding-right:3cqw}.match-play-board__chat-col.is-visible .match-play-board__chat-option{animation:match-play-board__brief-chat-pop .5s linear forwards}.match-play-board__chat-option:active{transform:scale(.95)}.match-play-board__transfer-layer{position:absolute;inset:0;pointer-events:none;z-index:20}.match-play-board__sword{position:absolute;width:13cqw;height:13cqw;z-index:3}.match-play-board__sword--opponent{left:2cqw;top:calc(var(--safe-h) * 21 / 100)}.match-play-board__sword--my{right:2cqw;bottom:calc(var(--safe-h) * 21 / 100)}.match-play-board__confirm{position:absolute;right:1cqw;top:calc(var(--safe-h) * 43.8 / 100);width:calc(var(--safe-h) * 12 / 100);height:calc(var(--safe-h) * 12 / 100);border:.2cqw solid rgb(50,50,50);border-radius:1cqw;background-image:var(--mpb-confirm-bg, none);background-size:100% 100%;background-position:center;background-repeat:no-repeat;z-index:4;box-sizing:border-box}.match-finish-page{position:absolute;inset:0;overflow:hidden;color:#fff;font-family:var(--font-default)}.match-finish-page__bg{position:absolute;inset:0;background-image:var(--mfp-bg, none);background-size:100% 100%;background-position:center;background-repeat:no-repeat;z-index:0}.match-finish-page__nickname{position:absolute;left:0;width:100cqw;height:calc(var(--safe-h) * 6 / 100);display:flex;align-items:center;justify-content:center;z-index:2;color:#fff;font-size:calc(var(--safe-h) * 3.5 / 100);-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1}.match-finish-page__nickname--opponent{top:0;background:#821818cc}.match-finish-page__nickname--my{bottom:0;background:#1a2f63cc}.match-finish-page__profile{position:absolute;left:4cqw;width:20cqw;height:20cqw;z-index:2;display:flex;align-items:center;justify-content:center}.match-finish-page__profile--opponent{top:calc(var(--safe-h) * 8 / 100)}.match-finish-page__profile--my{bottom:calc(var(--safe-h) * 8 / 100)}.match-finish-page__profile-avatar{width:100%;height:100%;border-radius:50%;background:#0006;border:.6cqw solid rgba(255,255,255,.85);display:flex;align-items:center;justify-content:center}.match-finish-page__profile-emoji{font-size:14cqw;line-height:1}.match-finish-page__hp,.match-finish-page__trophy{position:absolute;width:25cqw;height:8cqw;z-index:2}.match-finish-page__hp--opponent{left:27cqw;top:calc(var(--safe-h) * 8 / 100)}.match-finish-page__hp--my{left:27cqw;bottom:calc(var(--safe-h) * 8 / 100)}.match-finish-page__trophy--opponent{left:53cqw;top:calc(var(--safe-h) * 8 / 100)}.match-finish-page__trophy--my{left:53cqw;bottom:calc(var(--safe-h) * 8 / 100)}.match-finish-page__hp-change,.match-finish-page__trophy-change{position:absolute;width:22cqw;height:calc(var(--safe-h) * 3 / 100);z-index:3;display:flex;align-items:center;justify-content:center}.match-finish-page__hp-change--opponent{left:30cqw;top:calc(var(--safe-h) * 6 / 100)}.match-finish-page__hp-change--my{left:30cqw;bottom:calc(var(--safe-h) * 6 / 100)}.match-finish-page__trophy-change--opponent{left:56cqw;top:calc(var(--safe-h) * 6 / 100)}.match-finish-page__trophy-change--my{left:56cqw;bottom:calc(var(--safe-h) * 6 / 100)}.match-finish-page__change-text{font-weight:900;font-style:italic;font-size:4cqw;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;text-shadow:1px 1px 1px #013549;line-height:1}.match-finish-page__winrate{position:absolute;left:28cqw;width:50cqw;height:12cqw;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:calc(var(--safe-h) * .5 / 100)}.match-finish-page__winrate--opponent{top:calc(var(--safe-h) * 13 / 100)}.match-finish-page__winrate--my{bottom:calc(var(--safe-h) * 13 / 100)}.match-finish-page__winrate-title{font-size:4cqw;font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1}.match-finish-page__winrate-row{display:flex;align-items:center;gap:2cqw}.match-finish-page__winrate-current,.match-finish-page__winrate-change{font-size:3.5cqw;font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1}.match-finish-page__winstreak{position:absolute;right:2cqw;width:16cqw;height:16cqw;z-index:3;display:none;flex-direction:column;align-items:center;justify-content:flex-end;background-image:var(--mfp-winstreak-bg);background-size:100% 100%;background-repeat:no-repeat}.match-finish-page__winstreak.is-visible{display:flex}.match-finish-page__winstreak--opponent{top:calc(var(--safe-h) * 7 / 100)}.match-finish-page__winstreak--my{bottom:calc(var(--safe-h) * 7 / 100)}.match-finish-page__winstreak-count{font-size:6cqw;font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1;height:11.5cqw;display:flex;align-items:flex-end;justify-content:center}.match-finish-page__winstreak-label{width:100%;height:4.5cqw;background-image:var(--mfp-winstreak-label-bg);background-size:100% 100%;background-repeat:no-repeat;font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;display:flex;align-items:center;justify-content:center;font-size:calc(var(--safe-h) * 1.6 / 100)}.match-finish-page__troops{position:absolute;left:0;width:100cqw;height:calc(var(--safe-h) * 25 / 100);z-index:2;display:flex;align-items:flex-start;justify-content:space-between}.match-finish-page__troops--opponent{top:calc(var(--safe-h) * 21 / 100)}.match-finish-page__troops--my{bottom:calc(var(--safe-h) * 14 / 100)}.match-finish-page__troop-col{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;gap:calc(var(--safe-h) * .5 / 100)}.match-finish-page__troop-image{width:18cqw;height:18cqw;background-size:contain;background-repeat:no-repeat;background-position:center}.match-finish-page__troop-stat{position:relative;width:29cqw;height:calc(var(--safe-h) * 4 / 100)}.match-finish-page__troop-xp-graph{position:absolute;left:6cqw;bottom:calc(var(--safe-h) * .5 / 100);width:20cqw;height:calc(var(--safe-h) * 3 / 100);background:#081a26;border:.5cqw solid rgb(102,102,102);border-radius:1.5cqw;overflow:hidden;box-sizing:border-box}.match-finish-page__troop-xp-fill{height:100%;background:#4dda44;transition:width .75s linear}.match-finish-page__troop-level{position:absolute;left:1cqw;bottom:calc(var(--safe-h) * .4 / 100);width:8cqw;height:calc(var(--safe-h) * 3.5 / 100);background:linear-gradient(to top right,#9cf,#3e5368);border:.3cqw solid #000;border-radius:1.5cqw;display:flex;align-items:center;justify-content:center;box-sizing:border-box;z-index:2}.match-finish-page__troop-level-text{font-size:3.5cqw;font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1}.match-finish-page__troop-xp-numbers{position:absolute;left:.5px;bottom:calc(var(--safe-h) * -.7 / 100);width:24cqw;height:calc(var(--safe-h) * 5.5 / 100);display:flex;align-items:center;justify-content:flex-end;gap:.3cqw}.match-finish-page__troop-xp-current,.match-finish-page__troop-xp-max{font-size:2.5cqw;font-weight:900;font-style:italic;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1}.match-finish-page__troop-levelup-text{font-weight:900;font-style:italic;font-size:4cqw;color:#fff;-webkit-text-stroke:2px #025172;paint-order:stroke fill;text-shadow:1px 1px 1px #013549;line-height:1;min-height:calc(var(--safe-h) * 3 / 100);display:flex;align-items:center;justify-content:center;transform:scale(0);transform-origin:center}.match-finish-page__troop-levelup-text.is-hidden{visibility:hidden}.match-finish-page__divider{position:absolute;left:0;top:calc(var(--safe-h) * 40 / 100);width:100cqw;height:calc(var(--safe-h) * 20 / 100);z-index:1;background:linear-gradient(to bottom right,#0000001a,#000c,#0000001a)}.match-finish-page__result-text{position:absolute;left:0;top:calc(var(--safe-h) * 45.5 / 100);width:100cqw;height:calc(var(--safe-h) * 9 / 100);z-index:4;display:flex;align-items:center;justify-content:center;pointer-events:none}.match-finish-page__result-text-inner{font-size:13cqw;font-weight:900;line-height:1;background:linear-gradient(to bottom,var(--mfp-result-grad-start, #FFD26F),var(--mfp-result-grad-end, #f07512));-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-stroke:2px var(--mfp-result-stroke, #000);paint-order:stroke fill;text-shadow:3px 3px 1px var(--mfp-result-shadow, rgba(0, 0, 0, .6));letter-spacing:.02em;white-space:nowrap}.match-finish-page__finish-buttons{position:absolute;left:0;top:calc(var(--safe-h) * 50 / 100);width:100cqw;height:calc(var(--safe-h) * 9 / 100);z-index:5;display:flex;align-items:center;justify-content:center;gap:2cqw}.match-finish-page__finish-buttons[hidden]{display:none}.match-finish-page__btn{min-width:22cqw;padding:1.2cqw 3cqw;border:none;border-radius:1cqw;font-size:3.5cqw;font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;cursor:pointer;box-shadow:0 .3cqw #0006}.match-finish-page__btn[hidden]{display:none}.match-finish-page__btn--cheer{background:#34af00}.match-finish-page__btn--rematch{background:#ffbc29}.match-finish-page__btn--finish{background:#fc4144}.match-finish-page__transfer-layer{position:absolute;inset:0;pointer-events:none;z-index:20}.match-finish-page__transfer-layer .trophy-transfer-animation{position:absolute;pointer-events:none}.match-finish-page__brief-chat{position:absolute;left:25cqw;width:50cqw;height:21cqw;z-index:6;display:flex;align-items:center;justify-content:center;padding-left:5cqw;margin-left:3cqw;background-image:var(--mfp-chat-bubble-bg);background-size:100% 100%;background-repeat:no-repeat;transform-origin:center;transform:scale(0);pointer-events:none;box-sizing:border-box}.match-finish-page__brief-chat[hidden]{display:none}.match-finish-page__brief-chat--opponent{top:calc(var(--safe-h) * 8 / 100)}.match-finish-page__brief-chat--my{bottom:calc(var(--safe-h) * 8 / 100)}.match-finish-page__brief-chat-text{font-size:4cqw;font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1;text-align:center}.match-finish-page__opp-rematch-text{position:absolute;z-index:5;width:70cqw;height:14cqw;color:#fff;font-size:5cqw;font-weight:900;display:flex;align-items:center;justify-content:center;pointer-events:none}.match-finish-page__opp-rematch-text[hidden]{display:none}.combat-finish-page{position:absolute;inset:0;overflow:hidden;color:#fff;font-family:var(--font-default)}.combat-finish-page__bg{position:absolute;inset:0;background-image:var(--cfp-bg, none);background-size:100% 100%;background-position:center;background-repeat:no-repeat;z-index:0}.combat-finish-page__nickname{position:absolute;left:0;width:100cqw;height:calc(var(--safe-h) * 6 / 100);display:flex;align-items:center;justify-content:center;z-index:2;color:#fff;font-size:calc(var(--safe-h) * 3.5 / 100);-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1}.combat-finish-page__nickname--opponent{top:0;background:#821818cc}.combat-finish-page__nickname--my{bottom:0;background:#1a2f63cc}.combat-finish-page__profile{position:absolute;left:4cqw;width:20cqw;height:20cqw;z-index:2;display:flex;align-items:center;justify-content:center}.combat-finish-page__profile--opponent{top:calc(var(--safe-h) * 8 / 100)}.combat-finish-page__profile--my{bottom:calc(var(--safe-h) * 8 / 100)}.combat-finish-page__profile-avatar{width:100%;height:100%;border-radius:50%;background:#0006;border:.6cqw solid rgba(255,255,255,.85);display:flex;align-items:center;justify-content:center}.combat-finish-page__profile-emoji{font-size:14cqw;line-height:1}.combat-finish-page__hp,.combat-finish-page__trophy{position:absolute;width:25cqw;height:8cqw;z-index:2}.combat-finish-page__hp--opponent{left:27cqw;top:calc(var(--safe-h) * 8 / 100)}.combat-finish-page__hp--my{left:27cqw;bottom:calc(var(--safe-h) * 8 / 100)}.combat-finish-page__trophy--opponent{left:53cqw;top:calc(var(--safe-h) * 8 / 100)}.combat-finish-page__trophy--my{left:53cqw;bottom:calc(var(--safe-h) * 8 / 100)}.combat-finish-page__hp-change,.combat-finish-page__trophy-change{position:absolute;width:22cqw;height:calc(var(--safe-h) * 3 / 100);z-index:3;display:flex;align-items:center;justify-content:center}.combat-finish-page__hp-change--opponent{left:30cqw;top:calc(var(--safe-h) * 6 / 100)}.combat-finish-page__hp-change--my{left:30cqw;bottom:calc(var(--safe-h) * 6 / 100)}.combat-finish-page__trophy-change--opponent{left:56cqw;top:calc(var(--safe-h) * 6 / 100)}.combat-finish-page__trophy-change--my{left:56cqw;bottom:calc(var(--safe-h) * 6 / 100)}.combat-finish-page__change-text{font-weight:900;font-style:italic;font-size:4cqw;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;text-shadow:1px 1px 1px #013549;line-height:1}.combat-finish-page__winrate{position:absolute;left:28cqw;width:50cqw;height:12cqw;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:calc(var(--safe-h) * .5 / 100)}.combat-finish-page__winrate--opponent{top:calc(var(--safe-h) * 13 / 100)}.combat-finish-page__winrate--my{bottom:calc(var(--safe-h) * 13 / 100)}.combat-finish-page__winrate-title{font-size:4cqw;font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1}.combat-finish-page__winrate-row{display:flex;align-items:center;gap:2cqw}.combat-finish-page__winrate-current,.combat-finish-page__winrate-change{font-size:3.5cqw;font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1}.combat-finish-page__winstreak{position:absolute;right:2cqw;width:16cqw;height:16cqw;z-index:3;display:none;flex-direction:column;align-items:center;justify-content:flex-end;background-image:var(--cfp-winstreak-bg);background-size:100% 100%;background-repeat:no-repeat}.combat-finish-page__winstreak.is-visible{display:flex}.combat-finish-page__winstreak--opponent{top:calc(var(--safe-h) * 7 / 100)}.combat-finish-page__winstreak--my{bottom:calc(var(--safe-h) * 7 / 100)}.combat-finish-page__winstreak-count{font-size:6cqw;font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1;height:11.5cqw;display:flex;align-items:flex-end;justify-content:center}.combat-finish-page__winstreak-label{width:100%;height:4.5cqw;background-image:var(--cfp-winstreak-label-bg);background-size:100% 100%;background-repeat:no-repeat;font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;display:flex;align-items:center;justify-content:center;font-size:calc(var(--safe-h) * 1.6 / 100)}.combat-finish-page__troops{position:absolute;left:0;width:100cqw;height:calc(var(--safe-h) * 25 / 100);z-index:1;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-around}.combat-finish-page__troops--opponent{top:calc(var(--safe-h) * 21 / 100)}.combat-finish-page__troops--my{bottom:calc(var(--safe-h) * 14 / 100)}.combat-finish-page__troop-card{flex:1 1 0;display:flex;flex-direction:column;align-items:center}.combat-finish-page__troop-sprite{width:18cqw;height:18cqw;display:flex;align-items:center;justify-content:center}.combat-finish-page__troop-sprite-img{max-width:100%;max-height:100%;object-fit:contain;display:block}.combat-finish-page__troop-lvl-xp{position:relative;width:29cqw;height:calc(var(--safe-h) * 4 / 100)}.combat-finish-page__troop-xp-graph{position:absolute;left:6cqw;bottom:calc(var(--safe-h) * .5 / 100);width:20cqw;height:calc(var(--safe-h) * 3 / 100);box-sizing:border-box;background:#081a26;border:.5cqw solid rgb(102,102,102);border-radius:1.5cqw;overflow:hidden;display:flex;align-items:stretch}.combat-finish-page__troop-xp-fill{height:100%;background:#4dda44;width:0}.combat-finish-page__troop-level{position:absolute;left:1cqw;bottom:calc(var(--safe-h) * .4 / 100);width:8cqw;height:calc(var(--safe-h) * 3.5 / 100);box-sizing:border-box;border:.3cqw solid #000;border-radius:1.5cqw;background:linear-gradient(to top right,#9cf,#3e5368);display:flex;align-items:center;justify-content:center;z-index:2}.combat-finish-page__troop-level-text{font-size:3.5cqw;font-weight:900;color:#fff;line-height:1;-webkit-text-stroke:3px #000;paint-order:stroke fill}.combat-finish-page__troop-exp{position:absolute;left:.5px;bottom:calc(var(--safe-h) * -.7 / 100);width:24cqw;height:calc(var(--safe-h) * 5.5 / 100);display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:0;pointer-events:none;z-index:3}.combat-finish-page__troop-exp-current,.combat-finish-page__troop-exp-max{font-size:2.5cqw;font-weight:900;font-style:italic;color:#fff;line-height:1;-webkit-text-stroke:3px #000;paint-order:stroke fill}.combat-finish-page__troop-levelup{margin-top:calc(var(--safe-h) * .5 / 100);display:flex;align-items:center;justify-content:center}.combat-finish-page__troop-levelup[hidden]{display:none}.combat-finish-page__troop-levelup-text{font-size:4cqw;font-weight:900;font-style:italic;color:#fff;line-height:1;-webkit-text-stroke:2px #025172;paint-order:stroke fill;text-shadow:1px 1px 1px #013549}.combat-finish-page__divider{position:absolute;left:0;top:calc(var(--safe-h) * 40 / 100);width:100cqw;height:calc(var(--safe-h) * 20 / 100);z-index:1;background:linear-gradient(to bottom right,#0000001a,#000c,#0000001a)}.combat-finish-page__result-text{position:absolute;left:0;top:calc(var(--safe-h) * 45.5 / 100);width:100cqw;height:calc(var(--safe-h) * 9 / 100);z-index:4;display:flex;align-items:center;justify-content:center;pointer-events:none}.combat-finish-page__result-text-inner{font-size:13cqw;font-weight:900;line-height:1;background:linear-gradient(to bottom,var(--cfp-result-grad-start, #FFD26F),var(--cfp-result-grad-end, #f07512));-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-stroke:2px var(--cfp-result-stroke, #000);paint-order:stroke fill;text-shadow:3px 3px 1px var(--cfp-result-shadow, rgba(0, 0, 0, .6));letter-spacing:.02em;white-space:nowrap}.combat-finish-page__finish-buttons{position:absolute;left:0;top:calc(var(--safe-h) * 50 / 100);width:100cqw;height:calc(var(--safe-h) * 9 / 100);z-index:5;display:flex;align-items:center;justify-content:center;gap:2cqw}.combat-finish-page__finish-buttons[hidden]{display:none}.combat-finish-page__btn{min-width:22cqw;padding:1.2cqw 3cqw;border:none;border-radius:1cqw;font-size:3.5cqw;font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;cursor:pointer;box-shadow:0 .3cqw #0006}.combat-finish-page__btn[hidden]{display:none}.combat-finish-page__btn--cheer{background:#34af00}.combat-finish-page__btn--rematch{background:#ffbc29}.combat-finish-page__btn--finish{background:#fc4144}.combat-finish-page__opp-rematch-text{position:absolute;width:70cqw;height:14cqw;z-index:6;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:4cqw;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill}.combat-finish-page__opp-rematch-text[hidden]{display:none}.combat-finish-page__brief-chat{position:absolute;left:25cqw;width:50cqw;height:21cqw;box-sizing:border-box;padding-left:5cqw;margin-left:3cqw;background-image:var(--cfp-brief-chat-bg, none);background-size:100% 100%;background-repeat:no-repeat;background-position:center;display:none;align-items:center;justify-content:center;pointer-events:none;z-index:6}.combat-finish-page__brief-chat.is-visible{display:flex}.combat-finish-page__brief-chat--opponent{top:calc(var(--safe-h) * 8 / 100)}.combat-finish-page__brief-chat--my{bottom:calc(var(--safe-h) * 8 / 100)}.combat-finish-page__brief-chat-text{color:#fff;font-size:4cqw;font-weight:900;line-height:1.1;text-align:center;-webkit-text-stroke:3px #000;paint-order:stroke fill;white-space:pre-wrap}.combat-finish-page__btn{pointer-events:auto}.dice-transfer-animation{pointer-events:none;z-index:1}.dice-transfer-animation>img,.dice-transfer-animation>div{width:100%;height:100%;object-fit:contain;display:block}.simple-list-page{background:#0a0d14;color:var(--c-text);display:flex;flex-direction:column;padding-top:var(--safe-top)}.simple-list-header{flex:0 0 auto;min-height:8cqh;padding:1.5cqh 3cqw;display:flex;align-items:center;gap:1.5cqw;background:linear-gradient(180deg,#00356b,#0058b0);box-shadow:0 .3cqh .3cqh #0009}.simple-list-header__title{font-family:var(--font-display);font-size:5.5cqw;color:#fff;-webkit-text-stroke:.6cqw black;paint-order:stroke fill;margin:0}.simple-list-select{margin-left:auto;height:6cqh;padding:0 3cqw;background:#00000059;border:.25cqw solid rgba(255,255,255,.35);border-radius:1cqw;color:#fff;font-family:var(--font-sub);font-size:3.5cqw}.simple-list-select:focus{outline:.25cqw solid #FFD26F}.simple-list-body{flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain;padding:1cqh 3cqw}.simple-list-row{display:grid;grid-template-columns:10cqw 1fr auto;gap:2cqw;align-items:center;padding:1.2cqh 2cqw;border-bottom:.15cqw solid rgba(255,255,255,.08);font-family:var(--font-sub);font-size:3.8cqw}.simple-list-row:last-child{border-bottom:0}.simple-list-row__rank{font-family:var(--font-display);font-size:4.5cqw;color:#ffd26f;-webkit-text-stroke:.4cqw black;paint-order:stroke fill;text-align:center}.simple-list-row__name{color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.simple-list-row__value{color:#fff;font-weight:700}.simple-list-empty,.simple-list-loading,.simple-list-error{display:flex;align-items:center;justify-content:center;min-height:40cqh;font-family:var(--font-sub);font-size:3.6cqw;color:#fff9;text-align:center;padding:0 8cqw}.simple-list-error{color:#ff8a8a}.match-page{position:absolute;inset:0;overflow:hidden}.match-bg{position:absolute;inset:0;background-size:100% 100%;background-position:center;background-repeat:no-repeat;z-index:0}.match-slot{position:absolute;inset:0;z-index:1}.match-alert-overlay{position:absolute;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:100;animation:match-alert-fade .2s ease-out}@keyframes match-alert-fade{0%{opacity:0}to{opacity:1}}.match-alert{background:#fff;color:#1a1a1a;border-radius:1.5cqw;padding:4cqw;max-width:80cqw;text-align:center;display:flex;flex-direction:column;gap:2cqw}.match-alert__msg{font-size:3.5cqw}.match-alert__ok{align-self:center;background:#1a2f63;color:#fff;border:none;border-radius:1cqw;padding:1cqw 4cqw;font-size:3cqw;cursor:pointer}.myinfo-searching{display:flex;flex-direction:column;align-items:center;gap:1cqw}.myinfo-searching__label{font-family:var(--font-display, "Lilita One"),sans-serif;font-size:4cqw;color:var(--color-normal, #FFD26F);text-shadow:0 .2cqw .4cqw rgba(0,0,0,.6)}.myinfo-searching__cancel{background:#c2262b;color:#fff;border:none;border-radius:1cqw;padding:.8cqw 3cqw;font-size:3cqw;font-family:var(--font-display, "Lilita One"),sans-serif;cursor:pointer;box-shadow:0 .3cqw #5a0a1499}.myinfo-tournament{flex-direction:column;align-items:center;justify-content:center;gap:2cqh;padding:2cqh 4cqw}.myinfo-tournament-head{text-align:center;display:flex;flex-direction:column;gap:.5cqw}.myinfo-tournament-label{font-family:var(--font-display),"Lilita One",sans-serif;font-size:7cqw;color:#6889ff;-webkit-text-stroke:.6cqw black;paint-order:stroke fill}.myinfo-tournament-hint{color:#ffffffbf;font-size:3cqw}.myinfo-play-button--tournament{background:#6889ff;box-shadow:0 .4cqw #1a2f63cc}.myinfo-play-button--tournament:hover:not(:disabled){filter:brightness(1.1)}.myinfo-searching__label--tournament{color:#6889ff}.tournament-page{position:absolute;inset:0;display:flex;flex-direction:column;background:#fff;color:#fff;overflow:hidden;--tp-ulww: calc(var(--safe-h) * 10 / 100);--tp-ulpw: calc(var(--safe-h) * 8 / 100);--tp-ulgw: calc((100cqw - var(--safe-h) * 40 / 100) / 5);--tp-vstw: 10cqw}.tournament-page[data-keyboard=true] .tournament-page__header,.tournament-page[data-keyboard=true] .tournament-page__user-list{display:none}.tournament-page[data-keyboard=true] .tournament-page__chat{flex:1 1 auto;height:auto}.tournament-page__header{position:relative;flex:0 0 calc(var(--safe-h) * 10 / 100);width:100%;height:calc(var(--safe-h) * 10 / 100);display:flex;align-items:center;justify-content:center;background:linear-gradient(to top right,#00356b,#0058b0)}.tournament-page__title{font-family:var(--font-display),"Lilita One",sans-serif;font-size:7cqw;font-weight:900;color:#fff;-webkit-text-stroke:5px #000;paint-order:stroke fill;letter-spacing:.04em;user-select:none;pointer-events:none}.tournament-page__cancel{position:absolute;left:0;top:0;width:16cqw;height:calc(var(--safe-h) * 10 / 100);background:transparent;border:0;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transform:scaleX(-1)}.tournament-page[data-cancel-visible=false] .tournament-page__cancel{display:none}.tournament-page__cancel:disabled{opacity:.6;cursor:wait}.tournament-page__cancel-icon{width:10cqw;height:10cqw;display:block}.tournament-page__user-list{position:relative;flex:0 0 calc(var(--safe-h) * 12 / 100);width:100%;height:calc(var(--safe-h) * 12 / 100);padding:calc(var(--safe-h) * 1 / 100) 0;background:#fff;box-shadow:0 calc(var(--safe-h) * .1 / 100) calc(var(--safe-h) * 1 / 100) #c8c8c8;box-sizing:border-box}.tournament-page[data-all-joined=true] .tournament-page__user-list{background:#fff9c4}.tournament-page__user-list-row{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;height:100%}.tournament-page__user-list-spacer{flex:1 1 0;height:100%}.tournament-page__user-cell{flex:0 0 var(--tp-ulww);width:var(--tp-ulww);height:var(--tp-ulww);display:flex;align-items:center;justify-content:center;position:relative;background:transparent;border:0;padding:0;cursor:pointer;font:inherit;color:inherit}.tournament-page__user-empty{width:var(--tp-ulpw);height:var(--tp-ulpw);background-image:url(/build/bg_tournament_empty_user-DKSyy29H.png);background-size:cover;background-position:center;background-repeat:no-repeat}.tournament-page__user-stack{position:absolute;inset:0;display:block;--tp-pis: calc(var(--safe-h) * 7 / 100);--tp-pir: calc(var(--safe-h) * 1.5 / 100);--tp-stat: calc(var(--safe-h) * 3 / 100);--tp-stat-text: calc(var(--safe-h) * 2 / 100);pointer-events:none}.tournament-page__avatar{position:absolute;top:var(--tp-pir);left:var(--tp-pir);width:var(--tp-pis);height:var(--tp-pis);border-radius:50%;box-shadow:0 0 .3cqw .2cqw #9e9e9e;display:flex;align-items:center;justify-content:center}.tournament-page__avatar-inner{width:calc(var(--tp-pis) - var(--safe-h) * .1 / 100);height:calc(var(--tp-pis) - var(--safe-h) * .1 / 100);border-radius:50%;display:flex;align-items:center;justify-content:center;background:#821818b3}.tournament-page__user-stack[data-side=my] .tournament-page__avatar-inner{background:#1a2f63b3}.tournament-page__avatar-emoji{font-size:calc(var(--tp-pis) - var(--safe-h) * 2.1 / 100);line-height:1;color:#fff;text-align:center;user-select:none}.tournament-page__avatar-scars{position:absolute;inset:0;pointer-events:none}.tournament-page__scar{position:absolute;width:25%;height:25%;background-image:url(/build/icon_band_aid-6W25FzCb.png);background-size:contain;background-repeat:no-repeat;background-position:center;transform-origin:center}.tournament-page__no-signal{position:absolute;top:var(--tp-pir);left:var(--tp-pir);width:var(--tp-pis);height:var(--tp-pis);border-radius:50%;background:#0000004d;display:flex;align-items:center;justify-content:center}.tournament-page__no-signal-wifi{width:var(--tp-pis);height:var(--tp-pis);border-radius:50%;background-image:url(/build/icon_wifi-SIU7dehl.png);background-size:contain;background-repeat:no-repeat;background-position:center;display:flex;align-items:center;justify-content:center}.tournament-page__no-signal-warning{width:60%;height:60%;background-image:url(/build/icon_warning-CiXQb7fe.png);background-size:contain;background-repeat:no-repeat;background-position:center}.tournament-page__lose-1{position:absolute;top:0;right:0;width:var(--tp-stat);height:var(--tp-stat);background-image:url(/build/icon_x_shadow-Dxr1AyIg.png);background-size:contain;background-repeat:no-repeat;background-position:center}.tournament-page__eliminated-dim{position:absolute;top:var(--tp-pir);left:var(--tp-pir);width:var(--tp-pis);height:var(--tp-pis);border-radius:50%;background:#00000080}.tournament-page__eliminated-x{position:absolute;top:var(--tp-pir);left:var(--tp-pir);width:var(--tp-pis);height:var(--tp-pis);background-image:url(/build/icon_x_shadow-Dxr1AyIg.png);background-size:contain;background-repeat:no-repeat;background-position:center}.tournament-page__crown{position:absolute;top:0;left:0;width:var(--tp-stat);height:var(--tp-stat);background-image:url(/build/icon_crown_blue-ykS0TZ3Y.png);background-size:contain;background-repeat:no-repeat;background-position:center}.tournament-page__info-btn{position:absolute;bottom:0;right:0;width:var(--tp-stat);height:var(--tp-stat);border-radius:50%;background:linear-gradient(to top right,#102027,#2f5c70);border:.5cqw solid #fff;box-sizing:border-box;display:flex;align-items:center;justify-content:center;font-family:var(--font-script),"Courgette",cursive;font-weight:900;font-size:var(--tp-stat-text);color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1;user-select:none}.tournament-page__streak{position:absolute;bottom:0;left:0;width:var(--tp-stat);height:var(--tp-stat);border-radius:50%;background:#4dda44;border:.5cqw solid #12D3DE;box-sizing:border-box;display:flex;align-items:center;justify-content:center;font-family:var(--font-display),"Lilita One",sans-serif;font-weight:900;font-size:var(--tp-stat-text);color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1;user-select:none}.tournament-page__vs{position:absolute;top:calc(var(--safe-h) * 3 / 100);width:var(--tp-vstw);height:calc(var(--safe-h) * 4 / 100);display:none;align-items:center;justify-content:center;font-family:var(--font-display),"Lilita One",sans-serif;font-size:6cqw;font-weight:900;color:#fff;-webkit-text-stroke:5px #448aff;paint-order:stroke fill;pointer-events:none;user-select:none;transform-origin:center}.tournament-page__vs[data-visible=true]{display:flex}.tournament-page__vs--popping{animation:tournament-page-vs-pop .75s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes tournament-page-vs-pop{0%{transform:scale(3)}to{transform:scale(1)}}.tournament-page__vs-watch-btn{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:0;border:.5cqw solid #fff;border-radius:2cqw;background:linear-gradient(to top right,#102027,#2f5c70);color:#fff;cursor:pointer;box-sizing:border-box;pointer-events:auto}.tournament-page__vs-watch-btn:hover{filter:brightness(1.1)}.tournament-page__vs-watch-icon{width:60%;height:60%;display:block}.tournament-page__vs--slot1{left:calc(1.5 * var(--tp-ulgw) + var(--tp-ulww) - (var(--tp-vstw) / 2))}.tournament-page__vs--slot2{left:calc(50cqw - (var(--tp-vstw) / 2))}.tournament-page__vs--slot3{right:calc(1.5 * var(--tp-ulgw) + var(--tp-ulww) - (var(--tp-vstw) / 2))}.tournament-page__chat{position:relative;flex:0 0 calc(var(--safe-h) * 68 / 100);width:100%;height:calc(var(--safe-h) * 68 / 100);background:transparent;overflow:hidden}.tournament-page__chat-scroll{position:absolute;inset:0;overflow-y:auto;display:flex;flex-direction:column}.tournament-page__chat-row{display:flex;flex-direction:column;width:100%;padding:0 0 calc(var(--safe-h) * 1 / 100)}.tournament-page__chat-row[data-with-profile=true]{padding:calc(var(--safe-h) * 1 / 100) 0}.tournament-page__chat-row[data-side=right]{align-items:flex-end}.tournament-page__chat-row[data-side=left]{align-items:flex-start}.tournament-page__chat-profile{display:flex;flex-direction:row;align-items:center;margin:1cqw 3cqw;gap:1cqw}.tournament-page__chat-profile-emoji{width:8cqw;height:8cqw;display:flex;align-items:center;justify-content:center;font-size:6cqw;line-height:1;flex:0 0 auto;user-select:none}.tournament-page__chat-profile-name{color:#6cf;font-size:5cqw;font-weight:900;font-family:var(--font-display),"Lilita One",sans-serif;line-height:1}.tournament-page__chat-line{display:flex;flex-direction:row;align-items:flex-end}.tournament-page__chat-row[data-side=right] .tournament-page__chat-line{justify-content:flex-end}.tournament-page__chat-bubble{max-width:50cqw;padding:1.5cqw 3cqw;margin:0 3cqw;border-radius:1cqw;font-size:4.5cqw;font-weight:500;color:#fff;word-break:break-word;white-space:pre-wrap;box-shadow:0 calc(var(--safe-h) * .2 / 100) calc(var(--safe-h) * .1 / 100) #000c}.tournament-page__chat-bubble[data-side=left]{background:#3093cc}.tournament-page__chat-bubble[data-side=right]{background:#38638d}.tournament-page__chat-time{color:#39f;font-size:3.5cqw;white-space:nowrap;flex:0 0 auto}.tournament-page__stage-banner{position:absolute;left:0;top:0;width:100%;height:var(--tp-banner-h, calc(var(--safe-h) * 5 / 100));background:#fff;box-shadow:0 calc(var(--safe-h) * .5 / 100) calc(var(--safe-h) * 1 / 100) #c8c8c8;display:none;overflow:hidden;--tp-banner-graph-color: #007FFF;--tp-banner-graph-duration: 15s}.tournament-page__stage-banner[data-visible=true]{display:flex;align-items:center;justify-content:center}.tournament-page__stage-banner-graph{position:absolute;left:0;top:0;height:100%;width:100%;background:var(--tp-banner-graph-color)}.tournament-page__stage-banner-graph[data-fill=true]{width:0;animation:tournament-page-stage-graph var(--tp-banner-graph-duration) linear forwards}@keyframes tournament-page-stage-graph{0%{width:0}to{width:100%}}.tournament-page__stage-banner-content{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;height:100%;transform-origin:center;pointer-events:none}.tournament-page__stage-row{display:flex;flex-direction:row;align-items:center;width:100%}.tournament-page__stage-row[data-place="7"]{justify-content:center}.tournament-page__stage-cell{display:flex;align-items:center;justify-content:center;font-family:var(--font-display),"Lilita One",sans-serif;font-size:4cqw;font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;user-select:none}.tournament-page__stage-cell--grand-final{width:100%}.tournament-page__stage-cell--blink-on{color:#f7b84c}.tournament-page__stage-message{font-family:var(--font-display),"Lilita One",sans-serif;font-size:4cqw;font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1;user-select:none;text-align:center}.tournament-page__countdown{position:absolute;left:30cqw;top:calc(var(--safe-h) * 10 / 100);width:40cqw;height:20cqw;display:none;align-items:center;justify-content:center;font-family:var(--font-display),"Lilita One",sans-serif;font-size:15cqw;font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;z-index:2;pointer-events:none;transform-origin:center;user-select:none;line-height:1}.tournament-page__countdown[data-visible=true]{display:flex}.tournament-page__input{flex:0 0 calc(var(--safe-h) * 10 / 100);width:100%;height:calc(var(--safe-h) * 10 / 100);display:flex;flex-direction:row;align-items:stretch;background:#fff;box-shadow:0 calc(var(--safe-h) * -.1 / 100) calc(var(--safe-h) * 1 / 100) #c8c8c8;box-sizing:border-box}.tournament-page__input-field{flex:0 0 80cqw;width:80cqw;height:100%;border:0;outline:0;background:transparent;padding:calc(var(--safe-h) * 1 / 100);font-size:17px;color:#000;font-family:inherit;box-sizing:border-box}.tournament-page__input-field::placeholder{color:#0006}.tournament-page__input-send{flex:0 0 20cqw;width:20cqw;height:100%;border:0;background:#fd9c13;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;color:#fff}.tournament-page__input-send:hover:not(:disabled){filter:brightness(1.05)}.tournament-page__send-icon{width:7cqw;height:7cqw;display:block}.tournament-page__brief-info{position:absolute;top:calc(var(--safe-h) * 22 / 100);width:calc(var(--tp-ulgw) + var(--tp-ulww));padding:2cqw;background:#0000004d;border-radius:1cqw;box-shadow:0 calc(var(--safe-h) * .2 / 100) calc(var(--safe-h) * .1 / 100) #000c;display:none;flex-direction:column;z-index:10;box-sizing:border-box}.tournament-page__brief-info[data-visible=true]{display:flex}.tournament-page__brief-info[data-slot="1"]{left:calc(var(--tp-ulgw) / 2)}.tournament-page__brief-info[data-slot="2"]{left:calc(var(--tp-ulgw) + var(--tp-ulww) + var(--tp-ulgw) / 2)}.tournament-page__brief-info[data-slot="3"]{left:calc(2 * (var(--tp-ulgw) + var(--tp-ulww)) + var(--tp-ulgw) / 2)}.tournament-page__brief-info[data-slot="4"]{left:calc(3 * (var(--tp-ulgw) + var(--tp-ulww)) + var(--tp-ulgw) / 2)}.tournament-page__brief-info-section{display:flex;flex-direction:column;align-items:center}.tournament-page__brief-info-text{color:#fff;font-family:var(--font-display),"Lilita One",sans-serif;font-size:3.5cqw;font-weight:900;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1.1;text-align:center;user-select:none}.tournament-page__brief-info-divider{width:100%;height:0;margin:calc(var(--safe-h) * 1.5 / 100) 0;border:0;border-top:1px solid #fff}.tournament-page__brief-info-row{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-top:calc(var(--safe-h) * 1 / 100)}.tournament-page__brief-info-row>*{flex:1 1 0}.tournament-page__brief-info-icon{display:block;width:100%;height:auto;object-fit:contain}.tournament-page__alert{position:absolute;inset:0;display:none;align-items:center;justify-content:center;background:#0006;z-index:20}.tournament-page__alert[data-visible=true]{display:flex}.tournament-page__alert-spinner-box{width:calc(var(--safe-h) * 20 / 100);height:calc(var(--safe-h) * 20 / 100);background:#fff;display:flex;align-items:center;justify-content:center;border-radius:1cqw}.tournament-page__alert-spinner{width:50%;height:50%;border-radius:50%;border:calc(var(--safe-h) * .5 / 100) solid #c8c8c8;border-top-color:#1976d2;animation:tournament-page-spin 1s linear infinite}@keyframes tournament-page-spin{to{transform:rotate(360deg)}}.tournament-page__notification{position:absolute;inset:0;pointer-events:none;z-index:15}.tournament-page__notification>*{pointer-events:auto}.myinfo-combat{flex-direction:column;align-items:center;justify-content:center;gap:2cqh;padding:2cqh 4cqw}.myinfo-combat-head{text-align:center;display:flex;flex-direction:column;gap:.5cqw}.myinfo-combat-label{font-family:var(--font-display),"Lilita One",sans-serif;font-size:7cqw;color:#4dff4e;-webkit-text-stroke:.6cqw black;paint-order:stroke fill}.myinfo-combat-hint{color:#ffffffbf;font-size:3cqw}.myinfo-play-button--combat{background:#2aaf47;box-shadow:0 .4cqw #005000cc}.myinfo-play-button--combat:hover:not(:disabled){filter:brightness(1.1)}.myinfo-searching__label--combat{color:#4dff4e}.combat-page{background:linear-gradient(180deg,#273d1f,#1a2f17,#0a1806);color:#fff;display:flex;flex-direction:column;padding-top:var(--safe-top)}.combat-page__header{flex:0 0 auto;display:flex;align-items:center;gap:2cqw;padding:1.5cqh 3cqw;background:#00000059}.combat-page__title{flex:1;font-family:var(--font-display),"Lilita One",sans-serif;font-size:5cqw;letter-spacing:.05em}.combat-page__forfeit{background:#c2262b;color:#fff;border:none;border-radius:1cqw;padding:.8cqw 2.5cqw;font-size:3cqw;font-family:var(--font-display),"Lilita One",sans-serif;cursor:pointer;box-shadow:0 .3cqw #5a0a14cc}.combat-page__forfeit:hover:not(:disabled){filter:brightness(1.1)}.combat-page__forfeit:disabled{opacity:.7;cursor:wait}.combat-page__body{flex:1;position:relative;overflow:hidden}.combat-page__body>.combat-page__loading,.combat-page__body>.combat-page__error{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.combat-page__loading,.combat-page__error{text-align:center;padding:3cqh;opacity:.7;font-size:3cqw}.combat-page__error{color:#f07512}.combat-page__players{display:grid;grid-template-columns:1fr auto 1fr;gap:2cqw;align-items:center;background:#00000059;border-radius:2cqw;padding:3cqw}.combat-page__player{display:flex;flex-direction:column;align-items:center;gap:.5cqw}.combat-page__avatar{width:15cqw;height:15cqw;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;font-size:10cqw}.combat-page__name{font-size:3.2cqw;font-weight:700}.combat-page__trophy{font-size:2.8cqw;opacity:.85}.combat-page__vs{font-family:var(--font-display),"Lilita One",sans-serif;font-size:5cqw;letter-spacing:.1em}.combat-page__player--foe .combat-page__avatar{border:.3cqw solid rgba(130,24,24,.8)}.combat-page__player--me .combat-page__avatar{border:.3cqw solid rgba(26,47,99,.8)}.combat-page__status{text-align:center;padding:2cqw;border-radius:1.5cqw;font-family:var(--font-display),"Lilita One",sans-serif;font-size:4.5cqw;letter-spacing:.05em;background:#ffffff1a;display:flex;justify-content:center;align-items:center;gap:2cqw}.combat-page__status--prepare{color:#ffd26f}.combat-page__status--play{color:#4dff4e}.combat-page__status--judge{color:#6889ff}.combat-page__status--finish{color:#f07512}.combat-page__countdown{font-family:var(--font-display),"Lilita One",sans-serif;font-size:4cqw;color:#ffea4f}.combat-page__hint{padding:2cqw;background:#ffea4f14;border:.2cqw dashed rgba(255,234,79,.3);border-radius:1.5cqw;font-size:2.8cqw;color:#ffffffb3;text-align:center;line-height:1.5}.combat-wrap{position:relative;width:100%;height:100%;overflow:hidden}.combat-wrap__alert{position:absolute;inset:0;display:none;align-items:center;justify-content:center;background:#00000080;z-index:100}.combat-wrap__alert[data-visible=true]{display:flex}.combat-wrap__alert-box{background:#fff;color:#000;padding:4cqw 5cqw;border-radius:2cqw;min-width:60cqw;max-width:80cqw;display:flex;flex-direction:column;gap:2cqw;align-items:center;text-align:center;box-shadow:0 .5cqw 1cqw #0006}.combat-wrap__alert-title{font-family:var(--font-display),"Lilita One",sans-serif;font-size:5cqw;font-weight:900;color:#1a2f63}.combat-wrap__alert-message{font-size:3.5cqw;line-height:1.4;color:#333}.combat-wrap__alert-close{margin-top:1cqw;padding:1.2cqw 4cqw;background:#1976d2;color:#fff;border:0;border-radius:1cqw;font-family:var(--font-display),"Lilita One",sans-serif;font-size:4cqw;cursor:pointer}.combat-wrap__alert-close:hover{filter:brightness(1.1)}.watch-page{position:absolute;inset:0;background:#fff;overflow:hidden}.watch-page>.bottom-nav{position:absolute;bottom:0;left:0;right:0}.watch-page__title{position:absolute;top:0;left:0;width:100%;height:calc(var(--safe-h) * 7 / 100);background:#ffcb3d;box-shadow:0 calc(var(--safe-h) * .2 / 100) calc(var(--safe-h) * .1 / 100) #000c;display:flex;align-items:center;justify-content:center;z-index:2}.watch-page__title-text{font-family:var(--font-display),"Lilita One",sans-serif;font-size:6cqw;font-weight:900;color:#fff;-webkit-text-stroke:5px #000;paint-order:stroke fill;letter-spacing:.04em;user-select:none}.watch-page__mode-selector{position:absolute;top:calc(var(--safe-h) * 7 / 100);left:0;width:100%;height:calc(var(--safe-h) * 8 / 100);display:flex;flex-direction:row;justify-content:center;align-items:flex-start;overflow:visible;box-shadow:0 calc(var(--safe-h) * .2 / 100) calc(var(--safe-h) * .1 / 100) #000c;z-index:1}.watch-page__mode-btn{flex:0 0 50cqw;width:50cqw;height:calc(var(--safe-h) * 10 / 100);border:0;padding:calc(var(--safe-h) * 1 / 100) 0;display:flex;align-items:center;justify-content:center;cursor:pointer;background:linear-gradient(to bottom,#303c67,#171b20);box-sizing:border-box}.watch-page__mode-btn[data-active=true]{background:linear-gradient(to bottom,#5479fe,#708eff)}.watch-page__mode-icon{height:100%;width:auto;display:block;object-fit:contain}.watch-page__list{position:absolute;top:calc(var(--safe-h) * 15 / 100);left:0;width:100%;height:calc(var(--safe-h) * 75 / 100);overflow-y:auto;background:#fff;display:flex;flex-direction:column;align-items:stretch;z-index:0}.watch-page__empty{flex:1 1 auto;display:flex;align-items:center;justify-content:center;font-family:var(--font-display),"Lilita One",sans-serif;font-size:calc(var(--safe-h) * 3 / 100);font-weight:900;color:#fff;-webkit-text-stroke:5px #000;paint-order:stroke fill;text-align:center;padding:2cqw}.watch-page__row{display:flex;flex-direction:row;align-items:center;margin:calc(var(--safe-h) * .5 / 100) calc(var(--safe-h) * 1 / 100);padding:calc(var(--safe-h) * 2 / 100);border:.2cqw solid #c8c8c8;border-radius:1cqw;background:#fff9ea;flex:0 0 auto}.watch-page__row-text{flex:0 0 75cqw;width:75cqw;display:flex;flex-direction:column;gap:calc(var(--safe-h) * 2 / 100)}.watch-page__row-user{display:flex;flex-direction:row;align-items:center;gap:2cqw}.watch-page__row-emoji{font-size:calc(var(--safe-h) * 3 / 100);line-height:1;user-select:none}.watch-page__row-nickname{font-family:var(--font-display),"Lilita One",sans-serif;font-size:calc(var(--safe-h) * 3 / 100);font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.watch-page__row-watch{flex:0 0 12cqw;width:12cqw;height:12cqw;border:.2cqw solid #c8c8c8;border-radius:3cqw;background:linear-gradient(to top right,#007f0e,#003f06);color:#fff;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;margin-left:auto}.watch-page__row-watch:hover{filter:brightness(1.1)}.watch-page__row-watch-icon{width:60%;height:60%;display:block}.rank-page{position:absolute;inset:0;background:#fff;overflow:hidden}.rank-page>.bottom-nav{position:absolute;bottom:0;left:0;right:0}.rank-page__title{position:absolute;top:0;left:0;width:100%;height:calc(var(--safe-h) * 7 / 100);background:#ffcb3d;box-shadow:0 calc(var(--safe-h) * .2 / 100) calc(var(--safe-h) * .1 / 100) #000c;display:flex;align-items:center;justify-content:center;z-index:2}.rank-page__title-text{font-family:var(--font-display),"Lilita One",sans-serif;font-size:6cqw;font-weight:900;color:#fff;-webkit-text-stroke:5px #000;paint-order:stroke fill;letter-spacing:.04em;user-select:none}.rank-page__filters{position:absolute;top:calc(var(--safe-h) * 7 / 100);left:0;width:100%;height:calc(var(--safe-h) * 10 / 100);display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2cqw;background:#fff;z-index:1;padding:0 2cqw;box-sizing:border-box}.rank-page__filter-kind,.rank-page__filter-sub{height:60%;font-family:inherit;font-size:4cqw;color:#607d8b;background:#fff;border:.2cqw solid #c8c8c8;border-radius:1cqw;padding:0 2cqw}.rank-page__filter-kind{flex:0 0 85cqw}.rank-page__filter-sub{display:none;flex:0 0 20cqw}.rank-page__filters[data-sub=true] .rank-page__filter-kind{flex:0 0 60cqw}.rank-page__filters[data-sub=true] .rank-page__filter-sub{display:inline-block}.rank-page__table{position:absolute;top:calc(var(--safe-h) * 17 / 100);left:0;width:100%;height:calc(var(--safe-h) * 73 / 100);display:flex;flex-direction:column;background:#fff}.rank-page__head{display:flex;flex-direction:row;align-items:center;height:calc(var(--safe-h) * 6 / 100);border-top:.2cqw solid #c8c8c8;border-bottom:.2cqw solid #c8c8c8;font-weight:900;font-size:3.8cqw;color:#000;flex:0 0 auto;background:#fff}.rank-page__body{flex:1 1 auto;overflow-y:auto}.rank-page__empty{display:flex;align-items:center;justify-content:center;padding:calc(var(--safe-h) * 4 / 100) 2cqw;font-size:4cqw;color:#607d8b;text-align:center}.rank-page__row{display:flex;flex-direction:row;align-items:center;height:calc(var(--safe-h) * 5 / 100);border-bottom:.2cqw solid #c8c8c8;font-size:3.5cqw;background:transparent}.rank-page__row[data-me=true]{background:#ffd}.rank-page__cell{display:flex;align-items:center;justify-content:center;text-align:center;padding:0 1cqw;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rank-page__cell--rank{flex:0 0 14cqw}.rank-page__cell--player{flex:0 0 55cqw;gap:1.5cqw;justify-content:flex-start;padding-left:2cqw}.rank-page__cell--value{flex:0 0 30cqw}.rank-page__row-emoji{font-size:calc(var(--safe-h) * 3 / 100);line-height:1;user-select:none}.rank-page__row-nickname{flex:1 1 auto;font-weight:700;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rank-page__row,.rank-page__cell--rank,.rank-page__cell--value{color:#000}.people-page{position:absolute;inset:0;background:#fff;overflow:hidden}.people-page>.bottom-nav{position:absolute;bottom:0;left:0;right:0}.people-page__title{position:absolute;top:0;left:0;width:100%;height:calc(var(--safe-h) * 7 / 100);background:#ffcb3d;box-shadow:0 calc(var(--safe-h) * .2 / 100) calc(var(--safe-h) * .1 / 100) #000c;display:flex;align-items:center;justify-content:center;z-index:2}.people-page__title-text{font-family:var(--font-display),"Lilita One",sans-serif;font-size:6cqw;font-weight:900;color:#fff;-webkit-text-stroke:5px #000;paint-order:stroke fill;letter-spacing:.04em;user-select:none}.people-page__tabs{position:absolute;top:calc(var(--safe-h) * 7 / 100);left:0;width:100%;height:calc(var(--safe-h) * 8 / 100);display:flex;flex-direction:row;justify-content:center;align-items:flex-start;overflow:visible;box-shadow:0 calc(var(--safe-h) * .2 / 100) calc(var(--safe-h) * .1 / 100) #000c;z-index:1}.people-page__tab{flex:0 0 50cqw;width:50cqw;height:calc(var(--safe-h) * 10 / 100);border:0;padding:calc(var(--safe-h) * 1 / 100) 0;display:flex;align-items:center;justify-content:center;cursor:pointer;background:linear-gradient(to bottom,#303c67,#171b20);box-sizing:border-box}.people-page__tab[data-active=true]{background:linear-gradient(to bottom,#5479fe,#708eff)}.people-page__tab-icon{height:100%;width:auto;display:block;object-fit:contain}.people-page__people,.people-page__community{position:absolute;top:calc(var(--safe-h) * 15 / 100);left:0;width:100%;height:calc(var(--safe-h) * 75 / 100);overflow-y:auto;background:#fff;display:none;flex-direction:column;align-items:stretch;z-index:0;padding:calc(var(--safe-h) * .5 / 100) 0}.people-page__people[data-visible=true],.people-page__community[data-visible=true]{display:flex}.people-page__empty{display:flex;align-items:center;justify-content:center;padding:calc(var(--safe-h) * 4 / 100) 2cqw;font-size:4cqw;color:#607d8b;text-align:center}.people-page__row{display:flex;flex-direction:row;align-items:center;height:calc(var(--safe-h) * 12 / 100);margin:calc(var(--safe-h) * .5 / 100) calc(var(--safe-h) * 1 / 100);padding:calc(var(--safe-h) * 1 / 100) calc(var(--safe-h) * 2 / 100);border:.2cqw solid #c8c8c8;border-radius:3cqw;flex:0 0 auto;box-sizing:border-box}.people-page__row-left{display:flex;flex-direction:row;align-items:center;gap:3cqw;overflow:hidden}.people-page__row-profile{flex:0 0 calc(var(--safe-h) * 8 / 100);width:calc(var(--safe-h) * 8 / 100);height:calc(var(--safe-h) * 8 / 100);display:flex;align-items:center;justify-content:center;position:relative}.people-page__row-emoji{font-size:calc(var(--safe-h) * 6 / 100);line-height:1;user-select:none}.people-page__row-nickname{flex:1 1 auto;font-family:var(--font-display),"Lilita One",sans-serif;font-size:6cqw;font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.people-page__row-status{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:2cqw;margin-left:auto;color:#fff}.people-page__status-img{width:12cqw;height:12cqw;display:block;object-fit:contain}.people-page__challenge{width:12cqw;height:12cqw;border:.2cqw solid rgba(200,200,200,1);border-radius:1cqw;background:#ffcb3d;padding:1cqw;cursor:pointer;box-shadow:calc(var(--safe-h) * .3 / 100) calc(var(--safe-h) * .3 / 100) calc(var(--safe-h) * .1 / 100) #000c;display:flex;align-items:center;justify-content:center}.people-page__challenge:hover{filter:brightness(1.05)}.people-page__challenge img{width:100%;height:100%;object-fit:contain}.people-page__glow-bg{position:absolute;inset:0;background:#000000e6;display:none;align-items:center;justify-content:center;z-index:100;padding:0 4cqw;box-sizing:border-box}.people-page__glow-bg[data-visible=true]{display:flex}.people-page__glow-dialog{width:100%;max-width:92cqw;height:calc(var(--safe-h) * 30 / 100);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:calc(var(--safe-h) * 2 / 100);color:#fff}.people-page__glow-row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2cqw}.people-page__glow-emoji{font-size:6cqw;line-height:1;user-select:none}.people-page__glow-text{font-family:var(--font-display),"Lilita One",sans-serif;font-size:6cqw;font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:70cqw}.people-page__glow-match-icon{width:7cqw;height:7cqw;display:block;object-fit:contain}.people-page__glow-buttons{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:3cqw}.people-page__glow-btn{font-family:var(--font-display),"Lilita One",sans-serif;font-size:5cqw;font-weight:900;color:#fff;-webkit-text-stroke:5px #000;paint-order:stroke fill;border:0;border-radius:1cqw;padding:1.2cqw 4cqw;cursor:pointer;min-height:calc(var(--safe-h) * 5 / 100);box-shadow:calc(var(--safe-h) * .3 / 100) calc(var(--safe-h) * .3 / 100) calc(var(--safe-h) * .2 / 100) #0009}.people-page__glow-btn:hover{filter:brightness(1.08)}.people-page__glow-btn:active{filter:brightness(.92)}.people-page__glow-btn--cancel,.people-page__glow-btn--reject{background:#820000}.people-page__glow-btn--accept{background:#f8b02b}.people-page__glow-btn--ignore{background:#4caf50;width:100%;max-width:70cqw}.people-page__simple-alert{position:absolute;left:0;top:calc(var(--safe-h) * 40 / 100);width:100%;height:calc(var(--safe-h) * 30 / 100);display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:110;visibility:hidden;background:linear-gradient(to bottom,#0000 0% 25%,#0000000d 50%,#0000 75% 100%)}.people-page__simple-alert[data-visible=true]{visibility:visible}.people-page__simple-alert-content{font-family:var(--font-display),"Lilita One",sans-serif;font-size:calc(var(--safe-h) * 3.5 / 100);font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;text-align:center;padding:0 4cqw;transform:scale(0);transform-origin:center}.people-page__community{align-items:stretch;justify-content:flex-start}.people-page__community-empty{display:flex;align-items:center;justify-content:center;padding:calc(var(--safe-h) * 6 / 100) 4cqw;color:#607d8b;font-size:4cqw;text-align:center}.people-page__post{display:flex;flex-direction:column;width:100%;flex:0 0 auto}.people-page__post-head{display:flex;flex-direction:row;align-items:center;width:100%}.people-page__post-emoji-col{flex:0 0 20cqw;width:20cqw;height:calc(var(--safe-h) * 8 / 100);display:flex;align-items:center;justify-content:center}.people-page__post-emoji{font-size:7cqw;line-height:1;user-select:none}.people-page__post-nickname{flex:0 0 80cqw;width:80cqw;height:calc(var(--safe-h) * 8 / 100);display:flex;align-items:center;font-family:var(--font-display),"Lilita One",sans-serif;font-size:6cqw;font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;text-shadow:0 calc(var(--safe-h) * .3 / 100) .5px #000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.people-page__post-content{width:100%;box-sizing:border-box;margin:0 calc(var(--safe-h) * 5 / 100) 0 calc(var(--safe-h) * 2 / 100);padding:calc(var(--safe-h) * 2 / 100) 5cqw;border:.2cqw solid #c8c8c8;border-radius:1cqw;background:#fff9ea;color:#262626;font-size:4cqw;line-height:1.4;white-space:pre-wrap;word-break:break-word}.people-page__post-time{align-self:flex-end;margin:calc(var(--safe-h) * .5 / 100) calc(var(--safe-h) * 5 / 100) calc(var(--safe-h) * 2 / 100) calc(var(--safe-h) * 2 / 100);padding:0 calc(var(--safe-h) * 2 / 100);color:#c8c8c8;font-style:italic;font-size:3cqw;text-align:right}.people-page__post-fab{position:absolute;bottom:calc(var(--safe-h) * 15 / 100);right:5cqw;width:14cqw;height:14cqw;min-width:48px;min-height:48px;max-width:64px;max-height:64px;border-radius:50%;border:0;background:#5479fe;color:#fff;cursor:pointer;display:none;align-items:center;justify-content:center;z-index:5;box-shadow:calc(var(--safe-h) * .4 / 100) calc(var(--safe-h) * .4 / 100) calc(var(--safe-h) * .3 / 100) #00000080}.people-page__post-fab[data-visible=true]{display:flex}.people-page__post-fab:hover{filter:brightness(1.1)}.people-page__post-fab:active{filter:brightness(.9)}.people-page__post-fab svg{width:60%;height:60%;display:block}.influence-war-page{position:absolute;inset:0;background:#131622;overflow:hidden}.influence-war-page>.bottom-nav{position:absolute;bottom:0;left:0;right:0}.influence-war-page__title{position:absolute;top:0;left:0;width:100%;height:calc(var(--safe-h) * 7 / 100);background:#ffcb3d;box-shadow:0 calc(var(--safe-h) * .2 / 100) calc(var(--safe-h) * .1 / 100) #000c;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1cqw;z-index:2;user-select:none}.influence-war-page__title-text{font-family:var(--font-display),"Lilita One",sans-serif;font-size:6cqw;font-weight:900;color:#fff;-webkit-text-stroke:5px #000;paint-order:stroke fill;letter-spacing:.04em;white-space:nowrap}.influence-war-page__title-icon{width:7cqw;height:7cqw;display:block;object-fit:contain}.influence-war-page__tabs{position:absolute;top:calc(var(--safe-h) * 7 / 100);left:0;width:100%;height:calc(var(--safe-h) * 8 / 100);display:flex;flex-direction:row;justify-content:center;align-items:flex-start;overflow:visible;box-shadow:0 calc(var(--safe-h) * .2 / 100) calc(var(--safe-h) * .1 / 100) #000c;z-index:1}.influence-war-page__tab{flex:0 0 50cqw;width:50cqw;height:calc(var(--safe-h) * 10 / 100);border:0;padding:calc(var(--safe-h) * 1 / 100) 0;display:flex;align-items:center;justify-content:center;cursor:pointer;background:linear-gradient(to bottom,#303c67,#171b20);box-sizing:border-box;gap:1cqw}.influence-war-page__tab[data-active=true]{background:linear-gradient(to bottom,#5479fe,#708eff)}.influence-war-page__tab-icon{height:100%;width:auto;display:block;object-fit:contain}.influence-war-page__tab-influence-prefix{height:100%;display:none;align-items:center;justify-content:center}.influence-war-page__tab-influence-prefix[data-visible=true]{display:flex}.influence-war-page__tab-influence-prefix img{height:100%;width:auto;display:block;object-fit:contain}.influence-war-page__brief{position:absolute;top:calc(var(--safe-h) * 15 / 100);left:0;width:100%;height:calc(var(--safe-h) * 6 / 100);background:#000000b3;box-shadow:0 calc(var(--safe-h) * .2 / 100) calc(var(--safe-h) * .1 / 100) #000c;z-index:1;overflow:hidden}.influence-war-page__brief-fill{position:absolute;top:0;right:0;height:100%;width:0%;background:#4caf50}.influence-war-page__brief-text{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:0 4cqw;font-family:var(--font-display),"Lilita One",sans-serif;font-size:4cqw;font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;text-shadow:0 calc(var(--safe-h) * .3 / 100) .5px #000;text-align:center;pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.influence-war-page__main,.influence-war-page__conference{position:absolute;top:calc(var(--safe-h) * 21 / 100);left:0;width:100%;height:calc(var(--safe-h) * 70 / 100);display:none;z-index:0}.influence-war-page__main[data-visible=true],.influence-war-page__conference[data-visible=true]{display:flex}.influence-war-page__main{flex-direction:column;align-items:stretch;background:linear-gradient(to bottom,#464990,#252d4a,#131622)}.influence-war-page__rank-row{position:relative;flex:1 1 0;display:flex;flex-direction:row;align-items:center;background:linear-gradient(to bottom,#404040,#545454);border-top:calc(var(--safe-h) * .1 / 100) solid #fff;border-bottom:calc(var(--safe-h) * .1 / 100) solid #000;overflow:hidden}.influence-war-page__rank-row[data-mine=true]{background:linear-gradient(to bottom,#5479fe,#708eff)}.influence-war-page__rank-sprite-col{flex:0 0 40cqw;width:40cqw;height:70%;display:flex;align-items:center;justify-content:center}.influence-war-page__rank-sprite{max-width:100%;max-height:100%;display:block;object-fit:contain}.influence-war-page__rank-reward-col{flex:0 0 40cqw;width:40cqw;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:calc(var(--safe-h) * 1 / 100);color:#fff}.influence-war-page__rank-attack-hp{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1cqw}.influence-war-page__rank-attack-pill,.influence-war-page__rank-hp-pill{width:12cqw;height:calc(var(--safe-h) * 3.5 / 100);border-radius:2cqw;border:.3cqw solid #2C312A;display:flex;align-items:center;justify-content:center;font-family:var(--font-display),"Lilita One",sans-serif;font-size:5cqw;font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;box-sizing:border-box}.influence-war-page__rank-attack-pill{background:#ffab00}.influence-war-page__rank-hp-pill{background:#830008}.influence-war-page__rank-coin-row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1cqw}.influence-war-page__rank-coin-row img{width:7cqw;height:7cqw;display:block;object-fit:contain}.influence-war-page__rank-coin-row span{font-family:var(--font-display),"Lilita One",sans-serif;font-size:6cqw;font-weight:900;color:#fff;-webkit-text-stroke:5px #000;paint-order:stroke fill}.influence-war-page__rank-action-col{flex:0 0 20cqw;width:20cqw;display:flex;align-items:center;justify-content:center}.influence-war-page__rank-action-check{width:13cqw;height:13cqw;display:block;object-fit:contain}.influence-war-page__rank-action-btn{font-family:var(--font-display),"Lilita One",sans-serif;font-size:4cqw;font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;background:#ffa530;border:0;border-radius:1cqw;padding:1cqw 3cqw;cursor:pointer;white-space:nowrap;box-shadow:calc(var(--safe-h) * .3 / 100) calc(var(--safe-h) * .3 / 100) calc(var(--safe-h) * .2 / 100) #0009}.influence-war-page__rank-action-btn:hover{filter:brightness(1.08)}.influence-war-page__rank-action-btn:active{filter:brightness(.92)}.influence-war-page__rank-win-overlay{position:absolute;top:0;left:0;width:10cqw;height:10cqw;padding:2cqw;display:none;align-items:flex-start;justify-content:flex-start;pointer-events:none}.influence-war-page__rank-win-overlay[data-visible=true]{display:flex}.influence-war-page__rank-win-overlay img{width:100%;height:100%;display:block;object-fit:contain}.influence-war-page__conference{flex-direction:column;align-items:stretch;background:#1a1d28;overflow-y:auto;padding:calc(var(--safe-h) * .5 / 100) 0}.influence-war-page__conference-empty{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-family:var(--font-display),"Lilita One",sans-serif;font-size:6cqw;font-weight:900;color:#fff;-webkit-text-stroke:5px #000;paint-order:stroke fill;text-align:center}.influence-war-page__conf-post{display:flex;flex-direction:column;width:100%;flex:0 0 auto}.influence-war-page__conf-post-head{display:flex;flex-direction:row;align-items:center;width:100%;gap:1cqw}.influence-war-page__conf-post-emoji-col{flex:0 0 14cqw;width:14cqw;height:calc(var(--safe-h) * 8 / 100);display:flex;align-items:center;justify-content:flex-end}.influence-war-page__conf-post-emoji{font-size:7cqw;line-height:1;user-select:none}.influence-war-page__conf-post-system-icon{display:inline-flex;align-items:center;justify-content:center;color:#000000de}.influence-war-page__conf-post-emoji-col .influence-war-page__conf-post-system-icon{width:10cqw;height:10cqw}.influence-war-page__conf-post-nickname-col .influence-war-page__conf-post-system-icon{width:8cqw;height:8cqw;margin-right:2cqw}.influence-war-page__conf-post-system-icon svg{width:100%;height:100%;display:block}.influence-war-page__conf-post-nickname-col{flex:0 0 80cqw;width:80cqw;height:calc(var(--safe-h) * 8 / 100);display:flex;align-items:center;flex-direction:row;overflow:hidden}.influence-war-page__conf-post-nickname{font-family:var(--font-display),"Lilita One",sans-serif;font-size:6cqw;font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;text-shadow:0 calc(var(--safe-h) * .3 / 100) .5px #000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.influence-war-page__conf-post-nickname-col[data-anon-mode=anon-self] .influence-war-page__conf-post-nickname{color:#ffb116}.influence-war-page__conf-post-content{width:100%;box-sizing:border-box;margin:0 calc(var(--safe-h) * 5 / 100) 0 calc(var(--safe-h) * 2 / 100);padding:calc(var(--safe-h) * 2 / 100) 5cqw;border:.2cqw solid #c8c8c8;border-radius:1cqw;background:#fff9ea;color:#262626;font-size:4cqw;line-height:1.4;white-space:pre-wrap;word-break:break-word}.influence-war-page__conf-post-time{align-self:flex-end;margin:calc(var(--safe-h) * .5 / 100) calc(var(--safe-h) * 5 / 100) calc(var(--safe-h) * 2 / 100) calc(var(--safe-h) * 2 / 100);padding:0 calc(var(--safe-h) * 2 / 100);color:#c8c8c8;font-style:italic;font-size:3cqw;text-align:right}.influence-war-page__post-fab{position:absolute;bottom:calc(var(--safe-h) * 15 / 100);right:5cqw;width:14cqw;height:14cqw;min-width:48px;min-height:48px;max-width:64px;max-height:64px;border-radius:50%;border:0;background:#5479fe;color:#fff;cursor:pointer;display:none;align-items:center;justify-content:center;z-index:5;box-shadow:calc(var(--safe-h) * .4 / 100) calc(var(--safe-h) * .4 / 100) calc(var(--safe-h) * .3 / 100) #00000080}.influence-war-page__post-fab[data-visible=true]{display:flex}.influence-war-page__post-fab:hover{filter:brightness(1.1)}.influence-war-page__post-fab:active{filter:brightness(.9)}.influence-war-page__post-fab svg{width:60%;height:60%;display:block}.influence-war-page__glow-bg{position:absolute;inset:0;background:#000000e6;display:none;align-items:center;justify-content:center;z-index:100;padding:0 4cqw;box-sizing:border-box}.influence-war-page__glow-bg[data-visible=true]{display:flex}.influence-war-page__glow-dialog{width:100%;max-width:92cqw;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:calc(var(--safe-h) * 2 / 100);color:#fff}.influence-war-page__glow-kind{width:25cqw;height:25cqw;display:block;object-fit:contain}.influence-war-page__glow-text{font-family:var(--font-display),"Lilita One",sans-serif;font-size:calc(var(--safe-h) * 3 / 100);font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;text-align:center;max-width:84cqw;line-height:1.2}.influence-war-page__glow-coin-row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1cqw;margin-top:calc(var(--safe-h) * 1 / 100)}.influence-war-page__glow-coin-row img{width:8cqw;height:8cqw;display:block;object-fit:contain}.influence-war-page__glow-coin-row span{font-family:var(--font-display),"Lilita One",sans-serif;font-size:calc(var(--safe-h) * 4 / 100);font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill}.influence-war-page__glow-buttons{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2cqw;margin-top:calc(var(--safe-h) * 2 / 100)}.influence-war-page__glow-btn{font-family:var(--font-display),"Lilita One",sans-serif;font-size:calc(var(--safe-h) * 3 / 100);font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;border:0;border-radius:1cqw;padding:1.2cqw 4cqw;cursor:pointer;min-height:calc(var(--safe-h) * 5 / 100);box-shadow:calc(var(--safe-h) * .3 / 100) calc(var(--safe-h) * .3 / 100) calc(var(--safe-h) * .2 / 100) #0009}.influence-war-page__glow-btn:hover{filter:brightness(1.08)}.influence-war-page__glow-btn:active{filter:brightness(.92)}.influence-war-page__glow-btn--cancel{background:#820000}.influence-war-page__glow-btn--confirm{background:#ffa530}.influence-war-page__glow-btn--confirm[data-can-move=false]{background:#9e9e9e}.influence-war-page__simple-alert{position:absolute;left:0;top:calc(var(--safe-h) * 40 / 100);width:100%;height:calc(var(--safe-h) * 30 / 100);display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:110;visibility:hidden;background:linear-gradient(to bottom,#0000 0% 25%,#0000000d 50%,#0000 75% 100%)}.influence-war-page__simple-alert[data-visible=true]{visibility:visible}.influence-war-page__simple-alert-content{font-family:var(--font-display),"Lilita One",sans-serif;font-size:calc(var(--safe-h) * 3.5 / 100);font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;text-align:center;padding:0 4cqw;transform:scale(0);transform-origin:center}.real-time-notification{position:absolute;top:0;left:0;right:0;height:calc(var(--safe-h) * 5 / 100);pointer-events:none;z-index:200;visibility:hidden}.real-time-notification[data-visible=true]{visibility:visible}.real-time-notification__bar{position:absolute;inset:0;background:#0a0a0acc;border-bottom:calc(var(--safe-h) * .2 / 100) solid #000;display:flex;align-items:center;justify-content:center;transform:translateY(-100%)}.real-time-notification__content{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;padding:0 4cqw;text-align:center}.real-time-notification__text{font-family:var(--font-display),"Lilita One",sans-serif;font-size:calc(var(--safe-h) * 2 / 100);font-weight:900;-webkit-text-stroke:3px #000;paint-order:stroke fill;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.real-time-notification__text--yellow{color:#ff0}.real-time-notification__text--orange{color:#ff6a00}.post-compose-page{position:absolute;inset:0;background:#fff;overflow-y:auto;display:flex;flex-direction:column}.post-compose-page__title{flex:0 0 auto;height:calc(var(--safe-h) * 10 / 100);background:#448aff;display:flex;flex-direction:row;align-items:center;padding:0 3cqw;gap:2cqw;user-select:none}.post-compose-page__back-btn{width:10cqw;height:10cqw;background:transparent;border:0;padding:0;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center}.post-compose-page__back-btn:hover{filter:brightness(1.15)}.post-compose-page__back-btn:active{filter:brightness(.85)}.post-compose-page__back-btn svg{width:100%;height:100%;display:block}.post-compose-page__title-text{font-family:var(--font-display),"Lilita One",sans-serif;font-size:7cqw;font-weight:900;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.post-compose-page__profile{flex:0 0 auto;display:flex;flex-direction:row;align-items:center;gap:3cqw;padding:3cqw 3cqw 1cqw}.post-compose-page__profile-emoji-wrap{flex:0 0 12cqw;width:12cqw;height:12cqw;display:flex;align-items:center;justify-content:center}.post-compose-page__profile-emoji{font-size:9cqw;line-height:1;user-select:none}.post-compose-page__profile-nickname{font-family:var(--font-display),"Lilita One",sans-serif;font-size:10cqw;font-weight:900;color:#fff;-webkit-text-stroke:5px #000;paint-order:stroke fill;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.post-compose-page__compose-input-wrap{flex:0 0 auto;margin:5px;border:.3cqw solid #c8c8c8;border-radius:1cqw;background:#fff9ea;padding:5cqw;display:flex;align-items:flex-start;justify-content:stretch}.post-compose-page__compose-input-wrap textarea{width:100%;min-height:calc(var(--safe-h) * 24 / 100);resize:vertical;border:0;outline:0;background:transparent;font-family:inherit;font-size:4cqw;line-height:1.4;color:#262626;white-space:pre-wrap;word-break:break-word}.post-compose-page__compose-input-wrap textarea::placeholder{color:#9e9e9e;font-size:4cqw}.post-compose-page__extras{flex:0 0 auto}.post-compose-page__anonymous-row{width:100%;height:10cqw;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;padding:0 3cqw;gap:2cqw;box-sizing:border-box}.post-compose-page__anonymous-icon{width:8cqw;height:8cqw;color:#000000de;display:inline-flex;align-items:center;justify-content:center}.post-compose-page__anonymous-icon svg{width:100%;height:100%;display:block}.post-compose-page__anonymous-label,.post-compose-page__anonymous-fee{font-family:var(--font-display),"Lilita One",sans-serif;font-size:5cqw;font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill}.post-compose-page__anonymous-coin{width:6cqw;height:6cqw;display:block;object-fit:contain}.post-compose-page__anonymous-checkbox{width:8cqw;height:8cqw;border:.3cqw solid #c8c8c8;border-radius:1cqw;background:#fff9ea;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.post-compose-page__anonymous-checkbox:hover{filter:brightness(1.05)}.post-compose-page__anonymous-checkbox:active{filter:brightness(.92)}.post-compose-page__anonymous-checkbox img{width:100%;height:100%;display:none;object-fit:contain}.post-compose-page__anonymous-checkbox img[data-visible=true]{display:block}.post-compose-page__submit-btn{align-self:center;margin:5px;padding:calc(var(--safe-h) * 2 / 100) 20cqw;background:#ffbc29;border:0;border-radius:1cqw;cursor:pointer;font-family:var(--font-display),"Lilita One",sans-serif;font-size:8cqw;font-weight:900;color:#fff;-webkit-text-stroke:5px #000;paint-order:stroke fill;box-shadow:calc(var(--safe-h) * .3 / 100) calc(var(--safe-h) * .3 / 100) calc(var(--safe-h) * .2 / 100) #0009}.post-compose-page__submit-btn:hover{filter:brightness(1.08)}.post-compose-page__submit-btn:active{filter:brightness(.92)}.post-compose-page__simple-alert{position:absolute;left:0;top:calc(var(--safe-h) * 15 / 100);width:100%;height:calc(var(--safe-h) * 30 / 100);display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:110;visibility:hidden;background:linear-gradient(to bottom,#0000 0% 25%,#0000000d 50%,#0000 75% 100%)}.post-compose-page__simple-alert[data-visible=true]{visibility:visible}.post-compose-page__simple-alert-content{font-family:var(--font-display),"Lilita One",sans-serif;font-size:calc(var(--safe-h) * 3.5 / 100);font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill;text-align:center;padding:0 4cqw;transform:scale(0);transform-origin:center}.user-profile-modal{position:absolute;inset:0;z-index:250;display:block}.user-profile-modal[data-visible=false]{display:none}.user-profile-modal__backdrop{position:absolute;inset:0;background:#000000d9;cursor:pointer}.user-profile-modal__sheet{position:absolute;inset:0;display:flex;flex-direction:column;background:linear-gradient(to bottom,#464990,#252d4a 60%,#131622)}.user-profile-modal__title-bar{position:relative;flex:0 0 auto;height:calc(7 / 100 * (100cqh - var(--safe-h-top, 0px) - var(--safe-h-bottom, 0px)));display:flex;align-items:center;justify-content:center;background:#0000004d;padding-top:var(--safe-h-top, 0px)}.user-profile-modal__title{font-family:var(--font-display, "Lilita One"),sans-serif;color:#fff;font-size:6cqw;font-weight:900;-webkit-text-stroke:5px #000;paint-order:stroke fill}.user-profile-modal__close{position:absolute;top:50%;right:3cqw;transform:translateY(-50%);width:9cqw;height:9cqw;border-radius:50%;background:#000;border:.2cqw solid #fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.user-profile-modal__close-glyph{color:#fff;font-size:6cqw;line-height:1;font-weight:900;margin-top:-.5cqw}.user-profile-modal__loading{flex:1 1 auto;display:flex;align-items:center;justify-content:center}.user-profile-modal[data-loading=false] .user-profile-modal__loading,.user-profile-modal[data-loading=true] .user-profile-modal__content{display:none}.user-profile-modal__spinner{width:12cqw;height:12cqw;border:.8cqw solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:user-profile-modal-spin 1s linear infinite}@keyframes user-profile-modal-spin{to{transform:rotate(360deg)}}.user-profile-modal__error{color:#ff5252;font-weight:900;font-size:4cqw;text-align:center;padding:0 4cqw}.user-profile-modal__content{flex:1 1 auto;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}.user-profile-modal__nickname-bar{flex:0 0 auto;height:calc(7 / 100 * (100cqh - var(--safe-h-top, 0px) - var(--safe-h-bottom, 0px)));background:#0e380c;display:flex;align-items:center;justify-content:center;padding:0 2.5cqw;box-shadow:0 .1cqw .5cqw #000c}.user-profile-modal__nickname-text{color:#fff;font-family:var(--font-display, "Lilita One"),sans-serif;font-size:4cqh;font-weight:900;-webkit-text-stroke:5px #000;paint-order:stroke fill;text-shadow:0 .5cqh .5cqh #000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-profile-modal__top-stat-row{flex:0 0 auto;height:calc(6 / 100 * (100cqh - var(--safe-h-top, 0px) - var(--safe-h-bottom, 0px)));display:flex;align-items:center;justify-content:center;gap:8cqw;background:linear-gradient(to top right,#0058b0,#003567);box-shadow:0 .3cqw .3cqw #000}.user-profile-modal__top-stat{display:flex;align-items:center;gap:1.5cqw}.user-profile-modal__top-stat-icon{width:7cqw;height:7cqw;object-fit:contain}.user-profile-modal__top-stat-value{color:#fff;font-size:4cqw;font-weight:900;-webkit-text-stroke:3px #000;paint-order:stroke fill}.user-profile-modal__profile-row{flex:0 0 auto;display:flex;align-items:center;justify-content:center;padding:calc(2 / 100 * (100cqh - var(--safe-h-top, 0px) - var(--safe-h-bottom, 0px))) 0}.user-profile-modal__profile-emoji-wrap{width:26cqw;height:26cqw;display:flex;align-items:center;justify-content:center}.user-profile-modal__profile-emoji{font-size:18cqw;line-height:1}.user-profile-modal__profile-stats{width:60cqw;display:flex;flex-direction:column;align-items:center;gap:calc(1 / 100 * (100cqh - var(--safe-h-top, 0px) - var(--safe-h-bottom, 0px)))}.user-profile-modal__profile-stats-row{height:calc(10 / 100 * (100cqh - var(--safe-h-top, 0px) - var(--safe-h-bottom, 0px)));display:flex;align-items:center;justify-content:center;gap:2cqw}.user-profile-modal__streak-banner{position:relative;width:14cqw;display:flex;flex-direction:column;align-items:center;background-repeat:no-repeat;background-size:100% 100%}.user-profile-modal__streak-count{color:#fff;font-size:3cqh;font-weight:900;-webkit-text-stroke:3px #000;paint-order:stroke fill;height:6.5cqh;display:flex;align-items:flex-end;justify-content:center}.user-profile-modal__streak-label-bg{width:7cqh;background-repeat:no-repeat;background-size:100% 100%;display:flex;align-items:center;justify-content:center}.user-profile-modal__streak-label{color:#fff;font-size:1.5cqh;font-weight:900;-webkit-text-stroke:3px #000;paint-order:stroke fill}.user-profile-modal__winrate-block{display:flex;flex-direction:column;align-items:center;gap:.5cqh}.user-profile-modal__winrate-label,.user-profile-modal__winrate-value{color:#fff;font-size:2.7cqh;font-weight:900;-webkit-text-stroke:3px #000;paint-order:stroke fill}.user-profile-modal__more-btn{height:calc(4 / 100 * (100cqh - var(--safe-h-top, 0px) - var(--safe-h-bottom, 0px)));background:#ffa530;color:#fff;border:none;padding:0 4cqw;border-radius:.5cqw;cursor:pointer}.user-profile-modal__more-label{font-size:2cqh;font-weight:900;color:#fff;-webkit-text-stroke:3px #000;paint-order:stroke fill}.user-profile-modal__troop-row{flex:0 0 auto;display:flex;justify-content:center;gap:2cqw;padding-bottom:calc(2 / 100 * (100cqh - var(--safe-h-top, 0px) - var(--safe-h-bottom, 0px)))}.user-profile-modal__troop-cell{width:29cqw;display:flex;flex-direction:column;align-items:center}.user-profile-modal__troop-cell .myinfo-troop-card,.user-profile-modal__troop-cell .troop-display-stat{cursor:default;pointer-events:none}.user-profile-modal__detail-layer{position:absolute;inset:0}.user-profile-modal__detail-layer[data-visible=false]{display:none}.user-profile-modal__detail-backdrop{position:absolute;inset:0;background:#000000e6;cursor:pointer}.user-profile-modal__detail-box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);transform-origin:center center;width:85cqw;max-height:calc(65 / 100 * (100cqh - var(--safe-h-top, 0px) - var(--safe-h-bottom, 0px)));background:#fff9ea;border:.2cqw solid #C8C8C8;border-radius:3cqw;padding:4cqw 0;display:flex;flex-direction:column;align-items:center;gap:1.5cqh;overflow-y:auto}.user-profile-modal__detail-title{color:#fff;font-size:8cqw;font-weight:900;-webkit-text-stroke:5px #000;paint-order:stroke fill}.user-profile-modal__detail-greeting{display:flex;width:100%;align-items:center;padding:0 8cqw;gap:2.5cqw}.user-profile-modal__detail-greeting-label{width:20cqw;color:#fff;font-size:4.5cqw;font-weight:900;-webkit-text-stroke:3px #000;paint-order:stroke fill}.user-profile-modal__detail-greeting-text{color:#fff;font-size:4.5cqw;font-weight:900;-webkit-text-stroke:3px #000;paint-order:stroke fill}.user-profile-modal__detail-header{display:grid;grid-template-columns:8cqw 20cqw 2.5cqw 23cqw 23cqw;width:100%;align-items:center}.user-profile-modal__detail-header-spacer{grid-column:1 / span 3}.user-profile-modal__detail-header-latest{grid-column:4;text-align:center;color:#fff;font-size:3.5cqw;font-weight:900;-webkit-text-stroke:3px #000;paint-order:stroke fill}.user-profile-modal__detail-header-total{grid-column:5;text-align:center;color:#fff;font-size:3.5cqw;font-weight:900;-webkit-text-stroke:3px #000;paint-order:stroke fill}.user-profile-modal__detail-row{display:grid;grid-template-columns:8cqw 20cqw 2.5cqw 23cqw 23cqw;width:100%;align-items:center}.user-profile-modal__detail-row-label{grid-column:2;color:#fff;font-size:4.5cqw;font-weight:900;-webkit-text-stroke:3px #000;paint-order:stroke fill}.user-profile-modal__detail-row-latest{grid-column:4;text-align:center;color:#fff;font-size:5cqw;font-weight:900;-webkit-text-stroke:3px #000;paint-order:stroke fill}.user-profile-modal__detail-row-total{grid-column:5;text-align:center;color:#fff;font-size:5cqw;font-weight:900;-webkit-text-stroke:3px #000;paint-order:stroke fill}.user-profile-modal__detail-close{position:absolute;top:-2.5cqw;right:3.25cqw;width:10cqw;height:10cqw;border-radius:50%;background:#000;border:.2cqw solid #fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.user-profile-modal__detail-close-glyph{color:#fff;font-size:6cqw;line-height:1;font-weight:900;margin-top:-.5cqw}.troop-dialogue-overlay{position:absolute;inset:0;z-index:350;pointer-events:none;display:flex;flex-direction:column;will-change:transform}.troop-dialogue-overlay__half{position:relative;width:100cqw;height:40cqh;padding:5cqw;box-sizing:border-box;display:flex;flex-direction:column}.troop-dialogue-overlay__half[data-half=opponent]{background:linear-gradient(to bottom,#000,#000000ed,#000c,#000000ab,#00000087,#0006,#0000)}.troop-dialogue-overlay__half[data-half=my]{background:linear-gradient(to bottom,#0000,#0006,#00000087,#000000ab,#000c,#000000ed,#000)}.troop-dialogue-overlay__name-row{display:flex;align-items:center;width:100%;height:20cqw;flex:0 0 auto}.troop-dialogue-overlay__name-row[data-position=top]{justify-content:flex-start}.troop-dialogue-overlay__name-row[data-position=bottom]{justify-content:flex-end}.troop-dialogue-overlay__troop-img{width:20cqw;height:20cqw;background-size:contain;background-repeat:no-repeat;background-position:center;flex:0 0 auto}.troop-dialogue-overlay__troop-name{width:60cqw;height:20cqw;display:flex;align-items:center;color:#fff;font-family:var(--font-display, "Lilita One"),sans-serif;font-size:6cqw;font-weight:900;-webkit-text-stroke:5px #000;paint-order:stroke fill;text-shadow:0 .5cqh .5cqh #000;white-space:nowrap;overflow:hidden}.troop-dialogue-overlay__half[data-half=opponent] .troop-dialogue-overlay__troop-name{padding-left:1cqw;justify-content:flex-start}.troop-dialogue-overlay__half[data-half=my] .troop-dialogue-overlay__troop-name{padding-right:1cqw;justify-content:flex-end}.troop-dialogue-overlay__bubble{width:90cqw;height:40cqw;background-size:100% 100%;background-repeat:no-repeat;background-position:center;display:flex;align-items:center;justify-content:center;padding:0 5cqw;box-sizing:border-box;flex:0 0 auto;align-self:center;transform:scale(0);transform-origin:center center}.troop-dialogue-overlay__bubble-text{color:#fff;font-family:var(--font-display, "Lilita One"),sans-serif;font-size:6cqw;font-weight:900;-webkit-text-stroke:5px #000;paint-order:stroke fill;text-shadow:0 .6cqh .5cqh #000;text-align:center;white-space:pre-wrap;word-break:keep-all}
