:root{
  --bg:#06070b;
  --bg-2:#0b1020;
  --panel:rgba(12,18,30,.82);
  --panel-strong:rgba(14,22,37,.94);
  --panel-soft:rgba(255,255,255,.04);
  --stroke:rgba(255,255,255,.08);
  --stroke-strong:rgba(246,173,9,.22);
  --gold:#f6ad09;
  --gold-soft:#ffd978;
  --text:#f8fafc;
  --muted:#94a3b8;
  --shadow:0 28px 80px rgba(0,0,0,.45);
  --radius:26px;
}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(circle at top left, rgba(246,173,9,.18), transparent 24%),
    radial-gradient(circle at top right, rgba(255,219,128,.09), transparent 20%),
    radial-gradient(circle at center, rgba(71,85,105,.10), transparent 36%),
    linear-gradient(180deg,#05070b 0%, #09111c 45%, #05070b 100%);
  color:var(--text);
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
.container{max-width:1280px}
img{max-width:100%;display:block}
a{text-decoration:none}
.header,.sliders .rounded,.premium-hero,.premium-toolbar,.slot-card,.popup-content,.modal-demo,.hero-luxe,.hero-luxe-panel,.premium-modal-shell{
  border:1px solid var(--stroke);
  box-shadow:var(--shadow);
}
.header{
  position:relative;top:auto;z-index:20;
  padding:16px 20px!important;
  margin-top:14px;
  border-radius:24px;
  backdrop-filter:blur(20px);
  background:linear-gradient(180deg,rgba(10,15,28,.92),rgba(7,11,20,.78));
}
.premium-header-row,.premium-header-actions,.hero-luxe-highlights,.slot-card-meta,.premium-search-wrap,.provider-pill-group{display:flex;align-items:center}
.premium-header-row{justify-content:space-between;gap:20px}
.premium-branding{display:flex;align-items:center;gap:14px;width:auto!important;min-width:0}
.images-logo{width:160px;filter:drop-shadow(0 8px 30px rgba(246,173,9,.22))}
.premium-brand-badge,.premium-kicker,.hero-luxe-kicker,.game-chip{
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:999px;border:1px solid rgba(246,173,9,.18);
  background:linear-gradient(180deg,rgba(246,173,9,.18),rgba(246,173,9,.06));
  color:var(--gold-soft);font-weight:700;letter-spacing:.12em;
}
.premium-brand-badge{padding:8px 12px;font-size:11px;white-space:nowrap}
.premium-header-actions{gap:10px;flex-wrap:wrap}
.premium-btn{
  min-height:46px;padding:0 18px;border-radius:14px;font-weight:700;
  display:inline-flex;align-items:center;justify-content:center;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.premium-btn:hover{transform:translateY(-1px)}
.premium-btn-primary{background:linear-gradient(135deg,#f6ad09,#ffbd1b 55%,#ffdf84);color:#1b1100;box-shadow:0 12px 30px rgba(246,173,9,.22)}
.premium-btn-secondary{background:rgba(255,255,255,.05);color:#fff;border:1px solid rgba(255,255,255,.1)}
.hero-luxe{
  margin:22px 0 18px;padding:28px;border-radius:30px;
  background:linear-gradient(135deg,rgba(14,20,35,.95),rgba(8,12,22,.88));
  display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:24px;overflow:hidden;position:relative;
}
.hero-luxe:before{
  content:"";position:absolute;inset:-10% auto auto 58%;width:260px;height:260px;border-radius:50%;
  background:radial-gradient(circle, rgba(246,173,9,.22), transparent 70%);pointer-events:none;filter:blur(6px)
}
.hero-luxe-kicker,.premium-kicker{padding:8px 12px;font-size:11px;margin-bottom:14px}
.hero-luxe h1,.premium-hero h1{margin:0 0 14px;font-size:clamp(30px,4vw,54px);line-height:1.02;font-weight:800;max-width:11ch}
.hero-luxe p,.premium-hero p{margin:0;color:#d6e1ee;max-width:60ch;font-size:15px;line-height:1.7}
.hero-luxe-highlights{gap:10px;flex-wrap:wrap;margin-top:18px}
.hero-luxe-highlights span,.hero-luxe-stat,.premium-stat-card,.provider-pill,.premium-loadmore,.premium-tip-card,.slot-card-rtp,.premium-search{
  background:var(--panel-soft);backdrop-filter:blur(12px);
}
.hero-luxe-highlights span{
  border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:10px 12px;color:#dfe8f5;font-size:13px
}
.hero-luxe-panel,#premium_stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-self:end}
.hero-luxe-stat,.premium-stat-card{
  padding:18px;border-radius:20px;border:1px solid rgba(255,255,255,.08);min-height:92px;
  display:flex;flex-direction:column;justify-content:space-between
}
.hero-luxe-stat small,.premium-stat-card small{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.hero-luxe-stat strong,.premium-stat-card strong{font-size:26px;font-weight:800;color:#fff}
.sliders .rounded{overflow:hidden;border-radius:28px;background:var(--panel-strong)}
.sliders img{aspect-ratio:16/6;object-fit:cover}
.premium-hero{
  display:grid;grid-template-columns:1.1fr .9fr;gap:20px;margin:28px 0 24px;padding:28px;
  border-radius:28px;background:linear-gradient(135deg,rgba(15,23,42,.92),rgba(9,13,24,.9));
}
.premium-toolbar{
  display:grid;grid-template-columns:minmax(260px,340px) minmax(0,1fr);
  gap:14px;padding:18px;border-radius:24px;background:rgba(8,12,22,.75);margin-bottom:16px;
}
.premium-search-wrap{position:relative}
.premium-search{
  width:100%;border:1px solid rgba(255,255,255,.08);border-radius:16px;min-height:52px;padding:0 16px;
  color:#fff;outline:none
}
.premium-search::placeholder{color:#8ca0b9}
.provider-pill-group{gap:10px;flex-wrap:wrap;align-items:stretch}
.provider-pill{
  gap:10px;padding:12px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.08);color:#eef4ff;
  cursor:pointer;transition:all .22s ease;font-weight:600
}
.provider-pill span{color:var(--gold-soft)}
.provider-pill.is-active,.provider-pill:hover{border-color:rgba(246,173,9,.28);box-shadow:0 10px 22px rgba(246,173,9,.12);transform:translateY(-1px)}
#slot_leaks{align-items:stretch;content-visibility:auto;contain-intrinsic-size:1200px}
.slot-grid{min-height:420px}
.slot-card{
  background:linear-gradient(180deg,rgba(15,21,35,.96),rgba(8,12,22,.96));
  border-radius:24px;overflow:hidden;transform:translateZ(0);transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;
}
.slot-card:hover{transform:translateY(-4px);border-color:var(--stroke-strong);box-shadow:0 22px 50px rgba(0,0,0,.35)}
.slot-card-button{display:block;width:100%;padding:0;background:none;border:0;color:inherit;text-align:left;cursor:pointer}
.slot-card-media{position:relative;aspect-ratio:1/1;overflow:hidden;background:#111827}
.slot-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease;transform:scale(1.01)}
.slot-card:hover .slot-card-media img{transform:scale(1.06)}
.slot-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 38%,rgba(5,8,14,.12) 56%,rgba(5,8,14,.85) 100%)}
.slot-card-badges{position:absolute;top:12px;left:12px;display:flex;gap:8px;flex-wrap:wrap;z-index:2}
.game-chip{padding:7px 10px;font-size:10px}
.chip-new{background:linear-gradient(180deg,rgba(59,130,246,.26),rgba(59,130,246,.12));color:#d9ebff;border-color:rgba(59,130,246,.22)}
.chip-hot{background:linear-gradient(180deg,rgba(239,68,68,.24),rgba(239,68,68,.12));color:#ffe0e0;border-color:rgba(239,68,68,.22)}
.slot-card-rtp{position:absolute;right:12px;bottom:12px;z-index:2;padding:9px 12px;border-radius:999px;font-size:12px;font-weight:800;border:1px solid rgba(255,255,255,.08)}
.slot-card-rtp.is-success{color:#afffbf}.slot-card-rtp.is-warning{color:#ffe38f}.slot-card-rtp.is-danger{color:#ffb2b2}
.slot-card-content{padding:16px}
.slot-card-content h3{margin:0 0 6px;font-size:16px;line-height:1.35;color:#fff;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:43px}
.slot-card-content p{margin:0 0 12px;color:#a9b7c9;font-size:13px}
.slot-card-meta{justify-content:space-between;gap:10px;flex-wrap:wrap}
.slot-card-meta span{font-size:12px;color:#d9e3ee}
.premium-loadmore{
  min-height:50px;display:flex!important;align-items:center;justify-content:center;max-width:360px;margin-inline:auto!important;
  border:1px solid rgba(246,173,9,.15);border-radius:18px;background:linear-gradient(135deg,rgba(246,173,9,.95),rgba(255,214,110,.95));color:#201500!important;
  box-shadow:0 18px 34px rgba(246,173,9,.18)
}
.empty-state{padding:42px 20px;border-radius:24px;background:rgba(255,255,255,.03);text-align:center;color:#d5e0ec;grid-column:1/-1}
.slot-skeleton{
  position:relative;min-height:270px;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));overflow:hidden;border:1px solid rgba(255,255,255,.06)
}
.slot-skeleton:before{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.09),transparent);animation:shine 1.35s infinite}
@keyframes shine{100%{transform:translateX(100%)}}
.premium-modal-shell{border-radius:26px;overflow:hidden;background:linear-gradient(180deg,rgba(12,18,30,.98),rgba(7,11,20,.98))}
#rtp-image-slot{border-radius:20px;object-fit:cover;aspect-ratio:1/1;background:#0b1220}
.tips-carousel{padding-bottom:8px}
.premium-tip-card{border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:16px;color:#f6f7fb;background:rgba(255,255,255,.04)}
#myChart{max-height:260px}
.overlay,.overlay-demo,.overlay-login,.overlay-success{backdrop-filter:blur(6px)}
.premium-footer{padding:18px 0 32px;color:var(--gold-soft)!important;opacity:.9}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
}
@media (max-width:1024px){
  .hero-luxe,.premium-hero,.premium-toolbar{grid-template-columns:1fr}
  .sliders img{aspect-ratio:16/7}
}
@media (max-width:768px){
  .container{padding-left:14px!important;padding-right:14px!important}
  .header{top:8px;padding:14px!important;border-radius:20px}
  .premium-header-row{align-items:flex-start;flex-direction:column}
  .premium-header-actions{width:100%}
  .premium-btn{flex:1}
  .premium-branding{flex-direction:column;align-items:flex-start}
  .premium-brand-badge{font-size:10px}
  .hero-luxe{padding:20px;border-radius:24px;gap:18px}
  .hero-luxe h1,.premium-hero h1{max-width:none;font-size:32px}
  .hero-luxe-panel,#premium_stats{grid-template-columns:1fr}
  .premium-toolbar{padding:14px;border-radius:20px}
  .provider-pill-group{overflow:auto;flex-wrap:nowrap;padding-bottom:2px;scrollbar-width:none}
  .provider-pill-group::-webkit-scrollbar{display:none}
  .provider-pill{white-space:nowrap}
  #slot_leaks{gap:12px!important}
  .slot-card{border-radius:20px}
  .slot-card-content{padding:12px}
  .slot-card-content h3{font-size:14px;min-height:38px}
  .slot-card-meta{gap:6px}
  .modal-rtp .flex.justify-between.gap-5.mb-8{flex-direction:column!important;gap:14px!important}
  .modal-rtp .lg\:w-2\/4,.modal-rtp .w-3\/5{width:100%!important}
  #rtp-image-slot{width:100%;height:auto;max-height:none}
  .modal-demo{width:calc(100% - 24px);left:12px!important;transform:translateY(-50%)!important;translate:none!important}
}
@media (max-width:560px){
  .sliders img{aspect-ratio:16/8}
  .hero-luxe-highlights span{font-size:12px;padding:8px 10px}
  #slot_leaks{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .slot-card-media{aspect-ratio:1/1.06}
  .slot-skeleton{min-height:236px}
  .premium-loadmore{max-width:none;width:100%}
  .popup-content,.premium-modal-shell{border-radius:18px}
  .modal-rtp .popup-content{width:calc(100% - 18px)!important;left:9px!important;right:9px!important;transform:translateY(-50%)!important;translate:none!important}
  .modal-rtp .px-4,.modal-rtp .relative.das{padding-left:12px!important;padding-right:12px!important}
  .tips-carousel{padding-inline:12px!important}
  .das.flex{gap:8px!important}
  .das .tab-link{font-size:12px!important;padding:10px 8px!important}
  #myChart{max-height:220px}
}

:root{
  --gold-1:#f6ad09;
  --gold-2:#ffd36f;
  --gold-3:#fff2bf;
  --glow-gold:0 0 0 1px rgba(246,173,9,.14),0 18px 40px rgba(246,173,9,.14),0 0 40px rgba(246,173,9,.08);
}
body:before{
  content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;
  background:radial-gradient(circle at 12% 10%, rgba(246,173,9,.12), transparent 20%),radial-gradient(circle at 88% 18%, rgba(255,211,111,.08), transparent 18%),linear-gradient(180deg, transparent, rgba(255,255,255,.01));
}
.ultra-header{overflow:hidden}
.ultra-header:before{
  content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;
  background:linear-gradient(120deg, transparent 0%, rgba(255,255,255,.05) 16%, transparent 32%, transparent 68%, rgba(246,173,9,.08) 84%, transparent 100%);
  mix-blend-mode:screen;opacity:.9;
}
.images-logo{filter:drop-shadow(0 10px 36px rgba(246,173,9,.30))}
.premium-brand-badge{box-shadow:inset 0 1px 0 rgba(255,255,255,.14), var(--glow-gold)}
.ultra-hero{
  isolation:isolate;
  background:linear-gradient(135deg,rgba(15,20,34,.97),rgba(8,10,20,.94));
  box-shadow:0 30px 90px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.04);
}
.ultra-hero:after{
  content:"";position:absolute;inset:1px;border-radius:29px;pointer-events:none;
  border:1px solid rgba(255,211,111,.08);
}
.ultra-orb{position:absolute;border-radius:50%;filter:blur(8px);pointer-events:none;z-index:-1}
.ultra-orb-left{width:190px;height:190px;left:-40px;top:-30px;background:radial-gradient(circle, rgba(246,173,9,.26), transparent 68%)}
.ultra-orb-right{width:240px;height:240px;right:8%;bottom:-80px;background:radial-gradient(circle, rgba(255,211,111,.16), transparent 70%)}
.hero-luxe-copy{position:relative}
.hero-luxe h1{background:linear-gradient(180deg,#fff7dd 0%,#ffffff 24%,#ffe2a0 100%);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 10px 40px rgba(246,173,9,.10)}
.hero-luxe-highlights span{box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
.ultra-panel .hero-luxe-stat,.premium-stat-card{position:relative;overflow:hidden}
.ultra-panel .hero-luxe-stat:before,.premium-stat-card:before,.slot-card:before,.premium-modal-shell:before{
  content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;
  background:linear-gradient(135deg, rgba(255,255,255,.06), transparent 35%, transparent 70%, rgba(246,173,9,.08));opacity:.8;
}
.ultra-divider{display:flex;align-items:center;gap:14px;margin:0 0 18px;color:var(--gold-2);text-transform:uppercase;letter-spacing:.22em;font-size:11px;font-weight:800}
.ultra-divider:before,.ultra-divider:after{content:"";flex:1;height:1px;background:linear-gradient(90deg, transparent, rgba(246,173,9,.25), transparent)}
.premium-hero{position:relative;overflow:hidden}
.premium-hero:after{content:"";position:absolute;right:-50px;top:-40px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle, rgba(246,173,9,.12), transparent 70%);filter:blur(10px)}
.premium-search{background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
.provider-pill{box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.slot-card{box-shadow:0 24px 48px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.04);will-change:transform}
.slot-card-button{contain:layout paint}
.slot-card-media{background:radial-gradient(circle at top, rgba(246,173,9,.10), rgba(17,24,39,.9) 60%)}
.slot-card-media:after{content:"";position:absolute;inset:auto 0 0 0;height:44%;background:linear-gradient(180deg,transparent,rgba(7,11,20,.88));pointer-events:none}
.slot-card-rtp{box-shadow:var(--glow-gold);font-size:11px;letter-spacing:.05em}
.slot-card-content h3{font-size:15px}
.slot-skeleton{background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.slot-skeleton:after{content:"";position:absolute;inset:auto 14px 16px 14px;height:64px;border-radius:16px;background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02))}
.slot-skeleton:before{background:linear-gradient(90deg, transparent, rgba(255,225,164,.09), rgba(255,255,255,.14), rgba(255,225,164,.08), transparent);animation:shine 1.15s linear infinite}
.premium-loadmore{position:relative;overflow:hidden}
.premium-loadmore:before{content:"";position:absolute;inset:0;transform:translateX(-120%);background:linear-gradient(90deg, transparent, rgba(255,255,255,.3), transparent);animation:loadGlow 2.6s linear infinite}
@keyframes loadGlow{100%{transform:translateX(120%)}}
.ultra-bottom-note{max-width:780px;margin:14px auto 0;text-align:center;color:#9fb0c4;font-size:13px;line-height:1.6}
.premium-modal-shell{box-shadow:0 30px 90px rgba(0,0,0,.55),0 0 0 1px rgba(255,214,110,.08)}
.ultra-modal-body{position:relative;background:linear-gradient(180deg,#07101b 0%, #091220 100%)}
.ultra-modal-topline{display:flex;gap:10px;flex-wrap:wrap;padding:16px 16px 0 16px}
.ultra-modal-badge{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-2)}
.ultra-modal-side{display:flex;align-items:flex-start}
.ultra-info-grid>div{padding:10px 12px;border-radius:16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06)}
.ultra-modal-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px}
.ultra-mini-stat{padding:14px;border-radius:18px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.ultra-mini-stat small{display:block;color:#9cb0c8;font-size:11px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px}
.ultra-mini-stat strong{font-size:16px;color:#fff5d7}
#tab-32{min-height:260px;padding-bottom:10px}
#myChart{background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));border:1px solid rgba(255,255,255,.06);border-radius:18px;padding:10px;box-sizing:border-box}
.premium-tip-card{background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.modal-rtp .flex.items-center.justify-between.mt-4{position:sticky;bottom:0;z-index:3;background:linear-gradient(180deg, rgba(7,11,20,.2), rgba(7,11,20,.94));padding-top:14px}
.modal-rtp .flex.items-center.justify-between.mt-4 a:first-child{background:linear-gradient(135deg,#f6ad09,#ffd66f)!important;color:#201500!important;border-radius:16px 0 0 16px}
.modal-rtp .flex.items-center.justify-between.mt-4 a:last-child{background:#111a2b!important;border-radius:0 16px 16px 0}
.overlay,.overlay-demo,.overlay-login,.overlay-success{background:rgba(2,6,14,.72)!important}
#slot_leaks,.premium-hero,.premium-toolbar,.hero-luxe,.sliders{content-visibility:auto;contain-intrinsic-size:1px 700px}
@media (max-width:768px){
  .ultra-modal-topline{padding:12px 12px 0 12px}
  .ultra-modal-stats{grid-template-columns:1fr;gap:8px}
  .ultra-info-grid>div{padding:9px 10px}
  .modal-rtp .flex.items-center.justify-between.mt-4{padding-bottom:env(safe-area-inset-bottom, 0)}
  .overlay,.overlay-demo,.overlay-login,.overlay-success{backdrop-filter:none}
  .hero-luxe h1{font-size:28px;line-height:1.08}
}
@media (max-width:560px){
  .header{backdrop-filter:blur(14px)}
  .hero-luxe{padding:18px}
  .ultra-divider{margin-bottom:14px}
  .slot-card-media{aspect-ratio:1/1.12}
  .slot-card-content h3{min-height:auto}
  .slot-card-meta{display:grid;grid-template-columns:1fr;gap:4px}
  .modal-rtp .popup-content{top:50%!important;bottom:auto!important;max-height:90vh;overflow:auto}
  .modal-rtp .flex.items-center.justify-between.mt-4{margin-top:10px;position:sticky;bottom:0;padding-bottom:10px}
  .modal-rtp .flex.items-center.justify-between.mt-4 a{font-size:13px!important;padding-top:12px!important;padding-bottom:12px!important}
  #rtp-image-slot{aspect-ratio:1/1.04;object-position:center top}
  .ultra-bottom-note{font-size:12px;padding:0 4px}
}


/* v4 polish tweaks */
.hero-luxe,.ultra-hero{display:none!important}
.header{margin-top:14px;margin-bottom:18px}
.popup-content{width:min(860px,calc(100% - 32px));max-height:86vh;overflow:auto}
.premium-modal-shell{width:100%;max-width:860px;margin:0 auto}
.ultra-modal-body{max-height:calc(86vh - 56px);overflow:auto}
.modal-rtp .flex.justify-between.gap-5.mb-8{margin-bottom:18px!important;align-items:flex-start}
.modal-rtp .ultra-modal-side{max-width:320px}
#rtp-image-slot{max-width:360px;width:100%;margin:0 auto}
.tips-carousel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding-bottom:12px}
.premium-tip-card{height:100%;padding:16px 16px 18px}
.premium-tip-card strong{display:block;margin-bottom:8px}
.premium-tip-card p{line-height:1.6}
.slot-card-rtp{min-width:124px;padding:10px 12px 12px;border-radius:16px;display:flex;flex-direction:column;gap:8px;background:linear-gradient(180deg,rgba(8,12,22,.92),rgba(8,12,22,.82))}
.slot-card-rtp-head{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:11px;line-height:1}
.slot-card-rtp-head span{opacity:.8;letter-spacing:.08em;text-transform:uppercase}
.slot-card-rtp-head strong{font-size:14px;color:#fff}
.slot-card-rtp-bar{width:100%;height:8px;border-radius:999px;background:rgba(255,255,255,.1);overflow:hidden;box-shadow:inset 0 1px 1px rgba(255,255,255,.06)}
.slot-card-rtp-bar span{display:block;height:100%;border-radius:inherit}
.slot-card-rtp.is-success .slot-card-rtp-bar span{background:linear-gradient(90deg,#22c55e,#86efac)}
.slot-card-rtp.is-warning .slot-card-rtp-bar span{background:linear-gradient(90deg,#f59e0b,#fde68a)}
.slot-card-rtp.is-danger .slot-card-rtp-bar span{background:linear-gradient(90deg,#ef4444,#fca5a5)}
.scroll-top-btn{position:fixed;right:18px;bottom:18px;width:48px;height:48px;border:1px solid rgba(246,173,9,.2);border-radius:999px;background:linear-gradient(135deg,#f6ad09,#ffd36f);color:#201500;font-size:22px;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 18px 34px rgba(246,173,9,.22);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(14px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:60}
.scroll-top-btn.is-visible{opacity:1;visibility:visible;transform:translateY(0)}
.scroll-top-btn:hover{transform:translateY(-2px)}
@media (max-width:768px){
  .popup-content{width:calc(100% - 20px);max-height:84vh}
  .ultra-modal-body{max-height:calc(84vh - 52px)}
  .modal-rtp .ultra-modal-side{max-width:none}
  #rtp-image-slot{max-width:none}
  .tips-carousel{grid-template-columns:1fr;gap:10px}
}
@media (max-width:560px){
  .header{top:auto;padding:12px!important}
  .popup-content,.premium-modal-shell{border-radius:16px}
  .modal-rtp .popup-content{width:calc(100% - 14px)!important;left:7px!important;right:7px!important;top:50%!important;max-height:82vh;overflow:auto}
  .ultra-modal-body{max-height:none;overflow:visible}
  .modal-rtp .flex.justify-between.gap-5.mb-8{gap:12px!important;margin-bottom:14px!important}
  .slot-card-rtp{right:10px;left:10px;bottom:10px;min-width:0;padding:8px 10px 10px}
  .slot-card-rtp-head strong{font-size:13px}
  .scroll-top-btn{right:14px;bottom:14px;width:44px;height:44px;font-size:20px}
}


/* v5 ultra clean VIP */
.hero-luxe,.ultra-hero,[class*="hero-luxe"]{display:none!important;content-visibility:hidden!important;contain-intrinsic-size:auto!important}

.premium-btn,
.premium-loadmore,
.modal-rtp .flex.items-center.justify-between.mt-4 a,
#play-demo,
.close-btn,
.close-demo,
.provider-pill,
.scroll-top-btn{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.premium-btn:before,
.premium-loadmore:after,
.modal-rtp .flex.items-center.justify-between.mt-4 a:before,
#play-demo:before,
.close-btn:before,
.close-demo:before,
.provider-pill:before,
.scroll-top-btn:before{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:inherit;
  background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,0));
  opacity:.45;
  pointer-events:none;
  z-index:-1;
}
.premium-btn,
.premium-loadmore,
.modal-rtp .flex.items-center.justify-between.mt-4 a,
#play-demo,
.provider-pill{
  box-shadow:0 14px 28px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.08);
}
.premium-btn-primary,
.premium-loadmore,
.modal-rtp .flex.items-center.justify-between.mt-4 a:first-child,
#play-demo{
  background:linear-gradient(135deg,#b87908 0%,#f6ad09 26%,#ffd36f 58%,#fff0bf 100%)!important;
  color:#231400!important;
  border:1px solid rgba(255,215,130,.42)!important;
}
.premium-btn-secondary,
.modal-rtp .flex.items-center.justify-between.mt-4 a:last-child,
.provider-pill,
.close-btn,
.close-demo{
  background:linear-gradient(180deg,rgba(23,30,44,.96),rgba(10,14,24,.96))!important;
  color:#f6f1df!important;
  border:1px solid rgba(255,214,110,.16)!important;
}
.premium-btn,
.premium-loadmore,
.modal-rtp .flex.items-center.justify-between.mt-4 a,
#play-demo{
  min-height:48px;
  border-radius:16px!important;
  font-weight:800;
  letter-spacing:.02em;
}
#play-demo{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 16px;
  min-height:42px;
  min-width:120px;
  border-radius:14px;
}
.close-btn,
.close-demo{
  width:34px!important;
  height:34px!important;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  border-radius:999px!important;
  font-size:15px;
  line-height:1;
  padding:0!important;
  box-shadow:0 10px 22px rgba(0,0,0,.28);
}
.premium-btn:hover,
.premium-loadmore:hover,
.modal-rtp .flex.items-center.justify-between.mt-4 a:hover,
#play-demo:hover,
.provider-pill:hover,
.scroll-top-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 36px rgba(0,0,0,.28),0 8px 24px rgba(246,173,9,.12);
}
.provider-pill.is-active{
  background:linear-gradient(135deg,rgba(184,121,8,.38),rgba(246,173,9,.18),rgba(255,227,143,.1))!important;
  border-color:rgba(255,214,110,.34)!important;
  color:#fff7df!important;
}

.popup-content{width:min(760px,calc(100% - 34px));max-height:84vh;overflow:hidden;border-radius:24px}
.premium-modal-shell{max-width:760px;border-radius:24px;overflow:hidden}
.ultra-modal-body{max-height:calc(84vh - 58px);overflow:auto;overscroll-behavior:contain;padding-bottom:18px;scrollbar-width:thin}
.ultra-modal-body::-webkit-scrollbar{width:8px}
.ultra-modal-body::-webkit-scrollbar-thumb{background:rgba(255,214,110,.22);border-radius:999px}
.modal-rtp .flex.justify-between.gap-5.mb-8{gap:18px!important;margin-bottom:14px!important;padding:14px 14px 0 14px!important}
.modal-rtp .ultra-modal-side{max-width:290px}
#rtp-image-slot{max-width:320px;border-radius:18px;display:block}
.ultra-modal-topline{padding:14px 14px 0 14px}
.ultra-modal-badge{min-height:30px;padding:0 10px;font-size:10px;letter-spacing:.1em}
.ultra-info-grid>div{padding:9px 11px;border-radius:14px}
.ultra-modal-stats{gap:8px;margin-bottom:12px}
.ultra-mini-stat{padding:12px;border-radius:16px}
.das ul{gap:10px!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))}
.das ul li{padding:11px 12px!important;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04)}
#tab-32{min-height:0;padding-bottom:0}
#myChart{max-height:220px}
.tips-carousel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:2px 0 14px}
.premium-tip-card{padding:14px 14px 16px;border-radius:16px;min-height:100%;display:flex;align-items:flex-start}
.premium-tip-card strong{margin-bottom:7px}
.premium-tip-card p{margin:0;line-height:1.58}
.modal-rtp .flex.items-center.justify-between.mt-4{gap:10px;padding:12px 14px calc(12px + env(safe-area-inset-bottom,0px));margin-top:8px;background:linear-gradient(180deg,rgba(7,11,20,.24),rgba(7,11,20,.96))}
.modal-rtp .flex.items-center.justify-between.mt-4 a{width:50%;padding:13px 14px!important;font-size:13px!important}

@media (max-width:768px){
  .popup-content{width:calc(100% - 18px);max-height:88dvh;border-radius:20px}
  .premium-modal-shell{max-width:none;border-radius:20px}
  .ultra-modal-body{max-height:calc(88dvh - 56px);padding-bottom:16px}
  .modal-rtp .flex.justify-between.gap-5.mb-8{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:12px!important;padding:12px 12px 0 12px!important}
  .modal-rtp .ultra-modal-side{max-width:none;width:100%}
  #rtp-image-slot{max-width:100%;width:100%;aspect-ratio:1/1.02;object-fit:cover}
  .ultra-modal-topline{padding:12px 12px 0 12px}
  .das{padding:0 12px!important}
  .px-4{padding-left:12px!important;padding-right:12px!important}
  .tips-carousel{grid-template-columns:1fr;gap:12px}
  #myChart{max-height:200px}
}
@media (max-width:560px){
  .modal-rtp{padding:7px}
  .modal-rtp .popup-content{left:50%!important;right:auto!important;top:50%!important;transform:translate(-50%,-50%)!important;width:calc(100% - 14px)!important;max-height:90dvh!important;overflow:hidden!important}
  .premium-modal-shell{height:auto;max-height:90dvh}
  .ultra-modal-body{max-height:calc(90dvh - 54px);overflow:auto!important;-webkit-overflow-scrolling:touch;padding-bottom:18px}
  .ultra-modal-topline{gap:8px}
  .ultra-modal-badge{font-size:9px;padding:0 9px}
  .das ul{grid-template-columns:1fr 1fr;gap:8px!important}
  .das ul li{font-size:12px!important;padding:10px 9px!important}
  .ultra-modal-stats{grid-template-columns:1fr;gap:8px}
  .ultra-info-grid{gap:8px!important}
  .modal-rtp .flex.items-center.justify-between.mt-4{position:sticky;bottom:0;gap:8px;padding:10px 12px calc(10px + env(safe-area-inset-bottom,0px))}
  .modal-rtp .flex.items-center.justify-between.mt-4 a{padding:12px 10px!important;font-size:12px!important}
  .close-btn,.close-demo{width:32px!important;height:32px!important}
  .scroll-top-btn{right:12px;bottom:12px}
}


/* v7 modal cleanup */
.modal-shell-wrap{display:flex;align-items:center;justify-content:center;}
.ultra-modal-shell{display:flex;flex-direction:column;max-height:min(88vh,760px);height:auto;}
.modal-premium-header,.premium-modal-shell>div:first-child{flex:0 0 auto;}
.ultra-modal-body{flex:1 1 auto;min-height:0;padding-bottom:0!important;}
.modal-cta-bar{flex:0 0 auto;position:relative!important;bottom:auto!important;margin-top:0!important;border-top:1px solid rgba(255,214,110,.10);}
.pattern-panel{display:grid;gap:10px;padding-bottom:2px;}
.pattern-panel .row{margin:0!important;}
.pattern-panel .row > div{padding:14px 14px 15px;border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.08);line-height:1.55;}
.pattern-panel h6{font-size:16px;line-height:1.3;}
.pattern-panel label{display:inline-block;}
.modal-rtp .ultra-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
.modal-rtp .ultra-info-grid > div:nth-child(2),
.modal-rtp .ultra-info-grid > div:nth-child(5){grid-column:1 / -1;}
.modal-rtp .ultra-info-grid > div strong{line-height:1.3;word-break:break-word;}
.modal-rtp .ultra-modal-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));}
.modal-rtp .tips-carousel{padding:0 14px 14px;}
.modal-rtp .premium-tip-card{min-height:auto;}
@media (max-width:768px){
  .ultra-modal-shell{max-height:90dvh;}
  .modal-rtp .flex.justify-between.gap-5.mb-8{margin-bottom:12px!important;}
  .modal-rtp .ultra-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;}
  .modal-rtp .ultra-info-grid > div{padding:10px 11px;}
  .modal-rtp .ultra-info-grid > div span{font-size:11px;}
  .modal-rtp .ultra-info-grid > div strong{font-size:15px!important;}
  #rtp-image-slot{aspect-ratio:1 / .84;max-height:220px;object-position:center top;}
  .modal-rtp .ultra-modal-stats{grid-template-columns:1fr;gap:8px;}
  .pattern-panel{gap:9px;}
  .pattern-panel .row > div{padding:12px 12px 13px;border-radius:14px;}
  .pattern-panel h6{margin-bottom:6px!important;font-size:15px;}
  .modal-cta-bar{padding:10px 12px calc(10px + env(safe-area-inset-bottom,0px))!important;}
}
@media (max-width:560px){
  .modal-shell-wrap{padding:0!important;}
  .modal-rtp .popup-content{top:50%!important;max-height:92dvh!important;}
  .ultra-modal-shell{max-height:92dvh;}
  .premium-modal-shell > div:first-child{padding:10px 12px!important;}
  .premium-modal-shell > div:first-child h2{font-size:13px!important;width:auto!important;max-width:calc(100% - 44px);}
  .ultra-modal-body{max-height:none!important;}
  .modal-rtp .flex.justify-between.gap-5.mb-8{padding:12px 12px 0 12px!important;gap:10px!important;}
  #rtp-image-slot{aspect-ratio:1 / .82;max-height:210px;border-radius:16px;}
  .modal-rtp .ultra-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));} 
  .modal-rtp .ultra-info-grid > div:nth-child(2),
  .modal-rtp .ultra-info-grid > div:nth-child(5){grid-column:1 / -1;}
  .modal-rtp .ultra-info-grid > div strong{font-size:14px!important;}
  .das{padding:0 12px!important;margin-top:2px;}
  .px-4{padding-left:12px!important;padding-right:12px!important;}
  #myChart{max-height:180px;}
  .modal-rtp .tips-carousel{padding:0 12px 12px;}
  .premium-tip-card{padding:12px 12px 14px;}
  .premium-tip-card strong{font-size:14px;}
  .premium-tip-card p{font-size:13px;line-height:1.55;}
  .modal-cta-bar{display:grid!important;grid-template-columns:1fr 1fr;gap:8px;padding:10px 12px calc(12px + env(safe-area-inset-bottom,0px))!important;background:linear-gradient(180deg,rgba(7,11,20,.72),rgba(7,11,20,.98));}
  .modal-cta-bar a{width:100%!important;min-width:0;padding:12px 10px!important;font-size:12px!important;}
  .close-btn,.close-demo{width:34px!important;height:34px!important;flex:0 0 34px;}
}

/* v8 modal precision cleanup */
#modal_stat_strip{display:none!important}
#provider_filters.provider-pill-group{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:10px;
  width:100%;
  align-items:stretch;
}
#provider_filters .provider-pill{
  justify-content:center;
  text-align:center;
  min-height:46px;
  border-radius:16px;
  padding:10px 12px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.modal-rtp .flex.justify-between.gap-5.mb-8{
  display:grid!important;
  grid-template-columns:minmax(0,1.02fr) minmax(280px,.98fr)!important;
  align-items:start;
  gap:16px!important;
  margin-bottom:12px!important;
}
.modal-rtp .flex.justify-between.gap-5.mb-8 > div:first-child,
.modal-rtp .ultra-modal-side{
  margin-left:auto;
  margin-right:auto;
}
.modal-rtp .ultra-modal-side{width:100%;max-width:340px!important}
.modal-rtp .ultra-info-grid{
  width:100%;
  max-width:340px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px!important;
  justify-content:center;
}
.modal-rtp .ultra-info-grid>div{
  min-height:84px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:6px;
  padding:12px 14px!important;
}
.modal-rtp .ultra-info-grid>div span{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8}
.modal-rtp .ultra-info-grid>div strong{font-size:15px!important;line-height:1.35;text-align:left}
.modal-rtp .ultra-info-grid > div:nth-child(1),
.modal-rtp .ultra-info-grid > div:nth-child(2),
.modal-rtp .ultra-info-grid > div:nth-child(5){grid-column:1 / -1;}
.modal-rtp .ultra-info-grid > div:nth-child(3),
.modal-rtp .ultra-info-grid > div:nth-child(4){grid-column:auto;}
.modal-rtp #demo_game strong{display:block}
.modal-rtp .das{padding:0 14px!important;margin:2px 0 0}
.modal-rtp .das ul{
  width:min(100%,360px);
  margin:0 auto;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px!important;
  align-items:center;
  justify-content:center;
}
.modal-rtp .das ul li{
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.pattern-panel{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:12px!important;
  padding-bottom:0;
}
.pattern-shell{
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.022));
  padding:14px;
}
.pattern-shell-head{
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#94a3b8;
  margin-bottom:12px;
}
.pattern-list{display:grid;grid-template-columns:1fr;gap:10px;}
.pattern-item{
  border-radius:14px;
  padding:12px 13px;
  background:rgba(9,16,29,.72);
  border:1px solid rgba(255,255,255,.06);
  display:grid;
  gap:4px;
}
.pattern-item small{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}
.pattern-item strong{font-size:17px;color:#fff6dc;line-height:1.3}
.pattern-item p{margin:0;color:#cbd5e1;line-height:1.5}
.modal-rtp .tips-carousel{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:10px!important;
  padding:0 14px 14px!important;
}
.modal-rtp .premium-tip-card{
  padding:14px!important;
  border-radius:16px;
  min-height:auto!important;
}
.modal-rtp .premium-tip-card strong{display:block;margin-bottom:6px}
.modal-rtp .premium-tip-card p{line-height:1.55}
.modal-cta-bar{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px!important;
  padding:12px 14px calc(12px + env(safe-area-inset-bottom,0px))!important;
}
.modal-cta-bar a{
  width:100%!important;
  min-height:50px;
  display:flex!important;
  align-items:center;
  justify-content:center;
  border-radius:16px!important;
}
@media (max-width:900px){
  #provider_filters.provider-pill-group{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width:768px){
  .modal-rtp .flex.justify-between.gap-5.mb-8{grid-template-columns:1fr!important;gap:12px!important;}
  .modal-rtp .ultra-modal-side{max-width:100%!important}
  .modal-rtp .ultra-info-grid{max-width:100%;}
  .modal-rtp .ultra-info-grid>div{min-height:76px;padding:11px 12px!important;}
  .modal-rtp .das{padding:0 12px!important}
  .modal-rtp .das ul{width:100%;max-width:100%;gap:8px!important}
  .pattern-shell{padding:12px}
  .pattern-item{padding:11px 12px}
  .modal-rtp .tips-carousel{padding:0 12px 12px!important;gap:8px!important}
  .modal-cta-bar{gap:8px!important;padding:10px 12px calc(12px + env(safe-area-inset-bottom,0px))!important}
}
@media (max-width:560px){
  #provider_filters.provider-pill-group{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;}
  #provider_filters .provider-pill{min-height:42px;padding:9px 8px;font-size:12px;line-height:1.2;border-radius:14px;}
  #provider_filters .provider-pill span{display:block;font-size:10px;margin-top:2px;}
  .modal-rtp .ultra-modal-body{padding-bottom:4px!important}
  .modal-rtp .ultra-info-grid{gap:8px!important}
  .modal-rtp .ultra-info-grid>div{min-height:72px;padding:10px 11px!important;border-radius:14px}
  .modal-rtp .ultra-info-grid>div strong{font-size:14px!important}
  .modal-rtp .premium-tip-card{padding:12px!important}
  .modal-cta-bar a{min-height:46px;font-size:12px!important}
}


/* v9 precision polish */
:root{--lux-gold-1:#f5b400;--lux-gold-2:#ffe39a;--lux-ink:#08111f;--lux-panel:#0b1526;--lux-line:rgba(255,255,255,.08);}
.premium-toolbar,.premium-hero,.premium-modal-shell,.premium-card,.provider-pill,.premium-loadmore,.premium-inline-btn,.tab-link,.close-btn{backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.premium-card{border-radius:24px;box-shadow:0 16px 34px rgba(0,0,0,.28)}
.slot-card-content h3,#rtp-title-slot{text-transform:uppercase;letter-spacing:.05em}
#provider_filters.provider-pill-group{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;align-items:stretch}
#provider_filters .provider-pill{min-height:52px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:11px 10px;border-radius:16px;background:linear-gradient(180deg,rgba(16,25,41,.94),rgba(8,14,25,.9));border:1px solid rgba(255,210,112,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 10px 24px rgba(0,0,0,.18);font-size:12px;font-weight:800;letter-spacing:.03em}
#provider_filters .provider-pill span{display:block;margin-top:4px;font-size:11px;color:#ffe19a}
#provider_filters .provider-pill.is-active{background:linear-gradient(135deg,var(--lux-gold-1),var(--lux-gold-2));color:#231500;border-color:rgba(255,231,167,.8);box-shadow:0 10px 24px rgba(245,180,0,.24)}
#provider_filters .provider-pill.is-empty{opacity:.72}
.modal-rtp .ultra-modal-body{background:radial-gradient(circle at top, rgba(21,39,67,.56), transparent 30%),linear-gradient(180deg,#07101d 0%,#06101d 100%)}
.modal-rtp .relative + .px-4{margin-top:14px}
.modal-rtp .flex.justify-between.gap-5.mb-8{align-items:start;justify-content:center}
.modal-rtp .ultra-modal-side{display:flex;flex-direction:column;justify-content:center}
.modal-rtp .ultra-info-grid{width:min(100%,340px);margin:0 auto;justify-content:center}
.modal-rtp .ultra-info-grid>div{box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 8px 20px rgba(0,0,0,.18)}
.modal-rtp .das{padding:0 16px 4px!important;margin:6px auto 0!important}
.modal-rtp .das ul{display:grid!important;grid-template-columns:repeat(2,minmax(0,220px));justify-content:center;gap:12px!important;max-width:470px;margin:0 auto;padding:0!important}
.modal-rtp .das ul li,.tab-link{min-height:48px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:linear-gradient(180deg,rgba(16,25,41,.92),rgba(10,16,28,.96));border:1px solid rgba(255,215,130,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 10px 24px rgba(0,0,0,.2);transition:all .22s ease}
.modal-rtp .das ul li.current,.tab-link.current{background:linear-gradient(135deg,var(--lux-gold-1),var(--lux-gold-2));color:#261700!important;border-color:rgba(255,235,184,.9);box-shadow:0 12px 26px rgba(245,180,0,.24)}
.modal-rtp .px-4{padding-left:16px!important;padding-right:16px!important}
.pattern-panel{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:12px!important;max-width:100%;margin:0 auto}
.pattern-shell-head{margin-bottom:2px;text-align:left;font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:#f7d47e}
.pattern-panel .row{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:12px!important;margin:0!important}
.pattern-panel .row>div{min-height:auto;padding:14px 15px 15px;border-radius:18px}
.modal-rtp .tips-carousel{padding:2px 16px 14px!important;display:grid;gap:12px}
.modal-rtp .premium-tip-card{margin:0!important;border-radius:18px;background:linear-gradient(180deg,rgba(16,25,41,.96),rgba(10,16,28,.98));border:1px solid rgba(255,255,255,.07);box-shadow:0 10px 26px rgba(0,0,0,.18);padding:14px 15px!important}
.modal-rtp .premium-tip-card + .premium-tip-card{margin-top:0!important}
.modal-rtp .flex.items-center.justify-between.mt-4{justify-content:center!important;align-items:center!important;padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px));gap:12px;background:linear-gradient(180deg,rgba(5,10,18,.06),rgba(5,10,18,.95) 28%,rgba(5,10,18,.98))}
.modal-rtp .flex.items-center.justify-between.mt-4 a,.premium-inline-btn,.premium-loadmore{position:relative;overflow:hidden;border-radius:18px!important;font-weight:800;letter-spacing:.03em}
.modal-rtp .flex.items-center.justify-between.mt-4 a{max-width:220px;flex:1 1 0}
.modal-rtp .flex.items-center.justify-between.mt-4 a:first-child,.premium-inline-btn,.premium-loadmore{background:linear-gradient(135deg,var(--lux-gold-1),var(--lux-gold-2))!important;color:#221400!important;border:1px solid rgba(255,237,188,.75)!important;box-shadow:0 12px 26px rgba(245,180,0,.22),inset 0 1px 0 rgba(255,255,255,.35)}
.modal-rtp .flex.items-center.justify-between.mt-4 a:last-child{background:linear-gradient(180deg,rgba(18,28,46,.98),rgba(9,15,27,.98))!important;border:1px solid rgba(255,215,130,.18)!important;box-shadow:0 12px 26px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.05)}
.premium-inline-btn{padding:10px 14px;min-width:100%;min-height:44px}
.close-btn{width:38px;height:38px;align-items:center;justify-content:center;border-radius:999px;background:radial-gradient(circle at 30% 30%,#3b4353,#161b25);border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 20px rgba(0,0,0,.22)}
@media (max-width: 1024px){
  #provider_filters.provider-pill-group{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width: 767px){
  #provider_filters.provider-pill-group{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .modal-rtp .relative + .px-4{margin-top:12px}
  .modal-rtp .ultra-info-grid{width:100%;max-width:100%}
  .modal-rtp .das{padding:0 12px 4px!important}
  .modal-rtp .das ul{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none;gap:10px!important}
  .modal-rtp .das ul li{min-height:46px}
  .modal-rtp .px-4{padding-left:12px!important;padding-right:12px!important}
  .pattern-panel,.modal-rtp .tips-carousel{gap:10px}
  .modal-rtp .premium-tip-card,.pattern-panel .row>div{padding:12px 13px!important;border-radius:16px}
  .modal-rtp .flex.items-center.justify-between.mt-4{padding:10px 12px calc(10px + env(safe-area-inset-bottom,0px));gap:10px}
  .modal-rtp .flex.items-center.justify-between.mt-4 a{max-width:none}
}


/* v10 premium finishing */
.modal-premium-header{
  position:relative;
  min-height:64px;
  padding:14px 18px!important;
  background:linear-gradient(135deg,#f2ab00 0%,#ffcf54 45%,#fff0b9 100%)!important;
  border-bottom:1px solid rgba(255,248,220,.42);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.44),0 12px 30px rgba(246,173,9,.18);
}
.modal-premium-header:before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(100deg,transparent 0%,rgba(255,255,255,.28) 20%,transparent 42%,transparent 68%,rgba(125,77,0,.08) 100%);
}
.modal-premium-header h2{position:relative;z-index:1;color:#241500!important;font-size:15px!important;letter-spacing:.02em;text-shadow:0 1px 0 rgba(255,255,255,.18)}
.premium-banner-slider{position:relative;overflow:hidden;border-radius:28px;min-height:min(32vw,240px);background:linear-gradient(180deg,rgba(12,19,32,.95),rgba(7,11,20,.98));border:1px solid rgba(255,215,120,.14);box-shadow:0 28px 70px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.05)}
.banner-slide{position:absolute;inset:0;opacity:0;transform:scale(1.04);transition:opacity .65s ease,transform 1.6s ease;display:block}
.banner-slide.is-active{opacity:1;transform:scale(1)}
.banner-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,11,20,.08),rgba(7,11,20,.26));pointer-events:none}
.banner-slide img{height:100%;object-fit:cover}
.banner-dots{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);display:flex;gap:8px;z-index:2}
.banner-dot{width:10px;height:10px;border-radius:999px;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.22);box-shadow:none;transition:all .25s ease;padding:0}
.banner-dot.is-active{width:28px;background:linear-gradient(135deg,var(--lux-gold-1),var(--lux-gold-2));border-color:rgba(255,248,220,.9);box-shadow:0 8px 18px rgba(245,180,0,.32)}
.modal-title-pill-wrap{padding-top:10px!important;padding-bottom:4px!important}
.modal-title-pill{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:20px;background:linear-gradient(135deg,rgba(18,27,44,.96),rgba(7,14,25,.92));border:1px solid rgba(255,215,120,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 16px 34px rgba(0,0,0,.2)}
.modal-provider-logo{width:46px;height:46px;flex:0 0 46px;object-fit:contain;border-radius:14px;padding:7px;background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.03));border:1px solid rgba(255,255,255,.08)}
.modal-title-copy{display:flex;flex-direction:column;min-width:0}
.modal-title-kicker{font-size:10px;text-transform:uppercase;letter-spacing:.18em;color:#f6d488;margin-bottom:4px}
#modal_title_pill_text{display:block;font-size:15px;line-height:1.35;color:#fff8de;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.slot-card-rtp-bar{position:relative;overflow:hidden}
.slot-card-rtp-bar span{position:relative;box-shadow:0 0 18px rgba(255,255,255,.12),0 0 22px currentColor;animation:luxProgress 3.6s ease-in-out infinite}
.slot-card-rtp-bar span:after{content:"";position:absolute;inset:-1px auto -1px -35%;width:34%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.62),transparent);transform:skewX(-20deg);animation:luxShine 2.2s linear infinite}
@keyframes luxProgress{0%,100%{filter:saturate(1);transform:scaleY(1)}50%{filter:saturate(1.2);transform:scaleY(1.05)}}
@keyframes luxShine{100%{left:120%}}
.scroll-top-btn{right:20px;bottom:20px;width:56px;height:56px;font-size:24px;border:1px solid rgba(255,238,192,.42);background:linear-gradient(135deg,#f2ab00,#ffd36f 55%,#fff1c4);box-shadow:0 20px 42px rgba(245,180,0,.28),inset 0 1px 0 rgba(255,255,255,.4)}
.scroll-top-btn:after{content:"TOP";position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);font-size:9px;letter-spacing:.16em;color:#f4d689;opacity:.85}
.close-btn,.premium-inline-btn,.modal-rtp .flex.items-center.justify-between.mt-4 a,.provider-pill{transition:transform .2s ease,box-shadow .25s ease,filter .25s ease}
.close-btn:hover,.premium-inline-btn:hover,.modal-rtp .flex.items-center.justify-between.mt-4 a:hover,.provider-pill:hover,.scroll-top-btn:hover{filter:brightness(1.03);box-shadow:0 16px 28px rgba(0,0,0,.24),0 12px 28px rgba(245,180,0,.18)}
.modal-rtp .ultra-modal-body{background:radial-gradient(circle at top, rgba(36,55,86,.42), transparent 32%),linear-gradient(180deg,#07101d 0%,#06101b 42%,#07111e 100%)}
.modal-rtp .flex.justify-between.gap-5.mb-8{align-items:start;padding-top:12px!important}
.modal-rtp .ultra-info-grid{margin-inline:auto;max-width:100%}
.modal-rtp .ultra-info-grid>div{background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.075);border-radius:18px;padding:13px 14px;box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}
.modal-rtp .tips-carousel-slider{display:none!important}
.modal-rtp .tips-carousel{display:grid;grid-template-columns:1fr;gap:12px;padding-top:2px}
.modal-rtp .premium-tip-card{background:linear-gradient(180deg,rgba(18,27,44,.92),rgba(10,16,28,.96));border-color:rgba(255,255,255,.07)}
#provider_filters .provider-pill strong{display:block;font-size:12px;line-height:1.2;color:inherit}
#provider_filters .provider-pill span{font-size:10px;letter-spacing:.08em;text-transform:uppercase}
@media (max-width:768px){
  .premium-banner-slider{min-height:165px;border-radius:22px}
  .modal-premium-header{min-height:58px;padding:12px 14px!important}
  .modal-premium-header h2{font-size:13px!important;width:auto!important;max-width:calc(100% - 42px)}
  .modal-title-pill{gap:10px;padding:10px 12px;border-radius:18px}
  .modal-provider-logo{width:42px;height:42px;flex-basis:42px}
  #modal_title_pill_text{font-size:13px}
  .scroll-top-btn{width:50px;height:50px;right:14px;bottom:16px}
}
@media (max-width:560px){
  .modal-title-pill-wrap{padding-left:12px!important;padding-right:12px!important}
  .modal-title-pill{align-items:center}
  #modal_title_pill_text{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
  .scroll-top-btn:after{display:none}
}

/* v11 final polish */
.modal-premium-header{
  background:linear-gradient(135deg,#e8a400 0%,#f6be19 42%,#ffe29a 100%)!important;
  border-bottom:1px solid rgba(255,244,211,.55);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.36),0 12px 30px rgba(245,180,0,.18);
}
.modal-title-pill-wrap{padding-top:12px!important;padding-bottom:6px!important}
.modal-title-pill{
  display:grid;
  grid-template-columns:minmax(0,260px) minmax(0,1fr);
  align-items:center;
  gap:14px;
  padding:14px;
  border-radius:22px;
  background:linear-gradient(180deg,rgba(17,27,45,.96),rgba(8,14,25,.98));
  border:1px solid rgba(255,220,140,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 18px 40px rgba(0,0,0,.22);
}
.modal-provider-pill{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  padding:10px 12px;
  border-radius:18px;
  background:linear-gradient(135deg,rgba(255,198,76,.16),rgba(255,255,255,.04));
  border:1px solid rgba(255,225,150,.18);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.modal-provider-logo{
  width:50px;
  height:50px;
  flex:0 0 50px;
  object-fit:contain;
  border-radius:16px;
  padding:0;
  background:transparent;
  border:none;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}
.modal-provider-copy,.modal-title-copy{display:flex;flex-direction:column;min-width:0}
.modal-game-heading{
  min-width:0;
  padding:4px 0 4px 4px;
}
.modal-game-kicker{
  display:block;
  margin-bottom:6px;
  font-size:10px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#f3cf79;
}
#modal_game_title_luxe{
  display:block;
  font-size:18px;
  line-height:1.28;
  letter-spacing:.04em;
  color:#fff7dc;
  text-transform:uppercase;
  word-break:break-word;
}
#modal_title_pill_text{
  font-size:14px;
  letter-spacing:.05em;
  color:#fff4cd;
  text-transform:uppercase;
}
.scroll-top-btn{
  position:fixed!important;
  right:max(14px,env(safe-area-inset-right, 14px));
  bottom:max(14px,env(safe-area-inset-bottom, 14px));
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
  z-index:120!important;
}
.scroll-top-btn:after{content:"UP"}
@media (max-width:768px){
  .modal-title-pill{grid-template-columns:1fr;gap:12px;padding:12px;border-radius:20px}
  .modal-provider-pill{justify-content:flex-start}
  .modal-provider-logo{width:46px;height:46px;flex-basis:46px}
  .modal-game-heading{padding:0}
  #modal_game_title_luxe{font-size:16px}
}
@media (max-width:560px){
  .modal-title-pill-wrap{padding-left:12px!important;padding-right:12px!important}
  .modal-provider-pill{padding:10px 11px;border-radius:16px}
  .modal-provider-logo{width:42px;height:42px;flex-basis:42px}
  #modal_title_pill_text{font-size:13px}
  #modal_game_title_luxe{font-size:15px}
  .scroll-top-btn{right:12px;bottom:max(12px,env(safe-area-inset-bottom,12px));width:50px;height:50px}
}
