*{box-sizing:border-box}
:root{color-scheme:dark;--bg:#04050a;--panel:#0d1020;--text:#f7f8ff;--muted:#99a2c1;--yellow:#ffe600;--cyan:#42e7ff;--border:rgba(255,255,255,.09)}
html{scroll-behavior:smooth}body{margin:0;min-height:100vh;color:var(--text);font-family:Arial,Helvetica,sans-serif;background:
radial-gradient(circle at 18% 0%,rgba(96,54,255,.16),transparent 28%),
radial-gradient(circle at 82% 7%,rgba(66,231,255,.12),transparent 27%),
linear-gradient(#070810,#030407 55%,#000)}
.wrap{width:min(1180px,calc(100% - 28px));margin:auto}.nav{position:sticky;top:0;z-index:30;background:rgba(4,5,10,.84);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}
.nav-inner{height:72px;display:flex;justify-content:space-between;align-items:center;gap:18px}.brand{display:flex;gap:12px;align-items:center;text-decoration:none;color:#fff;font-weight:900;letter-spacing:.08em}
.brand-mark{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:var(--yellow);color:#090909}.nav-links{display:flex;gap:8px;align-items:center}
.nav-links a,.nav-links button{border:0;background:transparent;color:#cbd0e4;text-decoration:none;font-weight:700;padding:9px 11px;border-radius:9px;cursor:pointer}.nav-links a:hover,.nav-links button:hover{background:rgba(255,255,255,.06);color:#fff}
.hero{padding:78px 0 52px;display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center}.kicker{color:var(--cyan);font-size:.8rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.hero h1{font-size:clamp(3rem,8vw,7rem);line-height:.88;margin:16px 0 22px;letter-spacing:-.06em}.hero h1 span{color:var(--yellow)}
.hero p{max-width:690px;color:#aeb5cf;font-size:clamp(1rem,2vw,1.2rem);line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 17px;border-radius:12px;border:1px solid var(--border);font-weight:900;text-decoration:none;cursor:pointer}
.btn-primary{background:var(--yellow);color:#101010;border-color:transparent}.btn-secondary{background:rgba(255,255,255,.045);color:#fff}
.machine{border:1px solid var(--border);border-radius:28px;background:linear-gradient(155deg,#161b34,#090b14);padding:28px;box-shadow:0 30px 90px rgba(0,0,0,.45)}
.screen{border:10px solid #06070a;border-radius:20px;background:repeating-linear-gradient(0deg,rgba(255,255,255,.025) 0 2px,transparent 2px 5px),#020307;min-height:220px;display:grid;place-items:center;text-align:center}
.screen strong{font-size:clamp(2rem,5vw,4rem);line-height:.9;color:var(--yellow);text-shadow:4px 4px 0 #543dff}.machine-bottom{display:flex;justify-content:space-between;align-items:center;padding:25px 22px 0}
.stick{width:68px;height:18px;background:#181c2a;border-radius:999px;position:relative}.stick:before{content:"";position:absolute;left:25px;bottom:10px;width:14px;height:55px;background:#eee;border-radius:8px}.stick:after{content:"";position:absolute;left:15px;bottom:51px;width:34px;height:34px;background:#ff4054;border-radius:50%}
.dots{display:flex;gap:12px}.dots i{width:32px;height:32px;border-radius:50%;background:#42e7ff}.dots i:last-child{background:#ff4fd8}
.section{padding:34px 0 72px}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:22px}.section-head h2{font-size:clamp(1.8rem,4vw,3rem);margin:0}.section-head p{margin:0;color:var(--muted)}
.toolbar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}.search{flex:1;min-width:240px;background:#0d1020;border:1px solid var(--border);border-radius:12px;padding:0 14px;color:#fff;height:46px}
.filters{display:flex;gap:7px;flex-wrap:wrap}.filter{height:46px;padding:0 14px;border-radius:12px;background:#0d1020;border:1px solid var(--border);color:#cbd0e4;font-weight:800;cursor:pointer}.filter.active{background:#fff;color:#08090d}
.game-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.game-card{--accent:#fff;display:flex;flex-direction:column;min-height:330px;border-radius:20px;background:linear-gradient(160deg,#111529,#090b14);border:1px solid var(--border);overflow:hidden;transition:.2s}
.game-card:hover{transform:translateY(-5px);border-color:rgba(255,255,255,.18);box-shadow:0 20px 60px rgba(0,0,0,.3)}.game-art{position:relative;height:150px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 20%,color-mix(in srgb,var(--accent) 35%,transparent),transparent 58%),linear-gradient(#0b0e19,#07090f)}
.game-icon{font-size:4rem}.game-num{position:absolute;left:14px;top:12px;font-size:.72rem;font-weight:1000;letter-spacing:.15em;background:rgba(0,0,0,.38);border:1px solid rgba(255,255,255,.12);padding:6px 8px;border-radius:8px}
.game-body{padding:18px;display:flex;flex:1;flex-direction:column}.game-meta{display:flex;justify-content:space-between;gap:10px;margin-bottom:8px}.game-meta span{font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.13em;color:var(--accent)}
.game-body h3{font-size:1.45rem;margin:0 0 8px}.game-body p{color:#9fa7c2;line-height:1.55;margin:0 0 16px;flex:1}.play{display:flex;justify-content:space-between;text-decoration:none;color:#fff;font-weight:900;border-top:1px solid var(--border);padding-top:14px}.play b{color:var(--accent)}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stat{background:#0d1020;border:1px solid var(--border);border-radius:18px;padding:20px}.stat strong{display:block;font-size:2rem;color:var(--yellow)}.stat span{color:var(--muted)}
.release{display:grid;grid-template-columns:1fr 1fr;gap:16px}.release article{background:#0d1020;border:1px solid var(--border);border-radius:18px;padding:22px}.release p{color:var(--muted);line-height:1.6}
.footer{border-top:1px solid var(--border);padding:28px 0 42px;color:#858da8}.footer-inner{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.empty{display:none;grid-column:1/-1;padding:40px;text-align:center;border:1px dashed var(--border);border-radius:16px;color:var(--muted)}
@media(max-width:920px){.hero{grid-template-columns:1fr}.game-grid{grid-template-columns:repeat(2,1fr)}.stats{grid-template-columns:repeat(2,1fr)}.release{grid-template-columns:1fr}}
@media(max-width:620px){.nav-links a{display:none}.hero{padding-top:54px}.game-grid{grid-template-columns:1fr}.section-head{align-items:start;flex-direction:column}.stats{grid-template-columns:1fr 1fr}.machine{padding:18px}}
