:root { --bg: #07080a; --bg2: #0e1012; --bg3: #141618; --card: #111315; --border: #1f2224; --border2: #2c2f33; --green: #00e676; --green-lo: rgba(0,230,118,.08); --green-md: rgba(0,230,118,.18); --white: #eef0f2; --muted: #5a6070; --muted2: #8a909a; --red: #ff4d4d; --amber: #ffb020; --blue: #4d9fff; --display: 'Space Grotesk', sans-serif; --mono: 'Space Mono', monospace; --r-sm: 6px; --r-md: 10px; --r-lg: 14px; --r-xl: 20px; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; } body { background: var(--bg); color: var(--white); font-family: var(--display); font-weight: 400; line-height: 1.6; min-height: 100vh; } body::before { content: ''; position: fixed; inset: 0; background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,0,0,.03) 2px, rgba(0,0,0,.03) 4px); pointer-events: none; z-index: 0; } nav { position: sticky; top: 0; z-index: 100; background: rgba(7,8,10,.88); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); padding: 0 32px; display: flex; align-items: center; justify-content: space-between; height: 56px; } .nav-logo { font-family: var(--mono); font-size: 16px; font-weight: 700; letter-spacing: -.01em; color: var(--white); } .nav-logo b { color: var(--green); font-weight: 700; } .nav-links { display: flex; gap: 2px; } .nav-link { font-size: 13px; color: var(--muted2); padding: 6px 14px; border-radius: var(--r-sm); cursor: pointer; transition: color .15s, background .15s; text-decoration: none; display: block; } .nav-link:hover { color: var(--white); background: var(--bg3); } .nav-link.active { color: var(--green); background: var(--green-lo); } .nav-cta { font-family: var(--mono); font-size: 12px; font-weight: 700; background: var(--green); color: #000; border: none; border-radius: var(--r-sm); padding: 8px 18px; cursor: pointer; letter-spacing: .03em; transition: opacity .15s; } .nav-cta:hover { opacity: .85; } .hero { position: relative; z-index: 1; padding: 56px 32px 48px; max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; } .hero-eyebrow { display: inline-flex; align-items: center; gap: 7px; font-family: var(--mono); font-size: 11px; font-weight: 700; color: var(--green); letter-spacing: .1em; text-transform: uppercase; background: var(--green-lo); border: 1px solid rgba(0,230,118,.25); padding: 4px 12px; border-radius: 20px; margin-bottom: 20px; } .live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); animation: blink 1.4s ease infinite; } @keyframes blink { 0%,100%{opacity:1}50%{opacity:.3} } .hero h1 { font-size: clamp(32px,5vw,56px); font-weight: 700; line-height: 1.05; letter-spacing: -.02em; margin-bottom: 14px; } .hero h1 em { color: var(--green); font-style: normal; } .hero-sub { font-size: 15px; color: var(--muted2); max-width: 480px; margin-bottom: 28px; line-height: 1.6; } .hero-stats { display: flex; gap: 28px; flex-wrap: wrap; } .hero-stat-num { font-family: var(--mono); font-size: 22px; font-weight: 700; color: var(--green); display: block; } .hero-stat-label { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .07em; } .hero-ticker { background: var(--bg3); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 18px 22px; min-width: 220px; } .ticker-title { font-family: var(--mono); font-size: 10px; color: var(--muted); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 12px; } .ticker-item { display: flex; align-items: center; justify-content: space-between; padding: 7px 0; border-bottom: 1px solid var(--border); font-size: 12px; } .ticker-item:last-child { border-bottom: none; } .ticker-name { color: var(--muted2); } .ticker-pct { font-family: var(--mono); font-size: 11px; font-weight: 700; color: var(--green); background: var(--green-lo); padding: 2px 7px; border-radius: 4px; } .filter-wrap { position: relative; z-index: 1; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--bg2); padding: 0 32px; } .filter-inner { max-width: 1140px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 0; } .filter-pills { display: flex; gap: 6px; flex-wrap: wrap; } .pill { font-family: var(--mono); font-size: 11px; font-weight: 700; padding: 6px 14px; border-radius: 20px; border: 1px solid var(--border2); background: var(--bg3); color: var(--muted2); cursor: pointer; transition: all .15s; letter-spacing: .04em; } .pill:hover { border-color: var(--green); color: var(--green); } .pill.active { background: var(--green); color: #000; border-color: var(--green); } .filter-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; } .filter-count { font-family: var(--mono); font-size: 12px; color: var(--muted); } .filter-count b { color: var(--green); } .sort-select { background: var(--bg3); color: var(--muted2); border: 1px solid var(--border2); border-radius: var(--r-sm); font-family: var(--mono); font-size: 11px; padding: 6px 10px; cursor: pointer; outline: none; } .main { position: relative; z-index: 1; max-width: 1140px; margin: 0 auto; padding: 32px; display: grid; grid-template-columns: 1fr 280px; gap: 28px; align-items: start; } .deals-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px,1fr)); gap: 12px; } .deal-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; cursor: pointer; transition: border-color .2s, transform .2s; display: flex; flex-direction: column; } .deal-card:hover { border-color: var(--border2); transform: translateY(-3px); } .deal-card.featured { border-color: rgba(0,230,118,.35); } .deal-card.featured:hover { border-color: var(--green); } .deal-thumb { height: 100px; display: flex; align-items: center; justify-content: center; font-size: 40px; position: relative; flex-shrink: 0; } .deal-pct { position: absolute; top: 8px; right: 8px; font-family: var(--mono); font-size: 11px; font-weight: 700; background: var(--green); color: #000; padding: 3px 7px; border-radius: 5px; } .deal-pct.big { font-size: 13px; padding: 4px 9px; } .deal-badge-ends { position: absolute; top: 8px; left: 8px; font-family: var(--mono); font-size: 9px; font-weight: 700; background: var(--red); color: #fff; padding: 2px 6px; border-radius: 4px; animation: blink 1.4s ease infinite; } .deal-body { padding: 12px 14px; flex: 1; display: flex; flex-direction: column; } .deal-store { font-family: var(--mono); font-size: 9px; font-weight: 700; color: var(--muted); letter-spacing: .09em; text-transform: uppercase; margin-bottom: 5px; } .deal-name { font-size: 14px; font-weight: 600; color: var(--white); margin-bottom: 4px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; line-height: 1.3; } .deal-genre { font-size: 11px; color: var(--muted); margin-bottom: 10px; } .deal-prices { display: flex; align-items: baseline; gap: 8px; margin-bottom: 10px; margin-top: auto; } .price-old { font-family: var(--mono); font-size: 11px; color: var(--muted); text-decoration: line-through; } .price-new { font-family: var(--mono); font-size: 18px; font-weight: 700; color: var(--green); } .deal-btn { display: block; text-align: center; background: var(--green); color: #000; font-family: var(--mono); font-size: 12px; font-weight: 700; padding: 9px; border-radius: var(--r-sm); text-decoration: none; letter-spacing: .04em; transition: opacity .15s; } .deal-btn:hover { opacity: .85; } .deal-btn.outline { background: transparent; color: var(--green); border: 1px solid var(--green); } .deal-btn.outline:hover { background: var(--green-lo); } .deals-section-label { font-family: var(--mono); font-size: 11px; font-weight: 700; color: var(--muted); letter-spacing: .1em; text-transform: uppercase; margin: 28px 0 14px; display: flex; align-items: center; gap: 10px; } .deals-section-label::after { content: ''; flex: 1; height: 1px; background: var(--border); } .sidebar { display: flex; flex-direction: column; gap: 16px; } .sidebar-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; } .sidebar-head { padding: 14px 16px; border-bottom: 1px solid var(--border); font-family: var(--mono); font-size: 11px; font-weight: 700; color: var(--muted); letter-spacing: .09em; text-transform: uppercase; } .sidebar-body { padding: 14px 16px; } .epic-card { background: linear-gradient(135deg, #081a0e, #0a1a10); border-color: rgba(0,230,118,.25); } .epic-chip { display: inline-block; font-family: var(--mono); font-size: 10px; font-weight: 700; color: var(--green); background: var(--green-lo); border: 1px solid rgba(0,230,118,.3); padding: 2px 8px; border-radius: 4px; margin-bottom: 8px; } .epic-game-name { font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 3px; } .epic-meta { font-size: 11px; color: var(--muted2); margin-bottom: 12px; } .epic-timer { font-family: var(--mono); font-size: 13px; font-weight: 700; color: var(--amber); margin-bottom: 12px; } .sub-item { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--border); } .sub-item:last-child { border-bottom: none; } .sub-icon { width: 36px; height: 36px; border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; } .sub-info { flex: 1; } .sub-name { font-size: 13px; font-weight: 600; color: var(--white); } .sub-price { font-family: var(--mono); font-size: 11px; color: var(--green); } .sub-btn-sm { font-family: var(--mono); font-size: 10px; font-weight: 700; color: var(--green); background: var(--green-lo); border: 1px solid rgba(0,230,118,.25); border-radius: var(--r-sm); padding: 4px 8px; cursor: pointer; text-decoration: none; display: block; transition: background .15s; } .sub-btn-sm:hover { background: var(--green-md); } .alert-row { display: flex; gap: 8px; margin-bottom: 10px; } .alert-input { flex: 1; background: var(--bg3); border: 1px solid var(--border2); border-radius: var(--r-sm); color: var(--white); font-family: var(--mono); font-size: 12px; padding: 8px 10px; outline: none; } .alert-input:focus { border-color: var(--green); } .alert-input::placeholder { color: var(--muted); } .alert-btn { background: var(--green); color: #000; font-family: var(--mono); font-size: 11px; font-weight: 700; border: none; border-radius: var(--r-sm); padding: 8px 12px; cursor: pointer; white-space: nowrap; } .alert-note { font-size: 11px; color: var(--muted); line-height: 1.5; } .tip-item { display: flex; gap: 10px; padding: 8px 0; border-bottom: 1px solid var(--border); font-size: 12px; color: var(--muted2); line-height: 1.5; } .tip-item:last-child { border-bottom: none; } .tip-icon { font-size: 14px; flex-shrink: 0; margin-top: 1px; } .newsletter { position: relative; z-index: 1; background: var(--bg2); border-top: 1px solid var(--border); padding: 48px 32px; text-align: center; } .nl-inner { max-width: 500px; margin: 0 auto; } .nl-eyebrow { font-family: var(--mono); font-size: 11px; font-weight: 700; color: var(--green); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 12px; } .nl-title { font-size: 24px; font-weight: 700; margin-bottom: 8px; } .nl-sub { font-size: 13px; color: var(--muted2); margin-bottom: 22px; } .nl-form { display: flex; gap: 8px; } .nl-input { flex: 1; background: var(--bg3); border: 1px solid var(--border2); border-radius: var(--r-sm); color: var(--white); font-family: var(--display); font-size: 13px; padding: 11px 14px; outline: none; } .nl-input:focus { border-color: var(--green); } .nl-input::placeholder { color: var(--muted); } .nl-btn { background: var(--green); color: #000; font-family: var(--mono); font-size: 13px; font-weight: 700; border: none; border-radius: var(--r-sm); padding: 11px 22px; cursor: pointer; letter-spacing: .04em; transition: opacity .15s; white-space: nowrap; } .nl-btn:hover { opacity: .85; } footer { position: relative; z-index: 1; border-top: 1px solid var(--border); padding: 24px 32px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; } .footer-logo { font-family: var(--mono); font-size: 15px; font-weight: 700; } .footer-logo b { color: var(--green); } .footer-links { display: flex; gap: 20px; flex-wrap: wrap; } .footer-link { font-size: 12px; color: var(--muted); text-decoration: none; transition: color .15s; } .footer-link:hover { color: var(--white); } .footer-right { font-family: var(--mono); font-size: 11px; color: var(--muted); } .load-more-wrap { text-align: center; margin-top: 32px; } .load-more { background: transparent; color: var(--green); border: 1px solid var(--green); border-radius: var(--r-sm); font-family: var(--mono); font-size: 13px; font-weight: 700; padding: 12px 36px; cursor: pointer; letter-spacing: .04em; transition: background .15s, color .15s; } .load-more:hover { background: var(--green); color: #000; } @media(max-width:900px){ .main { grid-template-columns: 1fr; } .sidebar { display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); } .hero { grid-template-columns: 1fr; } .hero-ticker { display: none; } } @media(max-width:600px){ nav { padding: 0 16px; } .nav-links { display: none; } .hero { padding: 36px 16px 32px; } .filter-wrap { padding: 0 16px; } .filter-inner { flex-direction: column; align-items: flex-start; } .main { padding: 20px 16px; } .deals-grid { grid-template-columns: repeat(2,1fr); gap: 8px; } .newsletter { padding: 36px 16px; } .nl-form { flex-direction: column; } footer { padding: 20px 16px; flex-direction: column; align-items: flex-start; } } @keyframes fadeUp { from{opacity:0;transform:translateY(14px)} to{opacity:1;transform:translateY(0)} } .deal-card { animation: fadeUp .4s ease both; } .deal-card:nth-child(1){animation-delay:.05s} .deal-card:nth-child(2){animation-delay:.1s} .deal-card:nth-child(3){animation-delay:.15s} .deal-card:nth-child(4){animation-delay:.2s} .deal-card:nth-child(5){animation-delay:.25s} .deal-card:nth-child(6){animation-delay:.3s} .deal-card:nth-child(7){animation-delay:.35s} .deal-card:nth-child(8){animation-delay:.4s} .deal-card:nth-child(9){animation-delay:.45s}
Updated Every Day
Best Game Deals
This Week
The lowest prices on PC, PlayStation, and Xbox games — curated daily from Steam, CDKeys, Fanatical, and more.
48Active Deals
85%Max Off
6Stores
// HOT RIGHT NOW
Devil May Cry 5-85%
ARK: Survival Ascended-75%
BioShock Infinite-83%
Elden Ring-50%
Outlast Trials-70%
ALL STEAM PS STORE XBOX EPIC CDKEYS FANATICAL
Showing 9 deals Biggest Discount Lowest Price Newest Ending Soon
🔥 Flash Deals — Ending Soon
⚔️ -85% ENDS 48H
Steam
Devil May Cry 5 + Vergil
Action · Hack & Slash
$29.99 $4.49
🌊 -83%
Steam
BioShock Infinite
FPS · Story
$29.99 $4.99
🦕 -75%
Steam
ARK: Survival Ascended
Survival · Open World
$44.99 $11.24
😱 -70%
Steam
The Outlast Trials
Horror · Co-op
$39.99 $11.99
⚔️ -50%
CDKeys
Elden Ring
Action RPG · Souls
$59.99 $29.99
🌋 -40%
PS Store
God of War Ragnarök
Action · Adventure
$69.99 $41.99
🌀 -75%
Epic Games
Borderlands 3
FPS · Looter Shooter
$39.99 $9.99
🔥 -55%
Fanatical
Diablo IV
ARPG · Dark Fantasy
$69.99 $31.49
🛡️ -60% ENDS 24H
Xbox
Halo Infinite
FPS · Sci-Fi
$59.99 $23.99
Load More Deals