:root{
  --text:#111827;
  --muted:#617083;
  --line:#dce8f5;
  --bg:#f4f8ff;
  --card:#fff;
  --blue:#2d7dff;
  --blue-dark:#155bd4;
  --blue-soft:#edf5ff;
  --cyan:#26c6da;
  --navy:#0f2d58;
  --star:#f6a623;
  --shadow:0 18px 46px rgba(39,92,158,.13);
  --soft-shadow:0 8px 24px rgba(39,92,158,.08);
  --type-display:50px;
  --type-landing-section:38px;
  --type-section:30px;
  --type-content-heading:26px;
  --type-card-heading:20px;
}
*{box-sizing:border-box}
body{margin:0;background:
  radial-gradient(circle at 16% 0%,rgba(45,125,255,.16),transparent 34%),
  linear-gradient(180deg,#f2f8ff 0,#fff 360px,#f7faff 100%);
  color:var(--text);font:15px/1.66 -apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,textarea{font:inherit}
.wrap{width:min(1280px,calc(100% - 36px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:20;background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom:1px solid rgba(220,232,245,.76)}
.nav{height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:900}
.brand-logo{width:auto;height:34px;object-fit:contain}
.brand-mark{width:36px;height:36px;border-radius:12px;background:linear-gradient(135deg,var(--blue),var(--cyan));color:#fff;display:grid;place-items:center;box-shadow:0 10px 22px rgba(45,125,255,.25)}
.nav-links{display:flex;align-items:center;gap:10px;font-weight:800;color:#344054}
.nav-links a{padding:9px 13px;border-radius:999px}
.nav-links a.active,.nav-links a:hover{color:var(--blue);background:var(--blue-soft)}
.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--blue);color:#fff;font-weight:850;min-height:40px;padding:0 18px;box-shadow:0 12px 24px rgba(40,120,255,.24);cursor:pointer}
.btn:hover{background:var(--blue-dark)}
.btn.light{background:#fff;color:var(--blue);border:1px solid #cfe0ff;box-shadow:none}
.hero{position:relative;overflow:hidden;padding:54px 0 58px;background:linear-gradient(135deg,#eaf4ff 0,#f8fbff 54%,#fff 100%);border-bottom:1px solid rgba(220,232,245,.72)}
.hero:after{content:"";position:absolute;right:8%;top:28px;width:260px;height:170px;border-radius:44px;background:linear-gradient(135deg,rgba(45,125,255,.16),rgba(38,198,218,.15));transform:rotate(-8deg)}
.hero .wrap{position:relative;z-index:1}
.hero h1,.page-title{font-size:40px;line-height:1.12;margin:0 0 10px;letter-spacing:-.025em;color:var(--navy)}
.directory-hero{padding:58px 0 34px;background:#fff;border-bottom:1px solid var(--line)}.directory-hero h1{margin:0;color:var(--navy);font-size:48px;line-height:1.08;letter-spacing:-.035em}.directory-hero>div>p:not(.directory-kicker){margin:9px 0 0;color:var(--muted);font-size:17px}.directory-kicker{margin:0 0 7px;color:var(--blue);font-size:12px;font-weight:900;letter-spacing:.1em}.directory-nav{display:flex;gap:22px;flex-wrap:wrap;margin-top:27px}.directory-nav a{padding-bottom:9px;border-bottom:2px solid transparent;color:#526175;font-size:14px;font-weight:850}.directory-nav a:hover{color:var(--blue);border-color:var(--blue)}
.hero p,.lead{margin:0;color:var(--muted);font-size:16px}
.crumb{display:flex;gap:8px;flex-wrap:wrap;font-size:13px;color:var(--muted);font-weight:700;margin-bottom:12px}
.crumb a{color:var(--blue)}
.section{padding:34px 0}
.section-headline{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:14px}
.section-headline h2{font-size:24px;margin:0;color:var(--navy);letter-spacing:-.015em}
.section-headline h2 a{color:var(--text)}
.section-headline p{margin:4px 0 0;color:var(--muted)}
.section-link{color:var(--blue);font-weight:800;white-space:nowrap}
.layout{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:24px}
.posts{display:grid;gap:14px}
.post-card{display:grid;grid-template-columns:172px minmax(0,1fr);gap:16px;background:#fff;border:1px solid rgba(220,232,245,.92);border-radius:20px;padding:15px;box-shadow:var(--soft-shadow);transition:.18s ease}
.post-card:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:#bed5ff}
.category-stream{gap:0}.category-stream .guide-row{border-radius:0;border-width:0 0 1px;box-shadow:none;padding:20px 0}.category-stream .guide-row:first-child{padding-top:0}.category-stream .guide-row:hover{transform:none;box-shadow:none;border-color:var(--line)}
.post-card img{width:172px;aspect-ratio:16/9;object-fit:cover;border-radius:14px;background:#eef3f8}
.post-card h2{font-size:20px;line-height:1.26;margin:5px 0}
.post-card h2 a,.category{color:var(--blue)}
.post-card p{margin:0 0 6px;color:var(--muted)}
time{font-size:13px;color:var(--muted)}
.side,.card{background:#fff;border:1px solid rgba(220,232,245,.92);border-radius:20px;padding:18px;box-shadow:var(--soft-shadow)}
.side h2,.card h2{font-size:18px;margin:0 0 12px}
.side-category{display:flex;align-items:center;gap:9px;padding:8px 0;border-bottom:1px solid #eef3f8}
.side-category:last-child{border-bottom:0}
.side-category img{width:30px;height:30px;border-radius:8px;object-fit:cover;background:#eef3f8}
.side-category .default-icon{width:30px;height:30px;border-radius:8px}
.ranking-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.ranking-preview{background:#fff;border:1px solid rgba(220,232,245,.92);border-radius:22px;padding:16px;box-shadow:var(--shadow);min-width:0}
.ranking-preview{position:relative;overflow:hidden}
.ranking-preview:before{content:"";position:absolute;left:0;top:0;right:0;height:5px;background:linear-gradient(90deg,var(--blue),var(--cyan))}
.ranking-preview h3{font-size:18px;margin:0 0 10px}
.ranking-preview h3 a{color:var(--blue)}
.game-library-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}
.game-library-grid.compact{grid-template-columns:1fr}
.game-library-item,.channel-index-item{display:flex;align-items:center;gap:10px;min-width:0;background:#fff;border:1px solid rgba(220,232,245,.95);border-radius:14px;padding:10px;color:var(--text);box-shadow:0 5px 14px rgba(39,92,158,.04)}
.game-library-item:hover,.channel-index-item:hover{border-color:#b9d1ff;box-shadow:0 8px 18px rgba(40,120,255,.08)}
.game-library-item img,.channel-index-item img,.default-icon{width:42px;height:42px;border-radius:12px;object-fit:cover;background:linear-gradient(135deg,#8fd0ff,var(--blue));flex:0 0 auto}
.game-library-item span,.channel-index-item span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500;font-size:14px}
.full-ranking{background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid rgba(220,232,245,.92);border-radius:24px;padding:22px;margin-bottom:20px;box-shadow:var(--shadow)}
.full-ranking{position:relative;overflow:hidden}
.full-ranking:before{content:"";position:absolute;right:-80px;top:-90px;width:210px;height:210px;border-radius:50%;background:rgba(45,125,255,.07)}
.full-ranking>.section-headline,.full-ranking>.game-library-grid,.full-ranking>.channel-index-grid{position:relative;z-index:1}
.full-ranking .game-library-grid{grid-template-columns:repeat(auto-fill,minmax(162px,1fr))}
.directory-section{padding:34px 0!important;margin:0!important;border:0!important;border-bottom:1px solid var(--line)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.directory-section:last-child{border-bottom:0!important}.directory-section:before{display:none}.directory-section .section-headline{margin-bottom:19px}.directory-section .section-headline h2{font-size:28px}.directory-section .game-library-grid,.directory-section .channel-index-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px 26px;border:0}.directory-section .game-library-item,.directory-section .channel-index-item{min-height:62px;border:0;border-radius:10px;box-shadow:none;background:transparent;padding:8px}.directory-section .game-library-item:hover,.directory-section .channel-index-item:hover{background:#eef6ff;box-shadow:none}.directory-section .game-library-item img,.directory-section .game-library-item .default-icon,.directory-section .channel-index-item img,.directory-section .channel-index-item .default-icon{width:42px;height:42px;border-radius:11px}
.page-games{--blue:#6d5ce8;--blue-dark:#5140c7;--blue-soft:#f0edff;--navy:#28204f;background:#faf9ff}.page-games .brand-mark{background:linear-gradient(135deg,#6d5ce8,#a76cf2)}.page-games .nav-links a.active,.page-games .nav-links a:hover{color:#6654df;background:#f0edff}.page-games .directory-hero{padding:55px 0 0;background:radial-gradient(circle at 82% 10%,rgba(190,137,255,.28),transparent 28%),linear-gradient(125deg,#25184f 0,#483495 55%,#7059d9 100%);border-bottom:0;color:#fff}.page-games .directory-hero h1{max-width:720px;color:#fff;font-size:52px}.page-games .directory-hero>div>p:not(.directory-kicker){max-width:650px;color:#dcd7f7}.page-games .directory-hero .crumb{color:#c9c2ee}.page-games .directory-hero .crumb a{color:#fff}.page-games .directory-nav{margin-top:31px;gap:28px}.page-games .directory-nav a{padding:0 0 15px;color:#ddd8f5;border-bottom:3px solid transparent}.page-games .directory-nav a:hover{color:#fff;border-color:#aee7ff}.page-games .game-directory>.section{padding-top:18px;background:linear-gradient(180deg,#f7f5ff,#fff 460px)}.page-games .directory-section{border-bottom-color:#e0dcf3!important;padding:40px 0!important}.page-games .directory-section .section-headline{margin-bottom:22px}.page-games .directory-section .section-headline h2{color:#28204f;font-size:30px}.page-games .directory-section .section-headline p{color:#6f6983}.page-games .directory-section .game-library-grid{counter-reset:game-rank;gap:5px 28px}.page-games .directory-section .game-library-item{position:relative;min-height:70px;padding:10px 8px 10px 42px;border-radius:12px}.page-games .directory-section .game-library-item:before{counter-increment:game-rank;content:counter(game-rank,decimal-leading-zero);position:absolute;left:6px;color:#aaa3c1;font-size:12px;font-weight:900;font-variant-numeric:tabular-nums}.page-games .directory-section .game-library-item:nth-child(-n+3):before{color:#745fe5}.page-games .directory-section .game-library-item:hover,.page-games .directory-section .channel-index-item:hover{background:#efecff}.page-games .directory-section .game-library-item .default-icon,.page-games .directory-section .channel-index-item .default-icon{background:linear-gradient(135deg,#7565e8,#bd79ef);box-shadow:0 8px 18px rgba(103,82,211,.18)}.page-games .directory-section .game-library-item span:last-child,.page-games .directory-section .channel-index-item span:last-child{color:#292442;font-weight:780}.page-games #channels .channel-index-grid{padding-top:2px}.page-games #channels .channel-index-item{min-height:68px;border-bottom:1px solid #ece9f7;border-radius:0;padding-left:2px}.page-games .site-footer{margin-top:0}
.page-home .hero{padding:76px 0 66px;background:linear-gradient(115deg,#f7fbff,#fff 62%,#edf7ff);border-bottom:1px solid var(--line)}.home-kicker{margin:0 0 8px;color:var(--blue)!important;font-size:12px!important;font-weight:900;letter-spacing:.1em}.page-home .hero h1{max-width:660px;font-size:52px}.page-home .layout{gap:42px}.page-home .post-card,.category-stream .guide-row{background:transparent;border-width:0 0 1px;border-radius:0;box-shadow:none;padding:20px 0}.page-home .post-card:first-child{padding-top:0}.page-home .post-card:hover,.category-stream .guide-row:hover{transform:none;box-shadow:none;border-color:var(--line)}.page-home .side{border:0;border-radius:0;box-shadow:none;padding:0}.page-home .side h2{padding-bottom:10px;border-bottom:1px solid var(--line)}.page-home .ranking-preview-grid{gap:40px;border:0}.page-home .ranking-preview{border-radius:0;border:0;border-top:1px solid #bfd4f0;box-shadow:none;padding:16px 0 0;background:transparent}.page-home .ranking-preview:before{display:none}.page-home .ranking-preview .game-library-grid{gap:2px}.page-home .ranking-preview .game-library-item{border:0;border-radius:8px;box-shadow:none;background:transparent;padding:8px 6px}.page-home .ranking-preview .game-library-item:hover{background:#eef6ff;box-shadow:none}.page-home .ranking-preview .game-library-item img,.page-home .ranking-preview .game-library-item .default-icon{width:34px;height:34px;border-radius:9px}
.page-home .hero:after{display:none}.page-home .post-card .category{color:var(--muted);font-weight:700}.page-home .ranking-preview h3 a{color:var(--navy)}
.page-home{background:#fff}.home-editorial-hero{overflow:hidden;background:radial-gradient(circle at 75% 18%,rgba(45,125,255,.22),transparent 32%),linear-gradient(125deg,#071a36 0,#0b2b55 55%,#104c8f 100%);color:#fff}.home-hero-grid{min-height:410px;display:grid;grid-template-columns:minmax(410px,.88fr) minmax(0,1.12fr);align-items:center;gap:52px;padding-top:34px;padding-bottom:34px}.home-hero-copy{position:relative;z-index:2}.home-hero-copy h1{max-width:630px;margin:0;font-size:54px;line-height:1.01;letter-spacing:-.05em}.home-hero-copy>p{max-width:560px;margin:17px 0 0;color:#c5d8ef;font-size:16px;line-height:1.62}.home-hero-actions{display:flex;align-items:center;gap:22px;margin-top:24px}.home-hero-primary{display:inline-flex;align-items:center;gap:25px;min-height:50px;padding:0 20px 0 22px;border-radius:12px;background:#fff;color:#0d3568;font-weight:900;box-shadow:0 16px 34px rgba(0,0,0,.2)}.home-hero-primary span{color:var(--blue);font-size:20px}.home-hero-secondary{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.42);font-weight:800}.home-featured-story{position:relative;overflow:hidden;min-height:340px;border-radius:26px;background:#102b4f;box-shadow:0 26px 58px rgba(0,0,0,.28)}.home-featured-story:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.22);border-radius:inherit;pointer-events:none}.home-featured-story>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.home-featured-story:hover>img{transform:scale(1.025)}.home-featured-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,19,39,.04) 25%,rgba(4,18,39,.92) 100%)}.home-featured-copy{position:absolute;z-index:1;left:0;right:0;bottom:0;padding:25px}.home-featured-copy h2{max-width:610px;margin:0 0 10px;color:#fff;font-size:26px;line-height:1.18;letter-spacing:-.025em}.home-featured-copy p{margin:0;color:#cfe0f3;font-size:13px;font-weight:750}.home-featured-copy b{margin-left:5px;color:#fff}
.home-pathways{border-bottom:1px solid var(--line);background:#fff}.home-pathways>.wrap{display:grid;grid-template-columns:repeat(3,1fr)}.home-pathways a{display:flex;min-height:104px;flex-direction:column;justify-content:center;padding:18px 35px;border-right:1px solid var(--line)}.home-pathways a:first-child{padding-left:0}.home-pathways a:last-child{border-right:0}.home-pathways a>strong{color:var(--navy);font-size:19px}.home-pathways a>small{margin-top:3px;color:var(--muted);font-size:13px}.home-pathways a b{margin-left:5px;color:var(--blue);font-size:15px}.home-pathways a:hover strong{color:var(--blue)}
.home-latest{padding-top:62px;padding-bottom:54px}.home-section-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid var(--line)}.home-section-intro p{margin:0 0 2px;color:var(--blue);font-size:10px;font-weight:900;letter-spacing:.14em}.home-section-intro h2{margin:0;color:var(--navy);font-size:32px;line-height:1.15;letter-spacing:-.025em}.home-section-intro>a{color:var(--blue);font-size:13px;font-weight:850}.home-reading-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:62px}.home-article-stream{gap:0}.page-home .home-article-stream .post-card{grid-template-columns:220px minmax(0,1fr);gap:23px;padding:24px 0}.page-home .home-article-stream .post-card:first-child{padding-top:5px}.page-home .home-article-stream .post-card img{width:220px;aspect-ratio:16/10;border-radius:16px}.page-home .home-article-stream .post-card h2{margin:5px 0 7px;font-size:23px;line-height:1.24}.page-home .home-article-stream .post-card h2 a{color:var(--navy)}.page-home .home-article-stream .post-card h2 a:hover{color:var(--blue)}.page-home .home-article-stream .post-card .category{color:var(--blue);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.home-channel-index{align-self:start;padding-left:34px;border-left:1px solid var(--line)}.home-aside-label{margin:4px 0 2px;color:var(--blue);font-size:10px;font-weight:900;letter-spacing:.13em}.home-channel-index>h2{margin:0 0 17px;color:var(--navy);font-size:23px}.home-channel-game{display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:12px;padding:14px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.home-channel-game img{width:52px;height:52px;border-radius:14px;object-fit:cover}.home-channel-game span{min-width:0}.home-channel-game strong,.home-channel-game small{display:block}.home-channel-game strong{color:var(--navy)}.home-channel-game small{color:var(--muted);font-size:11px}.home-channel-game>b{color:var(--blue);font-size:18px}.home-channel-links{padding:8px 0 19px}.home-channel-links a{display:flex;align-items:center;justify-content:space-between;padding:9px 0;color:#334b68;font-size:13px;font-weight:780}.home-channel-links b{color:#96a5b7;font-size:11px}.home-channel-links a:hover span{color:var(--blue)}.home-emulator-link{display:block;padding:20px;border-radius:18px;background:linear-gradient(135deg,#0d2a50,#185da5);color:#fff}.home-emulator-link span,.home-emulator-link strong,.home-emulator-link small{display:block}.home-emulator-link span{color:#67d8ff;font-size:9px;font-weight:900;letter-spacing:.13em}.home-emulator-link strong{margin-top:6px;font-size:16px;line-height:1.38}.home-emulator-link small{margin-top:14px;color:#d4e7fb;font-weight:800}
.home-text-feed{padding-top:10px}.text-article-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:46px;border-top:1px solid var(--line)}.text-article-list a{padding:14px 0;border-bottom:1px solid var(--line);color:#263e5d;font-size:15px;font-weight:750}.text-article-list a:hover{color:var(--blue)}
.emulator-page{--blue:#0aa3b2;--blue-dark:#07818d;--blue-soft:#e9fafb;--cyan:#53d9cf;background:#fff}.emulator-page .brand-mark{background:linear-gradient(135deg,#0796a7,#4fd6cf)}.emulator-page .nav-links a.active,.emulator-page .nav-links a:hover{color:#078b98;background:#e9fafb}.emulator-hero{overflow:hidden;background:radial-gradient(circle at 80% 24%,rgba(72,222,210,.2),transparent 30%),linear-gradient(125deg,#06282d 0,#0a4b56 52%,#0c7480 100%);color:#fff}.emulator-hero-grid{min-height:640px;display:grid;grid-template-columns:minmax(420px,.82fr) minmax(560px,1.18fr);align-items:center;gap:24px}.emulator-hero-copy{position:relative;z-index:2;padding:78px 0}.emulator-eyebrow{margin:0 0 13px;color:#79eee4;font-size:12px;font-weight:900;letter-spacing:.14em}.emulator-hero h1{max-width:650px;margin:0;font-size:58px;line-height:1.04;letter-spacing:-.045em}.emulator-lead{max-width:610px;margin:22px 0 0;color:#c9e6e5;font-size:18px;line-height:1.7}.emulator-actions{display:flex;align-items:center;gap:15px;margin-top:31px}.emulator-download{display:inline-flex;align-items:center;gap:12px;min-height:64px;padding:0 24px;border-radius:14px;background:#fff;color:#095764;font-size:17px;font-weight:900;box-shadow:0 18px 40px rgba(0,0,0,.22)}.emulator-download:hover{background:#efffff;transform:translateY(-1px)}.emulator-download small{display:block;color:#6d7f95;font-size:10px;line-height:1.3;text-transform:uppercase;letter-spacing:.08em}.download-symbol{font-size:28px;color:var(--blue)}.emulator-secondary{padding:13px 5px;border-bottom:1px solid rgba(255,255,255,.5);color:#fff;font-weight:800}.emulator-note{margin:14px 0 0;color:#9ec8ca;font-size:12px}.emulator-visual{position:relative;align-self:stretch;display:flex;align-items:center;min-width:0}.emulator-visual img{position:relative;z-index:1;width:118%;max-width:none;transform:translateX(-2%);filter:drop-shadow(0 28px 46px rgba(0,0,0,.34))}.visual-glow{position:absolute;inset:18% 2% 10%;background:#3fd9cf;filter:blur(90px);opacity:.28}
.emulator-proof{border-bottom:1px solid var(--line);background:#fff}.emulator-proof-row{display:grid;grid-template-columns:repeat(4,1fr);padding:25px 0}.emulator-proof-row>div{padding:1px 28px;border-right:1px solid var(--line)}.emulator-proof-row>div:first-child{padding-left:0}.emulator-proof-row>div:last-child{border:0}.emulator-proof strong{display:block;color:var(--navy);font-size:18px}.emulator-proof span{display:block;margin-top:1px;color:var(--muted);font-size:13px}
.emulator-section{padding:94px 0}.emulator-section-title{max-width:720px;margin-bottom:45px}.emulator-section-title>p{margin:0 0 8px;color:var(--blue);font-size:12px;font-weight:900;letter-spacing:.13em}.emulator-section-title h2,.emulator-showcase-copy h2,.emulator-requirements h2{margin:0;color:var(--navy);font-size:42px;line-height:1.13;letter-spacing:-.035em}.emulator-section-title>span{display:block;margin-top:14px;color:var(--muted);font-size:17px}.emulator-feature-list{border-top:1px solid var(--line)}.emulator-feature-list article{display:grid;grid-template-columns:110px 1fr;gap:25px;padding:31px 0;border-bottom:1px solid var(--line)}.feature-number{color:#9dc5f8;font-size:24px;font-weight:900}.emulator-feature-list h3{margin:0 0 5px;color:#173960;font-size:22px}.emulator-feature-list p{max-width:720px;margin:0;color:var(--muted);font-size:16px}
.emulator-showcase{padding:90px 0;background:#eefafa}.emulator-showcase-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:65px}.emulator-showcase-image{overflow:hidden;border-radius:26px;box-shadow:0 30px 65px rgba(18,91,96,.18)}.emulator-showcase-image img{width:100%;aspect-ratio:16/9;object-fit:cover}.emulator-showcase-copy>p:not(.emulator-eyebrow){color:var(--muted);font-size:16px}.emulator-showcase-copy ul{margin:22px 0;padding:0;list-style:none;border-top:1px solid #cce4e4}.emulator-showcase-copy li{padding:11px 0;border-bottom:1px solid #cce4e4;color:#274562;font-weight:750}.emulator-showcase-copy li:before{content:"✓";margin-right:11px;color:var(--blue);font-weight:900}.emulator-showcase-copy>a{display:inline-block;margin-top:5px;color:var(--blue);font-weight:900}
.emulator-steps{background:#fff}.emulator-step-row{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:0;padding:0;border-top:1px solid var(--line);list-style:none}.emulator-step-row li{display:flex;gap:18px;padding:30px 34px;border-right:1px solid var(--line)}.emulator-step-row li:first-child{padding-left:0}.emulator-step-row li:last-child{border-right:0}.emulator-step-row>li>span{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:var(--blue);color:#fff;font-weight:900}.emulator-step-row h3{margin:4px 0 6px;color:var(--navy);font-size:18px}.emulator-step-row p{margin:0;color:var(--muted)}
.emulator-requirements{padding:88px 0;background:#0c284e;color:#fff}.emulator-requirements-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:start}.emulator-requirements h2{color:#fff}.emulator-requirements p:not(.emulator-eyebrow){color:#a9bed7;font-size:16px}.emulator-requirements dl{margin:0}.emulator-requirements dl div{display:grid;grid-template-columns:180px 1fr;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.13)}.emulator-requirements dt{color:#8fa9c7}.emulator-requirements dd{margin:0;font-weight:750}
.emulator-faq{background:#f5fbfb}.emulator-faq-list{max-width:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:46px}.emulator-faq-list details{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:0}.emulator-faq-list summary{position:relative;padding:22px 42px 22px 0;color:#173960;font-size:17px;font-weight:850;cursor:pointer;list-style:none}.emulator-faq-list summary:after{content:"+";position:absolute;right:5px;color:var(--blue);font-size:22px}.emulator-faq-list details[open] summary:after{content:"−"}.emulator-faq-list details p{max-width:790px;margin:-5px 0 22px;color:var(--muted)}
.emulator-final-cta{padding:58px 0;background:linear-gradient(115deg,#078f9e,#19b9b1);color:#fff}.emulator-final-cta .wrap{display:flex;align-items:center;justify-content:space-between;gap:30px}.emulator-final-cta p{margin:0 0 4px;color:#d3ffff;font-size:11px;font-weight:900;letter-spacing:.12em}.emulator-final-cta h2{margin:0;font-size:31px}.emulator-final-cta a{padding:15px 23px;border-radius:12px;background:#fff;color:#087c88;font-weight:900;box-shadow:0 14px 30px rgba(0,71,77,.18)}
.emulator-page .site-footer{margin-top:0}
.channel-index-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:10px}
.category-hero,.codes-hero,.pc-hero{display:flex;align-items:center;justify-content:space-between;gap:16px;background:linear-gradient(135deg,#fff 0,#f1f8ff 100%);border:1px solid rgba(190,213,255,.92);border-radius:26px;padding:22px;margin-bottom:22px;box-shadow:var(--shadow);position:relative;overflow:hidden}
.category-hero:after,.codes-hero:after,.pc-hero:after{content:"";position:absolute;right:-70px;top:-80px;width:210px;height:210px;border-radius:50%;background:rgba(45,125,255,.08)}
.category-main,.codes-game,.pc-hero-main{position:relative;z-index:1}
.category-main,.codes-game,.pc-hero-main{display:flex;align-items:center;gap:14px;min-width:0}
.category-hero-icon,.codes-game-icon{width:84px;height:84px;border-radius:22px;object-fit:cover;background:#eef3f8;border:1px solid var(--line);flex:0 0 auto;box-shadow:0 12px 28px rgba(39,92,158,.18)}
.category-hero h1,.codes-hero h1,.pc-hero h1{font-size:34px;line-height:1.12;margin:0;color:var(--navy);letter-spacing:-.025em}
.category-hero p,.codes-updated{margin:5px 0 0;color:var(--muted)}
.codes-kicker{margin:0 0 4px;color:var(--blue);font-size:12px;text-transform:uppercase;font-weight:900;letter-spacing:.05em}
.category-actions,.pc-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
.category-action{display:inline-flex;align-items:center;justify-content:center;border:1px solid #cfe0ff;border-radius:999px;padding:7px 12px;font-weight:800;color:var(--blue);background:#fff}
.category-action.primary{background:var(--blue);border-color:var(--blue);color:#fff}
.page-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
.page-tabs a{border:1px solid #cfe0ff;border-radius:999px;padding:8px 15px;color:var(--blue);font-weight:850;background:#fff;box-shadow:0 6px 14px rgba(39,92,158,.06)}
.page-tabs a.active{background:var(--blue);color:#fff;border-color:var(--blue)}
.section-title{font-size:20px;margin:4px 0 14px}
.post{max-width:820px;margin:0 auto;background:#fff;border:1px solid rgba(220,232,245,.94);border-radius:26px;padding:36px 40px;box-shadow:var(--shadow);position:relative;overflow:hidden}
.post:before{content:"";position:absolute;left:0;right:0;top:0;height:8px;background:linear-gradient(90deg,var(--blue),var(--cyan))}
.post:after{content:"";position:absolute;right:-100px;top:-110px;width:260px;height:260px;border-radius:50%;background:rgba(45,125,255,.07)}
.post>*{position:relative;z-index:1}
.post>.category{display:inline-flex;align-items:center;border-radius:999px;background:var(--blue-soft);color:var(--blue);font-weight:900;padding:6px 12px;margin-bottom:6px}
.post h1{font-size:38px;line-height:1.16;margin:10px 0;color:var(--navy);letter-spacing:-.025em}
.summary{color:var(--muted);margin:0 0 18px;font-size:16px}
.cover{width:100%;border-radius:20px;margin:20px 0;box-shadow:0 14px 34px rgba(39,92,158,.12)}
.content h2{font-size:26px;margin:34px 0 12px;color:var(--navy);letter-spacing:-.015em;position:relative;padding-left:14px}
.content h2:before{content:"";position:absolute;left:0;top:.22em;width:4px;height:1.05em;border-radius:999px;background:var(--blue)}
.content h3{font-size:19px;margin:22px 0 8px}
.content p,.content li{font-size:16px;color:#344054}
.content a{color:var(--blue)}
.table-wrap{overflow:auto;margin:18px 0;border:1px solid var(--line);border-radius:12px}
.content table,.article-body table{width:100%;border-collapse:collapse;min-width:540px}
.content th,.content td,.article-body th,.article-body td{padding:10px 12px;border-bottom:1px solid var(--line);text-align:left}
.content th,.article-body th{background:var(--blue-soft);color:#174ea6}
.related-posts{max-width:820px;margin:20px auto 0;background:#fff;border:1px solid rgba(220,232,245,.94);border-radius:24px;padding:22px;box-shadow:var(--shadow)}
.related-posts h2{font-size:19px;margin:0 0 12px}
.related-list,.codes-article-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.related-item,.codes-article{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:9px;min-width:0}
.related-item img,.codes-article img{width:72px;aspect-ratio:16/9;object-fit:cover;border-radius:8px;flex:0 0 auto}
.related-item span,.codes-article span{font-weight:720;line-height:1.35}
.codes-card{background:#fff;border:1px solid rgba(220,232,245,.94);border-radius:22px;padding:26px;margin-bottom:16px;box-shadow:var(--soft-shadow)}
.codes-card{position:relative;overflow:hidden}
.codes-card:before{display:none}
.codes-card>*{position:relative;z-index:1}
.codes-card h2{font-size:24px;margin:0 0 12px;color:var(--navy);letter-spacing:-.015em}
.codes-card p{color:var(--muted)}
.code-alert-card{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);align-items:center;gap:28px;padding:30px;background:linear-gradient(125deg,#10295e 0%,#174fd3 58%,#3c7cff 100%);border:0;box-shadow:0 18px 42px rgba(26,84,190,.24)}
.code-alert-card:after{content:"";position:absolute;width:260px;height:260px;right:-95px;top:-150px;border-radius:50%;background:rgba(255,255,255,.11);pointer-events:none}
.code-alert-card h2,.code-alert-card p,.code-alert-card .sidebar-label{color:#fff}.code-alert-card h2{font-size:28px;margin-bottom:8px}.code-alert-card p{margin:0;opacity:.86}.code-alert-card .sidebar-label{opacity:.68;margin-bottom:7px}.code-alert-points{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.code-alert-points span{color:#e7f1ff;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:6px 9px;font-size:12px;font-weight:750}.code-alert-form{position:relative;z-index:1;background:#fff;border-radius:16px;padding:16px;box-shadow:0 14px 30px rgba(4,20,65,.18)}.code-alert-form label{display:block;margin-bottom:7px;font-size:12px;font-weight:800;color:#19315f}.code-alert-input-row{display:flex;gap:8px}.code-alert-input-row input{min-width:0;flex:1;border:1px solid #cbdaf3;border-radius:10px;padding:11px 12px;font:inherit}.code-alert-input-row button{border:0;border-radius:10px;background:#ffcf47;color:#172b59;padding:0 15px;font:inherit;font-weight:850;cursor:pointer}.code-alert-input-row button:hover{background:#ffe080}.code-alert-input-row button:disabled{opacity:.65;cursor:wait}.code-alert-notice{margin:10px 0 0!important;color:#50688e!important;font-size:12px;line-height:1.45;opacity:1!important}.code-alert-honeypot{position:absolute!important;left:-10000px!important;opacity:0!important}
.codes-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.codes-summary div{border:1px solid #cfe0ff;border-radius:16px;padding:14px;background:linear-gradient(180deg,#fbfdff,#f4f9ff)}
.codes-summary span{display:block;color:var(--muted);font-size:13px}
.codes-summary strong{display:block;font-size:18px;margin-top:2px}
.gift-code-list{list-style:none;margin:0;padding:0;display:grid;gap:9px}
.gift-code-item{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--line);border-radius:16px;background:#fbfdff;padding:12px}
.gift-code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:16px;font-weight:850;letter-spacing:.03em;background:#eef4fb;border-radius:8px;padding:7px 9px;white-space:nowrap}
.gift-code.hidden{filter:blur(5px);user-select:none}
.gift-code.is-blurred{filter:blur(5px);-webkit-filter:blur(5px);user-select:none;pointer-events:none}
.gift-code-item.is-hidden-code [data-copy-code],.gift-code-item.is-hidden-code [data-vote]{display:none}
.gift-code-actions{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}
.gift-code-actions button,.review-form button[type=submit]{border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--text);min-height:31px;padding:5px 9px;font-weight:720;cursor:pointer}
.gift-code-actions button:hover{border-color:#b9d1ff}
.gift-code-actions .gift-vote{display:inline-flex;align-items:center;gap:4px;border:0;border-radius:999px;background:rgba(45,125,255,.06);color:#526175;font-weight:500}
.gift-code-actions .gift-vote:hover{background:rgba(45,125,255,.11)}
.gift-code-actions .gift-vote-like.is-voted{border:1px solid #bbf7d0;background:#dcfce7;color:#16803d}
.gift-code-actions .gift-vote-dislike.is-voted{border:1px solid #fecaca;background:#fee2e2;color:#c83d3d}
.expired-code-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:9px}
.expired-code-grid code{border:1px solid var(--line);border-radius:10px;background:#f2f5f8;color:#7d8792;text-decoration:line-through;padding:9px;font-weight:800}
.review-summary{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}
.review-score{text-align:right;border:1px solid var(--line);border-radius:12px;background:#fbfdff;padding:10px;min-width:126px}
.review-score strong{display:block;font-size:28px;line-height:1}
.review-score span,.review-meta span,.stars{color:var(--star)}
.review-score small,.review-meta small,.review-note{color:var(--muted)}
.review-list{display:grid;gap:9px;margin-bottom:12px}
.review-item{border:1px solid var(--line);border-radius:16px;background:#fbfdff;padding:13px}
.review-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.review-item p{margin:6px 0 0;color:#344054}
.review-form{border-top:1px solid var(--line);padding-top:12px;display:grid;gap:9px}
.review-form-row{display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.review-form input,.review-form textarea{border:1px solid var(--line);border-radius:10px;background:#fff;padding:8px 10px}
.review-form textarea{width:100%;min-height:78px;resize:vertical}
.review-stars button{border:0;background:transparent;color:#c7ced6;font-size:18px;cursor:pointer}
.review-stars button.active{color:var(--star)}
.redeem-card ol{margin:0;padding-left:22px}
.faq-card details{border-top:1px solid var(--line);padding:11px 0}
.faq-card details:first-of-type{border-top:0}
.faq-card summary{cursor:pointer;font-weight:850}
.pc-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.pc-feature-grid div,.pc-tip-list p,.requirements-list div{border:0;border-top:1px solid var(--line);border-radius:0;background:transparent;padding:11px 0}.pc-feature-grid div:nth-child(-n+2){border-top:0}
.pc-feature-grid strong{display:block}
.pc-tip-list{display:grid;gap:8px}
.requirements-list{display:grid;gap:8px}
.requirements-list div{display:flex;justify-content:space-between;gap:12px}
.requirements-list span{color:var(--muted)}
.site-footer{max-width:none;margin:48px 0 0;padding:0;color:#a7abb2;border:0;background:#191b1f}.footer-inner{width:min(1280px,calc(100% - 36px));margin:0 auto;padding:32px 0 18px;color:#c8cbd0}.footer-top{display:flex;justify-content:space-between;gap:30px;padding-bottom:25px;border-bottom:1px solid rgba(255,255,255,.12)}.footer-brand{color:#fff;font-size:20px;font-weight:900}.footer-brand small{display:block;margin-top:5px;color:#a7abb2;font-size:13px;font-weight:500}.footer-links{display:flex;gap:18px;flex-wrap:wrap;align-content:flex-start}.footer-links a{font-size:13px;font-weight:750;color:#c8cbd0}.footer-links a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:16px;padding-top:16px;font-size:12px;color:#92969d}
.footer-brand{display:none}.footer-top{align-items:center;padding-bottom:18px}.footer-bottom{display:none}.footer-copyright{display:flex;align-items:center;gap:13px;color:#b8bcc3;font-size:12px;white-space:nowrap}.footer-copyright img{width:50px;height:28px;object-fit:contain}
.footer-top{border-bottom:0}
.article-hero{position:relative;min-height:390px;display:flex;align-items:flex-end;isolation:isolate;overflow:hidden;background:#102a4f}
.article-hero-image,.article-hero-shade{position:absolute;inset:0;width:100%;height:100%}.article-hero-image{object-fit:cover;z-index:-2}.article-hero-shade{z-index:-1;background:linear-gradient(90deg,rgba(7,24,49,.9),rgba(9,34,66,.67) 48%,rgba(9,34,66,.24)),linear-gradient(0deg,rgba(7,24,49,.42),transparent 50%)}
.article-hero-content{padding:54px 0 48px;color:#fff}.crumb-light{color:rgba(255,255,255,.7)}.crumb-light a{color:#b9dcff}.hero-category{display:inline-flex;margin:20px 0 12px;border-radius:999px;padding:5px 11px;background:rgba(120,195,255,.18);border:1px solid rgba(202,232,255,.33);font-size:13px;font-weight:800;color:#fff}.article-hero h1{max-width:850px;margin:0;font-size:44px;line-height:1.12;letter-spacing:-.03em}.article-hero p{max-width:690px;margin:14px 0 0;color:rgba(255,255,255,.85);font-size:17px}.article-meta{display:flex;flex-wrap:wrap;gap:9px 18px;margin-top:20px;font-size:13px;font-weight:700;color:rgba(255,255,255,.78)}.article-meta span+span:before{content:"•";margin-right:18px;color:#8dc8fb}
.game-topic-hero{position:relative;isolation:isolate;min-height:306px;display:flex;align-items:flex-end;overflow:hidden;background:#102a4f}.game-topic-cover,.game-topic-shade{position:absolute;inset:0;width:100%;height:100%}.game-topic-cover{object-fit:cover;z-index:-2}.game-topic-shade{z-index:-1;background:linear-gradient(90deg,rgba(7,24,49,.91),rgba(9,34,66,.68) 51%,rgba(9,34,66,.32)),linear-gradient(0deg,rgba(7,24,49,.76),transparent 58%)}.game-topic-content{padding:38px 0 75px;color:#fff}.game-topic-title{display:flex;align-items:center;gap:15px;margin-top:19px}.game-topic-title>img,.game-topic-title>a>img{width:76px;height:76px;border-radius:20px;object-fit:cover;border:1px solid rgba(255,255,255,.5);box-shadow:0 10px 26px rgba(0,0,0,.22);background:#edf4fb}.topic-kicker{margin:0 0 2px!important;color:#a6d6ff!important;font-size:11px!important;letter-spacing:.1em;text-transform:uppercase;font-weight:900}.game-topic-title h1{margin:0;color:#fff;font-size:36px;line-height:1.14;letter-spacing:-.025em}.game-topic-title p:not(.topic-kicker){margin:5px 0 0;color:rgba(255,255,255,.84);font-size:15px}.game-topic-tabs{position:absolute;bottom:0;left:50%;transform:translateX(-50%);z-index:2}.game-topic-tabs nav{display:flex;gap:3px}.game-topic-tabs a{min-width:112px;padding:13px 19px;border-radius:12px 12px 0 0;background:rgba(7,24,49,.68);border:1px solid rgba(255,255,255,.2);border-bottom:0;color:rgba(255,255,255,.78);text-align:center;font-size:14px;font-weight:850;backdrop-filter:blur(10px)}.game-topic-tabs a:hover,.game-topic-tabs a.active{background:#fff;color:var(--blue);border-color:#fff}.article-topic-hero{min-height:410px}.article-topic-hero .game-topic-content{padding-bottom:76px}.article-topic-hero .game-topic-title{align-items:flex-start}.article-topic-hero .game-topic-title h1{max-width:770px;font-size:42px}.article-topic-hero .article-meta{margin-top:15px}
.game-topic-hero{background:#102a4f}.game-topic-cover{display:block}
.article-section{padding-top:30px}.article-layout{display:grid;grid-template-columns:210px minmax(0,1fr) 270px;gap:26px;align-items:start}.article-toc,.article-rightbar{min-width:0}.article-toc{position:sticky;top:92px;border:1px solid var(--line);border-radius:18px;background:#fff;padding:16px;box-shadow:var(--soft-shadow)}.sidebar-label{margin:0 0 8px;font-size:11px;letter-spacing:.08em;font-weight:900;color:var(--blue)}.article-toc nav{display:grid;border-top:1px solid #edf3fa}.article-toc nav a{padding:9px 5px;border-bottom:1px solid #edf3fa;color:#526175;font-size:13px;font-weight:720}.article-toc nav a:hover,.article-toc nav a.active{color:var(--blue)}.article-toc nav a.active{border-left:3px solid var(--blue);padding-left:9px;background:#f4f9ff}.toc-game-link{display:flex;align-items:center;gap:8px;margin-top:14px;padding-top:13px;border-top:1px solid var(--line);font-size:12px;font-weight:800}.toc-game-link img{width:30px;height:30px;border-radius:9px;object-fit:cover}.toc-game-link small{display:block;font-size:9px;color:var(--muted);letter-spacing:.07em}.toc-game-link b{margin-left:auto;color:var(--blue);font-size:20px}
.article-body{background:#fff;border:1px solid rgba(220,232,245,.94);border-radius:22px;padding:34px 40px;box-shadow:var(--soft-shadow)}.article-body h2{scroll-margin-top:92px;font-size:27px;line-height:1.22;margin:38px 0 13px;color:var(--navy);letter-spacing:-.02em}.article-body h3{font-size:19px;margin:24px 0 8px;color:#173963}.article-body p,.article-body li{font-size:16px;color:#3d4b60}.article-body li{margin:8px 0}.article-body ul{padding-left:22px}.article-intro{font-size:18px!important;line-height:1.72;color:#263e5d!important;margin-top:0}.article-callout{display:grid;gap:4px;margin:24px 0;padding:15px 17px;border-radius:14px;border:1px solid #bfe2ff;background:linear-gradient(100deg,#eef8ff,#f9fdff);color:#265985}.article-callout strong{font-size:14px;color:#1663c8}.article-callout span{font-size:14px}.priority{display:inline-block;border-radius:99px;padding:2px 9px;font-size:12px;font-weight:850}.priority.high{background:#fff0ed;color:#d8533b}.priority.medium{background:#fff8e8;color:#b47716}.article-end{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:34px;padding-top:19px;border-top:1px solid var(--line);font-size:14px;font-weight:800;color:var(--muted)}.article-end div{display:flex;gap:7px}.article-end button{border:1px solid var(--line);border-radius:999px;background:#fff;padding:6px 10px;cursor:pointer;color:#42526a}.article-end button:hover{border-color:#a9c9ff;background:#f3f8ff}
.author-box{display:flex;gap:14px;align-items:flex-start;margin-top:32px;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.author-avatar{display:grid;place-items:center;width:46px;height:46px;flex:0 0 auto;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--cyan));color:#fff;font-size:12px;font-weight:900}.author-box h3{margin:0 0 3px}.author-box p:not(.sidebar-label){margin:0;font-size:14px;line-height:1.55}.pc-showcase{width:100%;height:220px;object-fit:cover;object-position:center 42%;margin:0 0 20px;border-radius:14px}
.legal-page{max-width:960px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;display:flex;flex-direction:column}.legal-page:before,.legal-page:after{display:none!important}.legal-page>.category{order:0;margin-top:34px}.legal-page>h1{order:1}.legal-page>.summary{order:2}.legal-page>.content{order:3;padding:28px 0 10px;border-top:1px solid var(--line)}.legal-tabs{order:-1;display:flex;gap:0;flex-wrap:wrap;margin:0;padding:0;border-bottom:1px solid var(--line);width:100%}.legal-tabs a{border:0;border-radius:0;padding:15px 18px 13px;color:#526175;font-size:14px;font-weight:800;border-bottom:3px solid transparent;margin-bottom:-1px}.legal-tabs a.active,.legal-tabs a:hover{border-color:var(--blue);background:transparent;color:var(--blue)}
.article-rightbar{position:sticky;top:92px;align-self:start;display:grid;gap:16px}.rightbar-card{border:1px solid var(--line);border-radius:18px;padding:16px;background:#fff;box-shadow:var(--soft-shadow)}.rightbar-card h2{margin:0 0 8px;font-size:18px;color:var(--navy)}.mini-article,.game-rec{display:flex;align-items:center;gap:9px;padding:10px 0;border-top:1px solid #eef3f8;font-size:13px;line-height:1.35;font-weight:760}.mini-article img{width:44px;height:36px;object-fit:cover;border-radius:9px}.mini-article small,.game-rec small{display:none}.mini-icon,.rec-icon{display:grid;place-items:center;width:34px;height:34px;flex:0 0 auto;border-radius:10px;background:#edf6ff;font-size:16px}.rec-icon{background:linear-gradient(135deg,#eef7ff,#e9fdfb)}.view-all{display:flex;justify-content:space-between;padding-top:10px;border-top:1px solid var(--line);margin-top:2px;font-size:13px;color:var(--blue);font-weight:850}.view-all b{font-size:17px}
.topic-page-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:26px;align-items:start}.topic-main{min-width:0}.topic-sidebar{position:sticky;top:92px;display:grid;gap:16px}.topic-main .codes-card:last-child{margin-bottom:0}
.comments-section{padding-top:0}.comments-wrap{width:min(748px,calc(100% - 568px));margin-left:calc((100% - min(1280px,calc(100% - 36px)))/2 + 236px);background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px 34px;box-shadow:var(--soft-shadow)}.comments-heading{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:17px}.comments-heading h2{font-size:24px;color:var(--navy);margin:0}.comments-heading p:not(.sidebar-label){margin:4px 0 0;color:var(--muted);font-size:14px}.comment-list{display:grid;gap:18px;padding:20px 0}.comment{display:flex;gap:11px}.avatar{display:grid;place-items:center;width:34px;height:34px;flex:0 0 auto;border-radius:50%;background:#d9edff;color:#1764bc;font-size:13px;font-weight:900}.avatar.alt{background:#f2e7ff;color:#8a55cf}.avatar.green{background:#dcf6eb;color:#16865a}.comment strong{font-size:14px}.comment small{margin-left:8px;color:var(--muted);font-size:12px}.comment p{margin:3px 0 0;color:#46556b;font-size:14px}.comment-form{display:grid;gap:10px;border-top:1px solid var(--line);padding-top:20px}.comment-form input,.comment-form textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:10px 12px;outline-color:#8bbcff}.comment-form textarea{min-height:88px;resize:vertical}.comment-form span{margin-left:10px;color:#3e8b5a;font-size:13px;font-weight:700}
.page-games .directory-section .game-library-item span:last-child{white-space:normal;line-height:1.3}.page-games .directory-section .game-library-item:nth-child(4n+2) .default-icon{background:linear-gradient(135deg,#ec6c9c,#f49b68)}.page-games .directory-section .game-library-item:nth-child(4n+3) .default-icon{background:linear-gradient(135deg,#28aab4,#62d6b3)}.page-games .directory-section .game-library-item:nth-child(4n+4) .default-icon{background:linear-gradient(135deg,#f2a640,#f3d15f)}

/* Keep the global interface blue; only first-level hero backgrounds vary by page. */
.page-games{--blue:#2d7dff;--blue-dark:#155bd4;--blue-soft:#edf5ff;--navy:#0f2d58;background:#fff}.page-games .brand-mark{background:linear-gradient(135deg,var(--blue),var(--cyan))}.page-games .nav-links a.active,.page-games .nav-links a:hover{color:var(--blue);background:var(--blue-soft)}.page-games .game-directory>.section{background:linear-gradient(180deg,#f4f8ff,#fff 460px)}.page-games .directory-section{border-bottom-color:var(--line)!important}.page-games .directory-section .section-headline h2{color:var(--navy)}.page-games .directory-section .section-headline p{color:var(--muted)}.page-games .directory-section .game-library-item:before{color:#96a5b7}.page-games .directory-section .game-library-item:nth-child(-n+3):before{color:var(--blue)}.page-games .directory-section .game-library-item:hover,.page-games .directory-section .channel-index-item:hover{background:#eef6ff}.page-games .directory-section .game-library-item .default-icon,.page-games .directory-section .channel-index-item .default-icon{background:linear-gradient(135deg,#8fd0ff,var(--blue))!important;box-shadow:0 8px 18px rgba(45,125,255,.16)}.page-games .directory-section .game-library-item span:last-child,.page-games .directory-section .channel-index-item span:last-child{color:var(--text)}.page-games #channels .channel-index-item{border-bottom-color:#e6eef8}

.emulator-page{--blue:#2d7dff;--blue-dark:#155bd4;--blue-soft:#edf5ff;--cyan:#26c6da}.emulator-page .brand-mark{background:linear-gradient(135deg,var(--blue),var(--cyan))}.emulator-page .nav-links a.active,.emulator-page .nav-links a:hover{color:var(--blue);background:var(--blue-soft)}.emulator-page .emulator-hero{background:radial-gradient(circle at 78% 28%,rgba(244,195,65,.22),transparent 30%),linear-gradient(125deg,#050606 0,#15140f 54%,#453716 100%)}.emulator-page .emulator-eyebrow{color:#f0c64d}.emulator-page .emulator-lead{color:#d9d9d5}.emulator-page .emulator-note{color:#b9b7ae}.emulator-page .emulator-download{color:#27220f}.emulator-page .emulator-download:hover{background:#fff9e8}.emulator-page .emulator-hero .download-symbol{color:#d9a915}.emulator-page .visual-glow{background:#e2b72f}.emulator-page .emulator-showcase{background:#eef6ff}.emulator-page .emulator-showcase-image{box-shadow:0 30px 65px rgba(24,71,126,.2)}.emulator-page .emulator-showcase-copy ul{border-top-color:#cedff1}.emulator-page .emulator-showcase-copy li{border-bottom-color:#cedff1}.emulator-page .emulator-faq{background:#f8fbff}.emulator-page .emulator-final-cta{background:linear-gradient(115deg,#1770ef,#29a6ef)}.emulator-page .emulator-final-cta p{color:#cbeaff}.emulator-page .emulator-final-cta a{color:#145dc6;box-shadow:0 14px 30px rgba(0,45,108,.2)}

.page-home .home-editorial-hero{background:radial-gradient(circle at 82% 12%,rgba(180,222,250,.34),transparent 30%),linear-gradient(125deg,#1f65ce 0,#347fd8 58%,#68abe8 100%)}.page-home .home-hero-grid{height:360px;min-height:360px;grid-template-columns:minmax(430px,1fr) 410px;gap:64px;padding-top:28px;padding-bottom:28px}.page-home .home-hero-copy h1{font-size:50px}.page-home .home-hero-copy>p{max-width:535px;color:#eff7ff}.page-home .home-featured-story{width:410px;min-height:230px;justify-self:end;border-radius:18px;box-shadow:0 18px 38px rgba(7,63,151,.22)}.page-home .home-featured-copy{padding:19px}.page-home .home-featured-copy h2{font-size:20px}
.page-games .directory-hero{height:360px;padding:0;background:radial-gradient(circle at 84% 12%,rgba(183,245,207,.3),transparent 30%),linear-gradient(125deg,#087b59 0,#10a171 56%,#61ca8d 100%)}.page-games .directory-hero>.directory-hero-grid{height:360px;display:grid;grid-template-columns:minmax(430px,1fr) 410px;align-items:center;gap:64px}.page-games .directory-hero-copy h1{margin:0;color:#fff;font-size:50px}.page-games .directory-hero-copy>p{max-width:535px;margin:17px 0 0;color:#f2fff7;font-size:16px;line-height:1.62}.page-games .directory-nav{margin-top:24px;gap:24px}.page-games .directory-nav a{padding:9px 0;color:#fff;border-bottom:1px solid rgba(255,255,255,.5)}.page-games .directory-nav a:hover{color:#fff;border-color:#fff}.directory-featured-game{position:relative;overflow:hidden;width:410px;min-height:230px;justify-self:end;border-radius:18px;background:#07583f;box-shadow:0 18px 38px rgba(3,74,50,.23)}.directory-featured-game:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.24);border-radius:inherit}.directory-featured-game>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.directory-featured-game:hover>img{transform:scale(1.025)}.directory-featured-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,28,21,.05) 24%,rgba(3,32,24,.92) 100%)}.directory-featured-game>div{position:absolute;z-index:1;left:0;right:0;bottom:0;padding:19px}.directory-featured-game h2{margin:0 0 8px;color:#fff;font-size:20px;line-height:1.2}.directory-featured-game p{margin:0;color:#eefcf4;font-size:13px;font-weight:750}.directory-featured-game b{margin-left:5px}

.page-home .nav-links a.active,.page-games .nav-links a.active,.emulator-page .nav-links a.active{color:#344054;background:transparent}.nav-links a:not([href*="play-on-pc"]):hover{color:var(--blue);background:transparent}.nav-links a[href*="play-on-pc"],.page-home .nav-links a[href*="play-on-pc"],.page-games .nav-links a[href*="play-on-pc"],.emulator-page .nav-links a[href*="play-on-pc"]{padding:10px 16px;border-radius:999px;background:var(--blue);color:#fff;box-shadow:0 9px 20px rgba(45,125,255,.22)}.nav-links a[href*="play-on-pc"]:hover,.nav-links a[href*="play-on-pc"].active{background:var(--blue-dark);color:#fff}.footer-links a{font-weight:400;color:#b8bcc3}

.rightbar-card img.rec-icon{width:34px;height:34px;object-fit:cover}
.article-body .content>h2:first-child{margin-top:8px}
.review-form>button[type=submit]{justify-self:start}
.empty{color:var(--muted)}

/* Program-wide topic rating and restrained sidebar hierarchy. */
.game-topic-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:34px;margin-top:19px}
.game-topic-heading .game-topic-title{min-width:0;margin-top:0}
.game-topic-rating{display:grid;grid-template-columns:auto auto;align-items:center;column-gap:9px;flex:0 0 auto;min-width:150px;padding:0;border:0;border-radius:0;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;text-align:right}
.game-topic-rating strong{font-size:34px;line-height:1;color:#fff}
.game-topic-rating span{color:#ffc13a;font-size:15px;letter-spacing:-.06em}
.game-topic-rating small{grid-column:1/-1;margin-top:5px;color:rgba(255,255,255,.72);font-size:11px}
.mini-article,.game-rec{font-weight:500;color:#435269}
.mini-article span,.game-rec strong{font-weight:500}
.view-all{font-weight:500}
.rightbar-card h2{font-size:19px}
.mini-article,.game-rec{line-height:1.4}
.mini-article{font-size:15px}
.game-rec{font-size:14px}
.mini-article>span:last-child{display:-webkit-box;overflow:hidden;white-space:normal;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}

/* Games directory content stays white and guide channels mirror ranked game rows. */
.page-games .game-directory>.section{background:#fff}
.page-games #channels .channel-index-grid{counter-reset:channel-rank;gap:5px 28px}
.page-games #channels .channel-index-item{position:relative;min-height:70px;padding:10px 8px 10px 42px;border:0;border-radius:12px;background:transparent;box-shadow:none}
.page-games #channels .channel-index-item:before{counter-increment:channel-rank;content:counter(channel-rank,decimal-leading-zero);position:absolute;left:6px;color:#96a5b7;font-size:12px;font-weight:900;font-variant-numeric:tabular-nums}
.page-games #channels .channel-index-item:nth-child(-n+3):before{color:var(--blue)}
.page-games #channels .channel-index-item:hover{border-radius:12px;background:#eef6ff;box-shadow:none}
.page-home .ranking-preview .game-library-item span,.page-games .directory-section .game-library-item span:last-child,.page-games .directory-section .channel-index-item span:last-child{font-weight:500}

/* Gold is reserved for the LDPlayer hero; the editorial showcase returns to blue. */
.emulator-page .emulator-showcase .emulator-eyebrow{color:var(--blue)}
.emulator-showcase-image img{width:100%;height:100%;object-fit:cover}

/* Shared type hierarchy: display, landing section, directory section, content, card. */
h1,h2,h3{line-height:1.2}
.page-home .home-hero-copy h1,.page-games .directory-hero-copy h1,.emulator-page .emulator-hero h1{font-size:var(--type-display)}
.emulator-section-title h2,.emulator-showcase-copy h2,.emulator-requirements h2{font-size:var(--type-landing-section)}
.home-section-intro h2,.page-games .directory-section .section-headline h2{font-size:var(--type-section)}
.content h2,.article-body h2{font-size:var(--type-content-heading);line-height:1.25;color:var(--navy)}
.content h3,.article-body h3{font-size:19px;line-height:1.35;color:var(--navy)}
.post-card h2,.category-stream .guide-row h2{line-height:1.3}
@media(max-width:920px){
  .layout{grid-template-columns:1fr}.ranking-preview-grid{grid-template-columns:1fr}.side{order:2}
  .page-home .home-hero-grid{height:auto;min-height:0;grid-template-columns:1fr;padding-top:42px;padding-bottom:40px}.home-hero-copy{max-width:680px}.page-home .home-featured-story{width:100%;min-height:300px;justify-self:stretch}.home-reading-layout{grid-template-columns:1fr;gap:38px}.home-channel-index{padding:28px 0 0;border-left:0;border-top:1px solid var(--line)}
  .page-games .directory-hero{height:auto}.page-games .directory-hero>.directory-hero-grid{height:auto;grid-template-columns:1fr;gap:30px;padding-top:42px;padding-bottom:40px}.directory-featured-game{width:100%;min-height:280px;justify-self:stretch}
  .article-layout{grid-template-columns:190px minmax(0,1fr)}.article-rightbar{position:static;grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr))}.comments-wrap{width:min(720px,calc(100% - 36px));margin:0 auto}
  .topic-page-layout{grid-template-columns:minmax(0,1fr) 270px}
  .directory-section .game-library-grid,.directory-section .channel-index-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:720px){
  .wrap{width:min(100% - 24px,1280px)}.nav{height:auto;padding:12px 0;align-items:center;gap:8px}.nav-links{gap:2px;flex-wrap:nowrap;font-size:13px}.nav-links a{padding:8px 7px}
  .hero h1,.page-title{font-size:28px}.category-hero,.codes-hero,.pc-hero{align-items:flex-start}.category-hero h1,.codes-hero h1,.pc-hero h1,.post h1{font-size:26px}
  .post-card{grid-template-columns:1fr}.post-card img{width:100%}.ranking-preview,.full-ranking,.codes-card,.post,.related-posts{border-radius:14px;padding:14px}
  .full-ranking .game-library-grid,.game-library-grid,.channel-index-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .category-hero,.codes-hero,.pc-hero{display:block}.category-main,.codes-game,.pc-hero-main{align-items:flex-start}.category-actions,.page-tabs{margin-left:0}
  .codes-summary,.related-list,.codes-article-grid,.pc-feature-grid{grid-template-columns:1fr}.gift-code-item{display:block}.gift-code{display:block;overflow:auto}.gift-code-actions{justify-content:flex-start;margin-top:9px}
  .review-summary{display:block}.review-score{text-align:left;margin-top:10px}.requirements-list div{display:block}
  .article-hero{min-height:355px}.article-hero-content{padding:38px 0 32px}.article-hero h1{font-size:31px}.article-hero p{font-size:15px}.article-layout{display:block}.article-toc{position:static;margin-bottom:14px}.article-toc nav{grid-template-columns:repeat(2,minmax(0,1fr))}.article-toc nav a{font-size:12px}.article-body{padding:22px 18px;border-radius:16px}.article-body h2{font-size:24px;margin-top:30px}.article-rightbar{display:grid;grid-template-columns:1fr;margin-top:14px}.comments-wrap{width:calc(100% - 24px);padding:20px 17px;border-radius:16px}.comment-form .btn{width:100%}
  .topic-page-layout{display:block}.topic-sidebar{position:static;margin-top:16px}.topic-sidebar .rightbar-card{padding:18px}
  .game-topic-hero{min-height:335px}.game-topic-content{padding:27px 0 72px}.game-topic-title{align-items:flex-start;gap:11px;margin-top:15px}.game-topic-title>img,.game-topic-title>a>img{width:58px;height:58px;border-radius:16px}.game-topic-title h1,.article-topic-hero .game-topic-title h1{font-size:28px}.game-topic-title p:not(.topic-kicker){font-size:14px}.game-topic-tabs{width:calc(100% - 24px)}.game-topic-tabs nav{width:100%}.game-topic-tabs a{flex:1;min-width:0;padding:12px 7px;font-size:12px}.article-topic-hero{min-height:410px}.article-topic-hero .game-topic-content{padding-bottom:70px}
  .directory-hero{padding:38px 0 24px}.directory-hero h1{font-size:34px}.directory-nav{gap:14px;margin-top:20px}.directory-section .game-library-grid,.directory-section .channel-index-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.directory-section .section-headline h2{font-size:23px}.directory-section .game-library-item,.directory-section .channel-index-item{min-height:70px;padding:10px}.page-home .layout{gap:26px}
  .page-home .home-hero-grid{gap:24px;padding-top:34px;padding-bottom:30px}.page-home .home-hero-copy h1{font-size:42px}.page-home .home-hero-copy>p{font-size:15px}.home-hero-actions{align-items:flex-start;flex-direction:column;gap:8px}.page-home .home-featured-story{width:100%;min-height:240px;border-radius:18px}.page-home .home-featured-copy{padding:19px}.page-home .home-featured-copy h2{font-size:21px}.home-pathways>.wrap{grid-template-columns:1fr}.home-pathways a,.home-pathways a:first-child{min-height:82px;padding:14px 0;border-right:0;border-bottom:1px solid var(--line)}.home-pathways a:last-child{border-bottom:0}.home-latest{padding-top:50px}.home-section-intro h2{font-size:28px}.home-reading-layout{gap:28px}.page-home .home-article-stream .post-card{grid-template-columns:1fr;gap:13px}.page-home .home-article-stream .post-card img{width:100%;aspect-ratio:16/9}.page-home .home-article-stream .post-card h2{font-size:21px}.home-channel-index{padding-top:24px}
  .page-games .directory-hero{height:auto;min-height:0;padding:0}.page-games .directory-hero>.directory-hero-grid{height:auto;grid-template-columns:1fr;gap:24px;padding-top:34px;padding-bottom:30px}.page-games .directory-hero-copy h1{font-size:42px}.page-games .directory-hero-copy>p{font-size:15px}.page-games .directory-nav{gap:15px;flex-wrap:wrap;margin-top:18px}.page-games .directory-nav a{padding:6px 0}.directory-featured-game{width:100%;min-height:240px;border-radius:18px}
  .text-article-list{grid-template-columns:1fr}
  .emulator-hero-grid{min-height:0;grid-template-columns:1fr}.emulator-hero-copy{padding:58px 0 5px}.emulator-hero h1{font-size:43px}.emulator-visual{min-height:350px}.emulator-visual img{width:110%;transform:translateX(-5%)}.emulator-proof-row{grid-template-columns:repeat(2,1fr);row-gap:20px}.emulator-proof-row>div:nth-child(2){border-right:0}.emulator-proof-row>div:nth-child(3){padding-left:0}.emulator-showcase-grid,.emulator-requirements-grid{grid-template-columns:1fr;gap:38px}.emulator-step-row{grid-template-columns:1fr}.emulator-step-row li,.emulator-step-row li:first-child{padding:24px 0;border-right:0;border-bottom:1px solid var(--line)}.emulator-faq-list{grid-template-columns:1fr}.emulator-final-cta .wrap{align-items:flex-start;flex-direction:column}
}

/* Flat editorial article layout. */
.article-page{background:#fff}
.article-page .article-section{padding:48px 0 14px;background:#fff}
.article-page .article-layout{grid-template-columns:200px minmax(0,1fr) 250px;gap:32px}
.article-page .article-body{padding:0 8px;background:transparent;border:0;border-radius:0;box-shadow:none}
.article-page .article-toc{padding:14px 0 0;background:transparent;border:0;border-top:1px solid var(--line);border-radius:0;box-shadow:none}
.article-page .article-toc nav a.active{padding-left:9px;background:transparent}
.article-page .article-rightbar{gap:30px}
.article-page .rightbar-card{padding:14px 0 0;background:transparent;border:0;border-top:1px solid var(--line);border-radius:0;box-shadow:none}
.article-page .comments-section{padding:20px 0 64px;background:#fff}
.article-page .comments-wrap{width:min(766px,calc(100% - 550px));margin-left:calc((100% - min(1280px,calc(100% - 36px)))/2 + 232px);padding:32px 8px 0;background:transparent;border:0;border-top:1px solid var(--line);border-radius:0;box-shadow:none}
.article-page .site-footer{margin-top:0}
.emulator-page .emulator-visual .emulator-hero-art{position:absolute;top:0;right:-27%;width:auto;height:100%;max-width:none;transform:none;filter:none;mix-blend-mode:screen;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 14%,#000 92%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 14%,#000 92%,transparent 100%)}
.emulator-page .emulator-visual .visual-glow{display:none}

/* Flat topic subpages: gift codes and game-specific PC download. */
.topic-flat-page{background:#fff}
.topic-flat-page main>.wrap.section{padding:48px 0 64px}
.topic-flat-page .topic-page-layout{grid-template-columns:minmax(0,1fr) 280px;gap:48px}
.topic-flat-page .codes-card{margin:0;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}
.topic-flat-page .codes-card[id]{scroll-margin-top:92px}
.topic-flat-page .topic-main .codes-card+.codes-card{margin-top:40px;padding-top:40px;border-top:1px solid rgba(220,232,245,.82)}
.topic-flat-page .topic-main .codes-card:first-child{padding-top:0;border-top:0}
.topic-flat-page .codes-card h2{font-size:var(--type-content-heading);line-height:1.25}
.topic-flat-page .topic-sidebar{gap:38px}
.topic-flat-page .topic-sidebar .rightbar-card{padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}
.topic-flat-page .codes-summary{gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.topic-flat-page .codes-summary div{padding:14px 18px;background:transparent;border:0;border-right:1px solid var(--line);border-radius:0}
.topic-flat-page .codes-summary div:first-child{padding-left:0}
.topic-flat-page .codes-summary div:last-child{border-right:0}
.topic-flat-page .gift-code-list{gap:0;border-top:0}
.topic-flat-page .gift-code-item{padding:15px 0;background:transparent;border:0;border-bottom:1px solid var(--line);border-radius:0}
.topic-flat-page .review-score{padding:0;background:transparent;border:0;border-radius:0}
.topic-flat-page .review-list{gap:0;border-top:1px solid var(--line)}
.topic-flat-page .review-item{padding:14px 0;background:transparent;border:0;border-bottom:1px solid var(--line);border-radius:0}
.topic-flat-page .site-footer{margin-top:0}
.codes-primary-heading{align-items:flex-start}
.codes-trust,.compact-rating{display:grid;grid-template-columns:auto auto;align-items:center;column-gap:7px;text-align:right;white-space:nowrap}
.codes-trust strong,.compact-rating strong{font-size:24px;line-height:1;color:var(--navy)}
.codes-trust span,.compact-rating span{color:var(--star);font-size:13px;letter-spacing:-.05em}
.codes-trust small,.compact-rating small{grid-column:1/-1;margin-top:4px;color:var(--muted);font-size:11px}
.redeem-help-grid,.install-setup-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:64px;margin-top:22px}
.redeem-help-grid h3,.install-setup-grid h3{margin:0 0 12px;color:var(--navy);font-size:19px}
.redeem-help-grid ol,.install-setup-grid ol{margin:0;padding-left:22px}
.expired-section{padding-top:40px!important}
.expired-disclosure summary{display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;list-style:none;color:var(--navy)}
.expired-disclosure summary::-webkit-details-marker{display:none}
.expired-disclosure summary:after{content:"+";margin-left:auto;color:var(--blue);font-size:21px}
.expired-disclosure[open] summary:after{content:"−"}
.expired-disclosure summary span{margin-left:auto;color:var(--muted);font-size:13px}
.expired-disclosure .expired-code-grid{margin-top:18px}
.control-guidance{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;border:0}
.control-guidance>div,.control-guidance>div:first-child,.control-guidance>div:last-child{padding:10px 0 0;border:0}
.control-guidance strong{color:var(--navy)}
.control-guidance p{margin:7px 0 0}

.category-page{background:#fff}
.category-page .category-guide-list{padding:52px 0 68px}
.category-page-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:48px;align-items:start}
.category-list-intro{max-width:none;margin:0 0 20px;border-bottom:0}
.category-list-intro>span{color:var(--muted);font-size:13px}
.category-page .category-stream{max-width:none;margin:0;gap:14px}
.category-page .category-stream .guide-row{grid-template-columns:220px minmax(0,1fr);gap:23px;padding:20px 0 26px;border:0;border-bottom:1px solid rgba(220,232,245,.82)}
.category-page .category-stream .guide-row:last-child{border-bottom:0}
.category-page .category-stream .guide-row:first-child{padding-top:5px}
.category-page .category-stream .guide-row img{width:220px;aspect-ratio:16/10;border-radius:16px}
.category-page .category-stream .guide-row .category{color:var(--blue);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.category-page .category-stream .guide-row h2{margin:5px 0 7px;font-size:23px;line-height:1.24}
.category-page .category-stream .guide-row h2 a{color:var(--navy)}
.category-page .category-stream .guide-row h2 a:hover{color:var(--blue)}
.category-page .category-sidebar{position:sticky;top:92px;display:grid;gap:38px}
.category-page .category-sidebar .rightbar-card{padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}
.category-page .site-footer{margin-top:0}

.topic-flat-page .faq-card details{padding:10px 0;border:0;border-bottom:1px solid rgba(220,232,245,.72)}
.topic-flat-page .faq-card details:last-child{border-bottom:0}
.topic-flat-page .topic-sidebar .mini-article,.topic-flat-page .topic-sidebar .game-rec,.category-page .category-sidebar .mini-article,.category-page .category-sidebar .game-rec{padding:8px 0;border:0}
.topic-flat-page .topic-sidebar .view-all,.category-page .category-sidebar .view-all{border:0}
.topic-flat-page .topic-sidebar .rightbar-card+.rightbar-card,.category-page .category-sidebar .rightbar-card+.rightbar-card{padding-top:30px;border-top:1px solid rgba(220,232,245,.82)}
.topic-flat-page .pc-feature-grid{gap:24px 34px;margin-top:22px}
.topic-flat-page .pc-feature-grid div,.topic-flat-page .pc-feature-grid div:nth-child(-n+2){padding:0;border:0}
.topic-flat-page .requirements-list{gap:4px}
.topic-flat-page .requirements-list div{padding:8px 0;border:0}

@media(max-width:920px){
  .article-page .article-layout{grid-template-columns:190px minmax(0,1fr);gap:28px}
  .article-page .article-rightbar{position:static;grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px}
  .article-page .comments-wrap{width:calc(100% - 254px);margin-left:236px}
  .topic-flat-page .topic-page-layout{grid-template-columns:minmax(0,1fr) 260px;gap:34px}
  .redeem-help-grid,.install-setup-grid{gap:36px}
  .control-guidance{grid-template-columns:1fr;gap:18px}
  .control-guidance>div,.control-guidance>div:first-child,.control-guidance>div:last-child{padding:0;border:0}
  .category-page-layout{grid-template-columns:minmax(0,1fr) 260px;gap:34px}
}
@media(max-width:720px){
  .article-page .article-section{padding-top:30px}
  .article-page .article-layout{display:block}
  .article-page .article-toc{position:static;margin-bottom:28px}
  .article-page .article-body{padding:0}
  .article-page .article-rightbar{grid-template-columns:1fr;margin-top:30px}
  .article-page .comments-section{padding:12px 0 46px}
  .article-page .comments-wrap{width:calc(100% - 24px);margin:0 auto;padding:28px 0 0}
  .emulator-page .emulator-visual .emulator-hero-art{right:-12%;width:auto;height:100%;transform:none}
  .topic-flat-page main>.wrap.section{padding:30px 0 46px}
  .topic-flat-page .topic-page-layout{display:block}
  .topic-flat-page .codes-card{padding:28px 0}
  .topic-flat-page .topic-sidebar{position:static;margin-top:30px}
  .topic-flat-page .codes-summary{grid-template-columns:1fr}
  .topic-flat-page .codes-summary div,.topic-flat-page .codes-summary div:first-child{padding:12px 0;border-right:0;border-bottom:1px solid var(--line)}
  .topic-flat-page .codes-summary div:last-child{border-bottom:0}
  .codes-primary-heading{align-items:flex-start}
  .codes-trust,.compact-rating{margin-top:8px;text-align:left}
  .redeem-help-grid,.install-setup-grid{grid-template-columns:1fr;gap:30px}
  .category-page .category-guide-list{padding:38px 0 48px}
  .category-page-layout{display:block}
  .category-page .category-stream .guide-row{grid-template-columns:1fr;gap:13px}
  .category-page .category-stream .guide-row img{width:100%;aspect-ratio:16/9}
  .category-page .category-stream .guide-row h2{font-size:21px}
  .category-page .category-sidebar{position:static;margin-top:38px}
  .topic-flat-page .topic-main .codes-card+.codes-card{margin-top:34px;padding-top:34px}
  .topic-flat-page .expired-section{padding-top:34px!important}
  .emulator-page .emulator-hero h1{font-size:43px}
}

@media(max-width:720px){
  .game-topic-heading{display:block;margin-top:15px}
  .game-topic-heading .game-topic-title{margin-top:0}
  .game-topic-rating{width:max-content;min-width:142px;margin:12px 0 0 69px;padding:9px 12px}
  .game-topic-rating strong{font-size:28px}
  .game-topic-rating span{font-size:13px}
}

/* One comment system across guides, codes, and PC pages. */
.community-comments .community-heading{display:block;margin:0 0 4px;padding:0 0 17px;border:0}
.community-comments .community-heading .sidebar-label{margin-bottom:5px}
.community-comments .community-heading h2{margin:0;color:var(--navy);font-size:24px}
.community-comments .community-heading>p:last-child{margin:5px 0 0;color:var(--muted);font-size:14px}
.community-comments .community-list{display:grid;gap:0;margin:0;padding:0;border-top:1px solid var(--line)}
.community-comments .community-comment{display:flex;align-items:flex-start;gap:12px;margin:0;padding:16px 0!important;border:0!important;border-bottom:1px solid var(--line)!important;border-radius:0!important;background:transparent!important}
.community-comments .community-comment-body{min-width:0;flex:1}
.community-comments .community-avatar{display:grid;place-items:center;width:38px;height:38px;flex:0 0 auto;border-radius:50%;background:#e4f0ff;color:#2269bd;font-size:13px;font-weight:850}
.community-comments .community-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.community-comments .community-meta strong{color:var(--navy);font-size:14px}
.community-comments .community-meta small{color:var(--muted);font-size:12px}
.community-comments .community-comment-body>p{margin:5px 0 0;color:#46556b;font-size:14px;line-height:1.6}
.community-comments .community-form{display:grid;gap:10px;margin-top:0;padding-top:20px;border-top:0}
.community-comments .community-form h3{margin:0;color:var(--navy);font-size:18px}
.community-comments .community-form input,.community-comments .community-form textarea{border:1px solid var(--line);border-radius:10px;background:#fff;padding:10px 12px;outline-color:#8bbcff}
.community-comments .community-form textarea{width:100%;min-height:88px;resize:vertical}
.community-comments .community-form-action{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.community-comments .community-form button[type=submit]{min-height:40px;padding:0 18px;border:0;border-radius:999px;background:var(--blue);color:#fff;font-weight:800;cursor:pointer;box-shadow:0 10px 20px rgba(45,125,255,.18)}
.community-comments .community-form button[type=submit]:hover{background:var(--blue-dark)}
.community-comments .community-form [data-comment-notice]{margin:0;color:var(--muted);font-size:12px;font-weight:500}

@media(max-width:720px){
  .community-comments .community-form-action{align-items:flex-start;flex-direction:column}
}

/* Text navigation stays secondary; only primary buttons and headings carry bold weight. */
.home-hero-secondary,
.emulator-secondary{
  border-bottom:0;
  font-weight:400;
  text-decoration:none;
}
.home-section-intro>a,
.section-link,
.view-all,
.emulator-showcase-copy>a{
  font-weight:400;
}
.text-article-list a{
  display:block;
  overflow:hidden;
  font-weight:400;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.page-home .home-article-stream .post-card h2 a{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

/* Home sidebar: LDPlayer promotion first, followed by the latest CMS game channels. */
.home-channel-index>.home-emulator-link{
  margin-bottom:27px;
}
.home-channel-index>h2{
  margin:0 0 10px;
}
.home-channel-list{
  display:grid;
}
.home-channel-list .home-channel-game{
  grid-template-columns:44px minmax(0,1fr);
  gap:12px;
  padding:11px 0;
  border-top:0;
  border-bottom:1px solid var(--line);
  color:#263e5d;
  font-size:14px;
  font-weight:500;
}
.home-channel-list .home-channel-game:first-child{
  border-top:1px solid var(--line);
}
.home-channel-list .home-channel-game img{
  width:44px;
  height:44px;
  border-radius:12px;
}
.home-channel-list .home-channel-game:hover{
  color:var(--blue);
}

/* Requested interaction and hierarchy refinements. */
.home-hero-primary{
  box-shadow:none;
}
.gift-code-actions [data-show-code],
.gift-code-actions [data-copy-code]{
  min-height:34px;
  padding:5px 13px;
  border-radius:999px;
}
.topic-flat-page .faq-card summary{
  font-weight:400;
}
.redeem-help-grid{
  align-items:stretch;
}
.redeem-help-grid>div{
  height:100%;
}
.redeem-help-grid>div:first-child ol{
  display:grid;
  gap:8px;
}
.redeem-help-grid>div:first-child li{
  line-height:1.72;
}
.sidebar-games .game-rec{
  margin:0 -10px;
  padding:9px 10px!important;
  border-radius:12px;
  transition:background-color .18s ease,color .18s ease,transform .18s ease;
}
.sidebar-games .game-rec:hover,
.sidebar-games .game-rec:focus-visible,
.sidebar-games .game-rec.active{
  background:var(--blue-soft);
  color:var(--blue);
  transform:translateX(2px);
}
.sidebar-games .game-rec .rec-icon{
  width:38px;
  height:38px;
  object-fit:cover;
}
.topic-flat-page .topic-sidebar .mini-article,
.topic-flat-page .topic-sidebar .game-rec,
.category-page .category-sidebar .game-rec,
.article-page .article-rightbar .mini-article,
.article-page .article-rightbar .game-rec{
  margin-left:-10px;
  margin-right:-10px;
  padding-left:10px!important;
  padding-right:10px!important;
  border-radius:12px;
  transition:background-color .18s ease,color .18s ease,transform .18s ease;
}
.topic-flat-page .topic-sidebar .mini-article:hover,
.topic-flat-page .topic-sidebar .mini-article:focus-visible,
.topic-flat-page .topic-sidebar .mini-article.active,
.topic-flat-page .topic-sidebar .game-rec:hover,
.topic-flat-page .topic-sidebar .game-rec:focus-visible,
.topic-flat-page .topic-sidebar .game-rec.active,
.category-page .category-sidebar .game-rec:hover,
.category-page .category-sidebar .game-rec:focus-visible,
.category-page .category-sidebar .game-rec.active,
.article-page .article-rightbar .mini-article:hover,
.article-page .article-rightbar .mini-article:focus-visible,
.article-page .article-rightbar .mini-article.active,
.article-page .article-rightbar .game-rec:hover,
.article-page .article-rightbar .game-rec:focus-visible,
.article-page .article-rightbar .game-rec.active{
  background:var(--blue-soft);
  color:var(--blue);
  transform:translateX(2px);
}
.article-page .article-rightbar .rightbar-card{
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.article-page .article-rightbar .rightbar-card+.rightbar-card{
  padding-top:30px;
  border-top:1px solid rgba(220,232,245,.82);
}
.author-box{
  border-bottom:0;
}
.author-avatar{
  object-fit:cover;
}

/* Gift-code section separators and expired-code disclosure alignment. */
.codes-page .gift-code-item:last-child{
  border-bottom:0;
}
.codes-page .expired-disclosure summary span{
  margin-left:auto;
  text-align:right;
}
.codes-page .expired-disclosure summary:after{
  flex:0 0 auto;
  margin-left:10px;
}

/* Games hero: two seamless ranking-icon streams, inspired by LDPlayer's repeated game lanes. */
.page-games .directory-hero>.directory-hero-grid{
  grid-template-columns:minmax(430px,.9fr) minmax(0,1.1fr);
  gap:52px;
}
.directory-icon-streams{
  position:relative;
  min-width:0;
  overflow:hidden;
  padding:10px 0;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 9%,#000 91%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0,#000 9%,#000 91%,transparent 100%);
}
.directory-icon-streams:before{
  display:none;
}
.directory-icon-row{
  position:relative;
  overflow:hidden;
  padding:8px 0;
}
.directory-icon-row+.directory-icon-row{
  margin-top:13px;
}
.directory-icon-track,
.directory-icon-group{
  display:flex;
  align-items:center;
  width:max-content;
  gap:16px;
}
.directory-icon-track{
  animation:directory-icons-forward 34s linear infinite;
  will-change:transform;
}
.directory-icon-row.is-reverse .directory-icon-track{
  animation-direction:reverse;
  animation-duration:39s;
}
.directory-icon-streams:hover .directory-icon-track{
  animation-play-state:paused;
}
.directory-stream-icon{
  display:block;
  width:72px;
  height:72px;
  flex:0 0 72px;
  overflow:hidden;
  border:0;
  border-radius:18px;
  background:transparent;
  box-shadow:none;
  transition:transform .2s ease;
}
.directory-stream-icon:hover,
.directory-stream-icon:focus-visible{
  z-index:2;
  transform:translateY(-3px) scale(1.04);
}
.directory-stream-icon:focus-visible{
  outline:2px solid rgba(255,255,255,.78);
  outline-offset:2px;
}
.directory-stream-icon img{
  width:100%;
  height:100%;
  object-fit:cover;
}
@keyframes directory-icons-forward{
  from{transform:translateX(0)}
  to{transform:translateX(calc(-50% - 8px))}
}
@media(max-width:1020px){
  .page-games .directory-hero>.directory-hero-grid{
    grid-template-columns:1fr;
  }
  .directory-icon-streams{
    width:100%;
  }
}

/* Home hero uses the dedicated brand artwork and no featured-article banner. */
.page-home .home-editorial-hero{
  background-color:#0b31ff;
  background-image:url("/assets/site/images/home/star-bg.png");
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
}
.page-home .home-hero-grid{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:360px;
  padding-top:54px;
  padding-bottom:54px;
}
.page-home .home-hero-copy{
  width:min(820px,100%);
  margin:0 auto;
  text-align:center;
}
.page-home .home-hero-copy h1{
  max-width:none;
}
.page-home .home-hero-copy>p{
  max-width:660px;
  margin-left:auto;
  margin-right:auto;
  color:#e8f5ff;
}
.page-home .home-hero-actions{
  justify-content:center;
}
@media(max-width:720px){
  .page-home .home-hero-grid{
    min-height:320px;
    padding-top:44px;
    padding-bottom:44px;
  }
  .page-home .home-hero-actions{
    flex-direction:row;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
  }
}
@media(max-width:720px){
  .directory-icon-streams{
    margin-top:2px;
  }
  .directory-icon-row+.directory-icon-row{
    margin-top:8px;
  }
  .directory-icon-track,
  .directory-icon-group{
    gap:12px;
  }
  .directory-stream-icon{
    width:60px;
    height:60px;
    flex-basis:60px;
    border-radius:15px;
  }
  @keyframes directory-icons-forward{
    from{transform:translateX(0)}
    to{transform:translateX(calc(-50% - 6px))}
  }
}
@media(prefers-reduced-motion:reduce){
  .directory-icon-row{
    overflow:auto;
    scrollbar-width:none;
  }
  .directory-icon-row::-webkit-scrollbar{
    display:none;
  }
  .directory-icon-track{
    animation:none;
  }
  .directory-icon-group[aria-hidden="true"]{
    display:none;
  }
}

/* Code-alert card overrides the flat topic-page card reset. */
.topic-flat-page .topic-main .code-alert-card{display:grid!important;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);align-items:center;gap:28px;margin:40px 0 0!important;padding:30px!important;background:linear-gradient(125deg,#082b86 0%,#0b4ccc 58%,#1479ef 100%)!important;border:1px solid rgba(135,196,255,.42)!important;border-radius:22px!important;box-shadow:0 18px 42px rgba(12,75,190,.24)!important}.topic-flat-page .topic-main .code-alert-card:before{display:none}.code-alert-heading{display:flex;align-items:center;gap:13px}.code-alert-icon{width:58px;height:58px;object-fit:contain;flex:0 0 58px;filter:drop-shadow(0 7px 10px rgba(1,20,76,.28))}.topic-flat-page .topic-main .code-alert-card h2,.topic-flat-page .topic-main .code-alert-card p,.topic-flat-page .topic-main .code-alert-card .sidebar-label{color:#fff}.topic-flat-page .topic-main .code-alert-card h2{font-size:26px;margin:0}.topic-flat-page .topic-main .code-alert-card p{opacity:.88}.topic-flat-page .code-alert-copy>p{margin:13px 0 0}.topic-flat-page .code-alert-form{background:rgba(4,32,104,.28);border:1px solid rgba(255,255,255,.27);box-shadow:none}.topic-flat-page .code-alert-form label{color:#edf6ff}.topic-flat-page .code-alert-input-row button{background:#0b31ff;color:#fff}.topic-flat-page .code-alert-input-row button:hover{background:#0828d8}.topic-flat-page .code-alert-notice{color:#dceeff!important}
