.games-page{width:min(1240px,calc(100% - 40px));margin-inline:auto;padding:136px 0 92px}.games-header{position:relative;margin-bottom:clamp(50px,7vw,88px);padding-bottom:clamp(32px,5vw,54px);border-bottom:1px solid var(--border)}.games-header:after{position:absolute;right:0;bottom:-1px;width:clamp(90px,18vw,220px);height:2px;background:linear-gradient(90deg,transparent,var(--accent),var(--secondary));content:""}.games-header h1{max-width:780px;margin:.8rem 0 0;font-family:var(--font-display);font-size:clamp(3.5rem,8vw,7rem);letter-spacing:-.075em;line-height:.88;text-wrap:balance}.games-section+.games-section{margin-top:clamp(54px,8vw,96px)}.games-section-header{display:flex;margin-bottom:24px;align-items:flex-end;justify-content:space-between;gap:24px}.games-section-header h2{margin:.45rem 0 0;font-family:var(--font-display);font-size:clamp(2rem,4vw,3.1rem);letter-spacing:-.05em}.games-count{color:var(--text-muted);font-size:.8rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.games-container{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.game-card{position:relative;min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:26px;background:linear-gradient(145deg,var(--surface-strong),var(--surface));box-shadow:var(--shadow-sm);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.game-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-lg);transform:translateY(-6px)}.game-image-wrapper{position:relative;overflow:hidden;aspect-ratio:16/9;background:var(--surface-muted)}.game-image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.game-card:hover .game-image{transform:scale(1.035)}.game-image-wrapper:after{position:absolute;inset:auto 0 0;height:45%;background:linear-gradient(transparent,rgba(0,0,0,.52));content:"";pointer-events:none}.game-logo{position:absolute;z-index:2;top:18px;left:18px;width:min(42%,170px);max-height:90px;object-fit:contain;filter:drop-shadow(0 4px 14px rgba(0,0,0,.35))}.game-status{position:absolute;z-index:3;top:16px;right:16px;padding:8px 10px;border-radius:999px;color:white;background:rgba(9,11,18,.62);backdrop-filter:blur(10px);font-size:.68rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.game-status.removed{color:#ffd7dc;background:rgba(139,24,42,.75)}.game-info{display:flex;min-height:108px;padding:21px 22px 22px;align-items:center;justify-content:space-between;gap:16px}.game-info h3{margin:0;font-family:var(--font-display);font-size:clamp(1.2rem,2.2vw,1.65rem);letter-spacing:-.035em}.platform-icons{display:flex;align-items:center;gap:8px;flex-shrink:0}.platform-icons a{display:grid;width:44px;height:44px;border:1px solid var(--border);border-radius:13px;background:var(--surface-muted);transition:transform .16s ease,background .16s ease,border-color .16s ease;place-items:center}.platform-icons a:hover{background:var(--accent-soft);transform:translateY(-2px)}.platform-icon{max-width:23px;max-height:23px;object-fit:contain}.removed-text{color:var(--text-muted);font-size:.78rem;font-weight:750}@media (max-width:800px){.games-container{grid-template-columns:1fr}}@media (max-width:540px){.games-page{width:min(100% - 24px,1240px);padding:104px 0 60px}.games-header h1{font-size:3.45rem}.game-card{border-radius:21px}.game-info,.games-section-header{align-items:flex-start;flex-direction:column}.games-section-header{gap:8px}}