.statistics-page{background:var(--color--1);position:relative;display:flex;flex-direction:column;min-height:0;padding:1px var(--layout-padding);margin:0 auto 10px;width:100%;box-sizing:border-box;font-size:clamp(28px,(100vmin - 20px)/9,45px)}@media(orientation:portrait){.statistics-page{font-size:clamp(28px,(100svh - 210px)/9,45px)}}@media(orientation:landscape){.statistics-page{--landscape-game-height-budget:calc(100svh - var(--header-height) - var(--top-ads-reserved-height) - var(--subheader-stack-height) - var(--game-vertical-chrome-height));--landscape-main-row-height-budget:calc(var(--landscape-game-height-budget) - var(--landscape-footer-height));font-size:clamp(24px,var(--landscape-main-row-height-budget)/9,45px)}}@media screen and (orientation:landscape)and (max-width:900px)and (max-height:560px){.statistics-page{--landscape-main-row-height-budget:calc(100svh - var(--game-vertical-chrome-height));font-size:clamp(24px,var(--landscape-main-row-height-budget)/9,45px)}}.statistics-page .statistic{opacity:1;pointer-events:all}