
:root{
  --bg1:#dff5ff; --bg2:#a8def8; --bg3:#8fd3f3;
  --card:#ffffff; --text:#0f172a; --muted:#64748b; --line:#dbe4ee;
}
html[data-theme='dark']{
  --bg1:#0b1220; --bg2:#0f172a; --bg3:#162033;
  --card:#111827; --text:#e5e7eb; --muted:#94a3b8; --line:#334155;
}
body{background:linear-gradient(180deg,var(--bg1) 0%,var(--bg2) 55%,var(--bg3) 100%);color:var(--text);}
.topbar{background:rgba(255,255,255,.8);backdrop-filter:blur(8px);border-bottom:3px solid #70c8ee;}
html[data-theme='dark'] .topbar{background:rgba(17,24,39,.92);border-color:#334155;}
.brand-logo{color:#2d9fd9!important}
.panel,.card-soft{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:1rem;box-shadow:0 10px 25px rgba(0,0,0,.08)}
.admin-card{background:linear-gradient(180deg,#1f2937,#111827);color:#fff;border-radius:18px;padding:1rem;box-shadow:0 10px 24px rgba(0,0,0,.2)}
.avatar{width:72px;height:72px;object-fit:cover;border-radius:50%;border:2px solid #d9eef8;background:#fff}
.statbox{background:linear-gradient(180deg,#fff,#eef8fd);border:1px solid #d7edf8;border-radius:16px;padding:1rem;text-align:center}
html[data-theme='dark'] .statbox{background:linear-gradient(180deg,#111827,#0f172a);border-color:#334155}
.banner-preview{max-width:280px;border-radius:14px;border:1px solid rgba(0,0,0,.08);padding:.35rem;background:#fff}
.codebox{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9rem}
.copy-btn{white-space:nowrap}
.table>:not(caption)>*>*{background:transparent!important;color:var(--text)}
.text-muted, small{color:var(--muted)!important}
.vote-tools textarea{min-height:100px}
.vote-tools .form-control[readonly], .vote-tools textarea[readonly]{background:rgba(148,163,184,.08)}


.vote-summary-box{
  background:#f8f9fa;
  border:1px solid #dcdcdc;
  border-radius:10px;
  overflow:hidden;
}
html[data-theme='dark'] .vote-summary-box{
  background:#111827;
  border-color:#334155;
}
.vote-summary-header{
  padding:12px 16px;
  font-size:1.35rem;
  font-weight:600;
  border-bottom:1px solid #dcdcdc;
  background:#f3f3f3;
}
html[data-theme='dark'] .vote-summary-header{
  background:#0f172a;
  border-color:#334155;
}
.vote-summary-stats .stat-item{
  padding:18px 10px;
  text-align:center;
  border-right:1px solid #e5e5e5;
}
html[data-theme='dark'] .vote-summary-stats .stat-item{
  border-right:1px solid #334155;
}
.vote-summary-stats .stat-item:last-child{
  border-right:none;
}
.vote-summary-stats .label{
  color:#666;
  font-size:0.95rem;
  margin-bottom:4px;
}
html[data-theme='dark'] .vote-summary-stats .label{
  color:#94a3b8;
}
.vote-summary-stats .value{
  font-size:1.4rem;
  font-weight:700;
}


.th-style-card{
  background:#f5f5f5;
  border:1px solid #d9d9d9;
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
}
html[data-theme='dark'] .th-style-card{
  background:#111827;
  border-color:#334155;
}
.th-style-header{
  padding:10px 14px;
  border-bottom:1px solid #d9d9d9;
  background:#efefef;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
html[data-theme='dark'] .th-style-header{
  background:#0f172a;
  border-color:#334155;
}
.th-style-title{
  font-size:1.05rem;
  font-weight:600;
}
.th-flag{
  font-size:1rem;
  line-height:1;
}
.th-banner-wrap{
  padding:6px;
  background:#fafafa;
}
html[data-theme='dark'] .th-banner-wrap{
  background:#0b1220;
}
.th-banner{
  min-height:76px;
  border-radius:4px;
  border:1px solid rgba(0,0,0,.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,.45), rgba(255,255,255,.08)),
    linear-gradient(90deg, #84c5f4 0%, #4ba3e2 35%, #5db8ff 65%, #8ed0ff 100%);
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;
  font-weight:700;
  font-size:2rem;
  letter-spacing:.06em;
  text-shadow:0 2px 12px rgba(0,0,0,.25);
  position:relative;
  overflow:hidden;
}
.th-banner::before,
.th-banner::after{
  content:"";
  position:absolute;
  top:-10%;
  width:120px;
  height:120%;
  background:linear-gradient(180deg, rgba(255,255,255,.25), rgba(255,255,255,0));
  transform:skewX(-18deg);
}
.th-banner::before{left:12%;}
.th-banner::after{right:10%;}
.th-stats-row{
  border-top:1px solid #d9d9d9;
}
html[data-theme='dark'] .th-stats-row{
  border-color:#334155;
}
.th-stat{
  padding:14px 10px;
  text-align:center;
  border-right:1px solid #e3e3e3;
}
html[data-theme='dark'] .th-stat{
  border-color:#334155;
}
.th-stat:last-child{
  border-right:none;
}
.th-stat-label{
  color:#6b7280;
  font-size:.98rem;
  margin-bottom:3px;
}
html[data-theme='dark'] .th-stat-label{
  color:#94a3b8;
}
.th-stat-value{
  font-size:1.5rem;
  font-weight:700;
}
@media (max-width: 767.98px){
  .th-stat{
    border-right:none;
    border-bottom:1px solid #e3e3e3;
  }
  html[data-theme='dark'] .th-stat{
    border-color:#334155;
  }
  .th-stat:last-child{
    border-bottom:none;
  }
  .th-banner{
    font-size:1.35rem;
    min-height:64px;
  }
}


.tt-page-grid{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:22px;align-items:start}
@media (max-width: 991.98px){.tt-page-grid{grid-template-columns:1fr}}
.tt-card{background:#f3f3f3;border:1px solid #d8d8d8;border-radius:6px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.05)}
html[data-theme='dark'] .tt-card{background:#111827;border-color:#334155}
.tt-card-head{padding:10px 14px;border-bottom:1px solid #d8d8d8;background:#f7f7f7;display:flex;justify-content:space-between;align-items:center}
html[data-theme='dark'] .tt-card-head{background:#0f172a;border-color:#334155}
.tt-card-title{font-size:1.05rem;font-weight:600}
.tt-banner-area{padding:6px;background:#f9f9f9}
html[data-theme='dark'] .tt-banner-area{background:#0b1220}
.tt-banner-img,.tt-banner-fallback{width:100%;min-height:72px;border-radius:4px;border:1px solid rgba(0,0,0,.08)}
.tt-banner-fallback{display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,#7cc1f4,#3a92d8,#71c1ff);color:#fff;font-weight:700;letter-spacing:.08em;text-shadow:0 2px 12px rgba(0,0,0,.25);font-size:1.8rem}
.tt-stats{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #d8d8d8}
@media (max-width: 767.98px){.tt-stats{grid-template-columns:repeat(2,1fr)}}
.tt-stat{padding:14px 10px;text-align:center;border-right:1px solid #e4e4e4}
.tt-stat:nth-child(4n){border-right:none}
@media (max-width: 767.98px){.tt-stat:nth-child(2n){border-right:none}}
html[data-theme='dark'] .tt-stat{border-color:#334155}
.tt-stat-label{font-size:.95rem;color:#6b7280}
html[data-theme='dark'] .tt-stat-label{color:#94a3b8}
.tt-stat-value{font-size:1.35rem;font-weight:700;margin-top:2px}
.tt-top-link{display:block;text-align:center;padding:10px 12px;background:#fff;border:1px solid #d8d8d8;border-radius:6px;text-decoration:none}
html[data-theme='dark'] .tt-top-link{background:#111827;border-color:#334155}
.tt-graph-wrap{padding:16px}
.tt-side-box{padding:0}
.tt-side-body{padding:18px}
.tt-telegram-icon{width:84px;height:84px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;background:#1d9bf0;color:#fff;font-size:2rem;font-weight:700}
.tt-reset-time{font-size:1.4rem;font-weight:700}
.tt-muted-time{color:#cbd5e1}


body{
  background:
    radial-gradient(circle at 8% 94%, rgba(74,170,220,.42) 0 14%, transparent 14.2%),
    radial-gradient(circle at 22% 99%, rgba(74,170,220,.28) 0 12%, transparent 12.2%),
    radial-gradient(circle at 64% 100%, rgba(74,170,220,.26) 0 18%, transparent 18.2%),
    linear-gradient(180deg,#bfe8fb 0%,#a6ddf8 36%,#9ed8f5 100%);
  background-attachment: fixed;
}
html[data-theme='dark'] body{background:linear-gradient(180deg,#0b1220 0%,#0f172a 100%);}

.topbar{
  min-height:37px;
  background:#f7f7f7;
  border-bottom:2px solid #5bc4f3;
  box-shadow:none;
}
.navbar-brand.brand-logo{
  font-size:.95rem;
  font-weight:600;
  color:#84d1f7 !important;
}
.topbar .nav-link{
  font-size:.86rem;
  color:#4b5563;
  padding:.42rem .72rem;
}

.tt-page-grid{display:grid;grid-template-columns:minmax(0,908px) 288px;gap:22px;justify-content:center}
@media (max-width:1300px){.tt-page-grid{grid-template-columns:minmax(0,1fr) 288px}}
@media (max-width:991.98px){.tt-page-grid{grid-template-columns:1fr}}

.tt-top-link{
  max-width:1220px;
  margin:0 auto 14px auto;
  background:#f7f7f7;
  border:1px solid #d6d6d6;
  border-radius:5px;
  color:#2563eb;
  font-size:.88rem;
  padding:8px 10px;
}

.tt-card,.panel,.card-soft{
  background:#f3f3f3;
  border:1px solid #d7d7d7;
  border-radius:4px;
  box-shadow:none;
}
html[data-theme='dark'] .tt-card,
html[data-theme='dark'] .panel,
html[data-theme='dark'] .card-soft{
  background:#111827;
  border-color:#334155;
}
.tt-card-head{
  padding:9px 12px;
  background:#f3f3f3;
  border-bottom:1px solid #d7d7d7;
}
html[data-theme='dark'] .tt-card-head{background:#0f172a;border-color:#334155}
.tt-card-title{font-size:1.05rem;font-weight:500;color:#333}
html[data-theme='dark'] .tt-card-title{color:#e5e7eb}
.tt-banner-area{padding:6px;background:#f3f3f3}
.tt-banner-img,.tt-banner-fallback{width:100%;min-height:71px;border-radius:2px}
.tt-banner-fallback{
  display:flex;align-items:center;justify-content:center;
  font-size:1.65rem;font-weight:700;letter-spacing:.08em;color:#fff;
  background:linear-gradient(180deg,#8cccf7 0%,#52aee6 100%);
}
.tt-stats{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #d7d7d7}
@media (max-width:767.98px){.tt-stats{grid-template-columns:repeat(2,1fr)}}
.tt-stat{padding:13px 6px 12px;text-align:center;border-right:1px solid #e4e4e4}
.tt-stat:last-child{border-right:none}
html[data-theme='dark'] .tt-stat{border-color:#334155}
.tt-stat-label{font-size:.92rem;color:#555}
html[data-theme='dark'] .tt-stat-label{color:#94a3b8}
.tt-stat-value{font-size:1.18rem;font-weight:500;color:#2d3748}
html[data-theme='dark'] .tt-stat-value{color:#e5e7eb}

.panel{padding:0}
.panel > h3,.panel > .h5,.panel > .h4{
  margin:0;padding:10px 14px;border-bottom:1px solid #d7d7d7;font-weight:500;background:transparent
}
.panel > .d-flex,.panel > p,.panel > form,.panel > .table-responsive,.panel > .tt-graph-wrap,.panel > .text-muted{
  padding-left:14px;padding-right:14px
}
.panel > .d-flex:first-child{padding-top:10px;padding-bottom:10px}
.panel > p{padding-top:12px}
.panel form{padding-bottom:14px}
.panel .table{margin-bottom:0}
.panel .table thead th{font-weight:500;font-size:.9rem;color:#555;border-bottom:1px solid #d7d7d7}
.panel .table td{font-size:.9rem;padding:.7rem .4rem}
.tt-graph-wrap{padding:14px 14px 10px !important}
.tt-side-body{padding:20px 18px}
.tt-telegram-icon{width:78px;height:78px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;background:#249de6;color:#fff;font-size:2rem;font-weight:700}
.tt-reset-time{font-size:1.2rem;font-weight:500}


/* V10.5.2 ultra exact refinements */
.topbar{
  min-height:36px;
  border-bottom:2px solid #58c3f2;
}
.topbar .container{
  max-width:1720px;
}
.navbar-brand.brand-logo{
  font-size:.94rem;
  letter-spacing:0;
  margin-right:1.25rem;
}
.topbar .nav-link{
  font-size:.84rem;
  padding:.38rem .68rem;
}
.topbar .btn.btn-sm{
  padding:.18rem .45rem;
  font-size:.75rem;
}

.tt-top-link{
  max-width:1218px;
  margin:0 auto 15px auto;
  padding:7px 10px;
  border-radius:4px;
  font-size:.87rem;
}

.tt-page-grid{
  grid-template-columns:908px 288px;
  gap:23px;
  max-width:1219px;
  margin:0 auto;
}
@media (max-width:1300px){
  .tt-page-grid{grid-template-columns:minmax(0,1fr) 288px;max-width:1219px}
}
@media (max-width:991.98px){
  .tt-page-grid{grid-template-columns:1fr;max-width:100%}
}

.tt-card,.panel,.card-soft{
  border-radius:3px;
}
.tt-card-head{
  padding:8px 13px;
}
.tt-card-title{
  font-size:1.02rem;
  font-weight:500;
}
.tt-banner-area{
  padding:5px;
}
.tt-banner-img,.tt-banner-fallback{
  min-height:70px;
  border-radius:2px;
}
.tt-stats{
  grid-template-columns:repeat(4,1fr);
}
.tt-stat{
  padding:12px 8px 11px;
}
.tt-stat-label{
  font-size:.91rem;
}
.tt-stat-value{
  font-size:1.08rem;
  font-weight:500;
}

.panel > h3,.panel > .h5,.panel > .h4{
  padding:9px 13px;
  font-size:1rem;
}
.panel > .d-flex,.panel > p,.panel > form,.panel > .table-responsive,.panel > .tt-graph-wrap,.panel > .text-muted{
  padding-left:13px;
  padding-right:13px;
}
.panel > .d-flex:first-child{
  padding-top:9px;
  padding-bottom:9px;
}
.panel > p{
  padding-top:11px;
  padding-bottom:2px;
}
.panel .table thead th{
  font-size:.88rem;
}
.panel .table td{
  font-size:.88rem;
  padding:.62rem .38rem;
}

.tt-graph-wrap{
  padding:12px 13px 10px !important;
}
.tt-side-body{
  padding:18px 16px;
}
.tt-telegram-icon{
  width:74px;
  height:74px;
  font-size:1.9rem;
  margin-bottom:11px;
}
.tt-reset-time{
  font-size:1.1rem;
}

.btn.btn-sm{
  border-radius:4px;
}


.vote-site-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}
@media (max-width: 767.98px){
  .vote-site-grid{grid-template-columns:1fr}
}
.vote-site-card{
  background:#f3f3f3;
  border:1px solid #d7d7d7;
  border-radius:4px;
  overflow:hidden;
}
html[data-theme='dark'] .vote-site-card{
  background:#111827;
  border-color:#334155;
}
.vote-site-card-head{
  padding:9px 12px;
  border-bottom:1px solid #d7d7d7;
  background:#f3f3f3;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
html[data-theme='dark'] .vote-site-card-head{
  background:#0f172a;
  border-color:#334155;
}
.vote-site-title{
  font-size:1rem;
  font-weight:500;
}
.vote-site-banner{
  display:block;
  width:100%;
  min-height:70px;
  object-fit:cover;
  background:#cfefff;
}
.vote-site-banner-fallback{
  min-height:70px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.35rem;
  font-weight:700;
  color:#fff;
  background:linear-gradient(180deg,#8cccf7 0%,#52aee6 100%);
}
.vote-site-body{
  padding:12px;
}
.vote-site-url{
  font-size:.84rem;
  color:#666;
  word-break:break-all;
}
html[data-theme='dark'] .vote-site-url{
  color:#94a3b8;
}
.vote-site-stats{
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
  margin-top:10px;
  margin-bottom:12px;
}
.vote-site-stat{
  border:1px solid #ddd;
  border-radius:4px;
  padding:8px;
  text-align:center;
  background:#fafafa;
}
html[data-theme='dark'] .vote-site-stat{
  background:#111827;
  border-color:#334155;
}
.vote-site-stat-label{
  font-size:.8rem;
  color:#666;
}
html[data-theme='dark'] .vote-site-stat-label{
  color:#94a3b8;
}
.vote-site-stat-value{
  font-size:1.05rem;
  font-weight:600;
}


.vote-site-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}
.vote-site-linkwrap{
  display:block;
  text-decoration:none;
  color:inherit;
}
.vote-site-linkwrap:hover{
  text-decoration:none;
  color:inherit;
}
.vote-site-card{
  transition:transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.vote-site-card:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 18px rgba(0,0,0,.08);
  border-color:#8cccf7;
}
html[data-theme='dark'] .vote-site-card:hover{
  border-color:#60a5fa;
}


/* V10.6.6 full stats fix */
.vote-site-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  border-top:1px solid #ddd;
  margin-top:12px;
  margin-bottom:12px;
}
.vote-site-stat{
  border-right:1px solid #ddd;
  border-bottom:none;
  border-radius:0;
  padding:12px 6px;
  background:#f9f9f9;
  text-align:center;
}
.vote-site-stat:last-child{
  border-right:none;
}
.vote-site-stat-label{
  font-size:.86rem;
  color:#666;
  margin-bottom:3px;
}
.vote-site-stat-value{
  font-size:1.12rem;
  font-weight:700;
}
html[data-theme='dark'] .vote-site-stats{
  border-color:#334155;
}
html[data-theme='dark'] .vote-site-stat{
  background:#111827;
  border-color:#334155;
}
html[data-theme='dark'] .vote-site-stat-label{
  color:#94a3b8;
}
@media (max-width: 767.98px){
  .vote-site-stats{
    grid-template-columns:repeat(2,1fr);
  }
  .vote-site-stat:nth-child(2n){
    border-right:none;
  }
}



/* RadioTop100 theme pack */
:root{
  --rt-blue-1:#eaf8ff;
  --rt-blue-2:#cfeeff;
  --rt-blue-3:#9dd9fb;
  --rt-blue-4:#2aa8f2;
  --rt-blue-5:#0c5fdb;
  --rt-blue-6:#083b8f;
  --rt-card:#f5f8fb;
  --rt-line:#c9dceb;
  --rt-text:#1f2937;
  --rt-muted:#5f7287;
  --rt-btn:#1f6feb;
  --rt-btn-hover:#1558ba;
}
html[data-theme='dark']{
  --rt-card:#101827;
  --rt-line:#2d3c52;
  --rt-text:#e5eef9;
  --rt-muted:#9db2c9;
  --rt-btn:#2b86ff;
  --rt-btn-hover:#5a9cff;
}
body{
  color:var(--rt-text);
  background:
    radial-gradient(circle at 10% 92%, rgba(74,170,220,.34) 0 14%, transparent 14.2%),
    radial-gradient(circle at 22% 99%, rgba(74,170,220,.24) 0 12%, transparent 12.2%),
    radial-gradient(circle at 70% 100%, rgba(74,170,220,.22) 0 20%, transparent 20.2%),
    linear-gradient(180deg,var(--rt-blue-2) 0%, var(--rt-blue-3) 55%, #8ecff3 100%);
}
html[data-theme='dark'] body{
  background:linear-gradient(180deg,#0b1220 0%,#0f172a 100%);
}
.topbar{
  background:linear-gradient(180deg,#f9fdff 0%, #edf8ff 100%);
  border-bottom:2px solid var(--rt-blue-4);
  box-shadow:0 2px 10px rgba(12,95,219,.06);
}
html[data-theme='dark'] .topbar{
  background:linear-gradient(180deg,#101827 0%, #0f172a 100%);
  border-bottom-color:#1c73e8;
}
.navbar-brand.brand-logo{
  color:var(--rt-blue-4) !important;
  font-weight:800;
  letter-spacing:.2px;
}
.topbar .nav-link{
  color:var(--rt-text);
}
html[data-theme='dark'] .topbar .nav-link{
  color:var(--rt-text);
}
.tt-card,.panel,.card-soft,.vote-site-card,.th-style-card,.vote-summary-box{
  background:var(--rt-card);
  border:1px solid var(--rt-line);
  box-shadow:0 8px 24px rgba(12,95,219,.05);
}
.tt-card-head,.panel > h3,.panel > .h5,.panel > .h4,.th-style-header,.vote-summary-header,.vote-site-card-head{
  background:linear-gradient(180deg,#fbfdff 0%, #edf5fb 100%);
  border-bottom:1px solid var(--rt-line);
}
html[data-theme='dark'] .tt-card-head,
html[data-theme='dark'] .panel > h3,
html[data-theme='dark'] .panel > .h5,
html[data-theme='dark'] .panel > .h4,
html[data-theme='dark'] .th-style-header,
html[data-theme='dark'] .vote-summary-header,
html[data-theme='dark'] .vote-site-card-head{
  background:linear-gradient(180deg,#142033 0%, #101827 100%);
}
.tt-card-title,.vote-site-title,.th-style-title,.vote-summary-header{
  color:var(--rt-text);
}
.tt-banner-fallback,.th-banner,.vote-site-banner-fallback{
  background:
    linear-gradient(180deg, rgba(255,255,255,.35), rgba(255,255,255,.06)),
    linear-gradient(135deg, #37b3ff 0%, #1c7deb 48%, #0c5fdb 100%);
  color:#fff;
  text-shadow:0 2px 12px rgba(0,0,0,.22);
}
.btn-primary,.btn.btn-primary{
  background:linear-gradient(180deg,var(--rt-btn) 0%, var(--rt-blue-5) 100%);
  border-color:var(--rt-blue-5);
}
.btn-primary:hover,.btn.btn-primary:hover{
  background:linear-gradient(180deg,var(--rt-btn-hover) 0%, var(--rt-blue-6) 100%);
  border-color:var(--rt-blue-6);
}
.btn-outline-primary{
  color:var(--rt-blue-5);
  border-color:#8ec5ff;
  background:#f8fbff;
}
.btn-outline-primary:hover{
  color:#fff;
  background:var(--rt-blue-5);
  border-color:var(--rt-blue-5);
}
.vote-site-linkwrap{
  display:block;
  text-decoration:none;
  color:inherit;
}
.vote-site-linkwrap:hover{
  text-decoration:none;
  color:inherit;
}
.vote-site-card{
  transition:transform .14s ease, box-shadow .14s ease, border-color .14s ease;
}
.vote-site-card:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(12,95,219,.12);
  border-color:#8ec5ff;
}
.vote-site-url,.text-muted,small{
  color:var(--rt-muted) !important;
}
.vote-site-stats,.tt-stats,.th-stats-row,.vote-summary-stats{
  border-top:1px solid var(--rt-line);
}
.vote-site-stat,.tt-stat,.th-stat,.vote-summary-stats .stat-item{
  background:rgba(255,255,255,.36);
  border-right:1px solid var(--rt-line);
}
html[data-theme='dark'] .vote-site-stat,
html[data-theme='dark'] .tt-stat,
html[data-theme='dark'] .th-stat,
html[data-theme='dark'] .vote-summary-stats .stat-item{
  background:rgba(255,255,255,.02);
}
.vote-site-stat-label,.tt-stat-label,.th-stat-label,.vote-summary-stats .label{
  color:var(--rt-muted);
}
footer{
  color:#53708e;
}
.brand-preview{
  max-height:64px;
  max-width:260px;
  object-fit:contain;
}


/* RadioTop100 background */
body{
  background:
    linear-gradient(rgba(255,255,255,0.15), rgba(255,255,255,0.15)),
    url('../img/radiotop100-background.png') no-repeat center top fixed;
  background-size: cover;
}


/* Chat role colors */
.role-admin{color:#e11d48 !important;}
.role-moderator{color:#7c3aed !important;}
.role-user{color:#0c5fdb !important;}


/* V11.5 DESIGN PRO */
.vote-site-grid{
  display:flex !important;
  flex-direction:column;
  gap:22px;
}
.vote-site-linkwrap{
  display:block;
  text-decoration:none;
  color:inherit;
}
.vote-site-linkwrap:hover{
  text-decoration:none;
  color:inherit;
}
.vote-site-card{
  border-radius:16px !important;
  overflow:hidden;
  border:1px solid rgba(12,95,219,.14) !important;
  box-shadow:0 10px 28px rgba(12,95,219,.08) !important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  background:rgba(255,255,255,.78) !important;
  backdrop-filter: blur(6px);
}
.vote-site-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(12,95,219,.14) !important;
  border-color:rgba(12,95,219,.32) !important;
}
.vote-site-card.top-of-day{
  border:2px solid #0c5fdb !important;
  box-shadow:0 20px 48px rgba(12,95,219,.18) !important;
  position:relative;
}
.vote-site-card-head{
  padding:14px 16px !important;
  background:linear-gradient(180deg,#fafdff 0%,#edf7ff 100%) !important;
}
.vote-site-title{
  font-size:1.15rem !important;
  font-weight:800 !important;
  letter-spacing:.1px;
}
.vote-site-banner{
  width:100%;
  min-height:180px;
  max-height:220px;
  object-fit:cover;
  display:block;
}
.vote-site-banner-fallback{
  min-height:180px !important;
  font-size:2rem !important;
}
.vote-site-url{
  font-size:.92rem !important;
  margin-bottom:14px;
}
.vote-site-body{
  padding:14px 16px 16px !important;
}
.vote-site-stats{
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:12px !important;
  border-top:none !important;
  margin-top:0 !important;
  margin-bottom:16px !important;
}
.vote-site-stat{
  background:#f8fbff !important;
  border:1px solid #dcecff !important;
  border-radius:12px !important;
  padding:12px 8px !important;
  text-align:center;
}
.vote-site-stat-label{
  font-size:12px !important;
  color:#6b7280 !important;
  margin-bottom:4px;
}
.vote-site-stat-value{
  font-size:20px !important;
  font-weight:800 !important;
  color:#0c5fdb !important;
}
.vote-site-cta{
  border-radius:12px !important;
  font-weight:700 !important;
  padding:12px 14px !important;
  background:linear-gradient(135deg,#0c5fdb,#1e90ff) !important;
  border:none !important;
  box-shadow:0 8px 20px rgba(30,144,255,.22);
}
.vote-site-cta:hover{
  background:linear-gradient(135deg,#094bb5,#187bdb) !important;
}
.badge-topday{
  display:inline-flex;
  align-items:center;
  gap:6px;
  background:linear-gradient(135deg,#0c5fdb,#1e90ff);
  color:#fff;
  border-radius:999px;
  padding:8px 12px;
  font-size:.82rem;
  font-weight:800;
  box-shadow:0 8px 18px rgba(12,95,219,.18);
}
.badge-topday .star{
  font-size:.95rem;
}
.topday-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:12px;
}
.topday-votes{
  color:#0c5fdb;
  font-weight:700;
}
.panel{
  border-radius:18px !important;
}
.panel > .d-flex:first-child{
  padding-top:14px !important;
  padding-bottom:14px !important;
}
.panel .h5{
  font-weight:800 !important;
}
@media (max-width: 991.98px){
  .vote-site-stats{
    grid-template-columns:repeat(2,1fr) !important;
  }
  .vote-site-banner{
    min-height:140px;
    max-height:180px;
  }
}
