
#gameModal{position:fixed;inset:0;z-index:9999;background:#070b13;display:none;flex-direction:column}
#gameModal.open{display:flex}
.gm-bar{flex:0 0 auto;height:52px;display:flex;align-items:center;gap:10px;padding:0 10px;background:#0d1320;border-bottom:1px solid rgba(255,255,255,.1);color:#eef3f9}
.gm-x{display:inline-flex;align-items:center;gap:6px;background:#ff5470;color:#fff;border:none;border-radius:10px;padding:9px 14px;font:700 13px Rubik,sans-serif;cursor:pointer}
.gm-x:hover{filter:brightness(1.08)}
.gm-title{flex:1;text-align:center;font:700 14px Rubik,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 6px}
.gm-actions{flex:0 0 auto;display:flex;gap:6px}
.gm-ic{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;background:#161f30;color:#cdd8e4;border:1px solid rgba(255,255,255,.12);border-radius:10px;font-size:16px;cursor:pointer}
.gm-ic:hover{background:#1d2940;color:#fff}
.gm-wrap{flex:1;position:relative;min-height:0}
#gmFrame{position:absolute;inset:0;width:100%;height:100%;border:0;display:block;background:#070b13}
.gm-load{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:#9fb0c2;font:500 13px Rubik,sans-serif;z-index:2}
.gm-spin{width:46px;height:46px;border:4px solid rgba(255,255,255,.12);border-top-color:#22d3ee;border-radius:50%;animation:gmsp .8s linear infinite}
@keyframes gmsp{to{transform:rotate(360deg)}}
body.gm-lock{overflow:hidden!important;touch-action:none}
@media(max-width:640px){.gm-bar{height:48px}.gm-x span{display:none}}

.slide-tag{display:inline-flex!important;width:fit-content!important;max-width:100%!important;
  white-space:normal!important;overflow-wrap:anywhere;flex-wrap:wrap!important;
  line-height:1.35!important;letter-spacing:1.1px!important;text-align:left!important;
  box-sizing:border-box!important;align-self:flex-start}

.rrow{align-items:stretch!important}
.rrow .gcard{display:flex!important;flex-direction:column!important}
.rrow .gcard .thumb{flex:0 0 auto!important}
.rrow .gcard .meta{position:relative!important;margin-top:auto!important;min-width:0!important}
.rrow .gcard .meta>*{min-width:0!important}
.rrow .gcard .nm,.rrow .gcard .prov{min-width:0!important;white-space:nowrap!important;
  overflow:hidden!important;text-overflow:ellipsis!important}

.rrow .gcard .mlive{position:absolute!important;left:0;bottom:100%;margin-bottom:8px;z-index:3;
  display:inline-flex;align-items:center;gap:5px;padding:3px 7px;border-radius:7px;
  background:rgba(6,10,20,.72);color:#e2ecf9;font:700 9.5px 'JetBrains Mono',monospace;
  -webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);white-space:nowrap;pointer-events:none}
.rrow .gcard .mlive i{width:5px;height:5px;border-radius:50%;background:var(--green);
  box-shadow:0 0 6px var(--green);display:block;flex:0 0 auto}
.rrow .gcard .mlive s{text-decoration:none;opacity:.8}

.s-top .toprow{display:grid!important;grid-auto-flow:column;grid-auto-columns:186px;align-items:start!important;
  gap:14px!important;overflow-x:auto;overflow-y:hidden;padding:6px 2px 16px!important;
  scroll-snap-type:x proximity;scrollbar-width:thin;overscroll-behavior-x:contain}
.s-top .toprow::-webkit-scrollbar{height:7px}
.s-top .toprow::-webkit-scrollbar-thumb{background:#cfd8e6;border-radius:99px}
.s-top .toprow::-webkit-scrollbar-track{background:transparent}
.s-top .toprow>*{scroll-snap-align:start}
.s-top .toprow .hc{position:relative;display:block;background:#fff;border:1px solid #f0d79a;border-radius:18px;
  overflow:hidden;box-shadow:0 2px 10px rgba(160,110,10,.14);cursor:pointer;text-decoration:none;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.s-top .toprow .hc:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(160,110,10,.24);border-color:#e6c274}
.s-top .toprow .hc .hc-t{position:relative;aspect-ratio:4/3;overflow:hidden;background:linear-gradient(150deg,#eaf0f9,#dee7f4)}
.s-top .toprow .hc .hc-t img{width:100%;height:100%;object-fit:cover;display:block}
.s-top .toprow .hc .hc-t img.prov-img{object-fit:contain;padding:14% 16%;background:linear-gradient(150deg,#eef3fb,#dde6f4)}
.s-top .toprow .hc .hc-t::after{content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(180deg,rgba(9,16,28,.02),rgba(9,16,28,.16))}
.s-top .toprow .hc .hc-b{padding:10px 11px 12px}
.s-top .toprow .hc .nm{font-size:13px;font-weight:700;color:#0f1726;letter-spacing:-.2px;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.s-top .toprow .hc .pv{font-size:11px;color:#69748a;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.s-top .toprow .hc .rw{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:8px}
.s-top .toprow .hc .on{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;color:#41506b;white-space:nowrap}
.s-top .toprow .hc .on i{width:6px;height:6px;border-radius:50%;background:#0e9e0c;box-shadow:0 0 0 3px rgba(14,158,12,.16)}
.s-top .toprow .hc .rtp{font-size:10.5px;font-weight:800;color:#0b7f56;background:#e8f8f0;border:1px solid #c9ecdb;
  padding:2px 7px;border-radius:8px;white-space:nowrap}
.s-top .toprow .hc .heat{height:3px;border-radius:99px;background:#edf1f7;margin-top:9px;overflow:hidden}
.s-top .toprow .hc .heat>i{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,#c8890a,#f5c74c)}
.s-top .toprow .hc.hot .heat>i{background:linear-gradient(90deg,#e2600b,#f5c74c)}
.s-top .toprow .hc .bdgs{position:absolute;top:8px;left:8px;z-index:4;display:flex;flex-direction:column;gap:5px;align-items:flex-start}
.s-top .toprow .hc .bdg{display:inline-flex;align-items:center;gap:5px;font-size:9.5px;font-weight:800;letter-spacing:.5px;
  text-transform:uppercase;padding:3px 7px;border-radius:7px;color:#fff;background:rgba(15,23,38,.74);box-shadow:0 2px 6px rgba(9,16,28,.2)}
.s-top .toprow .hc .bdg.live{background:linear-gradient(120deg,#d81f3f,#f0455f)}
.s-top .toprow .hc .bdg.live i{width:5px;height:5px;border-radius:50%;background:#fff;box-shadow:0 0 0 2px rgba(255,255,255,.38)}
.s-top .toprow .hc .bdg.hot{background:linear-gradient(120deg,#e2600b,#f59331)}
.s-top .toprow .hc .bdg.neon{background:linear-gradient(135deg,#5a6bd8,#13b9c9)}
.s-top .toprow .hc .bdg.fs{background:linear-gradient(120deg,#6c3ad6,#9b6bf5)}
.s-top .toprow .hc .medal{position:absolute;top:8px;right:8px;left:auto;bottom:auto;z-index:5;width:34px;height:34px;
  border-radius:12px;display:grid;place-items:center;font-size:14px;font-weight:900;color:#4a3200;margin:0;line-height:1;
  background:conic-gradient(from 210deg,#fff0c0,#f5c74c 25%,#c8890a 55%,#ffe79a 80%,#f5c74c);
  box-shadow:0 4px 12px rgba(160,110,10,.35),inset 0 0 0 1.5px rgba(255,255,255,.55)}
.s-top .toprow .hc .medal.s2{color:#374254;background:conic-gradient(from 210deg,#fff,#e2e8f0 25%,#94a3b8 55%,#f1f5f9 80%,#cbd5e1);
  box-shadow:0 4px 12px rgba(90,105,130,.3),inset 0 0 0 1.5px rgba(255,255,255,.6)}
.s-top .toprow .hc .medal.s3{color:#4a2c12;background:conic-gradient(from 210deg,#ffe0c0,#e29a5e 25%,#a4642c 55%,#f6c79b 80%,#d98f4f);
  box-shadow:0 4px 12px rgba(150,95,45,.3),inset 0 0 0 1.5px rgba(255,255,255,.5)}
.s-top .toprow .hc .medal.sn{width:28px;height:28px;font-size:12px;color:#41506b;background:rgba(255,255,255,.94);
  border:1px solid #dde3ec;box-shadow:0 3px 10px rgba(18,32,58,.16)}
@media(max-width:860px){
  .s-top .toprow{grid-auto-columns:150px;gap:10px!important;padding-bottom:12px!important}
  .s-top .toprow .hc:hover{transform:none;box-shadow:0 2px 10px rgba(160,110,10,.14)}
  .s-top .toprow .hc .hc-t::after{display:none}
  .s-top .toprow .hc .nm{font-size:12.5px;letter-spacing:-.3px}
  .s-top .toprow .hc .pv{font-size:10.5px}
  .s-top .toprow .hc .on{font-size:10.5px}
  .s-top .toprow .hc .rtp{font-size:10px;padding:2px 6px}
  .s-top .toprow .hc .hc-b{padding:9px 9px 11px}
}

.slide h2.accent{background:linear-gradient(96deg,#8a5a00,#c8890a 44%,#f5c74c);
  -webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}
.slide h2.accent em{background:none!important;color:transparent!important;-webkit-text-fill-color:transparent!important}

.hero{background:#f7f4ee!important;
  border:1px solid rgba(200,137,10,.34)!important;
  box-shadow:0 24px 56px -32px rgba(16,24,40,.34)!important}
.hero::before{content:none!important}
.slide-bg::after{background:linear-gradient(90deg,#f7f4ee 16%,rgba(247,244,238,.72) 55%,transparent)!important}
