*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --t:#094843;--td:#062e2a;--tl:#127A73;--tm:#0D5C56;--tc:#0a3d38;
  --o:#F5A200;--od:#D48900;--ol:#FFB830;
  --w:#fff;--m:rgba(255,255,255,0.55);--f:rgba(255,255,255,0.07);
  --r:12px;--rs:8px;
  --ff-body:'Inter','Segoe UI',Tahoma,sans-serif;
  --ff-display:'Exo 2','Inter','Segoe UI',Tahoma,sans-serif;
}
html,body{ font-size:12px; height:100%;font-family:var(--ff-body);background:#041f1c;color:var(--w)}
.shell{max-width:430px;margin:0 auto;background:var(--td);min-height:100vh;display:flex;flex-direction:column;position:relative}

/* ── TOPBAR ── */
.topbar{position:sticky;top:0;z-index:200;background:var(--td);border-bottom:1px solid rgba(255,255,255,0.08);padding:10px 14px;display:flex;align-items:center;justify-content:space-between}
.logo{display:flex;align-items:center;gap:9px}
.logo-box{width:36px;height:36px;background:var(--tm);border-radius:10px;display:flex;align-items:center;justify-content:center;font-family:var(--ff-display);font-size:16px;font-weight:900;letter-spacing:-1px}
.logo-box .k{color:var(--o)}
.logo-box .j{color:var(--w)}
.logo-text{font-family:var(--ff-display);font-size:14px;font-weight:800;line-height:1.1}
.logo-text em{color:var(--o);font-style:normal}
.brand-logo-img{display:block;height:34px;width:92px}
.brand-logo-img.footer{height:38px;width:104px}
.logo-sub{font-size:9px;color:var(--m);letter-spacing:1px;font-weight:400;display:block}
.topbar-ctas{display:flex;gap:7px}
.btn{padding:7px 13px;border-radius:6px;font-family:var(--ff-body);font-size:12px;font-weight:700;cursor:pointer;border:none;transition:all .15s}
.btn-ghost{background:rgba(255,255,255,0.09);color:var(--w);border:1px solid rgba(255,255,255,0.2)}
.btn-primary{background:var(--o);color:#1a0800}
.btn-primary:hover{background:var(--od)}
.btn-flag{
  width:38px;
  height:38px;
  border-radius:999px;
  padding:0;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.25);
  display:flex;
  align-items:center;
  justify-content:center;
}
.btn-flag svg{width:28px;height:28px;display:block}
.btn-code-circle{
  width:38px;
  height:38px;
  border-radius:999px;
  padding:0;
  background:rgba(13,46,56,0.95);
  border:1px solid rgba(255,255,255,0.25);
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 3px 8px rgba(0,0,0,0.35);
}
.btn-code-circle span{
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  font-size:11px;
  font-weight:800;
  color:#f3fbff;
  letter-spacing:.3px;
  text-transform:lowercase;
}
.btn-code-circle svg{width:28px;height:28px;display:block}
.lang-switch{
  position:relative;
  flex-shrink:0;
}
.lang-switch-btn{
  width:92px;
  height:38px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,0.22);
  background:linear-gradient(180deg,rgba(255,255,255,0.08) 0%,rgba(255,255,255,0.03) 100%);
  color:#fff;
  font-family:var(--ff-body);
  font-size:12px;
  font-weight:800;
  letter-spacing:.2px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 26px 0 10px;
  cursor:pointer;
  position:relative;
  text-align:center;
}
.lang-switch-btn .caret{
  position:absolute;
  right:10px;
  top:50%;
  transform:translateY(-50%);
  font-size:11px;
  color:rgba(255,255,255,0.8);
  transition:transform .15s ease;
}
.lang-switch.open .lang-switch-btn .caret{transform:translateY(-50%) rotate(180deg)}
.lang-menu{
  position:absolute;
  top:44px;
  right:0;
  min-width:140px;
  background:#102925;
  border:1px solid rgba(255,255,255,0.16);
  border-radius:10px;
  box-shadow:0 10px 20px rgba(0,0,0,0.35);
  overflow:hidden;
  display:none;
  z-index:220;
}
.lang-switch.open .lang-menu{display:block}
.lang-option{
  width:100%;
  border:none;
  background:transparent;
  color:#dfe8e6;
  text-align:left;
  padding:10px 12px;
  font-size:12px;
  font-weight:700;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
}
.lang-option:hover{background:rgba(255,255,255,0.08);color:#fff}
.lang-option.active{color:var(--o)}
.lang-flag-svg{
  width:18px;
  height:12px;
  border-radius:2px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,0.25);
  flex-shrink:0;
  display:block;
}

/* ── TICKER ── */
.ticker{background:rgba(0,0,0,0.3);padding:7px 0;overflow:hidden;display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,0.06);flex-shrink:0}
.ticker-label{flex-shrink:0;background:var(--o);color:#1a0800;font-size:10px;font-weight:900;letter-spacing:.7px;padding:3px 10px;margin:0 10px;border-radius:4px;white-space:nowrap}
.ticker-outer{ font-family:'Microsoft YaHei'; overflow:hidden;flex:1}
.ticker-track{display:flex;animation:tick 30s linear infinite;white-space:nowrap}
.t-item{font-family:'Microsoft YaHei',sans-serif;font-size:10px!important;color:rgba(255,255,255,0.85);margin-right:40px;line-height:1.4}
.t-item .brand{color:var(--o);font-size:10px!important}
.t-item .hl-gold{color:#ffcc3f}
.t-item .hl-blue{color:#8fd4ff}
.t-item .hl-green{color:#7be5b2}
.t-item .hl-white{color:#ffffff;}
.t-item .sep{color:rgba(255,255,255,0.45);padding:0 8px}
@keyframes tick{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* ── PROMS COMPONENTS ── */
.proms-view{margin:12px;display:flex;flex-direction:column;gap:12px}
.proms-hero{
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,0.12);


  position:relative;

  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.proms-kicker{
  font-size:12px;
  font-weight:900;
  color:#fff;
  letter-spacing:.6px;
  text-transform:uppercase;
}
.proms-headline{
  font-size:27px;
  line-height:1.05;
  font-weight:900;
  color:#fff;
  max-width:260px;
}
.proms-headline em{color:var(--o);font-style:normal}
.proms-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:11px;
  color:rgba(255,255,255,0.75);
  font-weight:700;
}
.proms-tag{
  padding:4px 10px;
  border-radius:999px;
  background:rgba(245,162,0,0.2);
  border:1px solid rgba(245,162,0,0.45);
  color:#ffd36f;
}
.proms-list{
  display:flex;
  flex-direction:column;
  gap:10px;
}
#page-proms .big-win-list-container{
  margin:0 18px 12px !important;
  width:auto !important;
}
.proms-card{
  border-radius:14px;
  border:1px solid rgba(255,255,255,0.11);
  background:linear-gradient(180deg,#171b28 0%,#10141e 100%);
  overflow:hidden;
}
.proms-card-top{
  height:88px;
  background:
    radial-gradient(100% 90% at 70% 0%, rgba(245,162,0,0.25) 0%, rgba(245,162,0,0) 58%),
    linear-gradient(180deg,#27304a 0%,#1b2235 100%);
}
.proms-card-body{
  padding:10px 12px 12px;
}
.proms-card-title{
  font-size:13px;
  font-weight:800;
  color:#fff;
  margin-bottom:4px;
}
.proms-card-sub{
  font-size:11px;
  font-weight:600;
  color:rgba(255,255,255,0.72);
}

/* ── SPONSOR COMPONENTS ── */
.sponsor-view{
  margin:12px;
}
.sponsor-carousel{
  border-radius:20px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,0.1);
  background:#07152f;
  position:relative;
}
.sponsor-track{
  display:flex;
  width:100%;
  transition:transform .35s ease;
}
.sponsor-slide{
  min-width:100%;

  position:relative;

}
.sponsor-slide img {
    height:100%;
}
.sponsor-slide.alt{
  background:
    radial-gradient(120% 75% at 50% 18%, rgba(255,206,94,0.35) 0%, rgba(92,108,172,0.28) 40%, rgba(16,18,30,0.96) 78%),
    linear-gradient(180deg,#2a2f44 0%,#111524 100%);
}
.sponsor-title{
  font-size:24px;
  font-weight:900;
  text-align:center;
  color:#fff;
  margin-bottom:12px;
}
.players{
  position:absolute;
  inset:62px 0 110px;
  pointer-events:none;
}
.player{
  position:absolute;
  bottom:0;
  width:34%;
  height:90%;
  border-radius:140px 140px 12px 12px;
  background:
    linear-gradient(180deg,rgba(255,255,255,0.92) 0%,rgba(232,239,255,0.96) 44%,rgba(122,175,255,0.7) 100%),
    repeating-linear-gradient(90deg,#fff 0 22px,#40a5ff 22px 44px);
  box-shadow:0 26px 42px rgba(0,0,0,0.4);
}
.player::before{
  content:"";
  position:absolute;
  left:50%;
  top:-54px;
  transform:translateX(-50%);
  width:86px;
  height:94px;
  border-radius:42px;
  background:linear-gradient(180deg,#dab3a1 0%,#b18375 100%);
}
.player.left{left:2%;transform:scale(.88)}
.player.mid{left:33%;z-index:2}
.player.right{right:2%;transform:scale(.88)}
.sponsor-bottom{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:14px 16px 18px;
  background:linear-gradient(180deg,rgba(2,11,30,0) 0%,rgba(3,13,38,0.96) 30%,#020a1f 100%);
}
.sponsor-logos{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  color:#fff;
  font-size:20px;
  font-weight:900;
  letter-spacing:.3px;
}
.sponsor-logos .ok{color:#ffb21e}
.sponsor-sub{
  margin-top:8px;
  text-align:center;
  font-size:17px;
  font-weight:900;
  letter-spacing:.4px;
}
.sponsor-dots{
  position:absolute;
  left:0;
  right:0;
  bottom:10px;
  display:flex;
  justify-content:center;
  gap:8px;
}
.sponsor-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:rgba(255,255,255,0.35);
  border:none;
}
.sponsor-dot.active{background:#fff}
.sponsor-list{
  margin-top:14px;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.sponsor-card{
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,0.12);
  background:linear-gradient(180deg,#262d44 0%,#10131d 100%);
}
.sponsor-card-visual{
  height:132px;
  position:relative;
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(255,221,138,0.16) 0%, rgba(255,221,138,0) 52%),
    linear-gradient(180deg,#2f364f 0%,#1a1f30 100%);
}
.sponsor-card-visual::after{
  content:"EXCLUSIVE REGIONAL BRAND AMBASSADOR IN ASIA";
  position:absolute;
  left:0;
  right:0;
  top:12px;
  text-align:center;
  color:#ffe081;
  font-size:10px;
  font-weight:900;
  letter-spacing:.5px;
  display: none;
}
.sponsor-card:nth-child(2) .sponsor-card-visual::after{content:"EXCLUSIVE PARTNER IN ASIA"}
.sponsor-card-bar{
  padding:12px 14px 14px;
  background:linear-gradient(180deg,#090b11 0%,#05070c 100%);
}
.sponsor-card-row{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:6px;
  font-size:24px;
  font-weight:900;
  line-height:1;
}
.sponsor-card-row .ok{color:#ffb21e}
.sponsor-card-row .split{
  width:1px;
  height:22px;
  background:rgba(255,255,255,0.3);
}
.sponsor-card-title{
  font-size:14px;
  font-weight:900;
  color:#fff;
}

/* ── SCROLL BODY ── */
.body{flex:1;overflow-y:auto;overflow-x:hidden;padding-bottom:0}

/* ── HERO BANNER ── */
.hero{margin:12px;border-radius:var(--r);border:1px solid rgba(255,255,255,0.1);position:relative;overflow:hidden;background:#0a0a0a}
.hero-carousel{position:relative;overflow:hidden; width: calc(100% - 24px); margin: 20px auto; border-radius: 12px;}
.hero-track{display:flex;width:100%;transition:transform .35s ease}
.hero-slide{min-width:100%;position:relative}
.hero-full-img{display:block;width:100%;height:100%; object-fit: cover;}
.hero-dots{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:2}
.hero-dots span{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,0.45);cursor:pointer}
.hero-dots span.on{background:#fff}
.hero-orb1{display:none}
.hero-orb2{display:none}
.hero-crown{display:none}
.hero-tag{display:inline-block;background:var(--o);color:#1a0800;font-size:9px;font-weight:800;letter-spacing:1.5px;padding:3px 9px;border-radius:3px;margin-bottom:9px;position:relative;z-index:2}
.hero h1{font-family:var(--ff-display);font-size:30px;font-weight:900;line-height:1.08;margin-bottom:7px;position:relative;z-index:2}
.hero h1 span{color:var(--o)}
.hero-sub{font-size:12px;color:rgba(255,255,255,0.8);margin-bottom:16px;line-height:1.55;max-width:210px;position:relative;z-index:2}
.hero-ctas{display:flex;gap:8px;position:relative;z-index:2}
.hbtn-a{padding:11px 22px;background:var(--o);color:#1a0800;border:none;border-radius:8px;font-family:var(--ff-body);font-size:13px;font-weight:800;cursor:pointer}
.hbtn-b{padding:11px 16px;background:rgba(255,255,255,0.12);color:var(--w);border:1px solid rgba(255,255,255,0.3);border-radius:8px;font-family:var(--ff-body);font-size:13px;font-weight:700;cursor:pointer}
.hero-bonus{position:absolute;right:14px;bottom:16px;text-align:right;z-index:2}
.hero-bonus-val{font-family:var(--ff-display);font-size:30px;font-weight:900;color:var(--o);line-height:1}
.hero-bonus-lbl{font-size:9px;color:rgba(255,255,255,0.6);letter-spacing:.5px}
.hero-pagcor{display:inline-flex;align-items:center;gap:5px;margin-top:12px;background:rgba(0,0,0,0.35);padding:4px 9px;border-radius:5px;font-size:10px;color:rgba(255,255,255,0.6);position:relative;z-index:2}
.hero-pagcor span{color:var(--o);font-weight:700}

/* ── QUICK LINKS (5 items) ── */
.stats{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:0 12px 14px}
.stat{
  --card-top:#31364a;
  --card-bottom:#24293d;
  --accent:#f5a200;
  --icon-bg:#303548;
  --icon-border:rgba(245,162,0,0.5);
  background:linear-gradient(180deg,var(--card-top) 0%,var(--card-bottom) 100%);
  border-radius:15px;
  padding:9px 6px 10px;
  text-align:center;
  border:1px solid rgba(255,255,255,0.18);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.08),0 8px 18px rgba(0,0,0,0.35);
  transition:border-color .15s,box-shadow .15s,transform .15s;
}
.stat:hover{
  border-color:var(--accent);
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.12),0 10px 22px rgba(0,0,0,0.42);
  transform:translateY(-1px);
}
.stat-icon-wrap{
  width:44px;
  height:44px;
  clip-path:polygon(24% 2%,76% 2%,98% 50%,76% 98%,24% 98%,2% 50%);
  background:linear-gradient(180deg,var(--icon-bg) 0%,rgba(25,28,42,0.9) 100%);
  border:1px solid var(--icon-border);
  display:flex;
  align-items:center;
  justify-content:center;
}
.stat-icon-wrap svg{width:20px;height:20px;stroke:var(--accent);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.stat-lbl{font-size:10px;color:#f8fbff;margin-top:7px;font-weight:700;line-height:1.1;letter-spacing:.1px;text-transform:none}

/* Individual platform color themes */
.stats .stat:nth-child(1){
  --card-top:#34384b; --card-bottom:#252a3d; --accent:#ffb100; --icon-bg:#32384a; --icon-border:rgba(255,177,0,0.55);
}
.stats .stat:nth-child(2){
  --card-top:#2f3c56; --card-bottom:#212c44; --accent:#45c0ff; --icon-bg:#2b3850; --icon-border:rgba(69,192,255,0.5);
}
.stats .stat:nth-child(3){
  --card-top:#3b3554; --card-bottom:#2a2540; --accent:#ff6fae; --icon-bg:#38314f; --icon-border:rgba(255,111,174,0.52);
}
.stats .stat:nth-child(4){
  --card-top:#2f4a44; --card-bottom:#213832; --accent:#4ce0b3; --icon-bg:#2e433e; --icon-border:rgba(76,224,179,0.5);
}
.stats .stat:nth-child(5){
  --card-top:#4a3632; --card-bottom:#382823; --accent:#ff9650; --icon-bg:#45322d; --icon-border:rgba(255,150,80,0.52);
}

/* ── SECTION HEADER ── */
.sec{display:flex;align-items:center;justify-content:space-between;padding:2px 14px 10px}
.sec h2{font-family:var(--ff-display);font-size:16px;font-weight:800;letter-spacing:.3px}
.sec a{font-size:11px;color:#ffffff; font-family: var(--ff-body); text-decoration:none;font-weight:600;background: #27313a;padding: 4px 8px;border-radius: 6px;}

/* ── BANNER CAROUSEL (static 3 banners) ── */
.banners{display:block;padding:0 12px 14px}
.banners::-webkit-scrollbar{display:none}
.banner-carousel{
  margin:0 12px 14px;
  overflow:hidden;
  position:relative;
}
.banner-track{
  display:flex;
  width:100%;
  transition:transform .35s ease;
}
.banner-card{
  min-width:100%;
  height:230px;
  border-radius:32px;
  position:relative;
  overflow:hidden;
  cursor:pointer;
  border:1px solid rgba(255,255,255,0.12);
}
.banner-main-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.banner-dark{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,0.55) 0%,rgba(0,0,0,0.18) 45%,rgba(0,0,0,0) 100%)}
.banner-dots{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-top:12px;
}
.banner-dots span{
  width:10px;
  height:10px;
  border-radius:50%;
  background:rgba(255,255,255,0.45);
  cursor:pointer;
}
.banner-dots span.on{background:#fff}

/* ── CATEGORY PANELS ── */
.cat-panels{padding:0 12px 14px;display:flex;flex-direction:column;gap:10px}

.cat-panel{border-radius:14px;overflow:hidden;position:relative;border:1px solid rgba(255,255,255,0.1);background:#111827}

.cat-panel-bg{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}
.cat-panel-cine{position:absolute;inset:0;pointer-events:none;background:
  radial-gradient(120% 70% at 50% 100%, rgba(18,20,40,0.62) 0%, rgba(11,16,30,0.88) 54%, rgba(8,10,18,0.98) 100%),
  linear-gradient(180deg, rgba(8,10,20,0.3) 0%, rgba(5,8,16,0.65) 100%);
}

.cat-panel-inner{position:relative;z-index:1}

.cat-panel-hdr{display:flex;align-items:center;gap:10px;padding:14px 14px 13px;border-bottom:1px solid rgba(245,162,0,0.35);background:linear-gradient(180deg,rgba(255,255,255,0.16) 0%,rgba(255,255,255,0.08) 100%)}

.cat-hdot{width:20px;height:20px;border-radius:50%;border:2px solid var(--o);background:rgba(245,162,0,0.14);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cat-hdot::after{content:'';width:8px;height:8px;border-radius:50%;background:var(--o)}

.cat-htitle{font-family:var(--ff-display);font-size:16px;font-weight:800;color:var(--w);letter-spacing:.2px}

.cat-icons{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px 12px;padding:16px 14px 18px; background: #252432;}

.app-icon-item{display:flex;flex-direction:column;align-items:center;gap:9px;cursor:pointer;width:100%}

.app-icon-box{width:100%;max-width:112px;aspect-ratio:1/1;border-radius:14px;overflow:hidden;border:1.5px solid rgba(255,255,255,0.18);display:flex;align-items:center;justify-content:center;font-family:var(--ff-display);font-weight:900;font-size:16px;text-align:center;line-height:1.1;transition:transform .15s,border-color .15s;box-shadow:0 6px 16px rgba(0,0,0,0.35)}
.app-icon-box:hover{transform:scale(1.06);border-color:var(--o)}
.app-icon-img{width:100%;height:100%;object-fit:cover;display:block}

.app-icon-box.empty{border:2px dashed rgba(255,255,255,0.34);background:rgba(255,255,255,0.02)}

.app-icon-lbl{font-size:15px;font-weight:800;color:var(--w);text-align:center;text-shadow:0 1px 4px rgba(0,0,0,0.9);line-height:1.1}

/* ── APP DOWNLOAD ── */
.app-banner{margin:0 12px 14px;border-radius:var(--r);background:#0d3b2e;border:1px solid rgba(255,255,255,0.08);padding:18px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.app-left h3{font-family:var(--ff-body);font-size:18px;font-weight:900;margin-bottom:6px;line-height:1.2}
.app-left p{font-size:12px;color:rgba(255,255,255,0.6);line-height:1.6;max-width:160px}
.app-btns{display:flex;flex-direction:column;gap:8px;flex-shrink:0}
.app-btn{padding:10px 18px;border-radius:8px;border:1.5px solid rgba(255,255,255,0.25);background:rgba(255,255,255,0.07);font-size:12px;font-weight:700;color:var(--w);cursor:pointer;font-family:var(--ff-body);white-space:nowrap;text-align:center;min-width:120px;transition:border-color .15s,background .15s}
.app-btn:hover{border-color:var(--o);background:rgba(245,162,0,0.1)}

/* ── NEWS BLOCK (ABOVE BIG WINS) ── */
.news-block{
  margin:0 12px 12px;
  border-radius:18px;
  padding:14px 0 12px;
  border:1px solid rgba(255,255,255,0.1);
  background:
    radial-gradient(120% 100% at 20% 0%, rgba(62,80,160,0.2) 0%, rgba(62,80,160,0) 58%),
    radial-gradient(130% 120% at 100% 100%, rgba(36,54,122,0.3) 0%, rgba(36,54,122,0) 62%),
    linear-gradient(180deg,#151a2b 0%,#0d1220 100%);
}
.news-tabs{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  padding:0 12px;
}
.news-tab{
  min-height:52px;
  border-radius:999px;
  border:1.5px solid rgba(255,255,255,0.1);
  background:linear-gradient(180deg,#1e273e 0%,#151d31 100%);
  color:#fff;
  font-size:17px;
  font-weight:800;
  text-align:center;
  display:flex;
  align-items:center;
  justify-content:center;
  letter-spacing:.2px;
}
.news-tab.active{
  color:#f5a200;
  border-color:#f5a200;
  box-shadow:0 0 0 1px rgba(245,162,0,0.25) inset;
}
.news-list{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-top:14px;
  padding:0 12px;
}
.news-item{
  display:grid;
  grid-template-columns:134px minmax(0,1fr);
  gap:12px;
  align-items:stretch;
  background:linear-gradient(180deg,#141723 0%,#10131d 100%);
  border:1px solid rgba(255,255,255,0.07);
  border-radius:18px;
  overflow:hidden;
  padding:10px;
}
.news-item.hidden{
  display:none;
}
.news-thumb{
  width:100%;
  height:96px;
  border-radius:14px;
  overflow:hidden;
  background:#161925;
  border:1px solid rgba(255,255,255,0.08);
}
.news-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.news-content{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:8px;
}
.news-title{
  font-size:17px;
  line-height:1.25;
  font-weight:800;
  color:#f2f5ff;
  letter-spacing:.2px;
  display:-webkit-box;
  -webkit-line-clamp:3;
  line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.news-date{
  font-family:var(--ff-display);
  font-size:18px;
  letter-spacing:.8px;
  color:rgba(255,255,255,0.66);
  text-align:right;
  font-weight:700;
}

/* Stats as links → news list */
a.stat-link{
  text-decoration:none;
  color:inherit;
  -webkit-tap-highlight-color:transparent;
}

/* ── NEWS LIST PAGE (column tabs + cards) ── */
.news-page{
  padding:0 0 88px;
  min-height: calc(100vh - 300px);
}
.news-page-nav{
  position:sticky;
  top:0;
  z-index:50;
  background:linear-gradient(180deg,#0f2522 0%,#0a1e1c 100%);
  border-bottom:1px solid rgba(255,255,255,0.08);
  box-shadow:0 6px 14px rgba(0,0,0,0.25);
}
.news-page-tabs{
  display:flex;
  gap:0;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
  padding:0 4px;
}
.news-page-tabs::-webkit-scrollbar{display:none}
.news-page-tab{
  flex:0 0 auto;
  padding:14px 14px 12px;
  font-family:var(--ff-display);
  font-size:13px;
  font-weight:800;
  letter-spacing:.2px;
  color:rgba(255,255,255,0.62);
  text-decoration:none;
  border-bottom:3px solid transparent;
  white-space:nowrap;
  transition:color .15s,border-color .15s;
}
.news-page-tab:hover{color:rgba(255,255,255,0.88)}
.news-page-tab.active{
  color:var(--o);
  border-bottom-color:var(--o);
}
.news-page-list{
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:14px 12px 18px;
}
.news-page .news-item{
  background:linear-gradient(180deg,#132e2b 0%,#0d2421 100%);
  border-color:rgba(245,162,0,0.14);
}
.news-page .news-title{
  text-transform:uppercase;
  font-size:14px;
  letter-spacing:.35px;
  line-height:1.32;
}
.news-page .news-date{
  font-size:13px;
  letter-spacing:.5px;
}
.news-page-card{
  cursor:pointer;
}
a.news-item{
  text-decoration:none;
  color:inherit;
  -webkit-tap-highlight-color:transparent;
}

/* News detail page */
.topbar--detail{
  display:grid;
  grid-template-columns:38px 1fr 38px;
  align-items:center;
  gap:8px;
  padding-left:10px;
  padding-right:10px;
}
.detail-head-label{
  justify-self:center;
  font-family:var(--ff-display);
  font-size:16px;
  font-weight:900;
  letter-spacing:.6px;
  color:var(--w);
}
.detail-head-spacer{
  width:38px;
  height:38px;
  flex-shrink:0;
}
.detail-view{
  padding:16px 14px 88px;
  max-width:100%;
}
.detail-meta{
  margin-bottom:10px;
}
.detail-meta time{
  font-family:var(--ff-display);
  font-size:13px;
  font-weight:700;
  letter-spacing:.5px;
  color:rgba(245,162,0,0.95);
}
.detail-article-title{
  font-family:var(--ff-display);
  font-size:18px;
  font-weight:900;
  line-height:1.28;
  letter-spacing:.25px;
  color:#f2f7f5;
  margin-bottom:14px;
}
.detail-cover{
  border-radius:14px;
  overflow:hidden;
  border:1px solid rgba(245,162,0,0.22);
  background:#0a1e1c;
  margin-bottom:18px;

}
.detail-cover img{
  width:100%!important;
  height:auto!important;
  object-fit:cover;
  display:block;
}
.detail-btns{
  display:flex;
  gap:10px;
  margin:0 0 18px;
}
.detail-btns:empty,.detail-btns[style*="none"]{display:none!important}
.detail-btn{
  flex:1;
  display:flex;
  align-items:center;
  justify-content:center;
  height:44px;
  border-radius:22px;
  background:#2a3040;
  color:rgba(255,255,255,0.85);
  font-size:13px;
  font-weight:700;
  letter-spacing:.5px;
  text-decoration:none;
  border:1px solid rgba(255,255,255,0.12);
  transition:background .2s,color .2s;
}
.detail-btn:hover{background:#3a4256;color:#fff}
.detail-body{
  font-size:14px;
  line-height:1.65;
  color:rgba(255,255,255,0.82);
  overflow-wrap: break-word;
}
.detail-body p + p{
  margin-top:12px;
}

/* News list page header */
.topbar--news{
  display:grid;
  grid-template-columns:38px 1fr auto;
  align-items:center;
  gap:8px;
  padding-left:10px;
}
.news-page-back{
  display:flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,0.18);
  background:rgba(255,255,255,0.06);
  color:rgba(255,255,255,0.85);
  flex-shrink:0;
}
.news-page-back:hover{color:var(--o);border-color:rgba(245,162,0,0.45)}
.news-page-logo{
  justify-self:center;
  min-width:0;
}

/* ── BIG WIN LIST ── */
.big-win-list-container{
  margin:0 0 10px;
  border-radius:var(--r);
  border:1px solid rgba(245,162,0,0.22);
  background:
    radial-gradient(120% 90% at 20% 0%, rgba(245,162,0,0.14) 0%, rgba(245,162,0,0) 55%),
    radial-gradient(120% 90% at 80% 100%, rgba(18,122,115,0.22) 0%, rgba(18,122,115,0) 55%),
    linear-gradient(180deg,#103b37 0%,#0a2623 100%);
  overflow:hidden;
}
.big-win-header{
  display:flex;
  align-items:center;
  padding:10px 12px;
  border-bottom:1px solid rgba(255,255,255,0.08);
  position:relative;
}
.big-win-head-left{
  display:flex;
  align-items:center;
  gap:10px;
}
.big-win-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#22d3aa;
  box-shadow:0 0 6px rgba(34,211,170,0.28);
}
.big-win-title{
  font-family:var(--ff-display);
  font-size:15px;
  font-weight:800;
  letter-spacing:.3px;
  color:#fff;
}
.big-win-title em{
  color:var(--o);
  font-style:normal;
}
.big-win-live{
  position:absolute;
  right:12px;
  top:50%;
  transform:translateY(-50%);
  font-size:9px;
  font-weight:800;
  color:#1a0800;
  background:var(--o);
  border-radius:999px;
  padding:2px 8px;
  box-shadow:0 6px 14px rgba(245,162,0,0.22);
}
.big-win-tabs{
  display:none;
  align-items:center;
  gap:8px;
  padding:10px 12px 0;
  justify-content:center;
  flex-wrap:wrap;
}
.big-win-tab{
  font-size:12px;
  font-weight:700;
  color:rgba(255,255,255,0.62);
  padding:5px 12px;
  border-radius:999px;
  border:1px solid transparent;
  background:transparent;
}
.big-win-tab.active{
  color:#fff;
  background:rgba(255,255,255,0.1);
  border-color:rgba(255,255,255,0.08);
}
.big-win-viewport{
  height:156px;
  overflow:hidden;
  position:relative;
  padding-top:6px;
}
.scroll-wrapper{
  animation:scrollUp 15s linear infinite;
}
.win-item{
  display:grid;
  grid-template-columns:32px minmax(0,1fr) 72px auto 56px;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-bottom:1px solid rgba(255,255,255,0.06);
}
.win-item:last-child{border-bottom:none}
.avatar{
  width:28px;
  height:28px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:800;
  color:#fff;
  background:linear-gradient(160deg,#1b6f68 0%,#0f3f3a 100%);
  border:1px solid rgba(245,162,0,0.22);
  flex-shrink:0;
}
.info{display:flex;flex-direction:column;min-width:0}
.username{font-size:11px;font-weight:700;color:#fff;line-height:1.1}
.game-name{font-size:10px;color:rgba(255,255,255,0.62);line-height:1.2}
.platform-logo{
  width:64px;
  height:26px;
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:10px;
  font-weight:800;
  color:#fff;
  letter-spacing:.3px;
}
.platform-logo img {display: block;width: 100%;height: 100%;object-fit: cover;}
.platform-logo.kjbet{background:linear-gradient(135deg,#154f6b 0%,#f5a200 100%)}
.platform-logo.playjl{background:linear-gradient(135deg,#6a5318 0%,#f3d57a 55%,#d9dde5 100%);color:#1c1c1c}
.platform-logo.gemjl{background:linear-gradient(135deg,#42227a 0%,#1f5fd4 58%,#d91f3c 100%)}
.platform-logo.benzjl{background:linear-gradient(135deg,#0f1116 0%,#51545a 50%,#d7a92f 100%)}
.platform-logo.firejl{background:linear-gradient(135deg,#7c1d12 0%,#f59e0b 100%)}
.amount{font-size:11px;font-weight:800;white-space:nowrap}
.highlight-gold{
  color:#ffcf33;
  text-shadow:
    0 0 10px rgba(245,162,0,0.42),
    0 0 18px rgba(255,207,51,0.18);
}
.badge{
  font-size:9px;
  font-weight:800;
  letter-spacing:.5px;
  color:#1a0800;
  background:#ffb830;
  border-radius:8px;
  padding:2px 8px;
  justify-self:end;
  box-shadow:0 4px 10px rgba(245,162,0,0.16);
}
@keyframes scrollUp{
  0%{transform:translateY(0)}
  100%{transform:translateY(-50%)}
}
.charity-widget{
  margin:12px;
  border-radius:var(--card-radius);
  border:1px solid rgba(245,162,0,0.24);
  background:
    radial-gradient(120% 90% at 20% 0%, rgba(245,162,0,0.15) 0%, rgba(245,162,0,0) 55%),
    radial-gradient(120% 90% at 80% 100%, rgba(18,122,115,0.2) 0%, rgba(18,122,115,0) 55%),
    linear-gradient(180deg,#103b37 0%,#0a2623 100%);
  overflow:hidden;
}
#page-charity .charity-widget{
  width:auto !important;
  margin:10px 18px 12px !important;
}
.charity-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px 12px;
  border-bottom:1px solid rgba(255,255,255,0.08);
}
.charity-title-wrap{
  display:flex;
  align-items:center;
  gap:8px;
}
.charity-heart{
  width:14px;
  height:14px;
  color:#ff7196;
  filter:drop-shadow(0 0 6px rgba(255,113,150,0.45));
  flex-shrink:0;
}
.charity-title{
  font-family:var(--ff-display);
  font-size:15px;
  font-weight:900;
  letter-spacing:.3px;
  color:#fff;
}
.charity-title em{color:var(--o);font-style:normal}
.charity-badge{
  font-size:9px;
  font-weight:900;
  color:#1a0800;
  background:var(--o);
  border-radius:999px;
  padding:2px 8px;
}
.charity-subtabs{
  display:flex;
  align-items:center;
  gap:8px;
  padding:10px 12px 0;
  justify-content:center;
  flex-wrap:wrap;
}
.charity-subtab{
  font-size:11px;
  font-weight:700;
  color:rgba(255,255,255,0.68);
  padding:5px 11px;
  border-radius:999px;
  border:1px solid transparent;
}
.charity-subtab.active{
  color:#fff;
  background:rgba(255,255,255,0.1);
  border-color:rgba(255,255,255,0.12);
}
.charity-viewport{
  height:172px;
  overflow:hidden;
  position:relative;
  padding-top:6px;
}
.charity-scroll{
  animation:charityUp 30s linear infinite;
}
.charity-item{
  display:grid;
  grid-template-columns:34px minmax(0,1.3fr) 90px 108px 60px;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-bottom:1px solid rgba(255,255,255,0.06);
}
.charity-item:last-child{border-bottom:none}
.charity-avatar{
  width:30px;
  height:30px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:900;
  color:#fff;
  background:linear-gradient(160deg,#1b6f68 0%,#0f3f3a 100%);
  border:1px solid rgba(245,162,0,0.24);
}
.charity-info{display:flex;flex-direction:column;min-width:0}
.charity-name{
  font-size:11px;
  font-weight:800;
  color:#fff;
  line-height:1.2;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.charity-meta{
  font-size:10px;
  color:rgba(255,255,255,0.62);
  line-height:1.2;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.charity-cat{
  font-size:10px;
  font-weight:800;
  color:#fff;
  border:1px solid rgba(255,255,255,0.12);
  border-radius:8px;
  padding:4px 6px;
  text-align:center;
  background:rgba(255,255,255,0.08);
}
.charity-status{
  font-size:10px;
  font-weight:900;
  color:#ffcf33;
  text-shadow:0 0 8px rgba(245,162,0,0.3);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  text-align: center;
}
.charity-impact{
  font-size:9px;
  font-weight:900;
  color:#1a0800;
  background:#ffb830;
  border-radius:8px;
  padding:3px 6px;
  text-align:center;
}
@keyframes charityUp{
  0%{transform:translateY(0)}
  100%{transform:translateY(-50%)}
}
.home-download-wrap{
  padding:12px;
}
.home-download-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:10px;
}
.home-download-title{
  font-size:16px;
  font-weight:900;
  letter-spacing:.3px;
}
.home-download-title em{color:var(--o);font-style:normal}
.home-download-badge{
  font-size:10px;
  font-weight:800;
  color:#1a0800;
  background:var(--o);
  border-radius:999px;
  padding:3px 9px;
}
.home-download-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.home-download-card{
  border-radius:12px;
  border:1px solid rgba(255,255,255,0.12);
  background:linear-gradient(180deg,rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.04) 100%);
  padding:10px;
}
.home-download-card-head{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:8px;
}
.home-download-icon{
  width:34px;
  height:34px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,0.2);
  background:rgba(0,0,0,0.2);
}
.home-download-icon svg{width:20px;height:20px;fill:currentColor}
.home-download-icon.android{color:#8BFF7F}
.home-download-icon.ios{color:#d9e3f0}
.home-download-name{
  font-size:13px;
  font-weight:800;
  color:#fff;
}
.home-download-desc{
  font-size:10px;
  color:rgba(255,255,255,0.72);
  line-height:1.35;
  min-height:28px;
}
.home-download-btn{
  margin-top:8px;
  width:100%;
  height:30px;
  border:none;
  border-radius:8px;
  font-size:11px;
  font-weight:900;
  background:var(--o);
  color:#1a0800;
}
.home-download-foot{
  margin-top:10px;
  font-size:10px;
  color:rgba(255,255,255,0.7);
  text-align:center;
}

/* ── SOCIAL ICONS BAR ── */
.social-bar{margin:0 12px 10px;background:#0d2420;border-radius:var(--r);border:1px solid rgba(255,255,255,0.07);padding:16px 10px}
.social-icons-row{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}
.soc-circle{width:46px;height:46px;border-radius:50%;background:#162e29;border:1px solid rgba(255,255,255,0.08);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .15s,background .15s;flex-shrink:0}
.soc-circle:hover{border-color:rgba(245,162,0,0.5);background:#1f3a34}

/* ── RESPONSIBLE GAMING LOGO GRID ── */
.rg-section{margin:0 12px 12px;border-radius:var(--r);background:#0a0a0c;border:1px solid rgba(255,255,255,0.07);overflow:hidden;}
.rg-inner{display:block}
.rg-section img { display: block; width: 100%;}
.rg-title{font-family:var(--ff-body);font-size:22px;font-weight:900;text-align:center;color:var(--w);margin-bottom:16px;letter-spacing:.2px}
.rg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px 10px;margin-bottom:12px}
.rg-logo-cell{display:flex;align-items:center;justify-content:center;min-height:46px}
.rg-logo-cell svg{width:100%;height:auto}

/* ── RESPONSIBLE GAMING TEXT BLOCK ── */
.rgtext-block{margin:0 12px 14px;overflow:hidden}
.rgtext-logo{display:flex;justify-content:center;margin-bottom:20px}
.rgtext-section{margin-bottom:4px}
.rgtext-heading{font-size:14px;font-weight:700;color:var(--w);text-align:center;margin-bottom:8px;margin-top:4px}
.rgtext-body{font-size:11.5px;color:rgba(255,255,255,0.6);text-align:center;line-height:1.75;margin-bottom:6px}
.rgtext-highlight{font-size:12px;font-weight:700;color:var(--w);text-align:center;line-height:1.6;margin-bottom:6px}
.rgtext-link{font-size:11px;color:#4db6ac;text-align:center;line-height:1.6;margin-bottom:6px;word-break:break-all}
.rgtext-divider{height:1px;background:rgba(255,255,255,0.07);margin:16px 0}

/* ── FOOTER ── */
.footer{background:#080e0d;border-top:1px solid rgba(255,255,255,0.07);padding:20px 16px 18px}
.footer-brand{display:flex;align-items:center;gap:10px;justify-content:center;margin-bottom:18px}
.footer-links{display:flex;flex-wrap:wrap;gap:6px 16px;justify-content:center;margin-bottom:16px}
.footer-links a{font-size:10.5px;color:rgba(255,255,255,0.4);text-decoration:none}
.footer-links a:hover{color:var(--o)}
.footer-copy{font-size:10px;color:rgba(255,255,255,0.28);text-align:center;padding-top:14px;border-top:1px solid rgba(255,255,255,0.06)}

/* ── BOTTOM NAV ── */
.bnav{
  position:sticky;
  bottom:0;
  z-index:200;
  background:linear-gradient(180deg,rgba(10,10,12,0.6) 0%,rgba(10,10,12,0.92) 40%,rgba(10,10,12,0.98) 100%);
  border-top:1px solid rgba(255,255,255,0.08);
  display:flex;
  padding:10px 0 14px;
  flex-shrink:0;
  backdrop-filter:blur(10px);
}
.bni{
  flex:1;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
  cursor:pointer;
  padding:2px 0;
  color:rgba(255,255,255,0.68);
  user-select:none;
}
.bni svg{width:26px;height:26px}
.bni .bni-ico{width:26px;height:26px;display:flex;align-items:center;justify-content:center}
.bni .bni-k{
  width:26px;height:26px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:var(--ff-display);
  font-size:26px;
  font-weight:900;
  line-height:1;
  transform:translateY(-1px);
}
.bni .bni-kj{
  width:26px;height:26px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0px;
  font-family:var(--ff-display);
  font-size:22px;
  font-weight:900;
  letter-spacing:-1.5px;
  line-height:1;
}
.bni .bni-kj .k{color:var(--o)}
.bni .bni-kj .j{color:#fff}
.bni.on .bni-kj .j{color:var(--o)}
.bni span{
  font-size:12px;
  font-weight:700;
  color:currentColor;
  letter-spacing:.2px;
  text-shadow:0 1px 2px rgba(0,0,0,0.45);
}
.bni.on{color:var(--o)}
.bni svg{stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.bni .solid{fill:currentColor;stroke:none}
.bni[data-t="sponsor"] svg{width:29px;height:29px}

/* ── GLOBAL PAGE ADAPTIVE POLISH ── */
:root{
  --page-gap:12px;
  --card-radius:16px;
  --card-border:rgba(255,255,255,0.1);
}
body{
  background:radial-gradient(120% 120% at 50% -20%, #0d4d45 0%, #062e2a 32%, #041f1c 78%);
}
.shell{
  max-width:460px;
  width:100%;
}
.body{
  padding-left:2px;
  padding-right:2px;
  min-height:calc(100vh - 145px);
}

.hero,
.news-block,
.big-win-list-container,
.social-bar,
.rg-section,
.rgtext-block,
.proms-hero,
.proms-card,
.sponsor-carousel,
.sponsor-card{
  border-radius:var(--card-radius);
  border-color:var(--card-border);
}
.sec{
  padding-top:4px;
}
.sec h2{
  font-size:17px;
}
.footer{
  padding-bottom:14px;
}
.splash-body-html { color: #000; max-height: 100%; overflow-y: auto;}
/* Small phones */
@media (max-width:390px){
  .topbar{padding:9px 10px}
  .logo-text{font-size:13px}
  .logo-sub{font-size:8px}
  .topbar-ctas{gap:5px}
  .btn-flag,.btn-code-circle,.lang-switch-btn{height:34px}
  .btn-flag,.btn-code-circle{width:34px}
  .lang-switch-btn{width:84px;font-size:11px}
  .proms-headline{font-size:23px}
 
  .news-title{font-size:15px}
  .win-item{gap:8px}
}

/* Medium/large screens */
@media (min-width:768px){
  .shell{
    max-width:520px;
    box-shadow:0 12px 36px rgba(0,0,0,0.35);
  }
  .topbar{padding:12px 16px}

  .proms-headline{font-size:34px;max-width:360px}
}
.controlList article:nth-child(n + 4) { display: none;}
.promos-channel-wrap.controlList .sponsor-list article:nth-child(n + 4),
.charity-channel-wrap.controlList .sponsor-list article:nth-child(n + 4) { display: none;}
.viewMore { position: relative;
    height: min(10.667vw, 51.2px);
    line-height: min(10.667vw, 51.2px);
    text-align: center;
    border-radius: min(1.6vw, 7.68px);
    background: rgba(17, 24, 39, .75);
    color: #a0a2b0;
    font-size: min(3.733vw, 17.92px);
    border: min(1.067vw, 5.12px) solid rgba(255, 255, 255, .1);
    font-weight: 700;
   font-family: 'Exo 2', 'Inter', 'Segoe UI', Tahoma, sans-serif;
    padding: 0 min(2.667vw, 12.8px); box-sizing: content-box; margin: 20px auto 10px;}
.altNotice {
	position: fixed;width: calc(100% - 40px); max-width: 480px;
	left: 50%;
	top: 50%; transform: translate(-50%,-50%);
	background-color: #062e2a;
	z-index: 202;
	border-radius: 12px;
}
#screen {
	position: fixed;
	width: 100%; height: 100%;
	left: 0; top: 0; z-index: 201; background: rgba(0,0,0,.5);
	
}
.altInfor img { max-width: 100%;}
.altInfor { padding: 7px; overflow: hidden; border-radius: 8px; background: #ffffff;}
.altInfor p { font-size: 14px; line-height: 1.5; color: #000;}
.altTitle img { width: 24px;}
.altTitle { display: flex; justify-content: space-between; align-items: center; font-weight: bold; font-size: 16px;
padding: 12px;}
.altNotice .mySwiper { height:min(112vw,537.6px)}
.altNotice .swiper-pagination span.swiper-pagination-bullet-active { background: #0d2420;}
.musicControl {  width: 38px; height: 38px; display: flex; justify-content: center; align-items: center;}
.musicControl img { display: block;}
.pauseState img { width: 60%;}
img { max-width: 100%;}
#music { pointer-events: none; width: 0; height: 0; position: fixed; left: 0; top:0;}
.homeWin { margin: 0 12px 12px!important;}
.cat-panel-cine { display: none;}