
#rtp-live-dashboard{max-width:1200px;margin:40px auto;padding:24px;border-radius:20px;color:#fff;background:radial-gradient(circle at 100% 0%,rgba(220,0,0,.16),transparent 34%),linear-gradient(145deg,#130204,#050505 58%,#0d0002);border:1px solid rgba(255,215,0,.55);box-shadow:0 18px 50px rgba(0,0,0,.35);font-family:Arial,Helvetica,sans-serif}
#rtp-live-dashboard *{box-sizing:border-box}
.rtp-dashboard-head{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}
.rtp-kicker{font-size:11px;letter-spacing:2px;color:#ffd34d;font-weight:800;margin-bottom:7px}
#rtp-dashboard-title{margin:0;color:#fff;font-size:25px;line-height:1.25}
.rtp-subtitle{margin:8px 0 0;color:#aaa;font-size:13px;line-height:1.55}
.rtp-clock-box{min-width:185px;text-align:right;padding:10px 12px;border:1px solid rgba(255,215,0,.22);background:rgba(255,255,255,.035);border-radius:12px;font-size:11px;color:#aaa}
.rtp-clock-box strong{display:block;margin-top:5px;color:#fff;font-size:12px}
.rtp-live-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#18e878;box-shadow:0 0 10px rgba(24,232,120,.8);margin-right:5px}
.rtp-notice{margin:18px 0;padding:12px 14px;border-radius:10px;background:rgba(255,194,0,.07);border:1px solid rgba(255,194,0,.22);color:#cfcfcf;font-size:12px;line-height:1.6}
.rtp-notice strong{color:#ffd34d}.rtp-notice b{color:#fff}
.rtp-toolbar{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap;margin:18px 0}
.rtp-search-wrap{display:flex;align-items:center;gap:8px;flex:1;min-width:220px;border:1px solid rgba(255,255,255,.12);background:#0b0b0b;border-radius:10px;padding:0 12px;color:#888}
.rtp-search-wrap input{width:100%;border:0;outline:0;background:transparent;color:#fff;padding:12px 0;font-size:13px}.rtp-search-wrap input::placeholder{color:#777}
.rtp-provider-tabs{display:flex;gap:6px;flex-wrap:wrap}
.rtp-provider-tabs button{border:1px solid rgba(255,255,255,.13);background:#101010;color:#aaa;border-radius:9px;padding:10px 12px;font-size:10px;font-weight:800;letter-spacing:.3px;cursor:pointer}
.rtp-provider-tabs button span{opacity:.65;margin-left:3px}
.rtp-provider-tabs button:hover,.rtp-provider-tabs button.is-active{color:#fff;border-color:#e00000;background:#8d0000;box-shadow:0 4px 14px rgba(224,0,0,.18)}
.rtp-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.rtp-card{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:14px;background:linear-gradient(180deg,#171717,#0c0c0c);padding:12px;transition:.2s ease}
.rtp-card:hover{transform:translateY(-3px);border-color:rgba(255,215,0,.45);box-shadow:0 12px 28px rgba(0,0,0,.35)}
.rtp-card.pragmatic{border-top:2px solid #e00000}.rtp-card.pgsoft{border-top:2px solid #ffd34d}.rtp-card.habanero{border-top:2px solid #1bd6a1}
.rtp-card-top{display:flex;align-items:center;justify-content:space-between;gap:6px}.rtp-provider-badge{font-size:8px;font-weight:900;letter-spacing:.5px;color:#ddd}
.rtp-status{font-size:8px;color:#78e9ad;white-space:nowrap}.rtp-status i{display:inline-block;width:5px;height:5px;background:#1de487;border-radius:50%;margin-right:3px}
.rtp-card-icon{width:54px;height:54px;margin:13px auto 8px;border-radius:13px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:900;color:#fff;background:linear-gradient(135deg,#410006,#8d0000);border:1px solid rgba(255,215,0,.2)}
.rtp-card.pgsoft .rtp-card-icon{background:linear-gradient(135deg,#3b2b00,#987000)}.rtp-card.habanero .rtp-card-icon{background:linear-gradient(135deg,#003e33,#087b65)}
.rtp-card-main h3{margin:0 0 11px;text-align:center;font-size:13px;line-height:1.3;color:#fff;min-height:34px}
.rtp-value-row{display:flex;align-items:end;justify-content:space-between;gap:8px;color:#8f8f8f;font-size:8px;letter-spacing:.6px}.rtp-value-row strong{font-size:20px;line-height:1;color:#ffd34d;letter-spacing:0}
.rtp-meter{height:5px;background:#242424;border-radius:999px;overflow:hidden;margin:7px 0 8px}.rtp-meter span{display:block;height:100%;background:linear-gradient(90deg,#e00000,#ffd34d);border-radius:999px}
.rtp-card-meta{display:flex;justify-content:space-between;gap:8px;color:#777;font-size:9px}.rtp-card-meta b{color:#bbb}
.rtp-empty{padding:35px;text-align:center;color:#999}.rtp-dashboard-footer{margin-top:18px;padding-top:14px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;color:#777;font-size:10px}
@media(max-width:980px){.rtp-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){#rtp-live-dashboard{margin:24px 10px;padding:16px;border-radius:15px}.rtp-dashboard-head{display:block}.rtp-clock-box{margin-top:15px;text-align:left}#rtp-dashboard-title{font-size:20px}.rtp-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.rtp-provider-tabs{width:100%}.rtp-provider-tabs button{flex:1;padding:9px 6px}}
@media(max-width:430px){.rtp-grid{grid-template-columns:1fr 1fr}.rtp-card{padding:10px}.rtp-card-icon{width:46px;height:46px;margin-top:11px}.rtp-value-row strong{font-size:18px}.rtp-card-main h3{font-size:12px}.rtp-toolbar{display:block}.rtp-search-wrap{margin-bottom:8px}.rtp-provider-tabs{display:grid;grid-template-columns:1fr 1fr}}

.rtp-game-image-wrap{
  width:100%;
  aspect-ratio:16/9;
  margin:10px 0 9px;
  border-radius:11px;
  overflow:hidden;
  background:linear-gradient(135deg,#210005,#090909);
  border:1px solid rgba(255,215,0,.13);
}
.rtp-game-image{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.rtp-game-image-wrap .rtp-card-icon{
  width:100%;
  height:100%;
  margin:0;
  border:0;
  border-radius:0;
}

/* v31: dashboard palette is synchronized with the main PASTIGACOR88 page. */
#rtp-live-dashboard{
  background:
    radial-gradient(circle at 100% 0%,rgba(196,0,24,.22),transparent 34%),
    linear-gradient(145deg,#160006,#070707 58%,#0d0003);
  border-color:rgba(244,197,66,.48);
}
.rtp-kicker,.rtp-value-row strong{color:var(--pc88-gold,#f4c542)}
.rtp-provider-tabs button:hover,.rtp-provider-tabs button.is-active{
  border-color:var(--pc88-red-bright,#ed1730);
  background:linear-gradient(135deg,#7b0010,#c40018);
}
.rtp-card{background:linear-gradient(180deg,#181012,#0c0c0d)}
.rtp-card.pragmatic{border-top-color:var(--pc88-red-bright,#ed1730)}
.rtp-card.pgsoft{border-top-color:var(--pc88-gold,#f4c542)}
.rtp-card.habanero{border-top-color:#20c99a}
.rtp-meter span{background:linear-gradient(90deg,var(--pc88-red,#c40018),var(--pc88-gold,#f4c542))}

/* Provider recommendation tiles: image + logo only, linked to RTP table filters */
.provider-recommendations{
  margin-top:36px;
  padding:24px 0 4px;
  border-top:1px solid rgba(255,255,255,.08);
}
.provider-recommendations h2{margin:0;text-align:center;color:#fff}
.provider-recommendations-intro{
  margin:8px auto 18px;
  max-width:680px;
  text-align:center;
  color:#9f9f9f;
  font-size:13px;
  line-height:1.55;
}
.provider-logo-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  max-width:980px;
  margin:0 auto;
}
.provider-logo-card{
  position:relative;
  display:block;
  padding:0;
  border:1px solid rgba(255,255,255,.11);
  border-radius:16px;
  overflow:hidden;
  background:#090909;
  cursor:pointer;
  box-shadow:0 8px 24px rgba(0,0,0,.18);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.provider-logo-card img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:800/420;
  object-fit:cover;
}
.provider-logo-card:hover,
.provider-logo-card:focus-visible{
  transform:translateY(-3px);
  border-color:rgba(255,215,0,.65);
  box-shadow:0 14px 32px rgba(0,0,0,.32);
  outline:none;
}
.provider-logo-card.is-active{
  border-color:#d40018;
  box-shadow:0 0 0 2px rgba(212,0,24,.2),0 14px 32px rgba(0,0,0,.32);
}
.provider-logo-card.is-active::after{
  content:"";
  position:absolute;
  inset:auto 18px 0;
  height:3px;
  background:#d40018;
  border-radius:3px 3px 0 0;
}
.rtp-noscript{
  margin:12px 0;
  padding:12px 14px;
  border-radius:10px;
  border:1px solid rgba(255,215,0,.2);
  background:rgba(255,215,0,.05);
  color:#cfcfcf;
  font-size:12px;
}
@media (max-width:760px){
  .provider-recommendations{padding-left:12px;padding-right:12px}
  .provider-logo-grid{grid-template-columns:1fr;max-width:520px}
  .provider-logo-card{border-radius:14px}
}
.rtp-review-link{display:inline-block;margin-top:10px;font-size:.78rem;font-weight:800;text-decoration:underline;opacity:.9}.rtp-review-link:hover{opacity:1}


/* v69: hide requested RTP dashboard helper/disclaimer text without changing layout components */
.rtp-dashboard .rtp-subtitle,
.rtp-dashboard .rtp-notice,
.rtp-dashboard .rtp-dashboard-footer > span:not(#rtp3-updated),
.rtp-dashboard .rtp-dashboard-footer #rtp3-updated,
.seo-article .seo-article-note,
.seo-article .seo-article-meta { display:none !important; }
