/* Geometry-only layer: keeps the hero, totals and cards from overlapping at browser zoom. */
.challenge-page{width:min(1460px,calc(100% - 56px));padding-top:30px}
.challenge-hero{min-height:520px;padding:58px 54px 138px}
.challenge-hero-copy{max-width:680px}.challenge-hero-copy p{max-width:590px;margin-bottom:0}
.challenge-hero-actions{position:relative;z-index:4;flex-wrap:wrap;margin-top:26px}
.challenge-totals{z-index:5;min-height:98px;display:grid;grid-template-columns:repeat(3,minmax(180px,230px));align-items:stretch;padding-left:0;border-top-color:rgba(108,247,255,.2);background:linear-gradient(90deg,rgba(3,7,18,.96),rgba(3,7,18,.78) 58%,rgba(3,7,18,.28))}
.challenge-totals article{min-width:0;padding:20px 28px 18px}.challenge-totals article:last-child:after{display:none}
.challenge-section{margin-top:38px}.section-heading{min-height:54px;margin-bottom:14px}.section-heading h2{line-height:1.15}.section-heading p{padding-bottom:3px}
.challenge-games{grid-auto-rows:1fr;align-items:stretch;gap:12px}
.challenge-game-card{display:flex;min-height:350px;flex-direction:column;padding:22px 24px 20px}
.game-card-index{right:18px;top:14px;font-size:31px}.game-card-visual{width:94px;height:94px;margin:22px auto 20px}.game-card-visual:before{inset:10px}.game-card-visual:after{inset:24px}
.challenge-game-card h3{font-size:18px}.challenge-game-card>p{min-height:0;margin:10px 0;color:#8796b1;line-height:1.5}
.game-card-stats{margin:auto 0 12px}.challenge-game-card button{flex:0 0 auto;min-height:40px}
@media(max-width:1100px){.challenge-page{width:min(100% - 32px,960px)}.challenge-hero{min-height:500px;padding:48px 38px 132px}.challenge-radar{right:-60px;opacity:.23}.challenge-games{grid-template-columns:repeat(2,minmax(0,1fr))}.challenge-totals{left:38px;right:38px;grid-template-columns:repeat(3,1fr)}.challenge-totals article{padding-left:18px;padding-right:18px}}
@media(max-width:700px){.challenge-page{width:calc(100% - 20px);padding-top:14px}.challenge-hero{min-height:auto;padding:38px 25px 0}.challenge-hero-copy h1{font-size:39px}.challenge-hero-copy p{font-size:13px}.challenge-hero-actions{margin-bottom:28px}.challenge-totals{position:relative;left:auto;right:auto;bottom:auto;grid-template-columns:1fr;margin:0 -25px;padding:0 25px;background:rgba(3,7,18,.88)}.challenge-totals article{display:grid;grid-template-columns:1fr auto;min-height:62px;padding:13px 0;border-bottom:1px solid rgba(108,247,255,.1)}.challenge-totals article:after{display:none}.challenge-totals span{grid-column:1}.challenge-totals b{grid-column:2;grid-row:1/3}.challenge-totals small{grid-column:1}.challenge-games{grid-template-columns:1fr}.challenge-game-card{min-height:330px}.section-heading{display:block}.section-heading p{margin-top:10px;text-align:left}}
