html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{color:#333;background:#f5f5f5;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5}.app{flex-direction:column;min-height:100vh;display:flex}.container{width:100%;max-width:100%;margin:0 auto;padding:0 1.25rem}.header{z-index:1;background:linear-gradient(90deg,#0dca45,#0bb7b7);flex-flow:wrap;justify-content:space-evenly;align-items:flex-start;gap:3% 0%;width:100%;height:30vh;padding:20px 0;display:flex;position:fixed;top:0;left:0}.site-title{color:#fff;text-align:center;letter-spacing:.03125rem;margin:0;font-size:1.625rem;font-weight:700}.main-content{z-index:2;flex:1;padding:1rem 0 3rem;position:relative}.games-grid{flex-wrap:wrap;justify-content:space-around;gap:1.5rem;padding:0 1.5rem;display:flex}@media (width<=480px){.container{padding:0 .75rem}.header{padding:.875rem 0}.site-title{font-size:1.25rem}.main-content{padding:1rem 0 1.5rem}.games-grid{justify-content:center;gap:1rem;padding:0 .5rem}}.game-card{background:#fff;border-radius:.75rem;flex-direction:column;width:26rem;height:29rem;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 .125rem .75rem #0000000f}.game-card:hover{transform:translateY(-.25rem);box-shadow:0 .5rem 1.5rem #0000001a}.card-header{align-items:flex-start;gap:1rem;padding:1rem 0 1rem .5rem;display:flex}.game-icon{object-fit:cover;border-radius:50%;flex-shrink:0;width:5.2rem;height:5.2rem}.game-details{flex:1;min-width:0;padding-top:.25rem}.game-name{color:#0aa85d;margin:0 0 .25rem;font-size:1.1rem;font-weight:700;line-height:1.2}.stats-row{justify-content:space-between;align-items:center;width:11.5rem;margin-bottom:.25rem;display:flex}.stat-label{color:#0aa85d;font-size:.9rem;font-weight:600}.stat-value{color:#0aa85d;font-size:1rem;font-weight:700}.chart-section{--chart-height:8rem;--chart-width:100%;flex-direction:column;flex:1;gap:.5rem;padding:.5rem .875rem 0 .4rem;display:flex}.chart-main{width:var(--chart-width);gap:.375rem;display:flex}.y-axis{color:#000000b3;text-align:right;min-width:1rem;height:var(--chart-height);flex-direction:column;flex-shrink:0;justify-content:space-between;align-items:flex-end;font-size:.7rem;font-weight:700;line-height:1;display:flex}.chart-content{flex-direction:column;flex:1;min-width:0;display:flex}.chart-svg{width:100%;height:var(--chart-height);flex-shrink:0}.chart-svg path{transition:d .8s ease-in-out}.x-axis{color:#000000b3;white-space:nowrap;justify-content:space-between;padding-top:.25rem;font-size:.65rem;font-weight:700;line-height:1;display:flex}.legend{flex-direction:row;justify-content:space-between;gap:.5rem;width:100%;display:flex}.legend-item{color:#888;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.25rem;font-size:.8125rem;display:flex}.legend-text{white-space:nowrap;color:#4fbb99;font-size:.7rem;font-weight:600}.legend-value{color:#fff;text-align:center;border-radius:.25rem;min-width:1.5rem;padding:.1rem;font-size:.65rem;font-weight:600}.legend-value.green-bg{background:#001e83}.legend-value.blue-bg{background:#0da1ca}.legend-value.orange-bg{background:#0ea15c}.progress-section{padding:.5rem .875rem 0}.progress-bar{background:#e9ebee;border-radius:.375rem;height:3rem;position:relative;overflow:hidden}.progress-fill{background:#26c6da;border-radius:.375rem 0 0 .375rem;justify-content:center;align-items:center;min-width:3.125rem;height:100%;transition:width .5s;display:flex}.progress-text{text-align:center;color:#fff;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.375rem;font-weight:700;display:flex;position:absolute;top:0;left:0}.card-footer{background:#fff;justify-content:space-between;align-items:center;margin-top:auto;padding:.75rem .875rem;display:flex}.gran-premio{color:#ff8b00;font-size:1rem;font-weight:700}.enter-btn{color:#7a4300;cursor:pointer;background:#ffc400;border:none;border-radius:.375rem;padding:14px 24px;font-weight:900}.enter-btn:hover{background:#ffb300;transform:scale(1.05);box-shadow:0 .25rem .75rem #ffc10766}
