.stats-card{position:relative;padding:32px;border-radius:16px;color:white;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease;background:url(/images/PlanetTop.png) no-repeat;background-blend-mode:screen;background-position:bottom;background-size:cover;pointer-events:none}.stats-card:hover{transform:translateY(-4px)}.stats-card-number{font-size:4rem;font-weight:bolder;line-height:1;margin-bottom:16px;text-align:center}.stats-card-title{font-size:1rem;font-weight:bolder;text-transform:uppercase;letter-spacing:.05em;margin:0;line-height:1.3;text-align:center;color:var(--base-100)!important}.results-section{position:relative;width:100%;height:100vh;z-index:1;margin-top:-100vh;background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:2rem;overflow:hidden}.results-section .container{display:flex;flex-direction:column;padding:0 2rem;gap:3rem;height:90vh;justify-content:space-around}.results-header{max-width:600px}.results-section .container h3,.results-section .container p{color:var(--base-450);margin-top:1rem}.results-cards-wrapper{position:relative;width:100%;cursor:-webkit-grab;cursor:grab}.results-cards-wrapper:active{cursor:-webkit-grabbing;cursor:grabbing}.results-cards-container{display:flex;gap:40px;width:max-content;will-change:transform}.stats-card-wrapper{flex-shrink:0;will-change:transform;width:350px}@media (max-width:1000px){.stats-card-wrapper{width:320px}}@media (max-width:600px){.stats-card-wrapper{width:280px}}