@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');
:root{--bg:#08090c;--panel:#111319;--text:#f4f4f5;--muted:#9699a5;--line:#292c34;--accent:#7b61ff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Manrope,Arial,sans-serif}a{color:inherit;text-decoration:none}.site-header{height:82px;padding:0 6vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:relative;z-index:2;background:rgba(8,9,12,.9)}.logo{font-family:'Space Grotesk';font-weight:700;letter-spacing:.06em}.logo span{display:inline-grid;place-items:center;border:1px solid #fff;border-radius:50%;width:29px;height:29px;font-size:10px;margin-right:8px}.site-header nav{display:flex;gap:34px;color:var(--muted);font-size:14px}.site-header nav a:hover,.site-header nav .active{color:#fff}.hero{min-height:620px;padding:80px 8vw;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;overflow:hidden;border-bottom:1px solid var(--line);background:radial-gradient(circle at 78% 45%,#25213e 0,#11121a 25%,#08090c 55%)}.eyebrow{font-size:11px;letter-spacing:.22em;color:#888c99;font-weight:800}.hero h1{font:700 clamp(58px,8vw,110px)/.9 'Space Grotesk';letter-spacing:-.07em;margin:20px 0 28px}.hero h1 em,.page-title em{font-style:normal;color:#8f7bff}.lead{max-width:570px;color:#a9abb5;line-height:1.8;font-size:17px}.button{display:inline-flex;gap:30px;align-items:center;margin-top:28px;padding:15px 20px;background:#fff;color:#08090c;font-weight:800;font-size:13px;border-radius:4px}.hero-art{height:390px;position:relative}.orb{position:absolute;border-radius:50%;filter:blur(1px)}.orb-1{width:330px;height:330px;background:linear-gradient(135deg,#6c4cff,#d55cff);right:30px;top:10px;opacity:.72;box-shadow:0 0 120px #6b50e8}.orb-2{width:130px;height:130px;background:#32d5ff;right:0;bottom:25px;opacity:.7;box-shadow:0 0 70px #32d5ff}.console-card{position:absolute;right:50px;top:90px;width:280px;height:180px;background:rgba(15,16,22,.65);border:1px solid rgba(255,255,255,.25);backdrop-filter:blur(14px);display:flex;flex-direction:column;justify-content:space-between;padding:25px;transform:rotate(5deg);box-shadow:0 30px 80px #000}.ps-symbol{font-size:24px;letter-spacing:8px}.console-card strong{font:700 13px 'Space Grotesk';letter-spacing:.16em}.section{padding:90px 8vw}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:30px}.section-head h2{font:700 50px 'Space Grotesk';margin:5px 0}.section-head a{color:#aaa;font-size:13px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.game-card,.list-card{position:relative;overflow:hidden;background:#161820;min-height:350px;border:1px solid var(--line);transition:.35s}.game-card:hover,.list-card:hover{transform:translateY(-5px);border-color:#666}.game-card>div{position:absolute;inset:auto 0 0;padding:26px;background:linear-gradient(transparent,rgba(0,0,0,.9) 65%)}.game-card span,.list-card b{font-size:11px;color:#bfc1ca;letter-spacing:.12em}.game-card h3{font:700 34px 'Space Grotesk';margin:8px 0}.game-card p,.list-card p{margin:0;color:#b4b6c0;font-size:13px}.game-gta{background:linear-gradient(145deg,#e5a92e 0,#1d2732 38%,#10151c 100%)}.game-tlou{background:linear-gradient(145deg,#315542,#111b16 55%,#070b09)}.game-cp{background:linear-gradient(145deg,#e7c500,#743f7e 48%,#14131b)}.game-uncharted{background:linear-gradient(145deg,#d58d43,#31566b 55%,#111923)}.game-stray{background:linear-gradient(145deg,#d96a26,#47302c 50%,#151316)}.game-horizon{background:linear-gradient(145deg,#2e91b6,#c66c32 50%,#18202a)}.game-miles{background:linear-gradient(145deg,#d7192d,#131d4c 55%,#080c18)}.game-valhalla{background:linear-gradient(145deg,#c8a870,#3b332a 50%,#11100f)}.game-gow{background:linear-gradient(145deg,#7f9cb3,#334b58 48%,#10171b)}.game-ghost{background:linear-gradient(145deg,#c53c31,#d6b56e 45%,#24201c)}.game-farcry{background:linear-gradient(145deg,#e0a11e,#2d6b46 50%,#101912)}.quote{padding:110px 15vw;border-top:1px solid var(--line);border-bottom:1px solid var(--line);text-align:center;background:#0c0d11}.quote-mark{font:100px/0.5 Georgia;color:#7562df}.quote blockquote{font:600 clamp(25px,4vw,48px)/1.25 'Space Grotesk';letter-spacing:-.03em;margin:30px 0}.page{padding:90px 8vw;min-height:calc(100vh - 165px)}.page-title{font:700 clamp(55px,8vw,100px)/.95 'Space Grotesk';letter-spacing:-.07em;margin:15px 0}.page-intro{color:var(--muted);font-size:18px;margin-bottom:50px}.all-games{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.list-card{min-height:220px;padding:26px;display:flex;flex-direction:column;justify-content:flex-end}.list-card h2{font:700 32px 'Space Grotesk';margin:8px 0}.list-card i{position:absolute;right:25px;top:25px;font-size:25px;font-style:normal}.about-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:10vw;margin:60px 0}.about-grid p{color:#a7a9b2;line-height:1.9}.about-grid .big-copy{font:600 34px/1.35 'Space Grotesk';color:#eee;letter-spacing:-.03em}.stats{display:flex;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:80px}.stats div{flex:1;padding:35px 0;border-right:1px solid var(--line);display:flex;flex-direction:column}.stats div:last-child{border:0}.stats strong{font:700 55px 'Space Grotesk'}.stats span{color:#888;font-size:12px;text-transform:uppercase;letter-spacing:.12em}footer{padding:24px 6vw;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:#656872;font-size:10px;letter-spacing:.12em}
@media(max-width:800px){.site-header{padding:0 5vw}.site-header nav{gap:14px}.hero{grid-template-columns:1fr;padding:60px 7vw}.hero-art{height:280px}.cards,.all-games{grid-template-columns:1fr}.section,.page{padding:65px 7vw}.about-grid{grid-template-columns:1fr;gap:20px}.stats{margin-top:45px}.quote{padding:80px 8vw}footer{gap:20px;flex-direction:column}}
