﻿/* Fonts are self-hosted by the production site; external Google Fonts import removed. */
:root{
  --bg:#eef8ff;
  --surface:rgba(255,255,255,.82);
  --surface-strong:#fff;
  --text:#0d2340;
  --muted:#6e829b;
  --blue:#087dff;
  --blue-2:#45c6ff;
  --cyan:#10e4db;
  --navy:#092855;
  --line:rgba(11,91,160,.12);
  --shadow:0 24px 80px rgba(25,105,179,.18);
  --shadow-soft:0 14px 40px rgba(28,116,190,.12);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Kanit',sans-serif;color:var(--text);background:
radial-gradient(circle at 14% 4%,rgba(69,198,255,.28),transparent 26%),
radial-gradient(circle at 82% 16%,rgba(16,228,219,.16),transparent 25%),
linear-gradient(180deg,#f8fcff 0%,#eaf7ff 52%,#f7fbff 100%);min-height:100vh;overflow-x:hidden}
a{text-decoration:none;color:inherit}
button,input,textarea{font:inherit}
img{max-width:100%;display:block}
.bg-orb{position:fixed;border-radius:50%;filter:blur(2px);z-index:-1;pointer-events:none;opacity:.75}
.orb-a{width:320px;height:320px;left:-110px;top:180px;background:radial-gradient(circle at 35% 35%,#fff,rgba(50,185,255,.44) 38%,rgba(50,185,255,0) 72%)}
.orb-b{width:430px;height:430px;right:-160px;top:440px;background:radial-gradient(circle at 40% 40%,#fff,rgba(42,244,220,.28) 35%,rgba(42,244,220,0) 72%)}
.layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:24px;max-width:1600px;margin:auto;padding:18px}
.sidebar{position:sticky;top:18px;height:calc(100vh - 36px);padding:22px 16px;border:1px solid rgba(255,255,255,.9);border-radius:28px;background:rgba(255,255,255,.68);backdrop-filter:blur(24px);box-shadow:var(--shadow-soft);display:flex;flex-direction:column;z-index:20}
.brand{display:flex;align-items:center;gap:10px;padding:4px 8px 18px}
.brand img{width:175px;height:auto;object-fit:contain}
.brand-mini{display:none;font-family:'Orbitron';font-weight:800;color:var(--blue)}
.nav{display:grid;gap:8px}
.nav a{display:flex;align-items:center;gap:12px;padding:13px 14px;border-radius:15px;color:#526d8b;font-weight:500;transition:.25s}
.nav a:hover,.nav a.active{color:#fff;background:linear-gradient(135deg,var(--blue),#15a9ff);box-shadow:0 12px 25px rgba(0,125,255,.28);transform:translateY(-1px)}
.nav-icon{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:rgba(8,125,255,.08);font-size:15px}
.nav a.active .nav-icon,.nav a:hover .nav-icon{background:rgba(255,255,255,.18)}
.side-card{margin-top:auto;padding:18px;border-radius:20px;background:linear-gradient(145deg,#092855,#0a7ffc);color:#fff;position:relative;overflow:hidden;box-shadow:0 20px 34px rgba(7,88,181,.25)}
.side-card::after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;background:rgba(255,255,255,.12);right:-45px;top:-40px}
.side-card b{font-size:20px}.side-card p{font-size:13px;opacity:.8;margin:8px 0 14px}.side-card .btn{background:#fff;color:var(--blue);box-shadow:none}
.main{min-width:0}
.topbar{height:72px;padding:0 4px 0 8px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.search{width:min(440px,48vw);display:flex;align-items:center;gap:10px;padding:11px 15px;border:1px solid rgba(7,125,255,.10);background:rgba(255,255,255,.74);box-shadow:0 10px 25px rgba(23,114,186,.08);border-radius:16px;backdrop-filter:blur(12px)}
.search input{border:0;outline:0;background:transparent;width:100%;color:var(--text)}
.top-actions{display:flex;align-items:center;gap:10px}.icon-btn,.profile{border:0;background:rgba(255,255,255,.78);box-shadow:0 10px 25px rgba(23,114,186,.10);border-radius:14px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer}.icon-btn{width:44px}.profile{padding:0 14px;gap:9px}.avatar{width:30px;height:30px;border-radius:10px;background:linear-gradient(135deg,var(--blue),var(--cyan));color:#fff;display:grid;place-items:center;font-weight:700}
.content{padding:8px 4px 50px}
.hero{position:relative;min-height:390px;border-radius:34px;overflow:hidden;padding:54px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;background:
linear-gradient(125deg,rgba(255,255,255,.96),rgba(231,248,255,.82));border:1px solid rgba(255,255,255,.95);box-shadow:var(--shadow)}
.hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 76% 18%,rgba(63,215,255,.42),transparent 28%),radial-gradient(circle at 88% 80%,rgba(10,125,255,.25),transparent 32%);pointer-events:none}
.hero-copy{position:relative;z-index:2}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#e5f6ff;color:#0878d4;font-size:13px;font-weight:700;letter-spacing:.04em}.eyebrow i{width:8px;height:8px;border-radius:50%;background:var(--cyan);box-shadow:0 0 14px var(--cyan)}
h1{font-family:'Orbitron','Kanit',sans-serif;font-size:clamp(38px,5.2vw,74px);line-height:1.05;margin:18px 0 16px;letter-spacing:-.03em;color:#092855}.gradient-text{background:linear-gradient(90deg,#087dff,#12cddd);-webkit-background-clip:text;background-clip:text;color:transparent}.hero p{max-width:620px;color:var(--muted);font-size:17px;line-height:1.8;margin:0 0 24px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:14px;padding:12px 18px;font-weight:700;cursor:pointer;transition:.25s;background:linear-gradient(135deg,var(--blue),#12aefb);color:#fff;box-shadow:0 14px 28px rgba(0,125,255,.25)}.btn:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(0,125,255,.32)}.btn.secondary{background:#fff;color:var(--navy);box-shadow:0 10px 24px rgba(16,82,143,.12);border:1px solid rgba(7,125,255,.12)}
.hero-art{height:330px;position:relative;z-index:2;perspective:900px}.device{position:absolute;right:2%;top:8%;width:78%;height:82%;border-radius:30px;background:linear-gradient(145deg,#0a2e67,#0b75e2 65%,#1be0d8);box-shadow:28px 34px 65px rgba(0,75,162,.28),inset 0 1px 0 rgba(255,255,255,.35);transform:rotateY(-13deg) rotateX(6deg) rotateZ(2deg);padding:16px}.device-screen{height:100%;border-radius:22px;background:linear-gradient(160deg,#effbff,#cfeeff);padding:15px;display:grid;grid-template-columns:1.1fr .9fr;gap:11px;overflow:hidden}.mini-panel{border-radius:15px;background:rgba(255,255,255,.8);box-shadow:0 10px 20px rgba(18,98,164,.12)}.mini-panel.big{background:linear-gradient(145deg,#0d72e6,#19d6d2);position:relative;overflow:hidden}.mini-panel.big::before{content:"PG";position:absolute;font-family:'Orbitron';font-size:64px;font-weight:800;color:rgba(255,255,255,.92);left:18px;top:34px;text-shadow:0 12px 20px rgba(0,63,139,.24)}.mini-panel.big::after{content:"";position:absolute;width:100px;height:100px;border-radius:32px;background:rgba(255,255,255,.18);right:-20px;bottom:-20px;transform:rotate(22deg)}.mini-stack{display:grid;gap:11px}.mini-panel.line{height:33px}.mini-panel.tile{background:linear-gradient(145deg,#fff,#e7f8ff)}.coin{position:absolute;width:58px;height:58px;border-radius:50%;background:radial-gradient(circle at 33% 28%,#fff7c1,#ffd439 35%,#f69b00 74%);box-shadow:0 16px 28px rgba(221,140,0,.27);display:grid;place-items:center;color:#fff;font-weight:800;font-family:'Orbitron';border:4px solid rgba(255,255,255,.65);animation:float 4s ease-in-out infinite}.coin.c1{right:6%;top:0}.coin.c2{right:70%;bottom:5%;width:44px;height:44px;animation-delay:-1.7s}.coin.c3{right:1%;bottom:12%;width:38px;height:38px;animation-delay:-.9s}.cube{position:absolute;width:62px;height:62px;border-radius:16px;background:linear-gradient(145deg,#fff,#7fe8ff);box-shadow:0 18px 30px rgba(29,144,206,.24);transform:rotate(24deg);left:5%;top:9%;animation:float 5s ease-in-out infinite}.cube::after{content:"";position:absolute;inset:12px;border:2px solid rgba(8,125,255,.28);border-radius:10px}@keyframes float{50%{transform:translateY(-13px) rotate(6deg)}}
.section{margin-top:28px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:16px}.section-head h2{font-size:28px;margin:0}.section-head p{margin:4px 0 0;color:var(--muted)}.link{color:var(--blue);font-weight:700}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:20px;perspective:1200px}.stat{position:relative;min-height:112px;padding:18px 20px;display:flex;align-items:center;gap:16px;border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(239,249,255,.78));border:1px solid rgba(255,255,255,.95);box-shadow:0 18px 38px rgba(28,116,190,.13),inset 0 1px 0 rgba(255,255,255,.98);backdrop-filter:blur(14px);overflow:hidden;transform-style:preserve-3d;transition:transform .35s ease,box-shadow .35s ease}.stat::before{content:"";position:absolute;inset:1px;border-radius:21px;background:linear-gradient(120deg,rgba(255,255,255,.72),transparent 42%);pointer-events:none}.stat::after{content:"";position:absolute;width:90px;height:90px;border-radius:28px;right:-34px;bottom:-44px;background:linear-gradient(145deg,rgba(8,125,255,.13),rgba(16,228,219,.04));transform:rotate(34deg) translateZ(12px)}.stat:hover{transform:translateY(-7px) rotateX(4deg) rotateY(-3deg);box-shadow:0 28px 52px rgba(16,102,181,.22),inset 0 1px 0 #fff}.stat-icon{position:relative;z-index:2;flex:0 0 58px;width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(145deg,#ffffff,#d8f3ff);box-shadow:10px 12px 24px rgba(18,104,176,.18),-7px -7px 18px rgba(255,255,255,.95),inset -4px -5px 10px rgba(8,125,255,.08),inset 4px 4px 10px rgba(255,255,255,.9);transform:translateZ(30px) rotate(-4deg);transition:.35s}.stat:hover .stat-icon{transform:translateZ(42px) rotate(3deg) scale(1.06)}.stat-icon svg{width:31px;height:31px;fill:none;stroke:#087dff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 5px 5px rgba(8,125,255,.18))}.stat-rating .stat-icon svg{fill:#45c6ff;stroke:#087dff;stroke-width:3}.stat-copy{position:relative;z-index:2;transform:translateZ(18px)}.stat .num{font-family:'Orbitron';font-size:25px;font-weight:800;color:var(--navy);line-height:1.15;text-shadow:0 4px 12px rgba(9,40,85,.08)}.stat small{display:block;margin-top:5px;color:var(--muted);font-weight:500}.stat-glow{position:absolute;width:100px;height:100px;left:24px;top:10px;border-radius:50%;background:radial-gradient(circle,rgba(69,198,255,.22),rgba(69,198,255,0) 70%);filter:blur(4px);pointer-events:none}.stat-service .stat-icon{background:linear-gradient(145deg,#fff,#e2f7ff)}.stat-provider .stat-icon{background:linear-gradient(145deg,#fff,#dffbf8)}.stat-provider .stat-icon svg{stroke:#0aaea8}.stat-rating .stat-icon{background:linear-gradient(145deg,#fff,#e4f1ff)}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.game-card{position:relative;border-radius:22px;overflow:hidden;background:#fff;border:1px solid rgba(255,255,255,.92);box-shadow:var(--shadow-soft);transition:.28s}.game-card:hover{transform:translateY(-7px);box-shadow:0 24px 46px rgba(21,111,186,.18)}.game-cover{aspect-ratio:4/3;position:relative;overflow:hidden;padding:18px;color:#fff;background:linear-gradient(145deg,#0b7eff,#11d4d8)}.game-cover::before{content:"";position:absolute;width:150px;height:150px;border-radius:50%;background:rgba(255,255,255,.18);right:-45px;top:-55px}.game-cover::after{content:"";position:absolute;width:90px;height:90px;border:18px solid rgba(255,255,255,.18);border-radius:28px;left:-30px;bottom:-35px;transform:rotate(24deg)}.cover-2{background:linear-gradient(145deg,#6b4dff,#26c9ff)}.cover-3{background:linear-gradient(145deg,#008e9a,#65e8c4)}.cover-4{background:linear-gradient(145deg,#1354b8,#00bfff)}.cover-5{background:linear-gradient(145deg,#ff8c35,#ffcf47)}.cover-6{background:linear-gradient(145deg,#19267b,#8e6cff)}.cover-icon{position:absolute;right:17px;bottom:8px;font-size:70px;filter:drop-shadow(0 16px 12px rgba(0,0,0,.18));transform:rotate(-7deg)}.game-cover b{position:relative;z-index:2;font-family:'Orbitron';font-size:21px;line-height:1.15;display:block;max-width:75%;text-shadow:0 8px 14px rgba(0,65,130,.28)}.tag{position:relative;z-index:2;display:inline-flex;margin-bottom:10px;padding:5px 8px;border-radius:999px;background:rgba(255,255,255,.2);font-size:11px}.game-info{padding:15px 16px;display:flex;align-items:center;justify-content:space-between}.game-info span{color:var(--muted);font-size:13px}.play{width:38px;height:38px;border:0;border-radius:12px;background:#e9f7ff;color:var(--blue);cursor:pointer;font-size:17px}
.feature-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}.feature-box{min-height:255px;border-radius:26px;padding:28px;background:linear-gradient(145deg,#082f6c,#0b84ef);color:#fff;position:relative;overflow:hidden;box-shadow:var(--shadow)}.feature-box.alt{background:linear-gradient(145deg,#fff,#dff7ff);color:var(--text)}.feature-box h3{font-size:31px;line-height:1.15;margin:0 0 10px;max-width:360px}.feature-box p{opacity:.76;max-width:430px}.feature-shape{position:absolute;width:220px;height:220px;border-radius:48px;background:linear-gradient(145deg,rgba(255,255,255,.35),rgba(255,255,255,.05));right:-30px;bottom:-60px;transform:rotate(32deg);box-shadow:inset 0 0 0 1px rgba(255,255,255,.3)}.feature-box.alt .feature-shape{background:linear-gradient(145deg,#35c7ff,#0b78f7);box-shadow:0 24px 50px rgba(0,125,255,.25)}
.page-hero{padding:34px;border-radius:28px;background:linear-gradient(130deg,#fff,#dff6ff);box-shadow:var(--shadow-soft);border:1px solid rgba(255,255,255,.9);display:flex;align-items:center;justify-content:space-between;gap:20px;overflow:hidden}.page-hero h1{font-size:clamp(32px,4vw,54px);margin:0 0 10px}.page-hero p{color:var(--muted);margin:0}.page-visual{font-size:90px;filter:drop-shadow(0 20px 22px rgba(0,125,255,.18));transform:rotate(-8deg)}
.filterbar{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0}.chip{padding:9px 14px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.74);color:#5a7694;cursor:pointer}.chip.active{background:var(--blue);color:#fff;box-shadow:0 10px 20px rgba(8,125,255,.22)}
.promo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.promo{min-height:250px;border-radius:28px;padding:30px;position:relative;overflow:hidden;color:#fff;background:linear-gradient(135deg,#087dff,#10d6d1);box-shadow:var(--shadow-soft)}.promo:nth-child(2){background:linear-gradient(135deg,#6d51ff,#0cbfff)}.promo:nth-child(3){background:linear-gradient(135deg,#0a315f,#0b8aff)}.promo:nth-child(4){background:linear-gradient(135deg,#159f97,#58e1b6)}.promo h3{font-size:28px;margin:0 0 9px;max-width:65%}.promo p{max-width:65%;opacity:.82}.promo-icon{position:absolute;right:30px;bottom:18px;font-size:92px;filter:drop-shadow(0 18px 18px rgba(0,0,0,.18))}
.contact-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:20px}.contact-card,.form-card{padding:30px;border-radius:28px;background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.94);box-shadow:var(--shadow-soft)}.contact-card{background:linear-gradient(145deg,#072d66,#0b89f2);color:#fff;position:relative;overflow:hidden}.contact-card::after{content:"";position:absolute;width:260px;height:260px;border:48px solid rgba(255,255,255,.08);border-radius:50%;right:-130px;bottom:-120px}.contact-card h2,.form-card h2{font-size:30px;margin-top:0}.contact-list{display:grid;gap:13px;margin-top:25px}.contact-item{padding:15px;border-radius:16px;background:rgba(255,255,255,.10);display:flex;gap:12px;align-items:center}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:13px;color:#5e7690}.field input,.field textarea{width:100%;border:1px solid var(--line);background:#f8fcff;border-radius:14px;padding:12px 14px;outline:none}.field input:focus,.field textarea:focus{border-color:rgba(8,125,255,.4);box-shadow:0 0 0 4px rgba(8,125,255,.08)}.field textarea{min-height:145px;resize:vertical}
.footer{margin-top:28px;padding:24px 10px;color:#6c839d;display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line)}
.mobile-nav{display:none}
@media(max-width:1100px){.layout{grid-template-columns:92px minmax(0,1fr)}.sidebar{padding:18px 11px}.brand img{display:none}.brand-mini{display:block;font-size:17px}.brand{justify-content:center}.nav a{justify-content:center;padding:12px}.nav a span:not(.nav-icon){display:none}.side-card{display:none}.cards{grid-template-columns:repeat(3,1fr)}.hero{grid-template-columns:1fr;padding:42px}.hero-art{position:absolute;right:-80px;bottom:-60px;width:48%;opacity:.42}.hero-copy{max-width:72%}}
@media(max-width:760px){.layout{display:block;padding:10px}.sidebar{display:none}.topbar{height:62px}.search{width:100%}.profile{display:none}.content{padding-bottom:95px}.hero{padding:30px 24px;min-height:430px}.hero-copy{max-width:100%}.hero-art{position:relative;width:100%;right:auto;bottom:auto;height:180px;margin-top:20px;opacity:1}.device{width:75%;right:10%;height:160px}.coin.c1{right:8%}.cube{left:2%}.stats{grid-template-columns:repeat(2,1fr)}.cards{grid-template-columns:repeat(2,1fr);gap:12px}.feature-grid,.contact-wrap{grid-template-columns:1fr}.promo-grid{grid-template-columns:1fr}.promo h3,.promo p{max-width:72%}.page-visual{font-size:60px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.footer{flex-direction:column}.mobile-nav{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);left:12px;right:12px;bottom:10px;background:rgba(255,255,255,.9);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.95);border-radius:20px;box-shadow:0 16px 40px rgba(14,96,162,.2);z-index:50;padding:7px}.mobile-nav a{display:grid;place-items:center;gap:3px;font-size:10px;color:#7188a1;padding:7px 2px;border-radius:13px}.mobile-nav a.active{color:#fff;background:linear-gradient(135deg,var(--blue),#16cdd7)}.mobile-nav b{font-size:17px}}
@media(max-width:470px){.top-actions{display:none}.hero{padding:25px 20px}.hero h1{font-size:34px}.hero p{font-size:15px}.cards{grid-template-columns:1fr 1fr}.game-cover b{font-size:16px}.cover-icon{font-size:52px}.section-head h2{font-size:23px}.stat{padding:14px;min-height:98px;gap:11px}.stat-icon{width:48px;height:48px;flex-basis:48px;border-radius:15px}.stat-icon svg{width:26px;height:26px}.stat .num{font-size:18px}.stat small{font-size:11px}.page-hero{padding:24px}.page-visual{display:none}.promo{padding:24px}.promo h3{font-size:23px}.promo-icon{font-size:70px}}


/* ===== PGSLOT Premium Experience Pack ===== */
:root{--mx:50%;--my:50%}
body.dark{--bg:#061426;--surface:rgba(8,28,52,.78);--surface-strong:#0a203c;--text:#eaf7ff;--muted:#8aa4bd;--line:rgba(90,190,255,.16);background:radial-gradient(circle at 14% 4%,rgba(8,125,255,.22),transparent 26%),radial-gradient(circle at 82% 16%,rgba(16,228,219,.12),transparent 25%),linear-gradient(180deg,#04101f,#071b31 52%,#061426)}
body.dark .sidebar,body.dark .topbar .search,body.dark .icon-btn,body.dark .profile,body.dark .game-card,body.dark .page-hero,body.dark .contact-card,body.dark .form-card,body.dark .stat{background:rgba(7,27,50,.82);border-color:rgba(120,210,255,.12)}
body.dark .game-info,body.dark .nav a{color:#b8d2e9}
body.dark .field input,body.dark .field textarea{background:#0b213b;color:#fff}
#particles{position:fixed;inset:0;z-index:-2;pointer-events:none}
.loader{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:linear-gradient(145deg,#f8fdff,#dff5ff);transition:.6s}
.loader.hide{opacity:0;visibility:hidden}
.loader-core{display:grid;place-items:center;gap:16px;color:var(--navy);font-family:'Orbitron'}
.loader-logo{width:96px;filter:drop-shadow(0 18px 30px rgba(0,125,255,.25));animation:loaderFloat 1.5s ease-in-out infinite}
.loader-bar{width:180px;height:7px;border-radius:99px;background:#d9efff;overflow:hidden}.loader-bar i{display:block;height:100%;width:45%;border-radius:inherit;background:linear-gradient(90deg,var(--blue),var(--cyan));animation:loadbar 1s ease-in-out infinite}
@keyframes loaderFloat{50%{transform:translateY(-8px) rotate(2deg)}}@keyframes loadbar{0%{transform:translateX(-110%)}100%{transform:translateX(260%)}}
.cursor-dot,.cursor-ring{position:fixed;left:0;top:0;pointer-events:none;z-index:9998;border-radius:50%;transform:translate(-50%,-50%)}.cursor-dot{width:7px;height:7px;background:var(--blue)}.cursor-ring{width:30px;height:30px;border:1px solid rgba(8,125,255,.42);transition:width .2s,height .2s,border .2s}.cursor-ring.hover{width:48px;height:48px;border-color:rgba(16,228,219,.65)}
.nav-icon{position:relative;transform-style:preserve-3d;background:linear-gradient(145deg,#fff,#d8f2ff)!important;box-shadow:5px 7px 14px rgba(12,103,176,.18),-4px -4px 9px rgba(255,255,255,.9),inset -2px -3px 5px rgba(8,125,255,.08);transition:.3s}.nav-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2.2}.nav a:hover .nav-icon,.nav a.active .nav-icon{transform:translateZ(15px) rotateY(-12deg) rotateX(8deg);color:#087dff;background:linear-gradient(145deg,#fff,#cfeeff)!important}
.mega-menu{position:fixed;left:286px;top:86px;width:min(760px,calc(100vw - 320px));padding:18px;border:1px solid rgba(255,255,255,.88);border-radius:24px;background:rgba(255,255,255,.9);backdrop-filter:blur(24px);box-shadow:0 28px 80px rgba(17,91,153,.22);z-index:100;opacity:0;visibility:hidden;transform:translateY(-8px) scale(.98);transition:.22s}.mega-menu.show{opacity:1;visibility:visible;transform:none}.mega-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.mega-item{padding:15px;border-radius:17px;background:linear-gradient(145deg,#fff,#edf9ff);border:1px solid rgba(8,125,255,.08);transition:.25s}.mega-item:hover{transform:translateY(-4px);box-shadow:0 14px 28px rgba(8,125,255,.14)}.mega-item b{display:block;color:var(--navy)}.mega-item small{color:var(--muted)}
.fx-toolbar{display:flex;gap:8px}.fx-toolbar button{position:relative;overflow:hidden}.ripple{position:absolute;border-radius:50%;background:rgba(255,255,255,.6);transform:scale(0);animation:ripple .65s linear}@keyframes ripple{to{transform:scale(4);opacity:0}}
.game-card{transform-style:preserve-3d;will-change:transform}.game-card .game-cover,.game-card .game-info{transform:translateZ(16px)}.game-card img.game-image{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.game-card.has-image .game-cover::before,.game-card.has-image .game-cover::after,.game-card.has-image .cover-icon{display:none}.game-card.has-image .game-cover b{background:linear-gradient(180deg,transparent,rgba(3,17,35,.78));position:absolute;inset:auto 0 0;padding:45px 15px 14px;max-width:none}.game-card.has-image .tag{position:absolute;left:12px;top:12px}
.hero-slider{position:relative}.slide-dots{position:absolute;left:48px;bottom:25px;display:flex;gap:8px;z-index:6}.slide-dot{width:8px;height:8px;border:0;padding:0;border-radius:99px;background:rgba(8,125,255,.22);cursor:pointer;transition:.3s}.slide-dot.active{width:28px;background:var(--blue)}
.ranking{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}.rank-panel{padding:24px;border-radius:26px;background:rgba(255,255,255,.82);box-shadow:var(--shadow-soft);border:1px solid rgba(255,255,255,.9)}.rank-list{display:grid;gap:10px}.rank-item{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;padding:12px;border-radius:16px;background:linear-gradient(145deg,#fff,#edf8ff);transition:.25s}.rank-item:hover{transform:translateX(5px)}.rank-no{font-family:'Orbitron';font-weight:800;color:var(--blue);font-size:20px}.rank-meter{width:86px;height:7px;border-radius:99px;background:#dbeeff;overflow:hidden}.rank-meter i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--blue),var(--cyan))}
.pwa-toast{position:fixed;right:20px;bottom:20px;z-index:200;padding:16px;border-radius:18px;background:#092855;color:#fff;box-shadow:0 20px 50px rgba(0,0,0,.25);display:none;max-width:320px}.pwa-toast.show{display:block}.pwa-toast .btn{margin-top:10px}
.reveal{opacity:0;transform:translateY(24px);transition:.7s}.reveal.visible{opacity:1;transform:none}
@media(pointer:coarse){.cursor-dot,.cursor-ring{display:none}}
@media(max-width:1100px){.mega-menu{left:120px;width:calc(100vw - 145px)}}
@media(max-width:760px){.mega-menu{display:none}.ranking{grid-template-columns:1fr}.slide-dots{left:24px}.cursor-dot,.cursor-ring{display:none}}

/* Dark mode text and surface consistency fixes */
body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark h6,
body.dark .section-head h2,
body.dark .page-hero h1,
body.dark .stat .num,
body.dark .mega-item b,
body.dark .loader-core,
body.dark .btn.secondary,
body.dark .form-card h2 {
  color: var(--text);
}

body.dark p,
body.dark small,
body.dark .section-head p,
body.dark .page-hero p,
body.dark .game-info span,
body.dark .stat small,
body.dark .mega-item small,
body.dark .footer,
body.dark .field label,
body.dark .mobile-nav a,
body.dark .chip,
body.dark .rank-item span {
  color: var(--muted);
}

body.dark .eyebrow {
  background: rgba(8,125,255,.14);
  color: #7dc7ff;
  border: 1px solid rgba(125,199,255,.15);
}

body.dark .btn.secondary,
body.dark .chip,
body.dark .play {
  background: rgba(11,33,59,.9);
  color: #8fd5ff;
  border-color: rgba(90,190,255,.18);
}

body.dark .chip.active,
body.dark .mobile-nav a.active {
  color: #fff;
}

body.dark .mega-menu,
body.dark .mobile-nav,
body.dark .rank-panel {
  background: rgba(7,27,50,.92);
  border-color: rgba(120,210,255,.12);
}

body.dark .mega-item,
body.dark .rank-item {
  background: linear-gradient(145deg,rgba(13,43,76,.96),rgba(8,30,55,.96));
  border-color: rgba(90,190,255,.10);
}

body.dark .search input,
body.dark .field input,
body.dark .field textarea {
  color: var(--text);
}

body.dark .search input::placeholder,
body.dark .field input::placeholder,
body.dark .field textarea::placeholder {
  color: #6f8ba5;
}

body.dark .feature-box.alt {
  background: linear-gradient(145deg,#0a203c,#0b3153);
  color: var(--text);
}

body.dark .device-screen,
body.dark .mini-panel,
body.dark .mini-panel.tile {
  background: linear-gradient(145deg,#102d4d,#0a2038);
}

body.dark .nav-icon,
body.dark .nav a:hover .nav-icon,
body.dark .nav a.active .nav-icon,
body.dark .stat-icon,
body.dark .stat-service .stat-icon,
body.dark .stat-provider .stat-icon,
body.dark .stat-rating .stat-icon {
  background: linear-gradient(145deg,#12395f,#0a2038)!important;
  box-shadow: 6px 8px 18px rgba(0,0,0,.28), inset 1px 1px 0 rgba(255,255,255,.06);
}

body.dark .footer {
  border-top-color: rgba(90,190,255,.14);
}


/* ===== Complete dark theme: hero, typography and adaptive brand logo ===== */
.theme-logo{transition:opacity .22s ease,filter .3s ease;object-fit:contain}
body.dark{color-scheme:dark}
body.dark .hero{
  background:
    radial-gradient(circle at 77% 16%,rgba(36,211,255,.20),transparent 30%),
    radial-gradient(circle at 92% 84%,rgba(8,125,255,.24),transparent 35%),
    linear-gradient(128deg,rgba(7,25,47,.98),rgba(9,37,67,.94));
  border-color:rgba(126,213,255,.18);
  box-shadow:0 30px 90px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.05);
}
body.dark .hero::before{
  background:
    linear-gradient(100deg,rgba(3,14,29,.18),transparent 52%),
    radial-gradient(circle at 72% 20%,rgba(56,215,255,.23),transparent 27%),
    radial-gradient(circle at 90% 80%,rgba(8,125,255,.24),transparent 34%);
}
body.dark .hero h1{color:#f3fbff;text-shadow:0 10px 34px rgba(0,0,0,.30)}
body.dark .hero .gradient-text{
  background:linear-gradient(90deg,#5ba8ff 0%,#18dce6 75%,#8ffcff 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
  filter:drop-shadow(0 8px 20px rgba(20,196,235,.16));
}
body.dark .hero p{color:#9db6cc}
body.dark .hero .eyebrow{background:rgba(25,151,227,.13);color:#72d8ff;border-color:rgba(87,203,255,.20)}
body.dark .hero .btn.secondary{background:rgba(15,47,78,.94);color:#dff6ff;border-color:rgba(110,208,255,.20);box-shadow:0 12px 28px rgba(0,0,0,.22)}
body.dark .hero .btn.secondary:hover{background:rgba(20,63,102,.98);color:#fff}
body.dark .device{box-shadow:30px 38px 75px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.18)}
body.dark .device-screen{background:linear-gradient(160deg,#102d4d,#071c33)}
body.dark .mini-panel{background:rgba(13,43,73,.88);box-shadow:0 12px 26px rgba(0,0,0,.24)}
body.dark .mini-panel.tile{background:linear-gradient(145deg,#143a60,#0b2744)}
body.dark .mini-panel.line{background:linear-gradient(90deg,#123554,#0b2947)}
body.dark .cube{background:linear-gradient(145deg,#d7fbff,#20a9e8);box-shadow:0 18px 38px rgba(26,174,227,.27)}
body.dark .slide-dot{background:rgba(127,211,255,.25)}
body.dark .slide-dot.active{background:#39cbff;box-shadow:0 0 16px rgba(57,203,255,.45)}
body.dark .sidebar{box-shadow:0 24px 70px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.035)}
body.dark .brand img{filter:drop-shadow(0 10px 18px rgba(0,0,0,.24))}
body.dark .topbar{color:var(--text)}
body.dark .search{color:#87cfff}
body.dark .icon-btn{color:#dff6ff}
body.dark .profile{color:#f1fbff}
body.dark .side-card p,body.dark .contact-card p,body.dark .feature-box:not(.alt) p{color:rgba(255,255,255,.76)}
body.dark .game-info b,body.dark .rank-item b,body.dark .contact-card h2{color:#eefaff}
body.dark .link{color:#65d4ff}
body.dark .stat{box-shadow:0 18px 45px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.035)}
body.dark .stat::before{background:linear-gradient(120deg,rgba(255,255,255,.045),transparent 45%)}
body.dark .stat:hover{box-shadow:0 28px 58px rgba(0,0,0,.30),0 0 30px rgba(29,178,240,.08)}
body.dark .stat .num{color:#f0fbff;text-shadow:0 5px 18px rgba(0,0,0,.25)}
body.dark .loader{background:linear-gradient(145deg,#04101f,#092844)}
body.dark .loader-bar{background:#0b3153}
body.dark .loader-core small{color:#9fc4df}
@media(max-width:1100px){body.dark .brand-mini{color:#74d8ff}}

/* ===== SEO content areas ===== */
.seo-content{
  position:relative;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:20px;
  align-items:start;
  margin:24px 0 30px;
  padding:26px 28px;
  overflow:hidden;
  border:1px solid rgba(21,151,225,.14);
  border-radius:24px;
  background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(239,249,255,.88));
  box-shadow:0 18px 50px rgba(31,116,170,.10),inset 0 1px 0 rgba(255,255,255,.9);
}
.seo-content::after{
  content:"";
  position:absolute;
  right:-60px;
  bottom:-80px;
  width:220px;
  height:220px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(35,201,238,.16),transparent 68%);
  pointer-events:none;
}
.seo-content--under-title{margin-top:-2px;margin-bottom:26px}
.seo-content__badge{
  position:relative;
  z-index:1;
  padding:9px 12px;
  border-radius:12px;
  background:linear-gradient(135deg,#128df0,#22cfdf);
  color:#fff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  white-space:nowrap;
  box-shadow:0 10px 24px rgba(20,158,224,.22);
}
.seo-content__body{position:relative;z-index:1}
.seo-content h2{margin:0 0 9px;color:var(--text);font-size:clamp(20px,2vw,28px)}
.seo-content h3{margin:0 0 6px;color:var(--text);font-size:16px}
.seo-content p{margin:0;color:var(--muted);line-height:1.85}
.seo-content__columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:20px;padding-top:18px;border-top:1px solid rgba(21,151,225,.12)}
body.dark .seo-content{
  border-color:rgba(89,199,255,.16);
  background:linear-gradient(145deg,rgba(8,31,55,.96),rgba(8,43,73,.90));
  box-shadow:0 22px 55px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.04);
}
body.dark .seo-content h2,body.dark .seo-content h3{color:#effaff}
body.dark .seo-content p{color:#9db8ce}
body.dark .seo-content__columns{border-top-color:rgba(102,207,255,.12)}
body.dark .seo-content::after{background:radial-gradient(circle,rgba(27,193,237,.14),transparent 68%)}
@media(max-width:720px){
  .seo-content{grid-template-columns:1fr;padding:22px 20px;border-radius:20px}
  .seo-content__badge{width:max-content}
  .seo-content__columns{grid-template-columns:1fr}
}


/* ===== Header authentication buttons ===== */
.auth-actions{
  display:flex;
  align-items:center;
  gap:10px;
}
.auth-btn{
  position:relative;
  isolation:isolate;
  min-height:44px;
  padding:0 17px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  overflow:hidden;
  font-weight:800;
  white-space:nowrap;
  transition:transform .25s ease,box-shadow .25s ease,filter .25s ease;
}
.auth-btn::before{
  content:"";
  position:absolute;
  inset:1px;
  z-index:-1;
  border-radius:13px;
  background:linear-gradient(120deg,rgba(255,255,255,.34),transparent 38%,transparent 62%,rgba(255,255,255,.18));
  pointer-events:none;
}
.auth-btn::after{
  content:"";
  position:absolute;
  z-index:-1;
  top:-45%;
  left:-55%;
  width:38%;
  height:190%;
  transform:rotate(22deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);
  animation:authShimmer 3.4s ease-in-out infinite;
  pointer-events:none;
}
.auth-btn:hover{transform:translateY(-3px) scale(1.025);filter:saturate(1.08)}
.auth-btn:active{transform:translateY(0) scale(.98)}
.auth-icon{
  width:25px;
  height:25px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:rgba(255,255,255,.22);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.36);
  font-size:13px;
}
.auth-login{
  color:#fff;
  border:1px solid rgba(87,214,255,.65);
  background:linear-gradient(135deg,#087dff,#18c9e7);
  box-shadow:0 10px 25px rgba(8,125,255,.28),0 0 18px rgba(31,196,235,.18),inset 0 1px 0 rgba(255,255,255,.3);
}
.auth-login:hover{box-shadow:0 15px 32px rgba(8,125,255,.38),0 0 27px rgba(31,196,235,.36),inset 0 1px 0 rgba(255,255,255,.36)}
.auth-register{
  color:#4b3100;
  border:1px solid rgba(255,214,53,.95);
  background:linear-gradient(135deg,#ffe64c 0%,#ffc400 52%,#ffab00 100%);
  box-shadow:0 11px 28px rgba(255,177,0,.38),0 0 22px rgba(255,212,45,.42),inset 0 1px 0 rgba(255,255,255,.72);
  animation:registerGlow 2.1s ease-in-out infinite;
}
.auth-register:hover{box-shadow:0 16px 36px rgba(255,166,0,.5),0 0 34px rgba(255,221,53,.72),inset 0 1px 0 rgba(255,255,255,.78)}
@keyframes registerGlow{
  0%,100%{box-shadow:0 11px 28px rgba(255,177,0,.35),0 0 16px rgba(255,212,45,.28),inset 0 1px 0 rgba(255,255,255,.72)}
  50%{box-shadow:0 13px 32px rgba(255,177,0,.48),0 0 30px rgba(255,218,44,.62),inset 0 1px 0 rgba(255,255,255,.78)}
}
@keyframes authShimmer{
  0%,58%{left:-55%;opacity:0}
  65%{opacity:1}
  88%,100%{left:125%;opacity:0}
}
body.dark .auth-login{
  border-color:rgba(95,222,255,.72);
  background:linear-gradient(135deg,#086fe2,#14bedc);
  box-shadow:0 12px 30px rgba(0,90,215,.4),0 0 24px rgba(31,196,235,.25);
}
body.dark .auth-register{color:#3c2700}
@media(max-width:900px){
  .auth-btn{padding:0 13px}
  .auth-icon{display:none}
}
@media(max-width:760px){
  .topbar{height:auto;min-height:66px;flex-wrap:wrap;padding:8px 4px}
  .top-actions{margin-left:auto}
  .auth-actions{order:3;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .auth-btn{min-height:40px;border-radius:12px;padding:0 10px;font-size:13px}
  .auth-btn::before{border-radius:11px}
}
@media(max-width:430px){
  .fx-toolbar{gap:6px}
  .icon-btn{width:40px;height:40px}
  .auth-btn{font-size:12px}
}
@media(prefers-reduced-motion:reduce){
  .auth-register,.auth-btn::after{animation:none}
}

/* Mobile auth actions: only registration and login are highlighted */
@media(max-width:760px){
  .mobile-nav a.mobile-register,
  body.dark .mobile-nav a.mobile-register{
    color:#382700;
    background:linear-gradient(145deg,#fff06a,#ffc400 55%,#f3a600);
    border:1px solid rgba(255,255,255,.9);
    box-shadow:0 5px 14px rgba(255,190,0,.38), inset 0 1px 0 rgba(255,255,255,.8);
    font-weight:800;
  }
  .mobile-nav a.mobile-login,
  body.dark .mobile-nav a.mobile-login{
    /* Keep login visually consistent with the normal navigation items. */
    color:inherit;
    background:transparent;
    border:0;
    box-shadow:none;
    font-weight:inherit;
  }
  .mobile-nav .mobile-login-icon{
    width:18px;
    height:18px;
    display:grid;
    place-items:center;
  }
  .mobile-nav .mobile-login-icon svg{
    width:18px;
    height:18px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.9;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
  .mobile-nav a.mobile-register b{font-size:18px;color:inherit}
  .mobile-nav a.mobile-login b{font-size:inherit;color:inherit}
  .mobile-nav a.mobile-register:active,
  .mobile-nav a.mobile-login:active{transform:translateY(1px) scale(.97)}
}


/* PG SOFT full game catalogue */
.game-catalog-toolbar{display:grid;grid-template-columns:minmax(240px,1fr) 190px auto auto;gap:12px;align-items:center;margin:18px 0;padding:14px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.68);backdrop-filter:blur(16px)}
body.dark .game-catalog-toolbar{background:rgba(7,25,48,.78)}
.catalog-search{height:46px;display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid var(--line);border-radius:14px;background:var(--card)}
.catalog-search svg{width:19px;fill:none;stroke:currentColor;stroke-width:1.8}.catalog-search input{width:100%;border:0;outline:0;background:transparent;color:inherit;font:inherit}
#catalogSort{height:46px;padding:0 13px;border:1px solid var(--line);border-radius:14px;background:var(--card);color:inherit;font:inherit}
.catalog-view{display:flex;gap:6px}.view-btn{width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:var(--card);color:inherit;font-size:20px;cursor:pointer}.view-btn.active{color:#fff;background:linear-gradient(135deg,#087dff,#18c9e7);box-shadow:0 9px 22px rgba(8,125,255,.25)}
.catalog-count{white-space:nowrap;font-weight:800;color:var(--muted)}
#dynamicGames.cards{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.pg-game-card{overflow:hidden;border-radius:18px;transform-style:preserve-3d}.pg-game-card .game-cover{position:relative;aspect-ratio:1/1;overflow:hidden;background:#071d3e}.pg-game-card .game-image{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.2,.8,.2,1),filter .4s}.pg-game-card:hover .game-image{transform:scale(1.08);filter:saturate(1.08)}
.game-shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(2,12,30,.75),transparent 56%);opacity:.65;transition:.3s}.pg-game-card:hover .game-shade{opacity:1}
.pg-game-card .tag{position:absolute;top:10px;left:10px;z-index:2;font-size:10px;letter-spacing:.08em}.game-fav{position:absolute;z-index:3;top:9px;right:9px;width:34px;height:34px;border:1px solid rgba(255,255,255,.55);border-radius:11px;background:rgba(2,17,39,.55);backdrop-filter:blur(8px);color:#fff;font-size:19px;cursor:pointer}.game-fav.active{color:#ffcf31;background:rgba(50,35,0,.72)}
.game-hover-actions{position:absolute;z-index:2;left:12px;right:12px;bottom:12px;display:grid;grid-template-columns:1fr auto;gap:8px;transform:translateY(16px);opacity:0;transition:.32s}.pg-game-card:hover .game-hover-actions{transform:none;opacity:1}.game-hover-actions button{height:38px;border:0;border-radius:11px;font-weight:800;cursor:pointer}.quick-play{color:#fff;background:linear-gradient(135deg,#087dff,#17c7e5);box-shadow:0 8px 20px rgba(8,125,255,.36)}.quick-detail{padding:0 12px;color:#fff;background:rgba(8,26,50,.82);border:1px solid rgba(255,255,255,.25)!important}
.pg-game-card .game-info{gap:9px;padding:12px}.game-copy{min-width:0}.game-copy b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.game-copy span{display:block;margin-top:3px;color:var(--muted);font-size:11px}.rtp-pill{flex:0 0 auto;padding:6px 8px;border-radius:10px;text-align:right;background:rgba(8,125,255,.09);border:1px solid rgba(8,125,255,.18)}.rtp-pill small{display:block;font-size:8px;color:var(--muted);letter-spacing:.08em}.rtp-pill strong{font-size:12px;color:#087dff}body.dark .rtp-pill strong{color:#5fdfff}
.catalog-list{display:block!important}.catalog-list .pg-game-card{display:grid;grid-template-columns:95px 1fr;margin-bottom:10px}.catalog-list .game-cover{aspect-ratio:1/1}.catalog-list .game-info{padding:15px 18px}.catalog-list .game-copy b{font-size:16px}.catalog-list .game-hover-actions{display:none}
.catalog-more{display:block;margin:24px auto 8px;min-width:190px}.catalog-more[hidden]{display:none}
.game-modal{position:fixed;z-index:9999;inset:0;display:grid;place-items:center;padding:22px;background:rgba(0,10,28,.74);backdrop-filter:blur(12px);opacity:0;visibility:hidden;transition:.3s}.game-modal.show{opacity:1;visibility:visible}.game-modal-card{position:relative;width:min(760px,100%);display:grid;grid-template-columns:44% 1fr;overflow:hidden;border:1px solid rgba(255,255,255,.28);border-radius:26px;background:var(--card);box-shadow:0 35px 90px rgba(0,0,0,.42);transform:translateY(18px) scale(.97);transition:.3s}.game-modal.show .game-modal-card{transform:none}.game-modal-image{width:100%;height:100%;min-height:380px;object-fit:cover}.game-modal-body{padding:34px;align-self:center}.game-modal-body h2{margin:10px 0 14px;font-size:30px}.game-modal-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.game-modal-meta span{padding:7px 10px;border-radius:999px;background:rgba(8,125,255,.1);border:1px solid rgba(8,125,255,.18);font-size:12px;font-weight:800}.game-modal-close{position:absolute;z-index:2;right:13px;top:13px;width:38px;height:38px;border:1px solid var(--line);border-radius:12px;background:var(--card);color:inherit;font-size:24px;cursor:pointer}.modal-open{overflow:hidden}
@media(max-width:1200px){#dynamicGames.cards{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:900px){#dynamicGames.cards{grid-template-columns:repeat(3,minmax(0,1fr))}.game-catalog-toolbar{grid-template-columns:1fr 170px auto}.catalog-count{grid-column:1/-1}.game-modal-card{grid-template-columns:40% 1fr}}
@media(max-width:640px){#dynamicGames.cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.game-catalog-toolbar{grid-template-columns:1fr auto}.catalog-search{grid-column:1/-1}#catalogSort{min-width:0;width:100%}.catalog-count{display:none}.pg-game-card .game-info{padding:9px}.game-copy b{font-size:12px}.rtp-pill{padding:5px 6px}.rtp-pill strong{font-size:10px}.game-hover-actions{opacity:1;transform:none}.quick-detail{display:none}.game-modal-card{display:block;max-height:88vh;overflow:auto}.game-modal-image{height:270px;min-height:0}.game-modal-body{padding:24px}.game-modal-body h2{font-size:24px}}

.catalog-source-note{margin:10px 0;color:var(--muted);font-size:12px}

/* Image promotion cards */
.promo-image-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.promo-image-card{display:block;position:relative;border-radius:28px;overflow:hidden;background:var(--card);box-shadow:var(--shadow-soft);border:1px solid rgba(126,156,192,.16);transform:translateZ(0);transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}
.promo-image-card::after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.24) 48%,transparent 66%);transform:translateX(-130%);transition:transform .75s ease;pointer-events:none}
.promo-image-card:hover{transform:translateY(-7px) scale(1.012);box-shadow:0 24px 55px rgba(24,72,132,.22);border-color:rgba(80,164,255,.38)}
.promo-image-card:hover::after{transform:translateX(130%)}
.promo-image-card img{display:block;width:100%;height:auto;aspect-ratio:784/466;object-fit:cover}
@media(max-width:760px){.promo-image-grid{grid-template-columns:1fr;gap:14px}.promo-image-card{border-radius:20px}}


/* Sidebar promotion gallery */


/* Sidebar promotion auto slider */
.sidebar-promo-slider{margin-top:auto;padding-top:18px;position:relative;flex-shrink:0;overflow:hidden}
.sidebar-promo-track{position:relative;width:100%;aspect-ratio:784/466;border-radius:17px;overflow:hidden;border:1px solid rgba(79,170,255,.25);background:#071c35;box-shadow:0 14px 30px rgba(2,34,72,.20)}
.sidebar-promo-slide{position:absolute;inset:0;display:block;opacity:0;visibility:hidden;transform:translateX(18px) scale(.985);transition:opacity .55s ease,transform .55s ease,visibility .55s;pointer-events:none}
.sidebar-promo-slide.active{opacity:1;visibility:visible;transform:none;pointer-events:auto}
.sidebar-promo-slide img{display:block;width:100%;height:100%;object-fit:cover}
.sidebar-promo-slide::after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 34%,rgba(255,255,255,.20) 49%,transparent 65%);transform:translateX(-145%);animation:sidebarPromoShine 4.8s ease-in-out infinite;pointer-events:none}
.sidebar-promo-slider:hover .sidebar-promo-track{border-color:rgba(46,169,255,.65);box-shadow:0 18px 36px rgba(4,85,175,.30)}
.sidebar-promo-dots{display:flex;justify-content:center;gap:5px;margin-top:9px}
.sidebar-promo-dots i{display:block;width:5px;height:5px;border-radius:20px;background:rgba(65,139,205,.28);transition:.35s}
.sidebar-promo-dots i.active{width:18px;background:#199cff}
body.dark .sidebar-promo-track{border-color:rgba(92,188,255,.20);box-shadow:0 14px 32px rgba(0,0,0,.30)}
@keyframes sidebarPromoShine{0%,55%{transform:translateX(-145%)}80%,100%{transform:translateX(145%)}}
@media(max-width:1100px){.sidebar-promo-slider{display:none}}


/* ===== Hero PG game character artwork ===== */
.hero-game-art{isolation:isolate;display:grid;place-items:center}
.hero-character-card{position:absolute;right:7%;top:1%;width:min(78%,310px);aspect-ratio:1/1;border-radius:34px;overflow:hidden;border:1px solid rgba(255,255,255,.78);background:linear-gradient(145deg,#0b3b75,#11aee9);box-shadow:0 30px 70px rgba(0,85,180,.30),inset 0 1px 0 rgba(255,255,255,.5);transform:rotate(3deg);animation:heroCharacterFloat 5.4s ease-in-out infinite;z-index:3}
.hero-character-card::before{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,transparent 55%,rgba(1,23,53,.48));pointer-events:none}
.hero-character-card img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.05);animation:heroCharacterZoom 8s ease-in-out infinite alternate}
.hero-game-badge{position:absolute;left:18px;top:18px;z-index:4;padding:8px 12px;border-radius:999px;background:rgba(3,29,63,.72);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(10px);color:#fff;font-family:'Orbitron','Kanit',sans-serif;font-size:11px;font-weight:800;letter-spacing:.08em;box-shadow:0 8px 20px rgba(0,0,0,.18)}
.hero-character-glow{position:absolute;width:130px;height:130px;right:-35px;bottom:-35px;border-radius:50%;background:rgba(29,221,255,.45);filter:blur(24px);animation:pulseGlow 3.5s ease-in-out infinite;z-index:1}
.hero-mini-game{position:absolute;width:74px;aspect-ratio:1;border-radius:21px;overflow:hidden;border:3px solid rgba(255,255,255,.85);box-shadow:0 18px 35px rgba(0,76,155,.26);z-index:5;animation:miniGameFloat 4.2s ease-in-out infinite}
.hero-mini-game img{width:100%;height:100%;object-fit:cover;display:block}
.mini-neko{left:3%;bottom:10%;transform:rotate(-10deg);animation-delay:-1.2s}
.mini-mahjong{right:0;bottom:4%;width:62px;transform:rotate(9deg);animation-delay:-2.5s}
.hero-orbit{position:absolute;border:1px solid rgba(27,176,255,.25);border-radius:50%;z-index:0;animation:orbitSpin 16s linear infinite}
.orbit-one{width:300px;height:300px;right:5%;top:2%}
.orbit-two{width:230px;height:230px;right:14%;top:13%;animation-direction:reverse;animation-duration:12s;border-style:dashed}
.hero-orbit::after{content:"";position:absolute;width:10px;height:10px;border-radius:50%;background:#35d9ff;box-shadow:0 0 18px #35d9ff;left:50%;top:-5px}
.spark{position:absolute;width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 15px #5de8ff;z-index:6;animation:sparkBlink 2.4s ease-in-out infinite}
.spark-one{right:9%;top:21%}.spark-two{left:20%;top:18%;animation-delay:-.8s}.spark-three{right:26%;bottom:3%;animation-delay:-1.5s}
@keyframes heroCharacterFloat{0%,100%{transform:translateY(0) rotate(3deg)}50%{transform:translateY(-12px) rotate(1deg)}}
@keyframes heroCharacterZoom{from{transform:scale(1.04)}to{transform:scale(1.11)}}
@keyframes miniGameFloat{0%,100%{translate:0 0}50%{translate:0 -11px}}
@keyframes orbitSpin{to{transform:rotate(360deg)}}
@keyframes pulseGlow{50%{transform:scale(1.18);opacity:.6}}
@keyframes sparkBlink{0%,100%{opacity:.25;transform:scale(.7)}50%{opacity:1;transform:scale(1.35)}}
body.dark .hero-character-card{border-color:rgba(116,220,255,.24);box-shadow:0 30px 75px rgba(0,0,0,.44),0 0 42px rgba(0,157,255,.16)}
@media(max-width:1100px){.hero-character-card{right:4%;width:285px}.hero-mini-game{width:62px}.mini-mahjong{width:54px}}
@media(max-width:760px){.hero-game-art{height:220px}.hero-character-card{width:190px;right:14%;top:0;border-radius:24px}.hero-mini-game{width:52px;border-radius:15px}.mini-neko{left:9%;bottom:5%}.mini-mahjong{right:7%;bottom:2%;width:45px}.orbit-one{width:210px;height:210px;right:10%}.orbit-two{width:160px;height:160px;right:18%}.hero-game-badge{left:11px;top:11px;padding:6px 9px;font-size:9px}}
@media(prefers-reduced-motion:reduce){.hero-character-card,.hero-character-card img,.hero-mini-game,.hero-orbit,.spark{animation:none!important}}

/* ===== Hero boy with floating PG game icons ===== */
.hero-boy-scene{overflow:visible;min-height:390px}
.hero-boy{position:absolute;z-index:5;right:9%;bottom:-8%;width:min(62%,300px);height:auto;object-fit:contain;filter:drop-shadow(0 28px 34px rgba(0,52,120,.3));animation:heroBoyFloat 4.8s ease-in-out infinite;transform-origin:50% 82%}
.hero-boy-glow{position:absolute;z-index:1;right:8%;bottom:2%;width:300px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(35,210,255,.35),rgba(14,107,255,.15) 45%,transparent 72%);filter:blur(10px);animation:heroBoyGlow 3.8s ease-in-out infinite}
.hero-game-icon{position:absolute;z-index:7;display:block;width:72px;aspect-ratio:1;border-radius:21px;overflow:hidden;border:2px solid rgba(255,255,255,.86);background:#0b315f;box-shadow:0 14px 30px rgba(0,73,153,.28),0 0 20px rgba(55,210,255,.18);animation:heroGameDrift 5s ease-in-out infinite;transition:transform .25s ease,box-shadow .25s ease}
.hero-game-icon:hover{transform:translateY(-5px) scale(1.08)!important;box-shadow:0 20px 38px rgba(0,89,190,.36),0 0 28px rgba(65,220,255,.35)}
.hero-game-icon img{display:block;width:100%;height:100%;object-fit:cover}
.icon-tiger{left:5%;top:8%;transform:rotate(-8deg);animation-delay:-.4s}
.icon-neko{left:0;bottom:8%;width:66px;transform:rotate(7deg);animation-delay:-1.7s}
.icon-mahjong{right:0;top:10%;width:66px;transform:rotate(8deg);animation-delay:-2.8s}
.icon-aztec{right:1%;bottom:4%;width:72px;transform:rotate(-6deg);animation-delay:-3.7s}
.hero-boy-scene .orbit-one{right:7%;top:5%;width:320px;height:320px}
.hero-boy-scene .orbit-two{right:16%;top:15%;width:235px;height:235px}
@keyframes heroBoyFloat{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-12px) rotate(1deg)}}
@keyframes heroBoyGlow{0%,100%{transform:scale(.94);opacity:.72}50%{transform:scale(1.06);opacity:1}}
@keyframes heroGameDrift{0%,100%{translate:0 0}50%{translate:0 -10px}}
@media(max-width:1100px){.hero-boy{right:7%;width:285px}.hero-game-icon{width:64px}.icon-neko,.icon-mahjong{width:58px}}
@media(max-width:760px){.hero-boy-scene{min-height:235px;height:235px}.hero-boy{width:178px;right:18%;bottom:-4%}.hero-boy-glow{width:210px;height:170px;right:13%;bottom:0}.hero-game-icon{width:46px;border-radius:14px}.icon-neko,.icon-mahjong{width:42px}.icon-tiger{left:8%;top:8%}.icon-neko{left:7%;bottom:5%}.icon-mahjong{right:7%;top:8%}.icon-aztec{right:8%;bottom:3%;width:46px}.hero-boy-scene .orbit-one{width:210px;height:210px;right:14%}.hero-boy-scene .orbit-two{width:155px;height:155px;right:23%}}
@media(prefers-reduced-motion:reduce){.hero-boy,.hero-boy-glow,.hero-game-icon{animation:none!important}}

/* ===== Hero composition fix: keep head inside frame and crop to upper body ===== */
.hero-boy-scene{overflow:hidden!important;min-height:390px}
.hero-boy{top:10px!important;bottom:auto!important;right:8%!important;width:min(64%,300px)!important;transform-origin:50% 38%}
.hero-boy-glow{right:7%!important;bottom:-5%!important}
.icon-tiger{left:7%;top:17%}
.icon-neko{left:4%;bottom:12%}
.icon-mahjong{right:3%;top:18%}
.icon-aztec{right:4%;bottom:10%}
@media(max-width:1100px){
  .hero-boy{top:8px!important;right:7%!important;width:278px!important}
}
@media(max-width:760px){
  .hero-boy-scene{overflow:hidden!important;min-height:235px;height:235px}
  .hero-boy{top:4px!important;bottom:auto!important;right:17%!important;width:172px!important}
  .hero-boy-glow{right:12%!important;bottom:-8%!important}
  .icon-tiger{left:8%;top:14%}.icon-neko{left:7%;bottom:9%}.icon-mahjong{right:7%;top:14%}.icon-aztec{right:8%;bottom:8%}
}

/* Hero character: anchor the cropped character to the bottom edge */
.hero-boy-scene{position:relative;overflow:hidden!important}
.hero-boy{
  top:auto!important;
  bottom:-205px!important;
  right:5.5%!important;
  width:min(70%,340px)!important;
  transform-origin:50% 62%!important;
}
.hero-boy-glow{right:4%!important;bottom:-10%!important;width:340px!important;height:270px!important}
@media(max-width:1100px){
  .hero-boy{right:4.5%!important;bottom:-188px!important;width:318px!important}
}
@media(max-width:760px){
  .hero-boy{top:auto!important;right:13%!important;bottom:-116px!important;width:194px!important}
  .hero-boy-glow{right:8%!important;bottom:-12%!important;width:225px!important;height:180px!important}
}

/* ===== Hero character final balanced composition ===== */
.hero-boy-scene{
  position:relative;
  overflow:hidden!important;
  min-height:390px;
}
.hero-boy{
  top:8px!important;
  bottom:auto!important;
  right:7%!important;
  width:300px!important;
  max-width:none!important;
  clip-path:inset(0 0 38% 0);
  filter:drop-shadow(0 24px 28px rgba(0,52,120,.28));
  animation:heroBoySoftMove 5.8s ease-in-out infinite!important;
  transform-origin:50% 45%!important;
}
.hero-boy-glow{
  right:5%!important;
  bottom:-4%!important;
  width:320px!important;
  height:230px!important;
  opacity:.72;
}
.icon-tiger{left:7%;top:20%}
.icon-neko{left:5%;bottom:13%}
.icon-mahjong{right:4%;top:20%}
.icon-aztec{right:5%;bottom:12%}
@keyframes heroBoySoftMove{
  0%,100%{transform:translateY(0) rotate(-.4deg)}
  50%{transform:translateY(-5px) rotate(.4deg)}
}
@media(max-width:1100px){
  .hero-boy{top:10px!important;right:6%!important;width:282px!important;clip-path:inset(0 0 39% 0)}
  .hero-boy-glow{right:4%!important;width:300px!important;height:215px!important}
}
@media(max-width:760px){
  .hero-boy-scene{min-height:235px;height:235px}
  .hero-boy{top:5px!important;right:16%!important;width:178px!important;clip-path:inset(0 0 38% 0)}
  .hero-boy-glow{right:10%!important;bottom:-5%!important;width:210px!important;height:150px!important}
  .icon-tiger{left:8%;top:18%}.icon-neko{left:7%;bottom:11%}.icon-mahjong{right:7%;top:18%}.icon-aztec{right:8%;bottom:10%}
}


/* ===== Premium full-body PG hero composition ===== */
.hero{
  min-height:500px;
  grid-template-columns:minmax(0,.86fr) minmax(520px,1.14fr);
  padding:54px 46px 44px 54px;
}
.hero-copy{max-width:640px}
.hero-boy-scene{
  position:relative!important;
  width:100%!important;
  height:430px!important;
  min-height:430px!important;
  right:auto!important;
  bottom:auto!important;
  opacity:1!important;
  overflow:hidden!important;
  align-self:end;
}
.hero-boy-scene::before{
  content:"";
  position:absolute;
  z-index:0;
  width:430px;
  height:430px;
  right:7%;
  top:1%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(54,219,255,.20),rgba(0,118,255,.09) 42%,transparent 70%);
  filter:blur(2px);
}
.hero-boy{
  top:10px!important;
  right:21%!important;
  bottom:auto!important;
  width:auto!important;
  height:402px!important;
  max-width:none!important;
  clip-path:none!important;
  object-fit:contain!important;
  transform-origin:50% 75%!important;
  filter:drop-shadow(0 24px 30px rgba(0,40,105,.30))!important;
  animation:heroBoyPremiumFloat 5.8s ease-in-out infinite!important;
}
.hero-boy-glow{
  z-index:1!important;
  right:12%!important;
  bottom:12px!important;
  width:430px!important;
  height:270px!important;
  opacity:.9!important;
  background:radial-gradient(ellipse,rgba(41,213,255,.38),rgba(16,109,255,.16) 46%,transparent 72%)!important;
}
.hero-energy-platform{
  position:absolute;
  z-index:3;
  right:14%;
  bottom:7px;
  width:360px;
  height:68px;
  border-radius:50%;
  background:radial-gradient(ellipse,rgba(120,247,255,.92) 0 9%,rgba(24,190,255,.75) 10% 20%,rgba(0,103,255,.35) 35%,transparent 69%);
  box-shadow:0 0 30px rgba(31,203,255,.48),0 0 68px rgba(0,111,255,.28);
  transform:perspective(300px) rotateX(64deg);
  animation:heroPlatformPulse 3.8s ease-in-out infinite;
}
.hero-energy-platform::before,.hero-energy-platform::after{
  content:"";position:absolute;inset:8px;border:2px solid rgba(101,235,255,.62);border-radius:50%;
}
.hero-energy-platform::after{inset:18px;border-color:rgba(255,255,255,.52)}
.hero-energy-platform span{position:absolute;inset:-17px 35px;border-radius:50%;border:1px solid rgba(41,190,255,.36);animation:orbitSpin 10s linear infinite}
.hero-boy-scene .orbit-one{width:390px!important;height:390px!important;right:10%!important;top:2%!important;opacity:.7}
.hero-boy-scene .orbit-two{width:285px!important;height:285px!important;right:18%!important;top:15%!important;opacity:.55}
.hero-game-icon{width:76px!important;border-radius:22px!important}
.icon-tiger{left:8%!important;top:16%!important}
.icon-neko{left:4%!important;bottom:18%!important;width:72px!important}
.icon-mahjong{right:2%!important;top:19%!important;width:72px!important}
.icon-aztec{right:4%!important;bottom:17%!important;width:78px!important}
.hero-boy-scene .coin.c1{right:7%;top:3%;width:58px;height:58px}
.hero-boy-scene .coin.c2{left:23%;right:auto;bottom:7%;width:48px;height:48px}
.hero-boy-scene .coin.c3{right:5%;bottom:22%;width:42px;height:42px}
.hero-gem{position:absolute;z-index:4;width:22px;height:22px;transform:rotate(45deg);border-radius:6px;background:linear-gradient(145deg,#d9fbff,#38ddff 44%,#126cff);box-shadow:0 0 18px rgba(62,219,255,.75);animation:heroGemFloat 4.6s ease-in-out infinite}
.gem-one{left:30%;top:39%}.gem-two{right:17%;bottom:9%;animation-delay:-1.5s}.gem-three{left:34%;bottom:13%;width:16px;height:16px;animation-delay:-2.7s}
@keyframes heroBoyPremiumFloat{0%,100%{transform:translateY(0) rotate(-.25deg)}50%{transform:translateY(-7px) rotate(.35deg)}}
@keyframes heroPlatformPulse{0%,100%{opacity:.78;filter:saturate(1)}50%{opacity:1;filter:saturate(1.25)}}
@keyframes heroGemFloat{0%,100%{translate:0 0;rotate:0deg}50%{translate:0 -10px;rotate:12deg}}

@media(max-width:1280px){
  .hero{grid-template-columns:minmax(0,.95fr) minmax(470px,1.05fr)}
  .hero-boy{right:19%!important;height:385px!important}
  .hero-energy-platform{right:12%;width:335px}
  .hero-boy-scene .orbit-one{right:7%!important}
}
@media(max-width:1100px){
  .hero{grid-template-columns:1fr;min-height:470px;padding:42px}
  .hero-copy{max-width:62%;z-index:3}
  .hero-boy-scene{position:absolute!important;right:0!important;bottom:0!important;width:48%!important;height:420px!important;min-height:420px!important;opacity:1!important}
  .hero-boy{right:19%!important;top:12px!important;height:374px!important}
  .hero-energy-platform{right:8%;width:320px}
  .hero-game-icon{width:66px!important}.icon-neko,.icon-mahjong{width:62px!important}.icon-aztec{width:68px!important}
}
@media(max-width:760px){
  .hero{min-height:650px;padding:30px 24px 24px;display:block}
  .hero-copy{max-width:100%}
  .hero-boy-scene{position:relative!important;width:100%!important;height:300px!important;min-height:300px!important;right:auto!important;bottom:auto!important;margin-top:16px!important}
  .hero-boy{top:3px!important;right:31%!important;height:276px!important}
  .hero-boy-glow{right:14%!important;bottom:0!important;width:290px!important;height:180px!important}
  .hero-energy-platform{right:16%;bottom:0;width:260px;height:52px}
  .hero-boy-scene .orbit-one{width:270px!important;height:270px!important;right:14%!important;top:2%!important}
  .hero-boy-scene .orbit-two{width:195px!important;height:195px!important;right:25%!important;top:15%!important}
  .hero-game-icon{width:50px!important;border-radius:15px!important}.icon-neko,.icon-mahjong{width:46px!important}.icon-aztec{width:52px!important}
  .icon-tiger{left:5%!important;top:15%!important}.icon-neko{left:4%!important;bottom:14%!important}.icon-mahjong{right:3%!important;top:16%!important}.icon-aztec{right:4%!important;bottom:13%!important}
  .hero-boy-scene .coin.c1{right:6%;top:1%;width:42px;height:42px}.hero-boy-scene .coin.c2{left:22%;bottom:2%;width:36px;height:36px}.hero-boy-scene .coin.c3{right:3%;bottom:22%;width:32px;height:32px}
  .hero-gem{display:none}
}
@media(prefers-reduced-motion:reduce){.hero-energy-platform,.hero-gem{animation:none!important}}

/* Extra floating game icons for a richer hero composition */
.icon-candy{left:26%!important;top:4%!important;width:64px!important;animation-delay:-1.2s!important}
.icon-bandito{left:25%!important;bottom:3%!important;width:66px!important;animation-delay:-2.8s!important}
.icon-phoenix{right:23%!important;bottom:1%!important;width:62px!important;animation-delay:-4s!important}

@media(max-width:1280px){
  .icon-candy{left:24%!important;top:5%!important;width:58px!important}
  .icon-bandito{left:23%!important;bottom:4%!important;width:60px!important}
  .icon-phoenix{right:22%!important;bottom:2%!important;width:56px!important}
}
@media(max-width:1100px){
  .icon-candy{left:25%!important;top:5%!important;width:54px!important}
  .icon-bandito{left:23%!important;bottom:3%!important;width:56px!important}
  .icon-phoenix{right:22%!important;bottom:2%!important;width:52px!important}
}
@media(max-width:760px){
  .icon-candy{left:24%!important;top:2%!important;width:40px!important}
  .icon-bandito{left:24%!important;bottom:1%!important;width:42px!important}
  .icon-phoenix{right:23%!important;bottom:0!important;width:40px!important}
}

/* ===== Hero visual centering + cinematic light effects ===== */
@media(min-width:1101px){
  .hero{grid-template-columns:minmax(0,.9fr) minmax(560px,1.1fr)}
  .hero-boy-scene{transform:translateX(-34px)}
  .hero-boy{right:22%!important}
  .hero-energy-platform{right:16%!important}
  .hero-boy-glow{right:14%!important}
}
.hero-boy-scene::after{
  content:"";
  position:absolute;
  z-index:2;
  inset:2% 0 0 4%;
  pointer-events:none;
  background:
    radial-gradient(circle at 67% 42%,rgba(255,255,255,.55) 0 1px,transparent 2px),
    radial-gradient(circle at 48% 22%,rgba(81,229,255,.95) 0 2px,transparent 3px),
    radial-gradient(circle at 87% 31%,rgba(108,87,255,.9) 0 2px,transparent 3px),
    radial-gradient(circle at 57% 70%,rgba(255,209,79,.8) 0 2px,transparent 3px),
    radial-gradient(circle at 74% 77%,rgba(255,255,255,.75) 0 1px,transparent 2px),
    radial-gradient(ellipse at 68% 60%,rgba(35,183,255,.20),transparent 44%),
    conic-gradient(from 205deg at 68% 60%,transparent 0 9%,rgba(53,213,255,.18) 11%,transparent 15% 27%,rgba(146,74,255,.16) 29%,transparent 34% 100%);
  filter:drop-shadow(0 0 10px rgba(53,208,255,.35));
  mix-blend-mode:screen;
  animation:heroFxBreathe 4.5s ease-in-out infinite;
}
.hero-boy-scene .orbit-one{
  border-color:rgba(57,213,255,.42)!important;
  box-shadow:0 0 20px rgba(46,199,255,.20),inset 0 0 25px rgba(90,96,255,.10);
}
.hero-boy-scene .orbit-two{
  border-color:rgba(144,94,255,.34)!important;
  box-shadow:0 0 18px rgba(124,73,255,.18);
}
.hero-boy-glow{
  filter:blur(8px) saturate(1.35)!important;
  box-shadow:0 0 80px rgba(0,164,255,.20),0 0 120px rgba(119,55,255,.13);
}
.hero-energy-platform{
  box-shadow:0 0 34px rgba(31,220,255,.72),0 0 82px rgba(0,115,255,.46),0 0 125px rgba(113,52,255,.22)!important;
}
.hero-game-icon{
  box-shadow:0 16px 34px rgba(0,73,153,.34),0 0 24px rgba(55,210,255,.32),0 0 0 1px rgba(121,231,255,.16)!important;
}
.hero-game-icon::after{
  content:"";position:absolute;inset:-55% -80%;
  background:linear-gradient(115deg,transparent 42%,rgba(255,255,255,.45) 49%,transparent 56%);
  transform:translateX(-55%) rotate(8deg);
  animation:iconShine 5.8s ease-in-out infinite;
}
.icon-neko::after,.icon-bandito::after{animation-delay:-1.8s}.icon-mahjong::after,.icon-phoenix::after{animation-delay:-3.4s}
@keyframes heroFxBreathe{0%,100%{opacity:.62;transform:scale(.985)}50%{opacity:1;transform:scale(1.02)}}
@keyframes iconShine{0%,62%{transform:translateX(-65%) rotate(8deg);opacity:0}72%{opacity:.85}88%,100%{transform:translateX(70%) rotate(8deg);opacity:0}}

@media(max-width:1280px) and (min-width:1101px){
  .hero-boy-scene{transform:translateX(-20px)}
  .hero-boy{right:21%!important}
}
@media(max-width:1100px){
  .hero-boy-scene{transform:none}
}
@media(max-width:760px){
  .hero-boy-scene::after{inset:0;background:radial-gradient(ellipse at 57% 60%,rgba(35,183,255,.24),transparent 48%),radial-gradient(circle at 75% 20%,rgba(255,255,255,.7) 0 1px,transparent 2px)}
}

/* ===== Requested hero refinement: remove platform and tighten left-side game icons ===== */
.hero-energy-platform{display:none!important}

@media(min-width:1101px){
  .icon-tiger{left:17%!important;top:17%!important}
  .icon-neko{left:14%!important;bottom:20%!important}
  .icon-candy{left:34%!important;top:6%!important}
  .icon-bandito{left:34%!important;bottom:5%!important}
}
@media(max-width:1280px) and (min-width:1101px){
  .icon-tiger{left:16%!important}
  .icon-neko{left:13%!important}
  .icon-candy{left:32%!important}
  .icon-bandito{left:32%!important}
}
@media(max-width:1100px) and (min-width:761px){
  .icon-tiger{left:14%!important;top:17%!important}
  .icon-neko{left:12%!important;bottom:18%!important}
  .icon-candy{left:31%!important;top:6%!important}
  .icon-bandito{left:31%!important;bottom:4%!important}
}
@media(max-width:760px){
  .icon-tiger{left:12%!important;top:15%!important}
  .icon-neko{left:11%!important;bottom:14%!important}
  .icon-candy{left:31%!important;top:3%!important}
  .icon-bandito{left:31%!important;bottom:2%!important}
}

/* ===== Remove visible rectangular bounds from the hero visual FX layer ===== */
.hero-boy-scene{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  isolation:isolate;
}
.hero-boy-scene::before{
  right:-4%!important;
  top:-8%!important;
  width:520px!important;
  height:520px!important;
  background:radial-gradient(circle at 52% 48%,rgba(54,219,255,.22) 0,rgba(0,118,255,.10) 38%,rgba(20,86,190,.04) 57%,transparent 74%)!important;
  filter:blur(8px)!important;
}
.hero-boy-scene::after{
  inset:-16% -12% -18% -12%!important;
  border-radius:50%!important;
  background:
    radial-gradient(circle at 66% 39%,rgba(255,255,255,.58) 0 1px,transparent 2px),
    radial-gradient(circle at 47% 23%,rgba(81,229,255,.92) 0 2px,transparent 3px),
    radial-gradient(circle at 85% 30%,rgba(108,87,255,.82) 0 2px,transparent 3px),
    radial-gradient(circle at 59% 69%,rgba(255,209,79,.72) 0 2px,transparent 3px),
    radial-gradient(ellipse at 65% 58%,rgba(35,183,255,.24),transparent 50%),
    radial-gradient(ellipse at 70% 62%,rgba(126,66,255,.15),transparent 60%)!important;
  -webkit-mask-image:radial-gradient(ellipse at 66% 57%,#000 0 46%,rgba(0,0,0,.72) 60%,transparent 78%);
  mask-image:radial-gradient(ellipse at 66% 57%,#000 0 46%,rgba(0,0,0,.72) 60%,transparent 78%);
  filter:drop-shadow(0 0 12px rgba(53,208,255,.28))!important;
  mix-blend-mode:screen!important;
}
.hero-boy-glow{
  background:radial-gradient(ellipse,rgba(41,213,255,.34),rgba(16,109,255,.13) 44%,rgba(91,52,210,.06) 58%,transparent 74%)!important;
  filter:blur(16px) saturate(1.25)!important;
}
@media(max-width:760px){
  .hero-boy-scene::after{
    inset:-12%!important;
    -webkit-mask-image:radial-gradient(ellipse at 58% 58%,#000 0 45%,rgba(0,0,0,.65) 60%,transparent 79%);
    mask-image:radial-gradient(ellipse at 58% 58%,#000 0 45%,rgba(0,0,0,.65) 60%,transparent 79%);
  }
}

/* Games guide artwork refresh — 2026-08-29. */
.games-showcase-media{
  width:100%;
  margin:0;
  overflow:hidden;
  border:1px solid var(--dark-border);
  border-radius:20px;
  background:#071a2e;
}
.games-showcase-media img[src*="mobile-game-guide-blueglass-20260829.webp"]{
  display:block;
  width:100%!important;
  height:auto!important;
  aspect-ratio:2/1;
  object-fit:cover;
  object-position:center;
}

/* ===== Definitive fix: remove clipped rectangular FX boundary ===== */
.hero{overflow:hidden!important}
.hero-boy-scene{
  overflow:visible!important;
  background:none!important;
  box-shadow:none!important;
  filter:none!important;
}
.hero-boy-scene::before{display:none!important}
.hero-boy-scene::after{
  inset:-28% -24% -30% -24%!important;
  border-radius:50%!important;
  background:
    radial-gradient(circle at 48% 25%,rgba(96,232,255,.95) 0 1.5px,transparent 3px),
    radial-gradient(circle at 78% 32%,rgba(131,100,255,.82) 0 1.5px,transparent 3px),
    radial-gradient(circle at 59% 72%,rgba(255,215,86,.78) 0 1.5px,transparent 3px),
    radial-gradient(ellipse at 61% 56%,rgba(35,183,255,.20) 0,rgba(35,183,255,.10) 34%,rgba(103,63,229,.055) 51%,transparent 72%)!important;
  -webkit-mask-image:radial-gradient(ellipse at 61% 56%,#000 0 44%,rgba(0,0,0,.72) 58%,transparent 76%)!important;
  mask-image:radial-gradient(ellipse at 61% 56%,#000 0 44%,rgba(0,0,0,.72) 58%,transparent 76%)!important;
  filter:none!important;
  mix-blend-mode:screen!important;
  pointer-events:none!important;
}
.hero-boy-glow{
  width:420px!important;
  height:330px!important;
  right:8%!important;
  bottom:4%!important;
  background:radial-gradient(ellipse,rgba(41,213,255,.25) 0,rgba(16,109,255,.10) 43%,rgba(91,52,210,.035) 60%,transparent 76%)!important;
  filter:blur(20px)!important;
  box-shadow:none!important;
}

/* ===== Definitive fix: remove clipped rectangular FX boundary ===== */
.hero{overflow:hidden!important}
.hero-boy-scene{overflow:visible!important;background:none!important;box-shadow:none!important;filter:none!important}
.hero-boy-scene::before{display:none!important}
.hero-boy-scene::after{
  inset:-28% -24% -30% -24%!important;
  border-radius:50%!important;
  background:
    radial-gradient(circle at 48% 25%,rgba(96,232,255,.95) 0 1.5px,transparent 3px),
    radial-gradient(circle at 78% 32%,rgba(131,100,255,.82) 0 1.5px,transparent 3px),
    radial-gradient(circle at 59% 72%,rgba(255,215,86,.78) 0 1.5px,transparent 3px),
    radial-gradient(ellipse at 61% 56%,rgba(35,183,255,.20) 0,rgba(35,183,255,.10) 34%,rgba(103,63,229,.055) 51%,transparent 72%)!important;
  -webkit-mask-image:radial-gradient(ellipse at 61% 56%,#000 0 44%,rgba(0,0,0,.72) 58%,transparent 76%)!important;
  mask-image:radial-gradient(ellipse at 61% 56%,#000 0 44%,rgba(0,0,0,.72) 58%,transparent 76%)!important;
  filter:none!important;
  mix-blend-mode:screen!important;
  pointer-events:none!important;
}
.hero-boy-glow{
  width:420px!important;height:330px!important;right:8%!important;bottom:4%!important;
  background:radial-gradient(ellipse,rgba(41,213,255,.25) 0,rgba(16,109,255,.10) 43%,rgba(91,52,210,.035) 60%,transparent 76%)!important;
  filter:blur(20px)!important;box-shadow:none!important
}

/* ===== Live winner toast (demo data) ===== */
.winner-toast{
  position:fixed;right:22px;bottom:22px;z-index:1200;
  width:min(360px,calc(100vw - 28px));
  display:grid;grid-template-columns:72px minmax(0,1fr) 28px;gap:12px;align-items:center;
  padding:12px;border:1px solid rgba(71,205,255,.38);border-radius:20px;
  background:linear-gradient(135deg,rgba(5,23,46,.94),rgba(8,53,91,.92));
  box-shadow:0 20px 55px rgba(0,0,0,.34),0 0 26px rgba(0,174,255,.18),inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);
  color:#fff;transform:translate3d(calc(100% + 40px),0,0);opacity:0;visibility:hidden;
  transition:transform .5s cubic-bezier(.2,.8,.2,1),opacity .35s ease,visibility .35s;
  overflow:hidden;
}
.winner-toast.show{transform:translate3d(0,0,0);opacity:1;visibility:visible}
.winner-toast::before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 15%,rgba(255,255,255,.12) 42%,transparent 67%);transform:translateX(-120%);animation:winnerShine 4.8s ease-in-out infinite;pointer-events:none}
.winner-toast__image{width:72px;height:72px;border-radius:15px;object-fit:cover;border:1px solid rgba(255,255,255,.24);box-shadow:0 9px 24px rgba(0,0,0,.28),0 0 18px rgba(31,193,255,.22)}
.winner-toast__copy{min-width:0;position:relative;z-index:1}
.winner-toast__top{display:flex;align-items:center;gap:7px;margin-bottom:4px}
.winner-toast__badge{font-size:10px;font-weight:900;letter-spacing:.08em;padding:4px 7px;border-radius:999px;background:linear-gradient(135deg,#ffba00,#ffe16a);color:#3a2600;box-shadow:0 0 14px rgba(255,194,32,.32)}
.winner-toast__demo{font-size:9px;font-weight:800;color:#84dfff;border:1px solid rgba(77,205,255,.32);padding:3px 6px;border-radius:999px}
.winner-toast__title{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;line-height:1.25}
.winner-toast__meta{display:flex;align-items:center;gap:7px;margin-top:4px;color:#a9c8df;font-size:11px}
.winner-toast__amount{margin-top:3px;font-size:18px;font-weight:900;line-height:1;background:linear-gradient(90deg,#fff3a8,#ffc62f);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 18px rgba(255,203,52,.16)}
.winner-toast__close{position:relative;z-index:2;align-self:start;width:28px;height:28px;border:0;border-radius:9px;background:rgba(255,255,255,.07);color:#bcd3e5;font-size:18px;line-height:1;cursor:pointer}
.winner-toast__close:hover{background:rgba(255,255,255,.14);color:#fff}
.winner-toast__pulse{position:absolute;left:9px;top:9px;width:7px;height:7px;border-radius:50%;background:#28e7a2;box-shadow:0 0 0 0 rgba(40,231,162,.55);animation:winnerPulse 1.8s infinite}
@keyframes winnerShine{0%,50%{transform:translateX(-120%)}75%,100%{transform:translateX(130%)}}
@keyframes winnerPulse{70%{box-shadow:0 0 0 8px rgba(40,231,162,0)}100%{box-shadow:0 0 0 0 rgba(40,231,162,0)}}
@media(max-width:760px){
  .winner-toast{right:12px;bottom:86px;width:calc(100vw - 24px);grid-template-columns:58px minmax(0,1fr) 26px;padding:10px;border-radius:17px}
  .winner-toast__image{width:58px;height:58px;border-radius:12px}
  .winner-toast__amount{font-size:16px}
  .winner-toast__title{font-size:13px}
}
@media(prefers-reduced-motion:reduce){.winner-toast,.winner-toast::before,.winner-toast__pulse{animation:none!important;transition:none!important}}

/* Articles, About and Trending upgrade */
.trending-section{margin:26px 0 32px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.section-head h2{margin:5px 0 4px}.section-head p{margin:0;color:var(--muted)}.trending-arrows{display:flex;gap:8px}.trending-arrows button{width:42px;height:42px;border-radius:13px;border:1px solid var(--line);background:var(--card);color:var(--text);font-size:25px;cursor:pointer}.trending-track{display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding:4px 2px 12px}.trending-track::-webkit-scrollbar{display:none}.trending-card{position:relative;min-width:210px;aspect-ratio:1/1.15;border-radius:22px;overflow:hidden;background:var(--card);border:1px solid var(--line);box-shadow:0 18px 38px rgba(8,45,100,.16);transition:.3s}.trending-card:hover{transform:translateY(-7px) scale(1.015);box-shadow:0 25px 55px rgba(0,136,255,.26)}.trending-card img{width:100%;height:100%;object-fit:cover}.trending-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(1,12,35,.94))}.trending-rank{position:absolute;z-index:3;top:12px;left:12px;padding:7px 10px;border-radius:10px;background:linear-gradient(135deg,#ffca2c,#ff7a00);color:#171000;font-weight:900;font-size:12px;box-shadow:0 0 22px rgba(255,180,0,.55)}.trending-overlay{position:absolute;z-index:3;left:14px;right:14px;bottom:13px;display:flex;align-items:end;justify-content:space-between;gap:10px;color:white}.trending-overlay b{display:block;font-size:15px}.trending-overlay span{font-size:12px;color:#bcd9ff}.trending-play{border:0;border-radius:11px;padding:9px 12px;background:#168cff;color:white;font-weight:800;cursor:pointer;box-shadow:0 0 18px rgba(0,145,255,.55)}
.article-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:24px 0}.article-search{max-width:430px}.article-cats{display:flex;gap:8px;flex-wrap:wrap}.featured-article{display:grid;grid-template-columns:minmax(260px,.9fr) 1.1fr;gap:28px;align-items:center;padding:24px;border:1px solid var(--line);background:var(--card);border-radius:28px;box-shadow:var(--shadow);margin-bottom:26px}.featured-article img{width:100%;max-height:380px;object-fit:cover;border-radius:22px}.featured-article h2{font-size:clamp(24px,3vw,38px);margin:8px 0 12px}.featured-article p{color:var(--muted);line-height:1.75}.article-meta{font-size:13px;color:var(--muted);margin:12px 0 18px}.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.article-card{overflow:hidden;border:1px solid var(--line);background:var(--card);border-radius:22px;transition:.3s;box-shadow:0 16px 34px rgba(5,45,95,.1)}.article-card:hover{transform:translateY(-7px);box-shadow:0 24px 48px rgba(0,130,255,.2)}.article-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.article-card>div{padding:18px}.article-card h3{margin:9px 0;font-size:19px}.article-card p{color:var(--muted);line-height:1.65}.article-tag{display:inline-flex;padding:6px 9px;border-radius:9px;background:rgba(0,136,255,.12);color:#1189ff;font-size:12px;font-weight:800}
.about-intro{display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:center;margin:26px 0}.about-intro h2{font-size:clamp(28px,3.5vw,46px);margin:8px 0 14px}.about-intro p{color:var(--muted);line-height:1.8}.about-logo-card{min-height:310px;border-radius:30px;border:1px solid var(--line);background:radial-gradient(circle at 55% 35%,rgba(0,183,255,.26),transparent 45%),linear-gradient(145deg,#092a63,#07152f);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;box-shadow:0 24px 60px rgba(0,107,255,.25)}.about-logo-card img{width:min(250px,70%)}.about-logo-card span{color:#cce9ff;letter-spacing:3px;font-size:12px}.about-values{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:28px 0}.about-values article,.feature-grid article{padding:22px;border-radius:22px;background:var(--card);border:1px solid var(--line);box-shadow:0 15px 34px rgba(4,45,100,.1)}.about-values b{display:block;font-size:34px;color:#128cff}.about-values span{font-weight:800}.about-values p,.feature-grid p{color:var(--muted);line-height:1.6}.about-features,.about-timeline{margin:40px 0}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.feature-grid article>span{font-size:30px;color:#1894ff}.timeline{display:grid;gap:14px}.timeline article{display:grid;grid-template-columns:64px 1fr;gap:18px;padding:20px;border:1px solid var(--line);background:var(--card);border-radius:20px}.timeline article>b{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#128fff,#6b5cff);color:white;font-size:19px}.timeline h3{margin:2px 0 6px}.timeline p{margin:0;color:var(--muted)}
@media(max-width:1050px){.article-grid{grid-template-columns:repeat(2,1fr)}.feature-grid,.about-values{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.section-head,.article-toolbar{align-items:flex-start;flex-direction:column}.trending-card{min-width:170px}.featured-article,.about-intro{grid-template-columns:1fr}.article-grid{grid-template-columns:1fr}.feature-grid,.about-values{grid-template-columns:1fr}.about-logo-card{min-height:230px}.article-search{max-width:none;width:100%}}

/* Shared animated hero effects for every inner page */
.page-hero{
  position:relative;
  min-height:200px;
  isolation:isolate;
  background:
    radial-gradient(circle at 82% 35%,rgba(24,198,255,.22),transparent 28%),
    radial-gradient(circle at 68% 115%,rgba(19,118,255,.18),transparent 42%),
    linear-gradient(130deg,#fff,#dff6ff);
}
.page-hero>div:not(.page-hero-fx){position:relative;z-index:4}
.page-hero::before{
  content:"";position:absolute;inset:-35% 34% -70% -12%;z-index:0;pointer-events:none;
  background:conic-gradient(from 210deg,transparent 0 20%,rgba(19,202,255,.16) 30%,transparent 42% 64%,rgba(111,72,255,.12) 74%,transparent 84%);
  filter:blur(18px);animation:innerHeroAurora 15s linear infinite;
}
.page-hero::after{
  content:"";position:absolute;width:320px;height:320px;right:-75px;top:-120px;z-index:1;pointer-events:none;
  border-radius:50%;border:1px solid rgba(71,202,255,.18);box-shadow:0 0 70px rgba(0,165,255,.12),inset 0 0 45px rgba(28,144,255,.08);
  animation:innerHeroRing 12s ease-in-out infinite;
}
.page-hero-fx{position:absolute!important;inset:0!important;z-index:2!important;overflow:hidden;pointer-events:none}
.page-hero-fx .ih-beam{position:absolute;width:46%;height:2px;right:8%;top:48%;background:linear-gradient(90deg,transparent,rgba(92,222,255,.9),transparent);filter:blur(.2px);transform:rotate(-13deg);opacity:.42;animation:ihBeam 6.5s ease-in-out infinite}
.page-hero-fx .ih-orb{position:absolute;border-radius:50%;filter:blur(1px);background:radial-gradient(circle at 35% 30%,#fff 0 8%,#7eeaff 18%,#168dff 48%,rgba(22,141,255,0) 72%);box-shadow:0 0 22px rgba(52,192,255,.75);animation:ihFloat 7s ease-in-out infinite}
.page-hero-fx .ih-orb.o1{width:22px;height:22px;right:20%;top:24%}.page-hero-fx .ih-orb.o2{width:13px;height:13px;right:10%;bottom:20%;animation-delay:-2.2s}.page-hero-fx .ih-orb.o3{width:9px;height:9px;right:34%;bottom:16%;animation-delay:-4.4s}
.page-hero-fx .ih-diamond{position:absolute;width:18px;height:18px;right:27%;top:17%;transform:rotate(45deg);border-radius:5px;background:linear-gradient(135deg,#c8f7ff,#33d8ff 42%,#246fff);box-shadow:0 0 22px rgba(54,204,255,.7);animation:ihDiamond 8s ease-in-out infinite}
.page-hero-fx .ih-spark{position:absolute;width:4px;height:4px;border-radius:50%;background:#fff;box-shadow:0 0 9px 3px rgba(126,225,255,.85);animation:ihTwinkle var(--dur,3.4s) ease-in-out infinite;animation-delay:var(--delay,0s)}
.page-hero-fx .ih-spark::before,.page-hero-fx .ih-spark::after{content:"";position:absolute;left:50%;top:50%;background:linear-gradient(90deg,transparent,#fff,transparent);transform:translate(-50%,-50%)}
.page-hero-fx .ih-spark::before{width:18px;height:1px}.page-hero-fx .ih-spark::after{width:1px;height:18px}
.page-hero-fx .ih-spark.s1{right:7%;top:21%}.page-hero-fx .ih-spark.s2{right:18%;top:62%;--delay:-1.2s}.page-hero-fx .ih-spark.s3{right:38%;top:31%;--delay:-2.1s}.page-hero-fx .ih-spark.s4{right:31%;bottom:14%;--delay:-.7s}.page-hero-fx .ih-spark.s5{right:48%;top:18%;--delay:-2.8s}.page-hero-fx .ih-spark.s6{right:12%;bottom:14%;--delay:-1.8s}
.page-visual{position:relative;z-index:5;min-width:128px;text-align:center;animation:innerVisualFloat 5.6s ease-in-out infinite;filter:drop-shadow(0 20px 24px rgba(0,125,255,.22)) drop-shadow(0 0 22px rgba(62,211,255,.24))}
.page-visual::after{content:"";position:absolute;left:50%;top:50%;width:150px;height:90px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(ellipse,rgba(40,201,255,.22),transparent 70%);filter:blur(10px);z-index:-1;animation:innerVisualGlow 4.5s ease-in-out infinite}
body.dark .page-hero{background:radial-gradient(circle at 82% 35%,rgba(20,194,255,.16),transparent 29%),radial-gradient(circle at 68% 115%,rgba(22,92,255,.15),transparent 42%),linear-gradient(135deg,rgba(5,29,54,.96),rgba(4,43,78,.94))}
@keyframes innerHeroAurora{50%{transform:translate3d(6%,3%,0) rotate(8deg)}100%{transform:rotate(360deg)}}
@keyframes innerHeroRing{50%{transform:scale(1.08) rotate(10deg);opacity:.75}}
@keyframes ihBeam{0%,100%{transform:translateX(-8%) rotate(-13deg);opacity:.18}50%{transform:translateX(10%) rotate(-13deg);opacity:.68}}
@keyframes ihFloat{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-12px) scale(1.08)}}
@keyframes ihDiamond{0%,100%{transform:rotate(45deg) translateY(0)}50%{transform:rotate(225deg) translateY(-9px)}}
@keyframes ihTwinkle{0%,100%{opacity:.18;transform:scale(.55) rotate(0)}45%{opacity:1;transform:scale(1.2) rotate(45deg)}60%{opacity:.7;transform:scale(.9) rotate(70deg)}}
@keyframes innerVisualFloat{0%,100%{transform:translateY(0) rotate(-8deg)}50%{transform:translateY(-7px) rotate(-5deg)}}
@keyframes innerVisualGlow{50%{opacity:.55;transform:translate(-50%,-50%) scale(1.15)}}
@media(max-width:760px){.page-hero{min-height:190px;padding:28px}.page-hero-fx .ih-beam{width:62%;right:-2%}.page-hero::after{right:-130px}.page-visual{font-size:64px;min-width:86px}}
@media(max-width:470px){.page-hero{min-height:178px}.page-hero-fx .ih-spark.s3,.page-hero-fx .ih-spark.s5,.page-hero-fx .ih-orb.o3{display:none}.page-hero::after{width:260px;height:260px;right:-155px;top:-100px}}
@media(prefers-reduced-motion:reduce){.page-hero::before,.page-hero::after,.page-hero-fx *,.page-visual{animation:none!important}}

/* Mobile header + hamburger drawer */
.mobile-header,.mobile-menu-drawer,.mobile-menu-backdrop{display:none}
@media(max-width:760px){
  .mobile-header{display:flex;position:sticky;top:0;z-index:90;height:64px;margin:0 10px;padding:9px 10px 9px 14px;align-items:center;justify-content:space-between;border:1px solid rgba(118,207,255,.18);border-radius:0 0 18px 18px;background:rgba(5,30,55,.86);backdrop-filter:blur(18px);box-shadow:0 12px 34px rgba(0,55,105,.2)}
  .mobile-header-brand{display:flex;align-items:center;height:100%}
  .mobile-header-brand img{display:block;width:142px;max-height:42px;object-fit:contain;object-position:left center}
  .mobile-menu-toggle{display:grid;place-content:center;gap:5px;width:44px;height:44px;border:1px solid rgba(122,214,255,.22);border-radius:14px;background:linear-gradient(145deg,rgba(20,139,255,.22),rgba(0,213,231,.10));box-shadow:inset 0 1px rgba(255,255,255,.16),0 8px 22px rgba(0,123,255,.18);cursor:pointer}
  .mobile-menu-toggle span{display:block;width:21px;height:2px;border-radius:9px;background:#dff7ff;transition:transform .25s ease,opacity .2s ease}
  .mobile-menu-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .mobile-menu-toggle.is-open span:nth-child(2){opacity:0}
  .mobile-menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .mobile-menu-backdrop{display:block;position:fixed;inset:0;z-index:94;background:rgba(2,13,27,.58);backdrop-filter:blur(3px);opacity:0;transition:opacity .28s ease}
  .mobile-menu-backdrop.show{opacity:1}
  .mobile-menu-drawer{display:flex;position:fixed;z-index:95;top:0;right:0;bottom:0;width:min(84vw,350px);padding:18px;flex-direction:column;background:linear-gradient(160deg,#071e37,#06294b 62%,#073861);border-left:1px solid rgba(114,212,255,.2);box-shadow:-22px 0 50px rgba(0,0,0,.34);transform:translateX(105%);transition:transform .3s cubic-bezier(.2,.8,.2,1)}
  .mobile-menu-drawer.show{transform:translateX(0)}
  .mobile-menu-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid rgba(130,215,255,.13)}
  .mobile-menu-head img{width:145px;max-height:44px;object-fit:contain;object-position:left center}
  .mobile-menu-close{width:40px;height:40px;border:1px solid rgba(128,216,255,.18);border-radius:13px;background:rgba(255,255,255,.06);color:#fff;font-size:29px;line-height:1}
  .mobile-menu-links{display:grid;gap:7px;padding:18px 0;overflow:auto}
  .mobile-menu-links a{position:relative;padding:13px 16px 13px 43px;border-radius:14px;color:#c7d9e9;font-weight:700;background:rgba(255,255,255,.025);border:1px solid transparent}
  .mobile-menu-links a:before{content:"";position:absolute;left:17px;top:50%;width:10px;height:10px;margin-top:-6px;border:2px solid #38ccff;border-radius:2px;box-shadow:0 0 10px rgba(56,204,255,.2);transform:rotate(45deg)}
  .mobile-menu-links a.active{color:#fff;border-color:rgba(89,207,255,.28);background:linear-gradient(135deg,rgba(12,132,255,.34),rgba(0,207,226,.17));box-shadow:0 8px 20px rgba(0,129,255,.14)}
  .mobile-menu-auth{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:auto;padding-top:15px;border-top:1px solid rgba(130,215,255,.13)}
  .mobile-menu-auth a{display:grid;place-items:center;min-height:46px;border-radius:14px;font-weight:900}
  .mobile-drawer-login{color:#fff;background:linear-gradient(135deg,#078cff,#12cce1);box-shadow:0 8px 24px rgba(0,150,255,.24)}
  .mobile-drawer-register{color:#162238;background:linear-gradient(135deg,#ffd64b,#ffb90a);box-shadow:0 8px 25px rgba(255,190,0,.28)}
  body.mobile-menu-open{overflow:hidden}
  .topbar{margin-top:5px}
}
body:not(.dark) .mobile-header{background:rgba(245,252,255,.9);border-color:rgba(0,118,205,.12)}
body:not(.dark) .mobile-menu-toggle span{background:#0a416e}
body:not(.dark) .mobile-menu-toggle{background:linear-gradient(145deg,rgba(14,135,255,.12),rgba(0,207,226,.08))}

/* Reliable mobile drawer interaction patch */
@media (max-width: 860px){
  .mobile-header{pointer-events:auto!important;z-index:1000!important}
  .mobile-menu-toggle{position:relative;z-index:1002!important;pointer-events:auto!important;touch-action:manipulation}
  .mobile-menu-drawer{z-index:1004!important;visibility:visible!important;pointer-events:none!important}
  .mobile-menu-drawer.show{transform:translateX(0)!important;pointer-events:auto!important}
  .mobile-menu-backdrop{z-index:1003!important;pointer-events:none!important}
  .mobile-menu-backdrop.show{display:block!important;opacity:1!important;pointer-events:auto!important}
  .mobile-menu-backdrop[hidden]{display:none!important}
}

/* 3D artwork for inner-page hero banners */
.page-visual{width:190px;height:150px;display:grid;place-items:center;transform:none!important}
.page-visual img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;filter:drop-shadow(0 18px 24px rgba(0,98,210,.24)) drop-shadow(0 0 18px rgba(55,206,255,.18));user-select:none;-webkit-user-drag:none}
body.dark .page-visual img{filter:drop-shadow(0 18px 28px rgba(0,0,0,.34)) drop-shadow(0 0 22px rgba(48,199,255,.26))}
@media(max-width:760px){.page-visual{width:138px;height:116px;min-width:138px}}
@media(max-width:470px){.page-visual{display:grid;width:106px;height:92px;min-width:106px}.page-hero>div:first-child{max-width:calc(100% - 112px)}.page-hero h1{font-size:clamp(25px,8.5vw,34px)}}

/* User-supplied 3D inner-page icons + playful motion */
.page-visual{
  animation:pageIconFloat 4.8s ease-in-out infinite!important;
  transform-origin:50% 72%;
}
.page-visual img{
  animation:pageIconWiggle 5.2s ease-in-out infinite;
  transform-origin:50% 65%;
  will-change:transform,filter;
}
.page-hero:hover .page-visual img{
  animation-duration:3.4s;
}
@keyframes pageIconFloat{
  0%,100%{transform:translate3d(0,0,0) rotate(-1.5deg)}
  50%{transform:translate3d(0,-8px,0) rotate(1.5deg)}
}
@keyframes pageIconWiggle{
  0%,100%{transform:rotate(-1deg) scale(1)}
  25%{transform:rotate(1.4deg) scale(1.012)}
  50%{transform:rotate(-.6deg) scale(1.025)}
  75%{transform:rotate(1deg) scale(1.01)}
}
@media(prefers-reduced-motion:reduce){
  .page-visual,.page-visual img{animation:none!important}
}

/* ===== Stats icon palette refinement ===== */
/* Light mode: clean white icon tile with blue icon */
body:not(.dark) .stat-icon,
body:not(.dark) .stat-service .stat-icon,
body:not(.dark) .stat-provider .stat-icon,
body:not(.dark) .stat-rating .stat-icon {
  background: #ffffff !important;
  border: 1px solid rgba(8,125,255,.16);
  box-shadow: 0 10px 22px rgba(20,105,175,.12), inset 0 1px 0 rgba(255,255,255,.95) !important;
}
body:not(.dark) .stat-icon svg,
body:not(.dark) .stat-provider .stat-icon svg,
body:not(.dark) .stat-rating .stat-icon svg {
  stroke: #087dff !important;
  fill: none;
  filter: drop-shadow(0 4px 6px rgba(8,125,255,.16));
}
body:not(.dark) .stat-rating .stat-icon svg {
  fill: #45c6ff !important;
  stroke: #087dff !important;
}

/* Dark mode: same bright blue family as the active menu / primary buttons */
body.dark .stat-icon,
body.dark .stat-service .stat-icon,
body.dark .stat-provider .stat-icon,
body.dark .stat-rating .stat-icon {
  background: linear-gradient(135deg,#087dff 0%,#15a9ff 100%) !important;
  border: 1px solid rgba(123,220,255,.34);
  box-shadow: 0 12px 26px rgba(8,125,255,.30), inset 0 1px 0 rgba(255,255,255,.24) !important;
}
body.dark .stat-icon svg,
body.dark .stat-provider .stat-icon svg,
body.dark .stat-rating .stat-icon svg {
  stroke: #ffffff !important;
  fill: none;
  filter: drop-shadow(0 4px 7px rgba(0,38,90,.28));
}
body.dark .stat-rating .stat-icon svg {
  fill: #ffffff !important;
  stroke: #ffffff !important;
}
.stat:hover .stat-icon {
  box-shadow: 0 16px 30px rgba(8,125,255,.28), inset 0 1px 0 rgba(255,255,255,.30) !important;
}

/* Premium experiment layer โ€” easy rollback: remove this stylesheet and premium-extras.js */
:root{--px-blue:#1688ff;--px-cyan:#58e6ff;--px-gold:#ffd866;--px-dark:#071426}
body::after{content:"";position:fixed;inset:0;pointer-events:none;z-index:1;background:radial-gradient(420px circle at var(--mx,50%) var(--my,30%),rgba(45,155,255,.12),transparent 68%);transition:opacity .2s}
.px-loader{position:fixed;inset:0;z-index:100000;background:linear-gradient(135deg,#eef8ff,#fff);display:grid;place-items:center;transition:opacity .45s,visibility .45s}.dark .px-loader{background:linear-gradient(135deg,#030b16,#0b1b31)}.px-loader.hide{opacity:0;visibility:hidden}.px-loader-box{text-align:center}.px-loader-logo{width:110px;filter:drop-shadow(0 12px 28px rgba(0,128,255,.3));animation:pxPulse 1.1s infinite alternate}.px-loader-track{width:220px;height:7px;border-radius:9px;background:rgba(40,130,220,.15);overflow:hidden;margin:20px auto 9px}.px-loader-track i{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--px-blue),var(--px-cyan),var(--px-gold));animation:pxLoad 1s ease forwards}.px-loader small{letter-spacing:.22em;font-weight:800;color:#5f7891}@keyframes pxLoad{to{width:100%}}@keyframes pxPulse{to{transform:translateY(-4px) scale(1.03)}}
.mega-menu{border:1px solid rgba(84,179,255,.25)!important;box-shadow:0 30px 80px rgba(5,35,72,.28)!important;backdrop-filter:blur(22px)}.mega-grid{grid-template-columns:repeat(4,minmax(150px,1fr))!important}.mega-item{position:relative;overflow:hidden;min-height:92px;padding:18px!important;border-radius:18px!important}.mega-item::before{content:"";position:absolute;inset:-60%;background:linear-gradient(110deg,transparent 42%,rgba(255,255,255,.35),transparent 58%);transform:translateX(-55%) rotate(12deg);transition:.7s}.mega-item:hover::before{transform:translateX(55%) rotate(12deg)}.mega-item::after{content:attr(data-icon);position:absolute;right:13px;bottom:8px;font-size:30px;opacity:.22}
.search{position:relative}.px-search-results{position:absolute;top:calc(100% + 10px);left:0;width:min(430px,80vw);background:rgba(255,255,255,.96);border:1px solid rgba(34,139,230,.18);border-radius:18px;box-shadow:0 22px 55px rgba(10,48,90,.2);padding:8px;z-index:9999;display:none}.dark .px-search-results{background:rgba(7,20,38,.97);color:#fff}.px-search-results.show{display:block}.px-search-item{display:flex;gap:12px;align-items:center;padding:9px;border-radius:13px;text-decoration:none;color:inherit}.px-search-item:hover{background:rgba(27,143,255,.1)}.px-search-item img{width:52px;height:52px;object-fit:cover;border-radius:12px}.px-search-item b{display:block}.px-search-item small{opacity:.62}
.game-card{position:relative;isolation:isolate;transform-style:preserve-3d}.game-card::after{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,rgba(81,205,255,.85),transparent 35%,rgba(255,215,91,.7));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:.3s;pointer-events:none}.game-card:hover::after{opacity:1}.game-card:hover{box-shadow:0 24px 55px rgba(11,112,230,.24)!important}.game-cover::after{content:"";position:absolute;inset:-50%;background:linear-gradient(110deg,transparent 43%,rgba(255,255,255,.38),transparent 57%);transform:translateX(-65%) rotate(13deg);transition:.75s;pointer-events:none}.game-card:hover .game-cover::after{transform:translateX(65%) rotate(13deg)}
.px-heart{position:absolute;top:12px;right:12px;z-index:8;width:38px;height:38px;border:0;border-radius:50%;background:rgba(4,20,38,.64);color:#fff;font-size:20px;display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(10px)}.px-heart.active{color:#ff5d83;background:rgba(255,255,255,.92)}
.px-recent{position:fixed;right:24px;bottom:96px;z-index:9000;width:310px;border-radius:22px;padding:16px;background:rgba(255,255,255,.9);border:1px solid rgba(70,161,245,.22);box-shadow:0 25px 65px rgba(4,35,70,.23);backdrop-filter:blur(20px);transform:translateX(calc(100% + 40px));transition:.4s}.dark .px-recent{background:rgba(7,20,38,.92);color:#fff}.px-recent.show{transform:none}.px-recent-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.px-recent-head button{border:0;background:none;color:inherit;font-size:20px;cursor:pointer}.px-recent-list{display:grid;gap:8px}.px-recent-item{display:flex;gap:10px;align-items:center;padding:7px;border-radius:12px;background:rgba(28,130,235,.07)}.px-recent-item img{width:44px;height:44px;object-fit:cover;border-radius:10px}.px-recent-toggle{position:fixed;right:22px;bottom:28px;z-index:8999;border:0;border-radius:999px;padding:12px 17px;background:linear-gradient(135deg,#087dff,#35d8ff);color:#fff;font-weight:800;box-shadow:0 15px 35px rgba(0,121,255,.35);cursor:pointer}
.footer.premium-footer{display:grid!important;grid-template-columns:1.4fr repeat(3,1fr);gap:26px;align-items:start;padding:34px!important;border-radius:26px 26px 0 0;background:linear-gradient(135deg,rgba(9,50,91,.96),rgba(5,20,40,.98));color:#dcecff!important}.premium-footer img{width:115px;filter:brightness(0) invert(1)}.premium-footer h4{margin:0 0 12px;color:#fff}.premium-footer a,.premium-footer p{display:block;color:#aecaE8;text-decoration:none;margin:7px 0}.premium-footer-badges{display:flex;flex-wrap:wrap;gap:8px}.premium-footer-badges span{padding:7px 10px;border:1px solid rgba(115,204,255,.25);border-radius:9px;font-size:11px;font-weight:800}.premium-footer-bottom{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.1);padding-top:14px;display:flex;justify-content:space-between;font-size:12px;color:#8faccc}
@media(max-width:800px){.mega-grid{grid-template-columns:1fr 1fr!important}.px-recent{right:12px;bottom:88px;width:calc(100vw - 24px)}.px-recent-toggle{bottom:82px;right:12px}.premium-footer{grid-template-columns:1fr 1fr!important}.premium-footer>div:first-child{grid-column:1/-1}.premium-footer-bottom{flex-direction:column;gap:6px}.px-loader-logo{width:90px}}
@media(prefers-reduced-motion:reduce){.game-cover::after,.mega-item::before,.px-loader-logo{animation:none!important;transition:none!important}}

/* Premium refinement v2 */
body::after{background:radial-gradient(105px circle at var(--mx,50%) var(--my,30%),rgba(45,155,255,.09),transparent 72%);filter:blur(2px)}
.px-loader{display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(135deg,#eef8ff 0%,#ffffff 52%,#e8f8ff 100%)}
body.dark .px-loader{background:linear-gradient(135deg,#082445 0%,#0b4e86 52%,#08345f 100%)}
.px-loader-box{width:min(320px,88vw);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:auto;transform:none!important}
.px-loader-logo{display:block;width:120px;height:auto;margin:0 auto;object-fit:contain;object-position:center}
body.dark .px-loader small{color:#d7efff}
body.dark .px-loader-track{background:rgba(255,255,255,.18)}

.footer.premium-footer{margin:34px 4px 4px!important;border-radius:28px!important;border:1px solid rgba(125,201,255,.38)!important;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(226,246,255,.96))!important;color:#173a60!important;box-shadow:0 20px 48px rgba(16,92,154,.13),inset 0 1px 0 rgba(255,255,255,.95)!important;overflow:hidden;position:relative}
.footer.premium-footer::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 86% 15%,rgba(39,192,255,.20),transparent 31%),radial-gradient(circle at 10% 90%,rgba(34,125,255,.10),transparent 34%)}
.footer.premium-footer> *{position:relative;z-index:1}
.premium-footer img{filter:brightness(0)!important}
.premium-footer h4{color:#10365e!important}
.premium-footer a,.premium-footer p{color:#587694!important}
.premium-footer-badges span{color:#1769a9;border-color:rgba(30,145,225,.24);background:rgba(255,255,255,.52)}
.premium-footer-bottom{border-top-color:rgba(31,126,203,.15)!important;color:#6a86a2!important}
body.dark .footer.premium-footer{background:linear-gradient(135deg,rgba(9,50,91,.98),rgba(5,20,40,.99))!important;color:#dcecff!important;border-color:rgba(90,190,255,.22)!important;box-shadow:0 22px 55px rgba(0,10,25,.34),inset 0 1px 0 rgba(255,255,255,.05)!important}
body.dark .premium-footer img{filter:brightness(0) invert(1)!important}
body.dark .premium-footer h4{color:#fff!important}
body.dark .premium-footer a,body.dark .premium-footer p{color:#aecaE8!important}
body.dark .premium-footer-badges span{color:#dcecff;border-color:rgba(115,204,255,.25);background:rgba(255,255,255,.03)}
body.dark .premium-footer-bottom{border-top-color:rgba(255,255,255,.1)!important;color:#8faccc!important}

@media(max-width:800px){.footer.premium-footer{margin:24px 0 82px!important;border-radius:24px!important}.px-loader-logo{width:100px}}

/* Premium polish v3 */
:root{
  --radius-hero:28px;
  --radius-panel:28px;
  --radius-card:22px;
  --shadow-soft-polish:0 16px 38px rgba(17,84,139,.10);
  --shadow-dark-polish:0 18px 44px rgba(0,0,0,.22);
}
html{scroll-behavior:smooth}
body::after{
  background:radial-gradient(72px circle at var(--mx,50%) var(--my,30%),rgba(45,155,255,.065),transparent 74%);
  filter:blur(1px);
  opacity:.78;
}
/* Loader: solid surface color, matching the site background */
.px-loader{
  background:#eef8ff!important;
  background-image:none!important;
}
body.dark .px-loader{
  background:#061426!important;
  background-image:none!important;
}
.px-loader-box{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)!important;margin:0!important}
.px-loader-logo{filter:drop-shadow(0 10px 24px rgba(18,132,230,.22))}
body.dark .px-loader-logo{filter:drop-shadow(0 10px 28px rgba(61,202,255,.20))}

/* Footer: same visual language and surface as the sidebar */
.footer.premium-footer{
  margin:34px 0 4px!important;
  border-radius:var(--radius-panel)!important;
  padding:30px!important;
  background:rgba(255,255,255,.68)!important;
  background-image:none!important;
  border:1px solid rgba(255,255,255,.90)!important;
  color:#264b6e!important;
  box-shadow:var(--shadow-soft-polish)!important;
  backdrop-filter:blur(24px);
}
.footer.premium-footer::before{display:none!important}
.premium-footer img{filter:none!important}
.premium-footer h4{color:#173e63!important}
.premium-footer a,.premium-footer p{color:#68829a!important}
.premium-footer a{transition:color .28s ease,transform .28s ease}
.premium-footer a:hover{color:#087dff!important;transform:translateX(2px)}
.premium-footer-badges span{
  color:#2872a8!important;
  border-color:rgba(32,135,210,.18)!important;
  background:rgba(255,255,255,.48)!important;
}
.premium-footer-bottom{border-top-color:rgba(40,126,191,.12)!important;color:#718aa2!important}
body.dark .footer.premium-footer{
  background:rgba(7,27,50,.82)!important;
  background-image:none!important;
  border-color:rgba(120,210,255,.12)!important;
  color:#dcecff!important;
  box-shadow:var(--shadow-dark-polish),inset 0 1px 0 rgba(255,255,255,.035)!important;
}
body.dark .premium-footer img{filter:brightness(0) invert(1)!important}
body.dark .premium-footer h4{color:#f0f9ff!important}
body.dark .premium-footer a,body.dark .premium-footer p{color:#9db7ce!important}
body.dark .premium-footer a:hover{color:#62d7ff!important}
body.dark .premium-footer-badges span{color:#ccecff!important;border-color:rgba(108,202,255,.14)!important;background:rgba(255,255,255,.025)!important}
body.dark .premium-footer-bottom{border-top-color:rgba(112,201,255,.10)!important;color:#89a6bf!important}

/* Unified polish */
.hero,.page-hero,.sidebar,.footer.premium-footer{border-radius:var(--radius-hero)}
.game-card,.trending-card,.contact-card,.form-card,.seo-content{border-radius:var(--radius-card)}
.game-card{transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}
.game-card:hover{transform:translateY(-5px) scale(1.008)!important;box-shadow:0 18px 42px rgba(11,112,230,.16)!important}
.game-cover img{opacity:0;transition:opacity .45s ease,transform .55s ease}
.game-cover img.px-img-ready{opacity:1}

/* Gentle reveal */
.px-reveal{opacity:0;transform:translateY(14px);transition:opacity .55s ease,transform .55s ease}
.px-reveal.px-visible{opacity:1;transform:none}

/* Back to top */
.px-back-top{
  position:fixed;right:22px;bottom:86px;z-index:8998;width:42px;height:42px;border:1px solid rgba(65,159,235,.22);border-radius:15px;
  display:grid;place-items:center;background:rgba(255,255,255,.86);color:#087dff;box-shadow:0 12px 28px rgba(15,90,150,.16);backdrop-filter:blur(14px);
  opacity:0;visibility:hidden;transform:translateY(8px);transition:.3s;cursor:pointer;font-size:18px;font-weight:900;
}
.px-back-top.show{opacity:1;visibility:visible;transform:none}
body.dark .px-back-top{background:rgba(7,27,50,.88);color:#6bdcff;border-color:rgba(105,204,255,.15);box-shadow:0 14px 32px rgba(0,0,0,.24)}

@media(max-width:800px){
  .footer.premium-footer{margin:24px 0 90px!important;border-radius:24px!important;padding:24px!important}
  .px-back-top{right:14px;bottom:138px;width:40px;height:40px}
  body::after{display:none}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .px-reveal,.game-cover img,.game-card,.px-back-top{transition:none!important}
}

/* Full-site adapter for the supplied blue-glass PGSLOT theme. */
:root{--site-blue:#087dff;--site-cyan:#12d8e4;--site-ink:#092643;--site-muted:#617b94;--site-line:rgba(70,151,220,.18);--emerald:#087dff;--emerald-2:#0871d4;--lime:#54d9ff;--aqua:#12d8e4;--paper:#f3fbff;--panel-2:#f4fbff;--bg-2:#e9f7ff;--dim:#6b8197}
html{scroll-padding-top:24px}
body{overflow-x:hidden;color:var(--site-ink);background:#edf8ff;font-family:"Kanit",sans-serif}
a{color:inherit}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.skip-link{position:fixed;left:16px;top:-80px;z-index:2000;padding:12px 18px;border-radius:12px;background:#061d34;color:#fff;font-weight:800}.skip-link:focus{top:16px}
.read-progress{position:fixed;inset:0 0 auto;height:3px;z-index:1200;pointer-events:none}.read-progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--site-blue),var(--site-cyan))}
.pgslot-theme-layout{max-width:1600px}.theme-main-column{min-width:0}.theme-main-column>.content{width:auto;max-width:none;padding:8px 4px 50px}
.sidebar .brand img{display:block;width:100%;max-width:174px;height:58px;object-fit:contain}.sidebar .nav{overflow:auto;padding-right:3px}.sidebar .nav a{flex-shrink:0}.sidebar .nav-icon{font-size:12px;font-weight:1000;letter-spacing:-.04em}
.theme-main-column>.topbar{background:transparent!important;border:0!important;box-shadow:none!important}.topbar .search{display:flex;background:rgba(255,255,255,.72)!important;border:1px solid rgba(255,255,255,.92)!important}.topbar .search input{font:inherit}.topbar .icon-btn{text-decoration:none;font-size:12px;font-weight:1000}.auth-btn{text-decoration:none}
.mega-menu[aria-hidden="true"]{pointer-events:none}.mega-menu.open{pointer-events:auto}.mega-item{text-decoration:none}
.content>main#main{display:block;min-width:0}.content>main#main>.hero:first-child{margin-top:0}
.content .wrap{width:min(1180px,100%);max-width:none;margin-inline:auto;padding-inline:0}

/* Homepage keeps the supplied template geometry; only indexed copy and links differ. */
.theme-home-hero .hero-boy{max-width:none}
.theme-randomizer-section{margin-top:20px}.theme-randomizer-section>.wrap{display:flex;justify-content:center}.theme-randomizer-section .slot-visual{width:min(760px,100%);margin:0}.theme-randomizer-section .slot-machine{position:relative}
.slot-machine{border-color:rgba(67,202,255,.42)!important;background:radial-gradient(circle at 80% 0%,rgba(33,222,232,.22),transparent 32%),linear-gradient(180deg,#0b4b91,#082c5d)!important;box-shadow:0 30px 70px rgba(8,81,148,.28),inset 0 1px rgba(255,255,255,.14)!important}.guide-display{border-color:rgba(82,215,255,.35)!important;background:linear-gradient(135deg,rgba(5,38,82,.88),rgba(5,87,139,.78))!important}.game-random-reels .reel,.game-reel-image{background:#071f45!important}.game-random-reels .reel-winner{border-color:#4dd9ff!important}.slot-meter span{background:linear-gradient(90deg,#087dff,#12d8e4,#62cbff)!important}.guide-spin{border-color:rgba(96,220,255,.85)!important;background:linear-gradient(135deg,#168fff,#12d8e4)!important;color:#fff!important}.guide-spin:hover{background:linear-gradient(135deg,#087dff,#08c8d7)!important}.slot-kicker,.guide-display-label,.guide-step{color:#8beaff!important}.guide-disclaimer,.guide-display small,.status-row span{color:#c7e9ff!important}
.trust-strip{border-color:rgba(62,191,246,.3)!important;background:radial-gradient(circle at 7% 16%,rgba(73,205,255,.2),transparent 28%),radial-gradient(circle at 94% 86%,rgba(31,226,224,.18),transparent 32%),linear-gradient(135deg,#0b62b4,#088fca 55%,#0a5aa6)!important;box-shadow:0 22px 50px rgba(11,103,178,.18)!important}.trust-item{background:rgba(255,255,255,.9)!important;color:#234d6c!important}.trust-item strong{color:#0b3558!important}
.result-card,.decoder-card,.register-hero-copy,.review-editorial-note{background:linear-gradient(135deg,#0876dc,#10bcd9)!important;box-shadow:0 22px 48px rgba(7,111,193,.2)!important}.timeline-no,.review-slider-arrow{background:#087dff!important;color:#fff!important}.article-cover figcaption{background:linear-gradient(135deg,#0869c2,#0db2d5)!important}.review-image.has-game-image img,.game-feature-card img,.featured-game-card img{background:#0a4b88!important}.review-image.has-game-image figcaption{background:rgba(7,91,166,.9)!important}

/* Existing indexed content re-skinned into the new theme. */
.content main>.section,.content main>.section.alt,.content main>.article-shell{margin-top:22px;padding:38px clamp(22px,4vw,48px);border:1px solid rgba(255,255,255,.92);border-radius:28px;background:rgba(255,255,255,.72);box-shadow:0 20px 55px rgba(26,106,165,.10);backdrop-filter:blur(18px)}
.content main>.section.alt{background:linear-gradient(145deg,rgba(243,251,255,.94),rgba(230,246,255,.78))}
.content .page-title,.content .page-hero{position:relative;overflow:hidden;margin:0;min-height:200px;padding:34px;border:1px solid rgba(255,255,255,.9);border-radius:28px;background:radial-gradient(circle at 82% 35%,rgba(24,198,255,.22),transparent 28%),radial-gradient(circle at 68% 115%,rgba(19,118,255,.18),transparent 42%),linear-gradient(130deg,#fff,#dff6ff);box-shadow:var(--shadow-soft);display:flex;align-items:center;justify-content:space-between;gap:20px;isolation:isolate}
.content .page-title>.wrap,.content .page-hero>.wrap{position:relative;z-index:4;width:auto;margin:0;padding:0}
.content .page-title h1,.content .page-hero h1{font-size:clamp(32px,4vw,54px);margin:0 0 10px;line-height:1.12;color:#092d50}.content .page-title .lead,.content .page-hero .lead{color:var(--muted);line-height:1.7;margin:0}
.page-visual.theme-page-visual{position:relative;inset:auto;flex:0 0 190px;width:190px;height:150px;display:grid;place-items:center;pointer-events:none;z-index:5}.page-visual.theme-page-visual img{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 18px 24px rgba(0,98,210,.24)) drop-shadow(0 0 18px rgba(55,206,255,.18))}
.eyebrow,.content .section-head .eyebrow{color:#075f9e;font-weight:900;letter-spacing:.06em}.lead{color:var(--site-muted)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.section-head h2,.content h2{color:#0a3155}.content h2{letter-spacing:-.025em}.content h3{color:#113c60}.content p,.content li{line-height:1.78}
.grid,.cards,.review-grid,.game-grid{gap:18px}.card,.link-card,.feature-card,.review-card,.game-card,.article-card,.trust-card,.method-card,.step,.faq-item,details,.compare-card,.quick-card{border:1px solid rgba(107,188,236,.18)!important;border-radius:22px!important;background:rgba(255,255,255,.82)!important;box-shadow:0 13px 32px rgba(24,101,159,.08)!important}.card,.link-card,.feature-card,.review-card,.article-card,.trust-card,.method-card,.step,.compare-card,.quick-card{padding:22px}.link-card,.review-card,.article-card{text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.link-card:hover,.review-card:hover,.article-card:hover{transform:translateY(-4px);border-color:rgba(15,145,239,.34)!important;box-shadow:0 20px 42px rgba(20,105,171,.14)!important}
.content .btn,.content button.primary,.cta-band .btn{border:0;border-radius:16px;background:linear-gradient(135deg,#0d8dff,#12d6df);color:#fff;font-weight:900;box-shadow:0 13px 28px rgba(0,133,240,.22);text-decoration:none}.content .btn.secondary{border:1px solid rgba(20,144,227,.2);background:rgba(255,255,255,.74);color:#116eaf;box-shadow:none}.content .btn:hover{transform:translateY(-2px)}
.cta-band{border:1px solid rgba(60,181,245,.20)!important;border-radius:26px!important;background:radial-gradient(circle at 90% 20%,rgba(44,213,239,.23),transparent 28%),linear-gradient(135deg,#0b6fce,#12b9dd)!important;color:#fff!important;box-shadow:0 22px 48px rgba(6,111,193,.22)}.cta-band h2,.cta-band p{color:#fff}.cta-band .btn.secondary{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.4);color:#fff}
.notice,.callout,.summary-box,.responsible-note{border:1px solid rgba(52,176,239,.2);border-radius:18px;background:linear-gradient(135deg,rgba(230,247,255,.86),rgba(255,255,255,.88));color:#315d7e}.content table{overflow:hidden;border-collapse:separate;border-spacing:0;border:1px solid rgba(71,163,219,.2);border-radius:18px;background:#fff;box-shadow:0 12px 28px rgba(27,99,153,.07)}.content th{background:#eaf7ff;color:#0a568a}.content td,.content th{border-color:#d9edf8}.content td{color:#244d69}.content table a{color:#075f9e;font-weight:700}.content table code{color:#0b4e78}.content input,.content select,.content textarea{border:1px solid #cbe6f5;border-radius:14px;background:#fff;color:#173a57}.content input:focus,.content select:focus,.content textarea:focus{outline:3px solid rgba(15,145,239,.16);border-color:#1593e9}
.breadcrumbs{color:#668098}.breadcrumbs a{color:#147dc1}.toc{border:1px solid rgba(75,168,225,.2);border-radius:20px;background:rgba(239,249,255,.82)}
#redirect-arrivals .eyebrow{color:#075f9e}#redirect-arrivals p:not(.eyebrow),#redirect-arrivals li{color:#244d69}#redirect-arrivals a{color:#075f9e;font-weight:700}#redirect-arrivals code{color:#0b4e78}

/* Footer and site-level UI. */
.premium-footer{display:grid!important;grid-template-columns:minmax(220px,.85fr) minmax(0,1.7fr);gap:34px!important;margin-top:28px!important;padding:36px!important;border:1px solid rgba(255,255,255,.92)!important;border-radius:28px!important;background:rgba(255,255,255,.68)!important;box-shadow:0 18px 46px rgba(25,100,154,.09);color:#617c94!important}.premium-footer-brand img{width:180px;height:auto}.premium-footer-brand p{max-width:390px;line-height:1.7}.premium-footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.premium-footer-links div{display:grid;align-content:start;gap:8px}.premium-footer-links strong{color:#0b3b60;margin-bottom:4px}.premium-footer-links a{color:#5f7f99;text-decoration:none}.premium-footer-links a:hover{color:#087dff}.premium-footer-bottom{grid-column:1/-1;display:flex;justify-content:space-between;gap:15px;padding-top:22px;border-top:1px solid var(--site-line);font-size:13px}.age-badge{font-weight:900;color:#0b76bc}
#pgslot-search-paths .lead,#pgslot-search-paths .link-card p{color:#365b75}.content .premium-footer{color:#3d5f78!important}.premium-footer-brand p,.premium-footer-links a,.premium-footer-bottom{color:#3d5f78!important}
.content main>.section p:not(.eyebrow),.content main>.section li{color:#365b75}.content main>.section .eyebrow{color:#075f9e}.content main>.section a:not(.btn){color:#075f9e}.content main>.section .cta-band p,.content main>.section .cta-band li{color:#fff}
.floating-register-cta{display:none!important}.cookie-banner{z-index:1100!important}.back-to-top{bottom:92px!important}

@media(max-width:1120px){.sidebar{padding-inline:12px}.sidebar .nav a{padding:9px}.sidebar .nav{gap:3px}.sidebar-promo-slider{padding-top:10px}}
@media(max-width:760px){.mobile-header{display:flex}.pgslot-theme-layout{padding:10px}.theme-main-column>.topbar .top-actions{display:none}.theme-main-column>.content{padding-bottom:96px}.content .wrap{padding-inline:0}.content main>.section,.content main>.section.alt,.content main>.article-shell{padding:28px 18px;border-radius:23px}.content .page-title,.content .page-hero{min-height:190px;padding:28px}.content .page-title .article-meta,.content .page-hero .article-meta{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:8px;padding-bottom:4px;scrollbar-width:none}.content .page-title .article-meta::-webkit-scrollbar,.content .page-hero .article-meta::-webkit-scrollbar{display:none}.content .page-title .article-meta span,.content .page-hero .article-meta span{flex:0 0 auto}.page-visual.theme-page-visual{flex-basis:138px;width:138px;height:116px}.section-head{align-items:start;flex-direction:column}.premium-footer{grid-template-columns:1fr;padding:26px 20px!important}.premium-footer-links{grid-template-columns:1fr 1fr}.premium-footer-bottom{flex-direction:column}.mobile-nav a.active{color:#fff}.mobile-menu-auth{grid-template-columns:1fr}.mobile-menu-drawer{visibility:visible}.slot-visual{max-width:100%}}
@media(max-width:430px){.premium-footer-links{grid-template-columns:1fr}.content .page-title,.content .page-hero{display:block;min-height:178px;padding-bottom:120px}.content .page-title>.wrap,.content .page-hero>.wrap{max-width:none}.page-visual.theme-page-visual{position:absolute;right:20px;bottom:18px;flex-basis:106px;width:106px;height:92px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.sidebar-promo-slide{transform:none!important}}

/* Dark mode coverage for indexed content that is not part of the supplied demo pages. */
body.dark .theme-main-column>.topbar .search{background:rgba(7,27,50,.82)!important;border-color:rgba(120,210,255,.12)!important}
body.dark .content main>.section,body.dark .content main>.section.alt,body.dark .content main>.article-shell{border-color:rgba(111,204,255,.12);background:rgba(7,27,50,.76);box-shadow:0 20px 55px rgba(0,0,0,.2)}
body.dark .content main>.section.alt{background:linear-gradient(145deg,rgba(8,31,57,.95),rgba(8,43,75,.82))}
body.dark .content .page-title,body.dark .content .page-hero{border-color:rgba(120,210,255,.14);background:radial-gradient(circle at 82% 35%,rgba(20,194,255,.16),transparent 29%),radial-gradient(circle at 68% 115%,rgba(22,92,255,.15),transparent 42%),linear-gradient(135deg,rgba(5,29,54,.96),rgba(4,43,78,.94));box-shadow:0 24px 70px rgba(0,0,0,.26)}
body.dark .content .page-title h1,body.dark .content .page-hero h1,body.dark .content h2,body.dark .content h3{color:#effaff}
body.dark .content p,body.dark .content li,body.dark .lead,body.dark .breadcrumbs{color:#9db8ce}
body.dark .breadcrumbs a,body.dark .premium-footer-links a{color:#72cfff}
body.dark .card,body.dark .link-card,body.dark .feature-card,body.dark .review-card,body.dark .game-card,body.dark .article-card,body.dark .trust-card,body.dark .method-card,body.dark .step,body.dark .faq-item,body.dark details,body.dark .compare-card,body.dark .quick-card{border-color:rgba(93,193,248,.13)!important;background:rgba(8,31,56,.9)!important;box-shadow:0 13px 32px rgba(0,0,0,.2)!important}
body.dark .notice,body.dark .callout,body.dark .summary-box,body.dark .responsible-note,body.dark .toc{border-color:rgba(78,188,244,.16);background:linear-gradient(135deg,rgba(9,47,78,.9),rgba(8,31,56,.92));color:#b9d2e6}
body.dark .content table{border-color:rgba(91,188,239,.16);background:#082038;box-shadow:0 12px 28px rgba(0,0,0,.2)}
body.dark .content th{background:#0b3153;color:#8bdcff}body.dark .content td,body.dark .content th{border-color:rgba(91,188,239,.13);color:#c6d9e9}body.dark .content table a{color:#79d8ff}body.dark .content table code{color:#b5e9ff}
body.dark #redirect-arrivals .eyebrow{color:#79d8ff}body.dark #redirect-arrivals p:not(.eyebrow),body.dark #redirect-arrivals li{color:#c6d9e9}body.dark #redirect-arrivals a{color:#79d8ff}body.dark #redirect-arrivals code{color:#b5e9ff}
body.dark .premium-footer{border-color:rgba(111,204,255,.12)!important;background:rgba(7,27,50,.78)!important;color:#9db8ce!important;box-shadow:0 18px 46px rgba(0,0,0,.2)}
body.dark .premium-footer-links strong{color:#effaff}body.dark .premium-footer-bottom{border-top-color:rgba(90,190,255,.14)}body.dark .age-badge{color:#75d7ff}
body.dark #pgslot-search-paths .lead,body.dark #pgslot-search-paths .link-card p{color:#c6d9e9}body.dark .content .premium-footer,body.dark .premium-footer-brand p,body.dark .premium-footer-links a,body.dark .premium-footer-bottom{color:#b9d2e6!important}
body.dark .content main>.section p:not(.eyebrow),body.dark .content main>.section li{color:#c6d9e9}body.dark .content main>.section .eyebrow,body.dark .content main>.section a:not(.btn){color:#79d8ff}body.dark .content main>.section .cta-band p,body.dark .content main>.section .cta-band li{color:#fff}

/* Dark-only accessibility layer. Keep this last in the compatibility file. */
:root{
  --dark-bg:#050b16;
  --dark-bg-2:#071426;
  --dark-surface:#0b1b31;
  --dark-surface-2:#10243d;
  --dark-elevated:#132b49;
  --dark-border:rgba(130,209,255,.20);
  --dark-border-strong:rgba(146,219,255,.34);
  --dark-text:#f4fbff;
  --dark-muted:#c8d9e8;
  --dark-subtle:#9fb7cc;
  --dark-link:#8be7ff;
  --dark-link-hover:#b8f4ff;
  --dark-primary:#42cfff;
  --dark-primary-2:#1688ff;
  --dark-primary-ink:#04111f;
  --dark-warning:#ffd866;
  --dark-danger:#ff8b9d;
  --dark-focus:#ffd866;
}

html{background:var(--dark-bg);color-scheme:dark}
body,body.dark{
  background:
    radial-gradient(circle at 15% 5%,rgba(22,136,255,.18),transparent 28%),
    radial-gradient(circle at 85% 12%,rgba(66,207,255,.10),transparent 28%),
    linear-gradient(180deg,var(--dark-bg),var(--dark-bg-2) 54%,#050b16)!important;
  color:var(--dark-text)!important;
}
body:not(.dark){color-scheme:dark}

#themeToggle{display:none!important}
.theme-logo{filter:drop-shadow(0 10px 22px rgba(0,0,0,.35))}
.pgslot-theme-layout,.main,.theme-main-column,.content{background:transparent!important}
.mobile-header,.sidebar,.topbar .search,.icon-btn,.profile,.mobile-menu-drawer,.mobile-menu-backdrop.show,.mega-menu,.mobile-nav,.px-search-results,.px-recent,.px-back-top{
  background:rgba(7,23,42,.92)!important;
  border-color:var(--dark-border)!important;
  color:var(--dark-text)!important;
  box-shadow:0 18px 44px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.04)!important;
}
body:not(.dark) .mobile-header,
body:not(.dark) .sidebar,
body:not(.dark) .topbar .search,
body:not(.dark) .icon-btn,
body:not(.dark) .profile,
body:not(.dark) .mobile-menu-drawer,
body:not(.dark) .mega-menu,
body:not(.dark) .mobile-nav,
body:not(.dark) .px-search-results,
body:not(.dark) .px-recent,
body:not(.dark) .px-back-top{
  background:rgba(7,23,42,.92)!important;
  border-color:var(--dark-border)!important;
  color:var(--dark-text)!important;
  box-shadow:0 18px 44px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.04)!important;
}
.sidebar,.mobile-header,.mobile-nav,.mobile-menu-drawer{backdrop-filter:blur(18px)}
.topbar .search input,.search input,.content input,.content select,.content textarea,.field input,.field textarea{
  background:#07192d!important;
  color:var(--dark-text)!important;
  border-color:var(--dark-border)!important;
}
.topbar .search input::placeholder,.search input::placeholder,.content input::placeholder,.content textarea::placeholder{color:#9db3c7!important}

h1,h2,h3,h4,h5,h6,.content h1,.content h2,.content h3,.section-head h2,.page-hero h1,.page-title h1,.stat .num,.mega-item b,.premium-footer h4{
  color:var(--dark-text)!important;
}
body p,body li,body small,.content p,.content li,.lead,.section-head p,.page-hero p,.page-title .lead,.game-info span,.stat small,.breadcrumbs,.footer,.premium-footer p,.premium-footer a,.premium-footer-bottom,.field label{
  color:var(--dark-muted)!important;
}
.eyebrow,.breadcrumbs a,.content a:not(.btn),.premium-footer a:hover,.link,.age-badge{
  color:var(--dark-link)!important;
}
.content a:not(.btn):hover,.premium-footer a:hover{color:var(--dark-link-hover)!important}

.hero,.page-hero,.content .page-hero,.content .page-title,.content main>.section,.content main>.section.alt,.content main>.article-shell,.card,.link-card,.feature-card,.review-card,.game-card,.article-card,.trust-card,.method-card,.step,.faq-item,details,.compare-card,.quick-card,.rank-panel,.rank-item,.mega-item,.contact-card,.form-card,.stat,.seo-content,.footer.premium-footer{
  background:linear-gradient(145deg,rgba(13,36,61,.96),rgba(7,24,43,.94))!important;
  border-color:var(--dark-border)!important;
  color:var(--dark-text)!important;
  box-shadow:0 16px 42px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.035)!important;
}
.hero,.content .page-hero,.content .page-title{
  background:
    radial-gradient(circle at 78% 18%,rgba(66,207,255,.18),transparent 30%),
    radial-gradient(circle at 88% 82%,rgba(22,136,255,.22),transparent 34%),
    linear-gradient(130deg,#071629,#0b2540)!important;
}
.notice,.callout,.summary-box,.responsible-note,.toc{
  background:linear-gradient(145deg,rgba(14,45,72,.95),rgba(9,30,52,.94))!important;
  border-color:var(--dark-border)!important;
  color:var(--dark-muted)!important;
}
.trust-item,.mini-panel,.mini-panel.tile,.device-screen,.feature-box.alt{
  background:linear-gradient(145deg,#102945,#081c33)!important;
  color:var(--dark-text)!important;
}

.btn,.content .btn,.auth-btn,.mobile-menu-auth a,.cta-band .btn,.guide-spin,.px-recent-toggle,.play,.mobile-register{
  background:linear-gradient(135deg,var(--dark-primary-2),var(--dark-primary))!important;
  color:var(--dark-primary-ink)!important;
  border:1px solid rgba(171,239,255,.42)!important;
  box-shadow:0 13px 28px rgba(0,125,255,.26),inset 0 1px 0 rgba(255,255,255,.20)!important;
  text-decoration:none!important;
}
.btn.secondary,.content .btn.secondary,.auth-login,.cta-band .btn.secondary,.chip,.mobile-nav a,.nav a{
  background:rgba(11,31,53,.88)!important;
  color:var(--dark-text)!important;
  border:1px solid var(--dark-border)!important;
  box-shadow:none!important;
}
.btn:hover,.content .btn:hover,.auth-btn:hover,.mobile-menu-auth a:hover,.mobile-nav a:hover,.nav a:hover,.nav a.active,.mobile-nav a.active,.chip.active{
  color:var(--dark-primary-ink)!important;
  background:linear-gradient(135deg,#55d8ff,#97f0ff)!important;
  border-color:var(--dark-border-strong)!important;
}
.btn[disabled],button[disabled]{opacity:.55;cursor:not-allowed}

.content table{
  background:#07192d!important;
  border-color:var(--dark-border)!important;
  color:var(--dark-text)!important;
}
.content th{
  background:#102945!important;
  color:#d8f7ff!important;
}
.content td,.content th{border-color:rgba(130,209,255,.16)!important}
.content td,.content table code{color:var(--dark-muted)!important}

.nav-icon,.stat-icon,.play{
  background:linear-gradient(145deg,#123657,#0b213b)!important;
  color:#dff8ff!important;
}
body:not(.dark) .nav-icon,
body:not(.dark) .stat-icon,
body:not(.dark) .stat-service .stat-icon,
body:not(.dark) .stat-provider .stat-icon,
body:not(.dark) .stat-rating .stat-icon,
body:not(.dark) .play{
  background:linear-gradient(145deg,#123657,#0b213b)!important;
  color:#dff8ff!important;
  box-shadow:6px 8px 18px rgba(0,0,0,.28),inset 1px 1px 0 rgba(255,255,255,.06)!important;
}
body:not(.dark) .stat-icon svg,
body:not(.dark) .stat-provider .stat-icon svg,
body:not(.dark) .stat-rating .stat-icon svg{
  stroke:#ffffff!important;
  fill:none!important;
}
.read-progress span,.slot-meter span{background:linear-gradient(90deg,var(--dark-primary-2),var(--dark-primary),#8ffcff)!important}
.cta-band,.result-card,.decoder-card,.register-hero-copy,.review-editorial-note{
  background:linear-gradient(135deg,#0a4f91,#0b7ec4 54%,#0698b8)!important;
  color:var(--dark-text)!important;
}
.cta-band h2,.cta-band p,.cta-band li,.result-card h2,.result-card p,.decoder-card p{color:var(--dark-text)!important}

:where(a,button,input,select,textarea,[tabindex]):focus-visible{
  outline:3px solid var(--dark-focus)!important;
  outline-offset:3px!important;
  box-shadow:0 0 0 6px rgba(255,216,102,.16)!important;
}
::selection{background:#ffd866;color:#061426}

@media(max-width:760px){
  .mobile-header-brand .theme-logo{max-height:48px;width:auto}
  .mobile-nav a{min-height:48px}
  .content main>.section,.content main>.section.alt,.content main>.article-shell{background:rgba(8,25,44,.96)!important}
}

/* Thai-first typography and game-card hardening. Keep this after the dark-only layer. */
:root{
  --font-display:"Kanit","Sarabun",sans-serif;
  --font-body:"Sarabun","Kanit",sans-serif;
}
body,button,input,select,textarea{
  font-family:var(--font-body)!important;
  letter-spacing:0!important;
}
body{
  font-size:16px;
  line-height:1.75;
  text-rendering:optimizeLegibility;
}
p,li,td,th,.content p,.content li,.lead,.section-head p,.page-hero p,.page-title .lead,.game-info span,.game-copy span,.review-meta,.breadcrumbs,.footer,.premium-footer p,.premium-footer a,.premium-footer-bottom{
  font-family:var(--font-body)!important;
  letter-spacing:0!important;
}
h1,h2,h3,h4,h5,h6,.brand,.brand-mini,.nav a,.mobile-nav a,.mobile-menu-links a,.btn,.auth-btn,.chip,.tag,.rtp-pill,.game-copy b,.game-cover b,.game-info b,.review-card h3,.featured-game-card h3,.game-feature-card h3,.stat .num,.rank-no,.trending-rank,.trending-overlay b,.trending-play,.quick-play,.quick-detail,.play,.hero-game-badge,.feature-icon{
  font-family:var(--font-display)!important;
  letter-spacing:0!important;
}
h1,h2,h3,h4,h5,h6{
  line-height:1.22;
}
.eyebrow,.slot-kicker,.guide-display-label,.guide-step,.rtp-pill small,.review-symbol-type{
  letter-spacing:0!important;
}

.cards,.game-grid,.review-grid,.featured-review-grid{
  grid-template-columns:repeat(auto-fit,minmax(min(100%,190px),1fr));
}
.game-card,.pg-game-card,.trending-card,.review-card,.featured-review-card,.featured-game-card,.game-feature-card{
  min-width:0;
}
.game-cover,.pg-game-card .game-cover{
  min-height:0;
}
.game-card img.game-image,.pg-game-card .game-image,.game-cover img,.review-image.has-game-image img,.featured-game-card img,.game-feature-card img{
  display:block;
  width:100%;
  height:100%;
  max-width:100%;
  object-fit:cover;
}
.game-info,.pg-game-card .game-info,.review-body,.featured-game-card>div,.game-feature-card>div{
  min-width:0;
}
.game-copy,.game-info>div,.review-body h3,.featured-game-card h3,.game-feature-card h3,.trending-overlay>div{
  min-width:0;
}
.game-copy b,.game-info b,.review-body h3,.featured-game-card h3,.game-feature-card h3,.trending-overlay b{
  overflow:hidden;
  overflow-wrap:anywhere;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  white-space:normal;
}
.game-copy span,.game-info span,.review-meta span,.trending-overlay span{
  overflow-wrap:anywhere;
}
.rtp-pill{
  white-space:nowrap;
}
.play,.quick-play,.quick-detail,.trending-play,.btn,.auth-btn,.mobile-register,.mobile-nav a{
  min-height:44px;
  touch-action:manipulation;
}
.play{
  display:inline-grid;
  place-items:center;
  flex:0 0 auto;
}
.trending-overlay{
  align-items:flex-end;
}

@media(max-width:760px){
  .cards,.game-grid,.review-grid,.featured-review-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
  }
  .game-info,.pg-game-card .game-info{
    align-items:flex-start;
    gap:9px;
  }
  .game-copy b,.game-info b{
    font-size:13px;
  }
  .rtp-pill{
    padding:6px 7px;
  }
}
@media(max-width:430px){
  body{
    font-size:15.5px;
  }
  .cards,.game-grid,.review-grid,.featured-review-grid{
    gap:11px;
  }
  .game-info,.pg-game-card .game-info{
    padding:10px;
  }
  .review-card,.featured-review-card,.featured-game-card,.game-feature-card{
    border-radius:18px!important;
  }
}
@media(max-width:340px){
  .cards,.game-grid,.review-grid,.featured-review-grid{
    grid-template-columns:1fr;
  }
}

/* Layout recovery for content grids, game cards, article cards, and mobile tables. */
.grid,
.article-grid,
.review-grid,
.game-grid,
.featured-review-grid{
  display:grid!important;
  gap:18px!important;
  align-items:stretch;
  min-width:0;
}
.grid.two{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}
.grid.three{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
.article-grid,
.review-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
.featured-review-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
.game-feature-grid,
.featured-games-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
}

.article-card.card,
.article-card.link-card{
  display:flex!important;
  flex-direction:column;
  min-width:0;
  overflow:hidden;
  padding:0!important;
}
.article-card-cover{
  display:block;
  margin:0!important;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#07192d;
}
.article-card-cover img,
.article-card>img{
  display:block;
  width:100%!important;
  height:100%!important;
  max-height:none!important;
  object-fit:cover!important;
  border-radius:0!important;
}
.article-card>span,
.article-card>h3,
.article-card>p,
.article-card>.article-read-more{
  margin-left:18px;
  margin-right:18px;
}
.article-card>.article-card-category{
  margin-top:18px;
  align-self:flex-start;
}
.article-card>.article-read-more{
  margin-top:auto;
  margin-bottom:18px;
}

.game-feature-card{
  display:grid!important;
  grid-template-rows:auto 1fr;
  overflow:hidden;
  padding:0!important;
}
.game-feature-card img{
  width:100%!important;
  height:auto!important;
  aspect-ratio:16/10;
  max-height:230px!important;
  object-fit:cover!important;
}
.game-feature-card>div{
  padding:20px!important;
}
.featured-review-card.review-card{
  display:flex!important;
  flex-direction:column;
  overflow:hidden;
  padding:0!important;
}
.featured-review-card .review-image{
  margin:0!important;
  width:100%;
  aspect-ratio:3/4;
  overflow:hidden;
  background:#07192d;
}
.featured-review-card .review-image img{
  width:100%!important;
  height:100%!important;
  max-height:none!important;
  object-fit:cover!important;
}
.featured-review-card .review-body{
  display:flex;
  flex-direction:column;
  gap:10px;
  flex:1 1 auto;
  min-height:0!important;
  padding:18px!important;
}
.featured-review-card .review-body>.btn{
  margin-top:auto;
}

.content table{
  width:100%!important;
  max-width:100%!important;
  table-layout:auto;
}
.content th,
.content td{
  vertical-align:top;
  overflow-wrap:anywhere;
  word-break:normal;
}

@media(max-width:1100px){
  .grid.three,
  .article-grid,
  .review-grid,
  .featured-review-grid,
  .game-feature-grid,
  .featured-games-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:760px){
  .grid.two,
  .grid.three,
  .article-grid,
  .review-grid,
  .featured-review-grid,
  .game-feature-grid,
  .featured-games-grid{
    grid-template-columns:1fr!important;
  }
  .article-card>span,
  .article-card>h3,
  .article-card>p,
  .article-card>.article-read-more{
    margin-left:16px;
    margin-right:16px;
  }
  .article-card>.article-card-category{
    margin-top:16px;
  }
  .article-card>.article-read-more{
    margin-bottom:16px;
  }
  .game-feature-card img{
    max-height:210px!important;
  }
  .featured-review-card .review-image{
    aspect-ratio:4/3;
  }
}
@media(max-width:430px){
  .content main>.section,
  .content main>.section.alt,
  .content main>.article-shell{
    padding-left:14px!important;
    padding-right:14px!important;
  }
  .card,.link-card,.feature-card,.review-card,.game-card,.article-card,.trust-card,.method-card,.step,.faq-item,details,.compare-card,.quick-card{
    padding:18px!important;
  }
  .article-card.card,
  .article-card.link-card,
  .game-feature-card,
  .featured-review-card.review-card{
    padding:0!important;
  }
  .mobile-header-brand .theme-logo{
    max-width:min(168px,54vw)!important;
    height:auto!important;
  }
  .premium-footer-brand img,
  .premium-footer img.theme-logo{
    max-width:min(180px,100%)!important;
    height:auto!important;
  }
  .content table{
    display:block;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    white-space:normal;
  }
  .content th,
  .content td{
    min-width:8.5rem;
  }
}
@media(max-width:340px){
  .content main>.section,
  .content main>.section.alt,
  .content main>.article-shell{
    padding-left:12px!important;
    padding-right:12px!important;
  }
  .content th,
  .content td{
    min-width:7.5rem;
    padding:10px!important;
    font-size:14px;
  }
}

/* Spacing polish for content notices, tables, CTAs, FAQ tools, and game controls. */
.content .wrap{
  width:100%;
  max-width:1130px;
}
.content .page-title>.wrap,
.content .page-hero>.wrap{
  width:min(100%,760px);
  max-width:760px;
}
.wrap>*,
.content .wrap>*,
.grid>*,
.cards>*,
.section-head>*{
  min-width:0;
  max-width:100%;
}
.section-head{
  min-width:0;
}
.actions{
  min-width:0;
  max-width:100%;
}
.notice,
.content .notice{
  display:block;
  width:100%;
  margin:clamp(18px,2.8vw,28px) 0;
  padding:clamp(16px,2.2vw,22px)!important;
  line-height:1.75;
  overflow-wrap:anywhere;
}
.notice>*:first-child{margin-top:0}
.notice>*:last-child{margin-bottom:0}
.content .grid+.notice,
.content .cards+.notice,
.content .review-grid+.notice,
.content .game-grid+.notice,
.content .table-wrap+.notice{
  margin-top:clamp(20px,3vw,30px);
}
.table-wrap,
.content .table-wrap{
  width:100%;
  max-width:100%;
  margin:clamp(18px,2.8vw,28px) 0;
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  border-radius:20px!important;
}
.table-wrap table,
.content .table-wrap table{
  margin:0!important;
  min-width:min(720px,100%);
}
.cta-band,
.content .cta-band{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  justify-items:center;
  gap:14px;
  margin:clamp(28px,4vw,44px) 0;
  padding:clamp(24px,4vw,38px)!important;
  text-align:center;
  overflow:hidden;
}
.cta-band>div,
.cta-band>h2,
.cta-band>p{
  max-width:780px;
  margin-inline:auto;
}
.cta-band h2{margin:0}
.cta-band p{margin:0}
.cta-band .actions,
.cta-band .hero-actions,
.cta-band .cta-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:12px;
  width:100%;
  margin-top:4px;
}
.btn,
.content .btn,
.auth-btn,
.mobile-menu-auth a,
.cta-band .btn,
.games-featured-more-wrap .btn{
  min-height:44px;
  gap:8px;
  line-height:1.25;
  text-align:center;
  white-space:normal;
  max-width:100%;
}
.content .btn,
.cta-band .btn,
.games-featured-more-wrap .btn{
  padding:12px 18px;
}
.faq,
.content .faq{
  display:grid;
  gap:14px;
  margin-top:18px;
}
.faq details,
.content .faq details{
  margin:0;
}
.faq details+details{margin-top:0}
.faq summary{
  min-height:44px;
  display:flex;
  align-items:center;
  gap:10px;
  padding-block:2px;
}
.faq summary::after{
  flex:0 0 auto;
}
.faq details p{
  margin-top:12px;
}
.faq-tools,
.content .faq-tools{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);
  align-items:end;
  gap:16px;
  width:100%;
  box-sizing:border-box;
  margin:0;
  padding:clamp(18px,2.8vw,24px)!important;
}
.faq-tools>div:first-child{
  min-width:0;
}
.faq-tools h2{
  margin:0 0 8px;
}
.faq-tools p{
  margin:0;
}
.faq-search-wrap,
.content .faq-search-wrap{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  gap:10px;
  min-width:0;
  width:100%;
  box-sizing:border-box;
}
.faq-search-wrap label{
  grid-column:1 / -1;
  margin:0 0 2px;
}
.faq-search-wrap input{
  width:100%;
  min-width:0;
  min-height:44px;
}
.faq-search-wrap button{
  min-height:44px;
  padding-inline:16px;
}
.faq-tools .notice{
  grid-column:1 / -1;
  margin:0!important;
  padding:12px 14px!important;
}
.faq-tool-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}
.faq-tool-actions .btn{
  flex:0 1 auto;
}
.games-featured-more-wrap,
.content .games-featured-more-wrap{
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  margin:clamp(20px,3vw,28px) 0 4px;
}
.games-featured-more-wrap .btn{
  min-width:min(100%,280px);
}
@media(max-width:760px){
  .wrap,
  .content .wrap,
  .wrap.grid.two,
  .wrap.grid.three,
  .text-flow-grid{
    width:100%!important;
    max-width:100%!important;
  }
  .wrap.grid.two,
  .wrap.grid.three,
  .text-flow-grid{
    grid-template-columns:1fr!important;
  }
  .content .wrap>.actions,
  .wrap>.actions,
  .actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
  }
  .notice,
  .content .notice{
    margin:18px 0;
    padding:16px!important;
  }
  .table-wrap,
  .content .table-wrap{
    margin:18px 0;
    border-radius:18px!important;
  }
  .table-wrap table,
  .content .table-wrap table{
    min-width:680px;
  }
  .cta-band,
  .content .cta-band{
    margin:24px 0;
    padding:22px 16px!important;
    border-radius:20px!important;
  }
  .cta-band .actions,
  .cta-band .hero-actions,
  .cta-band .cta-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }
  .cta-band .btn,
  .games-featured-more-wrap .btn,
  .faq-tool-actions .btn{
    width:100%;
  }
  .faq,
  .content .faq{
    gap:12px;
    margin-top:16px;
  }
  .faq-tools,
  .content .faq-tools{
    grid-template-columns:1fr;
    align-items:stretch;
    gap:14px;
    padding:16px!important;
  }
  .faq-search-wrap,
  .content .faq-search-wrap{
    grid-template-columns:1fr;
  }
  .faq-search-wrap button{
    width:100%;
  }
  .games-featured-more-wrap,
  .content .games-featured-more-wrap{
    margin:20px 0 2px;
  }
}
@media(max-width:430px){
  .notice,
  .content .notice{
    padding:14px!important;
    border-radius:16px!important;
  }
  .content .table-wrap{
    margin-inline:0;
  }
  .cta-band,
  .content .cta-band{
    padding:20px 14px!important;
    border-radius:18px!important;
  }
  .btn,
  .content .btn,
  .auth-btn,
  .mobile-menu-auth a,
  .games-featured-more-wrap .btn{
    width:100%;
    padding-inline:14px;
  }
}
@media(max-width:340px){
  .faq-tools,
  .content .faq-tools{
    padding:12px!important;
  }
}

/* Component integrity recovery: restore legacy component geometry omitted by the lean bundle. */
.timeline-item{
  display:flex;
  align-items:flex-start;
  gap:1.1rem;
  padding:1.25rem 1.35rem;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:var(--surface);
  box-shadow:var(--shadow-soft);
}
.timeline-no{
  flex:0 0 44px;
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#087dff!important;
  color:#fff!important;
  font-family:var(--font-display)!important;
  font-weight:800;
  line-height:1;
}
.table-wrap,
.content .table-wrap{
  border:1px solid var(--line);
  background:var(--surface);
  box-shadow:var(--shadow-soft);
}
.table-wrap table,
.content .table-wrap table{
  border-radius:inherit;
}
.faq details,
.content .faq details{
  padding:0 1.3rem;
}
.faq summary,
.content .faq summary{
  min-height:44px;
  padding:1rem 0;
  cursor:pointer;
  list-style:none;
  justify-content:space-between;
  color:var(--text);
  font-family:var(--font-display)!important;
  font-weight:800;
}
.faq summary::-webkit-details-marker,
.content .faq summary::-webkit-details-marker{
  display:none;
}
.faq summary::after,
.content .faq summary::after{
  content:"+";
  color:#45c6ff;
  font-size:1.4rem;
  line-height:1;
  transition:transform .25s ease;
}
.faq details[open] summary::after,
.content .faq details[open] summary::after{
  transform:rotate(45deg);
}
.faq details p,
.content .faq details p{
  margin:0;
  padding:0 0 1.1rem;
}
@media(max-width:680px){
  .content .responsible-table-wrap,
  .content .pg-slot-table-wrap,
  .content .transaction-table-wrap,
  .content .promotion-table-wrap{
    overflow:visible;
    border:0;
    background:transparent;
    box-shadow:none;
  }
  .content .responsible-table-wrap table,
  .content .pg-slot-table-wrap table,
  .content .transaction-table-wrap table,
  .content .promotion-table-wrap table{
    min-width:0;
  }
}

/* Review library, article cards, and full-review layout recovery — 19 Aug 2026. */
.review-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.review-card{position:relative;display:grid!important;grid-template-rows:auto minmax(0,1fr);min-width:0;overflow:hidden;padding:0!important}.review-image{position:relative;display:grid;width:100%;min-height:0;margin:0!important;aspect-ratio:20/29;place-items:center;overflow:hidden;padding:1.25rem;background:linear-gradient(145deg,#0a4b88,#071f3b);color:#fff;text-align:center}.review-image.has-game-image{padding:0;isolation:isolate}.review-image.has-game-image img{position:relative;z-index:1;width:100%!important;height:100%!important;max-height:none!important;object-fit:cover!important;border:0!important;border-radius:0!important}.review-image.has-game-image figcaption{position:absolute;z-index:2;top:.8rem;left:.8rem;padding:.32rem .58rem;border:1px solid rgba(255,255,255,.2);border-radius:999px;color:#fff;font-size:.72rem;font-weight:800;line-height:1.2;backdrop-filter:blur(8px)}.review-body{display:flex;flex-direction:column;gap:.65rem;min-width:0;min-height:0!important;padding:16px!important}.review-body h3{margin:0;font-size:1.04rem;line-height:1.28}.review-body p{display:-webkit-box;overflow:hidden;margin:0;-webkit-box-orient:vertical;-webkit-line-clamp:3;font-size:.88rem;line-height:1.58}.review-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.4rem;margin-top:auto}.review-meta span{display:grid;min-width:0;min-height:34px;place-items:center;padding:.3rem .25rem;border:1px solid rgba(103,198,250,.16);border-radius:9px;background:rgba(17,55,88,.75);color:#d9efff;font-size:.69rem;font-weight:800;line-height:1.2;text-align:center;overflow-wrap:anywhere}.review-card-action{align-self:stretch;margin-top:.1rem}.article-card.card,.article-card.link-card{min-height:0!important}.article-card h3,.article-card>p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical}.article-card h3{-webkit-line-clamp:2}.article-card>p{-webkit-line-clamp:3}
.review-detail-hero{margin:0;padding:38px clamp(22px,4vw,48px);border:1px solid var(--dark-border);border-radius:28px;background:radial-gradient(circle at 88% 18%,rgba(66,207,255,.16),transparent 28%),linear-gradient(145deg,rgba(10,35,62,.98),rgba(7,25,47,.96));box-shadow:var(--shadow-dark-polish)}.review-detail-hero>.wrap{width:100%!important}.review-detail-hero-grid{display:grid!important;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:clamp(1.5rem,4vw,3.5rem);align-items:center;margin-top:1.2rem}.review-detail-copy{min-width:0}.review-detail-copy h1{font-size:clamp(38px,5vw,68px);overflow-wrap:anywhere}.review-detail-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin:1.35rem 0 .85rem}.review-updated{margin:0;color:var(--dark-subtle);font-size:.88rem}.review-detail-cover{width:100%;max-width:430px;margin:0 0 0 auto;overflow:hidden;padding:.65rem;border:1px solid var(--dark-border);border-radius:24px;background:rgba(11,31,54,.92);box-shadow:0 24px 55px rgba(0,0,0,.3)}.review-detail-cover img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:16px}.review-detail-cover figcaption,.review-feature-shot figcaption,.review-slider-slide figcaption{padding:.65rem .25rem .05rem;color:var(--dark-subtle);font-size:.82rem}.review-metrics-section{padding-top:2rem!important;padding-bottom:1rem!important}.review-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;margin-bottom:1rem}.review-metric-grid>div,.review-quick-list>div{min-width:0;padding:1rem;border:1px solid var(--dark-border);border-radius:16px;background:rgba(13,42,70,.86)}.review-metric-grid span,.review-metric-grid small{display:block;color:var(--dark-subtle)}.review-metric-grid strong{display:block;margin:.15rem 0;color:var(--dark-text);font-size:clamp(1.2rem,2vw,1.7rem);overflow-wrap:anywhere}.review-quick-panel{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);gap:1.25rem;padding:clamp(1.1rem,3vw,1.8rem);border:1px solid var(--dark-border);border-left:5px solid var(--dark-primary);border-radius:20px;background:rgba(10,34,59,.86)}.review-quick-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin:0}.review-quick-list dt{margin-bottom:.25rem;color:var(--dark-text);font-weight:800}.review-quick-list dd{margin:0;color:var(--dark-muted)}.review-feature-layout{display:grid!important;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:clamp(1.4rem,4vw,3rem);align-items:start;margin:2rem 0}.review-feature-shot{position:sticky;top:1.5rem;margin:0;padding:.55rem;border:1px solid var(--dark-border);border-radius:20px;background:rgba(11,31,54,.92)}.review-feature-shot img{width:100%;height:auto;max-height:760px;object-fit:contain;border-radius:14px}.review-point-list{display:grid;gap:.75rem;margin:0;padding:0;list-style:none}.review-point-list article,.review-check-steps li{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.8rem;padding:1rem;border:1px solid var(--dark-border);border-radius:16px;background:rgba(13,42,70,.78)}.review-point-list article>span,.review-check-steps li>span{display:grid;width:2.2rem;height:2.2rem;place-items:center;border-radius:50%;background:linear-gradient(135deg,var(--dark-primary),var(--dark-primary-2));color:var(--dark-primary-ink);font-weight:900}.review-point-list h3,.review-point-list p,.review-check-steps p{margin:0}.review-symbol-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;margin:1.5rem 0}.review-symbol-card{min-width:0;overflow:hidden;border:1px solid var(--dark-border);border-radius:18px;background:rgba(11,31,54,.9)}.review-symbol-art{display:grid;min-height:175px;place-items:center;padding:1rem;border-bottom:1px solid var(--dark-border);background:radial-gradient(circle,rgba(38,103,151,.55),rgba(9,31,55,.92))}.review-symbol-art img{width:auto!important;max-width:145px!important;height:auto!important;max-height:150px!important;object-fit:contain!important}.review-symbol-card>div:last-child{padding:1rem}.review-symbol-card h3{margin:.15rem 0 .35rem}.review-symbol-card p{margin:0;font-size:.9rem;line-height:1.62}.review-slider{width:100%;margin:2rem auto}.review-slider-viewport{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;border-radius:20px}.review-slider-viewport::-webkit-scrollbar{display:none}.review-slider-track{display:grid;grid-auto-flow:column;grid-auto-columns:100%;gap:1rem}.review-slider-slide{min-width:0;margin:0;padding:.55rem;border:1px solid var(--dark-border);border-radius:18px;background:rgba(11,31,54,.9);scroll-snap-align:start}.review-slider-frame{display:grid;min-height:0;place-items:center;padding:.35rem;border-radius:12px;background:#071a2e}.review-slider-slide img{display:block;width:100%;height:auto;max-height:720px;object-fit:contain;border-radius:9px}.review-slider-controls{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem}.review-slider-count{margin:0}.review-slider-dots{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:.85rem}.review-slider-dots button{width:12px;height:12px;padding:0;border:0;border-radius:999px;background:#42617e}.review-slider-dots button[aria-current="true"]{width:28px;background:var(--dark-primary)}.review-slider-hint{text-align:center}.review-slider--three-up .review-slider-track{grid-auto-columns:calc((100% - 2rem)/3)}.review-slider--two-up .review-slider-track{grid-auto-columns:calc((100% - 1rem)/2)}.review-verdict-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:1.5rem 0}.review-check-steps{display:grid;gap:.7rem;margin:1.2rem 0 2rem;padding:0;list-style:none}.review-related-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.review-related-card{display:flex;flex-direction:column;min-width:0;padding:1rem;border:1px solid var(--dark-border);border-top:4px solid var(--dark-primary);border-radius:16px;background:rgba(11,31,54,.9)}.review-related-card span,.review-related-card small{color:var(--dark-subtle);font-size:.84rem}.review-related-card strong{margin:.25rem 0;color:var(--dark-text);font-size:1.08rem}.review-related-card p{margin:.65rem 0 0}
@media(max-width:1100px){.review-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.review-symbol-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.review-detail-hero-grid{grid-template-columns:minmax(0,1fr) minmax(240px,.58fr)}}
@media(max-width:760px){.review-grid{grid-template-columns:1fr!important}.review-detail-hero{padding:28px 18px;border-radius:23px}.review-detail-hero-grid,.review-feature-layout,.review-verdict-grid{grid-template-columns:1fr}.review-detail-cover{order:-1;width:min(100%,380px);margin-inline:auto}.review-detail-copy h1{font-size:clamp(34px,10vw,50px)}.review-detail-actions .btn{width:100%}.review-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.review-quick-panel,.review-quick-list{grid-template-columns:1fr}.review-feature-shot{position:static;width:min(100%,410px);margin-inline:auto}.review-symbol-grid{grid-template-columns:1fr}.review-symbol-card{display:grid;grid-template-columns:minmax(112px,.36fr) minmax(0,1fr)}.review-symbol-art{min-height:100%;border-right:1px solid var(--dark-border);border-bottom:0}.review-symbol-art img{max-width:112px!important;max-height:122px!important}.review-slider--three-up .review-slider-track,.review-slider--two-up .review-slider-track{grid-auto-columns:100%}.review-related-grid{grid-template-columns:1fr}}
@media(max-width:430px){.review-metric-grid{grid-template-columns:1fr}.review-symbol-card{grid-template-columns:100px minmax(0,1fr)}}

/* Blue-glass review slider controls. */
.review-slider-controls{width:max-content;max-width:100%;min-height:64px;margin:1.1rem auto 0;padding:.5rem .6rem;gap:.7rem;border:1px solid rgba(116,205,255,.2);border-radius:999px;background:linear-gradient(145deg,rgba(15,48,80,.92),rgba(7,28,52,.94));box-shadow:0 14px 34px rgba(0,0,0,.24),inset 0 1px rgba(255,255,255,.05);backdrop-filter:blur(16px)}.review-slider-arrow{display:grid!important;flex:0 0 48px;width:48px;height:48px;min-height:48px;padding:0;place-items:center;border:1px solid rgba(143,222,255,.28)!important;border-radius:50%;background:linear-gradient(135deg,#1688ff,#42cfff)!important;color:#04111f!important;box-shadow:0 9px 22px rgba(18,151,241,.28),inset 0 1px rgba(255,255,255,.42);font-size:1.25rem;font-weight:900;line-height:1;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease,opacity .2s ease}.review-slider-arrow:hover:not(:disabled){transform:translateY(-2px) scale(1.04);filter:brightness(1.08);box-shadow:0 13px 28px rgba(25,175,255,.36),0 0 0 4px rgba(66,207,255,.08)}.review-slider-arrow:focus-visible{outline:3px solid var(--dark-focus);outline-offset:3px}.review-slider-arrow:disabled{border-color:rgba(121,165,196,.16)!important;background:#18344f!important;color:#7894aa!important;box-shadow:none;cursor:not-allowed;opacity:.72}.review-slider-count{display:flex;min-width:84px;align-items:baseline;justify-content:center;gap:.42rem;color:var(--dark-subtle)!important;font-size:.9rem;font-weight:700;text-align:center}.review-slider-count strong{color:var(--dark-link)!important;font-family:var(--font-display)!important;font-size:1.3rem;line-height:1}.review-slider-dots button{border:1px solid rgba(130,209,255,.16)!important;background:#294e6d;transition:width .2s ease,background .2s ease,box-shadow .2s ease}.review-slider-dots button[aria-current="true"]{background:linear-gradient(90deg,#1688ff,#42cfff);box-shadow:0 0 0 3px rgba(66,207,255,.09),0 5px 14px rgba(22,136,255,.25)}.review-slider-dots button:focus-visible{outline:3px solid var(--dark-focus);outline-offset:3px}.review-slider-hint{display:flex;width:max-content;max-width:100%;align-items:center;justify-content:center;gap:.55rem;margin:.8rem auto 0;padding:.55rem .85rem;border:1px solid rgba(116,205,255,.14);border-radius:999px;background:rgba(10,36,62,.72);color:var(--dark-subtle)!important;font-size:.82rem;line-height:1.5;text-align:center}.review-slider-hint::before{content:"↔";display:grid;flex:0 0 28px;width:28px;height:28px;place-items:center;border-radius:50%;background:rgba(66,207,255,.11);color:var(--dark-link);font-size:1rem;font-weight:900}
@media(max-width:430px){.review-slider-controls{width:100%;justify-content:space-between;padding:.45rem}.review-slider-arrow{flex-basis:46px;width:46px;height:46px;min-height:46px}.review-slider-count{min-width:70px}.review-slider-hint{width:100%;border-radius:16px;padding:.55rem .7rem;font-size:.78rem;text-align:left}}

/* Mobile compact review catalog: scan two games per row without crowding details. */
@media(max-width:760px) and (min-width:341px){#review-library .review-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}#review-library .review-card{border-radius:16px!important}#review-library .review-body{gap:7px;padding:10px!important}#review-library .review-body h3{min-height:34px;font-size:13px;line-height:1.3;text-align:center;-webkit-line-clamp:2}#review-library .review-body>p{display:none}#review-library .review-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;margin-top:0}#review-library .review-meta span{min-height:32px;padding:4px 3px;font-size:10px}#review-library .review-meta span:nth-child(3){display:none}#review-library .review-card-action{min-height:44px;padding:8px 6px;border-radius:12px;font-size:12px;line-height:1.25}#review-library .review-image.has-game-image figcaption{top:7px;left:7px;max-width:calc(100% - 14px);padding:4px 7px;font-size:9px}}
@media(max-width:340px){#review-library .review-grid{grid-template-columns:1fr!important}}

/* Article detail layout recovery — 2026-08-26.
   Restores the editorial component rules intentionally omitted from the main bundle. */
.content .page-title.article-hero{
  display:block!important;
  min-height:0;
  padding-bottom:34px!important;
}
.content .page-title.article-hero>.wrap{
  width:100%!important;
  max-width:none!important;
}
.article-hero>.theme-page-visual{display:none!important}
.article-meta{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:.55rem!important;
  margin-top:1.2rem;
  overflow:visible!important;
}
.article-meta span{
  flex:0 1 auto!important;
  padding:.42rem .72rem;
  border:1px solid rgba(118,207,255,.18);
  border-radius:999px;
  background:rgba(16,52,84,.72);
  color:#c8dceb!important;
  font-size:.83rem;
  font-weight:700;
  line-height:1.45;
  white-space:normal;
}
.article-cover{
  position:relative;
  width:100%;
  margin:clamp(1.5rem,3vw,2.3rem) 0 0;
  overflow:hidden;
  border:1px solid rgba(118,207,255,.18);
  border-radius:clamp(16px,2vw,26px);
  background:#07192d;
  box-shadow:0 22px 50px rgba(0,0,0,.22);
}
.article-cover picture,
.article-cover img{
  display:block;
  width:100%;
}
.article-cover img{
  height:auto!important;
  aspect-ratio:16/9;
  object-fit:cover;
}
.article-cover figcaption{
  position:static;
  max-width:none;
  padding:.72rem 1rem .78rem;
  border:0;
  border-top:1px solid rgba(255,255,255,.12);
  border-radius:0;
  background:linear-gradient(135deg,#0a3155,#0b5578)!important;
  color:#e8f7ff!important;
  font-size:.82rem;
  font-weight:600;
  line-height:1.55;
  text-align:left;
}
.article-layout{
  display:grid;
  grid-template-columns:minmax(210px,260px) minmax(0,1fr);
  gap:clamp(1.5rem,4vw,3.5rem);
  align-items:start;
}
.article-toc{
  position:sticky;
  top:92px;
  display:grid;
  gap:.25rem;
  padding:1.15rem;
  border:1px solid rgba(118,207,255,.16);
  border-radius:18px;
  background:rgba(10,36,62,.88);
  box-shadow:0 14px 34px rgba(0,0,0,.2);
}
.article-toc strong{
  margin-bottom:.35rem;
  color:#effaff!important;
  font-family:var(--font-display);
}
.article-toc a{
  padding:.52rem .6rem;
  border-radius:9px;
  color:#b7d0e3!important;
  font-size:.9rem;
  line-height:1.4;
  text-decoration:none;
}
.article-toc a:hover,
.article-toc a:focus-visible{
  background:rgba(66,207,255,.12);
  color:#7ce8ff!important;
}
.article-content{
  min-width:0;
  max-width:920px;
}
.article-summary{
  padding:1.15rem 1.25rem;
  border-left:5px solid #42cfff;
  border-radius:0 14px 14px 0;
  background:linear-gradient(90deg,rgba(24,136,255,.16),rgba(8,31,54,.72));
  color:#e8f7ff!important;
}
.article-section{
  margin-top:2.2rem;
  scroll-margin-top:110px;
}
.article-section:first-of-type{margin-top:1.3rem}
.article-category-nav{
  display:flex;
  flex-wrap:wrap;
  gap:.55rem;
  margin-bottom:2.2rem;
  padding:.8rem;
  border:1px solid rgba(118,207,255,.14);
  border-radius:16px;
  background:rgba(9,34,58,.72);
}
.article-category-nav a{
  padding:.56rem .82rem;
  border-radius:999px;
  background:rgba(66,207,255,.11);
  color:#7ce8ff!important;
  font-size:.9rem;
  font-weight:800;
  text-decoration:none;
}
.article-author{
  margin:2.4rem 0;
  padding:1.3rem 1.45rem;
  border:1px solid rgba(118,207,255,.18);
  border-radius:18px;
  background:linear-gradient(135deg,#0a3155,#0b5578);
  color:#fff;
}
.article-author h2,
.article-author p,
.article-author a{color:#fff!important}
.article-author a{
  text-decoration:underline;
  text-underline-offset:3px;
}
.article-content .table-wrap{
  max-width:100%;
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  -webkit-overflow-scrolling:touch;
}
.article-content table{
  width:100%;
  min-width:560px;
  border-collapse:collapse;
}
.article-content th,
.article-content td{
  padding:.72rem .8rem;
  border:1px solid rgba(118,207,255,.14);
  text-align:left;
  vertical-align:top;
}
.article-content th{
  background:rgba(30,111,174,.22);
  color:#effaff;
}
.article-content td{color:#c8dceb}

@media(max-width:900px){
  .article-layout{grid-template-columns:1fr}
  .article-toc{position:static}
}
@media(max-width:680px){
  .content .page-title.article-hero{
    padding:24px 18px!important;
  }
  .article-meta{
    display:grid!important;
    grid-template-columns:1fr;
    gap:.45rem!important;
  }
  .article-meta span{
    width:100%;
    border-radius:12px;
  }
  .article-cover{
    margin:1.25rem 0 0;
    border-radius:16px;
  }
  .article-cover figcaption{
    padding:.68rem .8rem .72rem;
    font-size:.78rem;
  }
  .article-toc{padding:1rem}
  .article-category-nav{
    flex-wrap:nowrap;
    margin-inline:-.25rem;
    padding-inline:.25rem;
    overflow-x:auto;
    border-width:0;
    background:transparent;
    scrollbar-width:none;
    scroll-snap-type:x proximity;
  }
  .article-category-nav::-webkit-scrollbar{display:none}
  .article-category-nav a{
    flex:0 0 auto;
    scroll-snap-align:start;
  }
  .article-content table{min-width:520px}
}

/* Mobile page-title layout polish — 2026-08-29.
   Reserve illustration space only when a title actually contains one. */
@media(max-width:430px){
  .content .page-title:not(.article-hero),
  .content .page-hero:not(.article-hero){
    min-height:0;
    padding:22px 20px 24px;
  }
  body[data-current]:not([data-current=""]) .content .page-title:not(.article-hero),
  body[data-current]:not([data-current=""]) .content .page-hero:not(.article-hero){
    padding-bottom:94px;
  }
  .content .page-title:not(.article-hero) h1,
  .content .page-hero:not(.article-hero) h1{
    margin-bottom:8px;
    font-size:clamp(27px,8vw,30px);
    line-height:1.16;
    overflow-wrap:anywhere;
  }
  .content .page-title:not(.article-hero) .lead,
  .content .page-hero:not(.article-hero) .lead{
    font-size:15px;
    line-height:1.65;
  }
  .content .page-title:not(.article-hero) .breadcrumbs,
  .content .page-hero:not(.article-hero) .breadcrumbs{
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    line-height:1.5;
  }
  .content .page-title:not(.article-hero) > .theme-page-visual,
  .content .page-hero:not(.article-hero) > .theme-page-visual{
    right:14px;
    bottom:12px;
    width:84px;
    min-width:84px;
    height:72px;
    flex-basis:84px;
  }
}

/* Article artwork and mobile reading polish — 2026-08-29. */
.article-card-cover,.article-cover{background:linear-gradient(145deg,#06172b,#0a2f53)}
.article-card-cover img,.article-cover img{filter:saturate(.96) contrast(1.02)}
.article-content .table-wrap{scrollbar-color:#42cfff #0a2139;scrollbar-width:thin}
.article-content .table-wrap::-webkit-scrollbar{height:8px}
.article-content .table-wrap::-webkit-scrollbar-track{border-radius:999px;background:#0a2139}
.article-content .table-wrap::-webkit-scrollbar-thumb{border-radius:999px;background:linear-gradient(90deg,#1688ff,#42cfff)}
@media(max-width:680px){
  .article-category-nav{flex-wrap:wrap;margin-inline:0;padding:.7rem;overflow:visible;border-width:1px;background:rgba(9,34,58,.72);scroll-snap-type:none}
  .article-category-nav a{display:grid;flex:1 1 132px;min-height:44px;place-items:center;text-align:center;white-space:normal}
  .article-content .table-wrap{margin-inline:-.15rem;padding-bottom:.45rem}
}
