:root{
--bg:#090d17;--bg2:#111828;--panel:#151e31;--text:#f7f8fc;--muted:#aeb8cf;
--line:rgba(255,255,255,.11);--green:#55d94c;--purple:#9f5cff;--blue:#3eb8ff
}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}
a{color:inherit;text-decoration:none}img{display:block;max-width:100%}
.container{width:min(1120px,calc(100% - 36px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(9,13,23,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.nav{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand img{height:68px;width:auto}
.nav-right{display:flex;align-items:center;gap:20px}
nav{display:flex;gap:24px}nav a{color:var(--muted);font-size:14px}
.langs{display:flex;gap:3px;padding:4px;background:rgba(255,255,255,.05);border:1px solid var(--line);border-radius:12px}
.langs a{width:34px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:8px;opacity:.55;font-size:19px}
.langs a.active,.langs a:hover{opacity:1;background:rgba(255,255,255,.1)}
.hero{position:relative;overflow:hidden;min-height:650px;display:flex;align-items:center;padding:120px 0 110px}
.hero-content{text-align:center;position:relative;z-index:2}
.hero h1,.game-hero h1{font-size:clamp(48px,7.7vw,92px);line-height:1;letter-spacing:-4px;margin:18px auto 24px;max-width:980px}
.hero p{max-width:720px;margin:auto;color:var(--muted);font-size:20px}
.eyebrow{text-transform:uppercase;letter-spacing:3.5px;font-size:12px;font-weight:850;color:var(--blue)}
.glow{position:absolute;border-radius:50%;filter:blur(100px);opacity:.28}.g1{width:430px;height:430px;background:var(--green);left:-170px;top:100px}.g2{width:400px;height:400px;background:var(--purple);right:-150px;bottom:-30px}
.actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:34px}.actions.left{justify-content:flex-start}
.btn{padding:14px 22px;border:1px solid var(--line);border-radius:999px;font-weight:800;font-size:14px}
.primary{background:linear-gradient(135deg,var(--purple),var(--blue));border:none}.secondary{background:rgba(255,255,255,.04)}.disabled{opacity:.55}
.section{padding:100px 0;scroll-margin-top:95px}.alt{background:var(--bg2)}
.section-heading{margin-bottom:44px}.section-heading h2,.about-grid h2,.follow h2{font-size:clamp(34px,5vw,60px);line-height:1.05;letter-spacing:-2px;margin:12px 0}
.game-card{display:grid;grid-template-columns:1.25fr 1fr;background:var(--panel);border:1px solid var(--line);border-radius:28px;overflow:hidden}
.game-visual{position:relative;min-height:430px}.game-visual img{width:100%;height:100%;object-fit:cover}
.status{position:absolute;top:20px;left:20px;background:#fff;color:#111;padding:8px 12px;border-radius:999px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:1px}.status.standalone{position:static;display:inline-block}
.game-body{padding:48px;display:flex;flex-direction:column;justify-content:center}.game-body h3{font-size:42px;letter-spacing:-2px;margin:0}.game-body p{color:var(--muted)}.game-short{color:#fff!important;font-weight:750}.text-link{color:var(--blue);font-weight:800;margin-top:15px}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}.about-copy{font-size:19px;color:var(--muted)}
.follow{text-align:center}.socials{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:34px 0}
.socials a{display:inline-flex;align-items:center;justify-content:center;min-width:132px;padding:11px 18px;border:1px solid var(--line);border-radius:999px;color:var(--muted);background:rgba(255,255,255,.025)}
.socials a:hover{color:#fff;background:rgba(255,255,255,.06)}
.email{color:var(--blue);font-weight:700;display:inline-block;margin-top:8px}
footer{border-top:1px solid var(--line);padding:28px 0;color:var(--muted);font-size:13px}.footer-inner{display:flex;justify-content:space-between;gap:20px}
.game-hero{padding:100px 0}.game-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.lead{font-size:22px;color:#fff!important;font-weight:700}.game-detail-grid p{color:var(--muted);font-size:18px}
.detail-image{border-radius:28px;overflow:hidden;border:1px solid var(--line);background:var(--panel)}
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature{background:var(--panel);border:1px solid var(--line);padding:28px;border-radius:20px}.feature strong{display:block;font-size:20px;margin-bottom:8px}.feature span{color:var(--muted)}
@media(max-width:860px){
.nav{padding:7px 0;min-height:84px}.brand img{height:52px;max-width:120px}.nav-right{margin-left:auto;flex-direction:column;align-items:flex-end;gap:5px}nav{gap:14px}nav a{font-size:12px}.langs{padding:2px 4px}.langs a{width:26px;height:24px;font-size:15px}
.hero{min-height:auto;padding:80px 0 85px}.hero h1,.game-hero h1{letter-spacing:-2.4px}
.game-card,.about-grid,.game-detail-grid{grid-template-columns:1fr}.game-visual{min-height:290px}.game-body{padding:30px}.features{grid-template-columns:1fr}.footer-inner{flex-direction:column}
}
@media(max-width:520px){
.container{width:calc(100% - 28px)}.brand img{height:48px;max-width:108px}nav{gap:10px}nav a{font-size:11.5px}
.langs a{width:25px;height:24px;font-size:14px}.hero{padding-top:72px}.socials a{min-width:128px}
}
