* { box-sizing: border-box; }
:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, sans-serif; color: #edf3ff; background: #080d19; }
body { margin: 0; background: radial-gradient(ellipse at 85% 5%, #17386765, transparent 50%); min-height: 100vh; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid #8bccff; outline-offset: 5px; }
.header, main, footer { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.header { display: flex; justify-content: space-between; align-items: center; padding-block: 28px; border-bottom: 1px solid #ffffff12; }
.brand { display: flex; align-items: center; gap: 10px; font-size: 25px; font-weight: 850; letter-spacing: -.8px; }
.brand-mark { display: grid; place-items: center; background: #3988ff; width: 33px; height: 33px; border-radius: 10px; font-size: 24px; font-weight: 900; }
.brand-category { color: #8c9bb4; font-size: 16px; font-weight: 450; letter-spacing: 0; }
.header-note, footer, .control-hint { color: #8c9bb4; font-size: 13px; }
.intro { padding: 68px 0 48px; }
.eyebrow { color: #73b6ff; font-size: 11px; letter-spacing: .2em; font-weight: 750; }
h1 { font-size: clamp(38px, 5.4vw, 66px); line-height: 1.08; letter-spacing: -.045em; margin: 20px 0; }
h1 span { color: #82baff; }
.intro > p:last-child { color: #9baac0; font-size: 17px; }
.section-heading { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 22px; }
h2 { font-size: 20px; margin: 0; letter-spacing: -.5px; }
#cantidadJuegos { color: #8494ad; font-size: 12px; }
.catalogo { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 24px; }
.game-card { max-width: 545px; background: #111b2d; border: 1px solid #2c3e58; border-radius: 18px; overflow: hidden; }
.game-art { display: block; position: relative; height: 260px; overflow: hidden; background: #172b45; }
.game-cover { width: 100%; height: 100%; object-fit: cover; opacity: .8; }
.game-art::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, #081323e6, transparent 85%); }
.game-character { position: absolute; right: 1%; bottom: -8%; height: 102%; width: 52%; object-fit: contain; object-position: bottom; }
.art-title { position: absolute; z-index: 1; bottom: 28px; left: 26px; width: 48%; font-size: 35px; line-height: 1.04; font-weight: 900; font-style: italic; text-transform: uppercase; text-shadow: 0 3px 8px #020814; }
.card-body { padding: 25px; }
.genre { color: #9dcaff; font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
h3 { font-size: 24px; margin: 10px 0; letter-spacing: -.6px; }
.description { color: #acbad0; line-height: 1.6; font-size: 14px; margin-bottom: 17px; max-width: 420px; }
.control-hint { font-size: 12px; }
.play { display: block; text-align: center; padding: 13px; margin-top: 22px; border-radius: 9px; background: #2d75e7; font-size: 14px; font-weight: 750; transition: background .15s; }
.play:hover { background: #408bff; }
footer { display: flex; justify-content: space-between; gap: 15px; padding: 28px 0; border-top: 1px solid #ffffff12; margin-top: 65px; font-size: 11px; }
@media (max-width: 600px) { .header, main, footer { width: calc(100% - 32px); } .header-note { display: none; } .intro { padding-block: 40px 32px; } .game-art { height: 230px; } .art-title { font-size: 30px; } .card-body { padding: 20px; } footer { flex-wrap: wrap; } }
