:root{--bg:#130a0f;--panel:#1b1015;--line:#4d3540;--text:#f3e9ed;--muted:#aa969f;--pink:#ef82aa;--yellow:#ffd45f}
*{box-sizing:border-box}
html{background:var(--bg);color-scheme:dark}
body{margin:0;background:radial-gradient(circle at 10% 0,#30131f 0,transparent 35%),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100vh}
a{color:inherit}
.games-header{position:sticky;top:0;z-index:30;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px;min-height:76px;padding:0 clamp(20px,4vw,64px);border-bottom:1px solid #ffffff12;background:#130a0fe8;backdrop-filter:blur(18px)}
.games-brand{display:flex;align-items:center;gap:11px;text-decoration:none;font-size:16px;font-weight:850;white-space:nowrap}.games-brand-mark{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#ef82aa18}.games-brand-mark img{width:25px;height:25px}
.games-header nav{display:flex;justify-content:center;gap:28px}.games-header nav a{color:#bcaab1;text-decoration:none;font-size:14px;font-weight:750}.games-header nav a:hover,.games-header nav a.active{color:#fff}.games-header nav a.active{position:relative}.games-header nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:2px;background:var(--pink);border-radius:999px}
.games-account{display:flex;align-items:center;gap:8px;text-decoration:none;border:1px solid #5e3e4b;border-radius:12px;padding:10px 14px;font-size:13px;font-weight:800}.games-account svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.games-account:hover{border-color:#ef82aa;color:#fff}
.games-main{width:min(1480px,calc(100% - 40px));margin:0 auto;padding:64px 0 82px}.games-intro{max-width:900px;margin-bottom:34px}.games-intro h1{margin:0;color:#fff;font-size:clamp(44px,7vw,86px);letter-spacing:-.055em;line-height:.98}.games-intro>div{max-width:760px;margin-top:20px;color:#b7a5ad;font-size:18px;line-height:1.55}
.games-catalog{padding:0}.games-catalog .sgr-game-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.games-catalog .sgr-catalog-empty,.games-catalog .sgr-catalog-error{color:#c7b4bc;background:#21141a;border-color:#684654}
.games-footer{border-top:1px solid #ffffff12;padding:42px clamp(20px,4vw,64px) 28px;background:#0d070a}.games-footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:38px;max-width:1480px;margin:auto}.games-footer-grid>div{display:flex;flex-direction:column;gap:9px}.games-footer strong{color:#fff}.games-footer a,.games-footer span,.games-footer p{margin:0;color:#aa969f;text-decoration:none;font-size:13px;line-height:1.5}.games-footer a:hover{color:var(--pink)}.games-seller{max-width:1480px;margin:28px auto 0;padding-top:20px;border-top:1px solid #ffffff0d;color:#796970;font-size:11px;line-height:1.5}
@media(max-width:1080px){.games-catalog .sgr-game-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.games-footer-grid{grid-template-columns:1fr 1fr}.games-header nav{display:none}}
@media(max-width:720px){.games-header{grid-template-columns:1fr auto;padding-inline:16px}.games-brand>span:last-child{display:none}.games-account{width:42px;height:42px;padding:0;justify-content:center}.games-account span{display:none}.games-main{width:min(100% - 28px,1480px);padding-top:42px}.games-intro>div{font-size:16px}.games-catalog .sgr-game-grid{grid-template-columns:1fr}.games-footer-grid{grid-template-columns:1fr;gap:24px}}
