:root{--accent:#5b3df5;--accent2:#8b65ff;--ink:#191827;--muted:#747184;--line:#ebe9f1;--soft:#f7f6fa;--white:#fff;--navh:72px}*{box-sizing:border-box}html{scroll-behavior:smooth;background:#fff}body{margin:0;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;padding-bottom:var(--navh)}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.topbar{height:70px;position:sticky;top:0;z-index:30;background:#ffffffee;backdrop-filter:blur(14px);border-bottom:1px solid var(--line);display:flex;align-items:center;gap:26px;padding:0 max(18px,calc((100vw - 1200px)/2))}.brand{display:flex;align-items:center;gap:10px;font-weight:950;font-size:21px}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(145deg,var(--accent2),var(--accent));color:#fff;box-shadow:0 8px 22px #5b3df535}.search{margin-left:auto;display:flex;width:min(430px,55vw);background:var(--soft);border-radius:14px;padding:4px}.search input{border:0;background:transparent;outline:0;padding:10px 12px;flex:1;min-width:0}.search button{border:0;background:#fff;padding:8px 14px;border-radius:10px;font-weight:800;color:var(--accent)}.site-main{max-width:1200px;margin:auto;padding:24px 18px 50px}.hero{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:34px;padding:54px;border-radius:30px;background:linear-gradient(135deg,#f4f1ff,#fff 48%,#fff4e9);overflow:hidden;min-height:410px;border:1px solid #ece7ff}.eyebrow{font-size:12px;letter-spacing:.14em;font-weight:900;color:var(--accent);text-transform:uppercase}.hero h1{font-size:clamp(42px,6vw,74px);line-height:.98;letter-spacing:-.055em;margin:14px 0 18px;max-width:760px}.hero p{font-size:18px;line-height:1.6;color:var(--muted);max-width:650px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}.btn{border:0;padding:13px 18px;border-radius:14px;font-weight:900;cursor:pointer;font-size:15px}.btn.primary{background:linear-gradient(135deg,var(--accent2),var(--accent));color:#fff;box-shadow:0 12px 30px #5b3df535}.btn.ghost{background:#fff;color:var(--accent);border:1px solid #e3ddff}.btn.big{font-size:18px;padding:16px 24px}.hero-art{aspect-ratio:1;border-radius:50%;background:linear-gradient(145deg,#6d4eff,#2e1b9d);color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:0 34px 70px #5134e94a;transform:rotate(4deg)}.hero-art span{font-size:84px}.hero-art b{font-size:34px}.hero-art small{opacity:.75}.section{margin:46px 0}.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:17px;gap:16px}.section-title span{color:var(--muted);font-size:13px}.section-title h2{margin:3px 0 0;font-size:28px;letter-spacing:-.03em}.section-title>a{font-size:14px;color:var(--accent);font-weight:800}.game-row{display:grid;grid-auto-flow:column;grid-auto-columns:190px;gap:15px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;padding:3px 2px 12px;scrollbar-width:thin}.game-card{scroll-snap-align:start;min-width:0}.game-card>a:first-child{display:block}.thumb{aspect-ratio:4/3;border-radius:18px;overflow:hidden;background:#efedf6;position:relative;border:1px solid var(--line)}.thumb img{width:100%;height:100%;object-fit:cover;transition:transform .25s}.game-card:hover .thumb img{transform:scale(1.04)}.play-badge{position:absolute;right:10px;bottom:10px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#ffffffed;color:var(--accent);font-size:14px;box-shadow:0 5px 18px #24165a32}.game-card h3{margin:10px 2px 4px;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.game-card p{margin:0 2px;color:var(--muted);font-size:12px;line-height:1.4;height:34px;overflow:hidden}.card-links{display:flex;align-items:center;justify-content:space-between;gap:8px}.quick-play,.details-link{display:inline-block;margin:8px 2px 0;font-size:12px;font-weight:900}.quick-play{color:var(--accent)}.details-link{color:var(--muted)}.game-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:22px 16px}.game-grid .game-card{min-width:0}.listing-head{padding:35px 0 30px}.listing-head span{color:var(--accent);font-weight:900;font-size:13px}.listing-head h1{font-size:46px;letter-spacing:-.045em;margin:7px 0}.listing-head p{color:var(--muted);max-width:700px}.game-detail{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;padding:30px 0}.game-cover{border-radius:28px;overflow:hidden;background:var(--soft);aspect-ratio:4/3;border:1px solid var(--line)}.game-cover img{width:100%;height:100%;object-fit:cover}.game-summary h1{font-size:54px;letter-spacing:-.045em;margin:8px 0 12px}.lead{font-size:18px;line-height:1.6;color:var(--muted)}.game-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.game-meta span{background:var(--soft);padding:8px 11px;border-radius:999px;font-size:12px;font-weight:750}.content-card{max-width:850px;margin:25px auto;padding:28px;border:1px solid var(--line);border-radius:22px;line-height:1.75}.content-card h2{font-size:28px}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.post-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff}.post-card img{width:100%;aspect-ratio:16/9;object-fit:cover;background:var(--soft)}.post-card div{padding:17px}.post-card small{color:var(--accent);font-weight:800}.post-card h3{margin:6px 0;font-size:19px}.post-card p{color:var(--muted);font-size:14px;line-height:1.5}.article{max-width:860px;margin:35px auto}.article header{text-align:center;padding:25px 0}.article h1{font-size:clamp(38px,6vw,64px);letter-spacing:-.045em;line-height:1.05;margin:10px 0 18px}.article header p{color:var(--muted);font-size:18px;line-height:1.5}.article-cover{width:100%;border-radius:25px;aspect-ratio:16/9;object-fit:cover}.article-body{font-size:17px;line-height:1.85}.article-body img{border-radius:18px}.article-body h2{font-size:30px;margin-top:36px}.article.simple header{text-align:left}.source-link a{color:var(--accent);font-weight:800}.footer{max-width:1200px;margin:20px auto 80px;padding:30px 18px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:25px}.footer p{color:var(--muted)}.footer nav{display:flex;gap:18px;flex-wrap:wrap;font-size:14px}.bottom-nav{position:fixed;left:50%;bottom:10px;transform:translateX(-50%);height:62px;min-width:min(560px,calc(100vw - 20px));background:#171522f2;color:#fff;z-index:100;border-radius:20px;display:flex;justify-content:space-around;align-items:center;padding:5px 8px;box-shadow:0 15px 45px #100a2e55;backdrop-filter:blur(14px);padding-bottom:max(5px,env(safe-area-inset-bottom))}.bottom-nav a{min-width:62px;height:52px;border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#d8d5e5}.bottom-nav a:hover{background:#2d2940;color:#fff}.bottom-nav span{font-size:19px}.bottom-nav small{font-size:10px}.ad-slot{margin:18px auto;min-height:45px;text-align:center;overflow:hidden}.pagination{display:flex;gap:8px;justify-content:center;margin:35px}.pagination a{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:var(--soft)}.pagination a.active{background:var(--accent);color:#fff}.empty{text-align:center;padding:100px 0}.empty h1{font-size:80px;margin:0}.play-body{padding:0;background:#090812;overflow:hidden}.play-body>link+*{}.play-shell{height:100dvh;display:flex;flex-direction:column;background:#090812;color:#fff;padding-bottom:var(--navh)}.play-top{height:54px;display:flex;align-items:center;gap:12px;padding:0 12px;background:#15131f;border-bottom:1px solid #2a2736}.play-top a{font-size:22px}.play-top strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.play-top .direct-game{margin-left:auto;color:#d9d4ff;font-size:12px;font-weight:800}.play-top .direct-game+button{margin-left:0}.play-top button{margin-left:auto;border:0;background:#302a4a;color:#fff;padding:8px 12px;border-radius:10px;font-weight:800}.game-frame-wrap{flex:1;position:relative;min-height:0}.game-frame-wrap iframe{width:100%;height:100%;border:0;background:#000}.tap-fullscreen{position:absolute;inset:auto 50% 18px auto;transform:translateX(50%);border:0;padding:12px 18px;border-radius:999px;background:#fff;color:#14111f;font-weight:900;box-shadow:0 8px 30px #0008}.game-error{height:100%;display:grid;place-items:center;text-align:center}.play-shell .bottom-nav{bottom:5px}.play-shell .ad-slot{margin:0;max-height:60px}.install-toast{position:fixed;right:18px;bottom:90px;z-index:120;background:#fff;border:1px solid var(--line);box-shadow:0 15px 50px #21175028;padding:16px;border-radius:16px;max-width:320px}.install-toast button{border:0;border-radius:9px;padding:8px 12px;margin-top:8px;background:var(--accent);color:#fff;font-weight:800}@media(max-width:960px){.game-grid{grid-template-columns:repeat(4,1fr)}.hero{padding:36px}.post-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.topbar{padding:0 13px;height:62px}.brand span:last-child{display:none}.search{width:auto;flex:1}.search button{display:none}.site-main{padding:15px 12px 40px}.hero{grid-template-columns:1fr;padding:30px 22px;min-height:auto}.hero h1{font-size:45px}.hero-art{display:none}.game-row{grid-auto-columns:154px;gap:12px}.thumb{border-radius:15px}.section{margin:34px 0}.section-title h2{font-size:23px}.game-grid{grid-template-columns:repeat(3,1fr);gap:18px 10px}.game-detail{grid-template-columns:1fr;gap:22px}.game-summary h1{font-size:42px}.post-grid{grid-template-columns:1fr}.footer{display:grid;margin-bottom:80px}.article{margin-top:15px}.article h1{font-size:40px}.bottom-nav{bottom:7px;border-radius:19px}.listing-head h1{font-size:38px}}@media(max-width:460px){.game-grid{grid-template-columns:repeat(2,1fr)}.quick-play{font-size:11px}.hero-actions .btn{width:100%}.play-top strong{max-width:48vw}}

/* GamesJi v1.1.0: latest-game hero carousel and fullscreen play fixes */
.hero-slider{position:relative;min-height:clamp(390px,48vw,530px);border-radius:30px;overflow:hidden;background:#151225;border:1px solid #e8e2ff;box-shadow:0 24px 70px rgba(38,24,91,.16);isolation:isolate}.hero-track,.hero-slide{position:absolute;inset:0}.hero-slide{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .55s ease,visibility .55s ease}.hero-slide.active{opacity:1;visibility:visible;pointer-events:auto;z-index:2}.hero-game-image{width:100%;height:100%;object-fit:cover;object-position:center;background:#201a39;transform:scale(1.015);transition:transform 6s ease}.hero-slide.active .hero-game-image{transform:scale(1.065)}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,8,22,.94) 0%,rgba(10,8,22,.78) 39%,rgba(10,8,22,.28) 72%,rgba(10,8,22,.12) 100%),linear-gradient(0deg,rgba(10,8,22,.8),transparent 55%)}.hero-game-content{position:absolute;z-index:3;left:clamp(26px,5vw,64px);bottom:clamp(36px,6vw,72px);width:min(610px,72%);color:#fff}.hero-kicker{display:inline-flex;align-items:center;min-height:27px;padding:5px 10px;border-radius:999px;background:rgba(255,255,255,.14);backdrop-filter:blur(10px);font-size:12px;line-height:1.2;letter-spacing:.12em;font-weight:900;color:#fff;text-transform:uppercase}.hero-game-content h1{margin:13px 0 10px;font-size:clamp(40px,6.4vw,76px);line-height:.98;letter-spacing:-.055em;text-wrap:balance;text-shadow:0 5px 28px rgba(0,0,0,.34)}.hero-game-content p{max-width:560px;margin:0 0 23px;color:rgba(255,255,255,.84);font-size:clamp(15px,1.7vw,19px);line-height:1.55;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.hero-game-actions{display:flex;gap:11px;flex-wrap:wrap}.hero-game-actions .btn{min-height:48px}.hero-details{background:rgba(255,255,255,.15);color:#fff;border:1px solid rgba(255,255,255,.4);backdrop-filter:blur(10px)}.hero-details:hover{background:#fff;color:#171522}.hero-arrow{position:absolute;z-index:5;top:50%;width:44px;height:44px;margin-top:-22px;border:1px solid rgba(255,255,255,.32);border-radius:50%;background:rgba(12,9,26,.48);backdrop-filter:blur(12px);color:#fff;font-size:31px;line-height:1;display:grid;place-items:center;cursor:pointer}.hero-prev{left:15px}.hero-next{right:15px}.hero-arrow:hover{background:rgba(91,61,245,.9)}.hero-dots{position:absolute;right:25px;bottom:24px;z-index:6;display:flex;gap:7px;padding:7px 9px;border-radius:999px;background:rgba(10,8,22,.35);backdrop-filter:blur(10px)}.hero-dots button{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.52);cursor:pointer;transition:width .25s ease,background .25s ease}.hero-dots button.active{width:25px;background:#fff}.hero-progress{position:absolute;z-index:7;left:0;right:0;bottom:0;height:4px;background:rgba(255,255,255,.18)}.hero-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--accent2),#fff);animation:heroProgress 5.5s linear forwards}.hero-slider.is-paused .hero-progress span{animation-play-state:paused}@keyframes heroProgress{to{width:100%}}
.play-top{flex:0 0 54px}.play-top .exit-game{display:inline-flex;align-items:center;gap:5px;min-width:62px;font-size:14px;font-weight:850;color:#fff}.play-top .exit-game span{font-size:12px}.play-top strong{flex:1;min-width:0}.play-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.play-top .play-actions .direct-game{margin-left:0}.play-top .play-actions button{margin-left:0;white-space:nowrap}.play-body.fullscreen-active,.play-body.fullscreen-active .play-shell{padding-bottom:0}.play-body.fullscreen-active .bottom-nav,.play-body.fullscreen-active .play-shell>.ad-slot,.play-shell:fullscreen .bottom-nav,.play-shell:fullscreen>.ad-slot,.play-shell:-webkit-full-screen .bottom-nav,.play-shell:-webkit-full-screen>.ad-slot{display:none!important}.play-shell:fullscreen,.play-shell:-webkit-full-screen{height:100%;padding-bottom:0}.play-body.fullscreen-active .tap-fullscreen{display:none}.play-body.fullscreen-active .game-frame-wrap{padding-bottom:0}
@media(max-width:720px){.hero-slider{min-height:470px;border-radius:25px}.hero-game-image{object-position:center}.hero-shade{background:linear-gradient(0deg,rgba(8,6,18,.97) 0%,rgba(8,6,18,.78) 44%,rgba(8,6,18,.18) 78%,rgba(8,6,18,.08) 100%)}.hero-game-content{left:22px;right:22px;bottom:48px;width:auto}.hero-game-content h1{font-size:clamp(38px,12vw,56px);max-width:100%}.hero-game-content p{font-size:15px;-webkit-line-clamp:2}.hero-game-actions{padding-right:0}.hero-arrow{width:38px;height:38px;font-size:27px;top:42%}.hero-prev{left:10px}.hero-next{right:10px}.hero-dots{right:18px;bottom:15px}.hero-game-actions .btn{flex:1;min-width:135px}.play-top{gap:7px;padding:0 8px}.play-top .exit-game{min-width:42px}.play-top .exit-game span{display:none}.play-actions{gap:5px}.play-top .play-actions .direct-game{display:none}.play-top .play-actions button{padding:8px 9px;font-size:12px}.play-top strong{font-size:13px}}
@media(max-width:420px){.hero-slider{min-height:445px}.hero-game-content{left:18px;right:18px}.hero-game-content h1{font-size:40px}.hero-game-actions .btn{width:100%;flex-basis:100%}.hero-details{display:none}}
@media(prefers-reduced-motion:reduce){.hero-slide,.hero-game-image,.hero-dots button{transition:none}.hero-progress{display:none}.hero-game-image,.hero-slide.active .hero-game-image{transform:none}}
