.challenge-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){.challenge-page{font-size:clamp(28px,(100svh - 210px)/9,45px);height:clamp(500px,100svh - var(--header-height) - 10px,750px)}}@media(orientation:landscape){.challenge-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){.challenge-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)}}.challenge-page .daily{position:relative;top:auto;left:auto;right:auto;bottom:auto;opacity:1;pointer-events:all;height:100%;min-height:0}