/* RadyoRulet Default Theme v29 (classic) */
:root{
  --rr-bg:#f8f9fa;
  --rr-surface:#ffffff;
  --rr-text:#212529;
  --rr-muted:#6c757d;
  --rr-border:rgba(0,0,0,.08);
  --rr-radius:14px;
}
body.rr-body{
  background: var(--rr-bg);
  color: var(--rr-text);
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
}

/* Navbar */
.rr-navbar{
  background:#212529!important;
}
.rr-navbar .navbar-brand{ font-weight:800; letter-spacing:.2px; }
.rr-navbar .btn{ border-radius:999px; font-weight:700; }

/* Generic cards (keep Bootstrap feel) */
.rr-card, .rr-side-card{
  background: var(--rr-surface);
  border:1px solid var(--rr-border)!important;
  border-radius: var(--rr-radius)!important;
}
.rr-card{ box-shadow: 0 8px 18px rgba(0,0,0,.06); }
.rr-card:hover{ box-shadow: 0 10px 22px rgba(0,0,0,.08); }
.rr-side-card{ box-shadow: 0 8px 18px rgba(0,0,0,.05); }

.rr-section-title{ font-weight:800; }

/* Hero (simple) */
.rr-hero{ padding:14px 0 4px; }
.rr-hero-card{
  background:#0d6efd;
  color:#fff;
  border-radius:18px;
  padding:16px 16px;
}
.rr-hero-title{ margin:0; font-weight:900; }
.rr-hero-sub{ margin:0; opacity:.92; }

/* Lists */
.rr-list .list-group-item{
  border:1px solid var(--rr-border);
  border-radius: 12px;
  margin-bottom:10px;
  background:#fff;
}
.rr-list .badge{ border-radius:999px; font-weight:800; }

/* Highlight first */
.birinci-sid{
  border:2px solid rgba(255,193,7,.65)!important;
  background: rgba(255,193,7,.10);
}

/* Forms */
.form-control, .form-select{ border-radius:12px; }
.alert{ border-radius: 14px; }

/* Sticky side on desktop */
@media (min-width: 992px){
  .rr-sticky{ position:sticky; top:90px; }
}

/* Footer */
.rr-footer{
  background:#212529;
  color:rgba(255,255,255,.88);
}
.rr-footer a{ color:rgba(255,255,255,.92); }
.rr-footer a:hover{ color:#fff; text-decoration:underline; }
.rr-marquee{ padding:8px 0; font-weight:800; }

/* Top/Bottom nav (profile/send_sid) */
body.rr-has-bottom-nav{ padding-bottom:78px; }
.rr-top-nav{
  position:fixed; top:12px; left:12px; z-index:10000;
  display:flex; gap:8px; align-items:center;
}
.rr-top-nav .btn{ border-radius:999px; font-weight:800; }
@media (max-width: 576px){ .rr-top-nav{ top:8px; left:8px; } }

.rr-bottom-nav{
  position:fixed; left:0; right:0; bottom:0; z-index:9999;
  background:#212529;
  padding:10px 0;
}
.rr-bottom-nav .btn{ border-radius:999px; font-weight:800; }

/* Special CTA button on tag */
.rr-special-btn{
  border:3px solid rgba(33,37,41,.8);
  border-radius:16px;
  font-weight:900;
  background: rgba(255,255,255,.85);
}
.rr-special-btn:hover{ background:#fff; }


/* v32: Toplist kupaları (En Çok SID Gönderen Siteler) */
.rr-trophy{
  width:18px;
  height:18px;
  display:inline-block;
  flex:0 0 auto;
}
.rr-trophy.rr-trophy-gold{ color:#f5c542; }
.rr-trophy.rr-trophy-silver{ color:#cfd7e3; }
.rr-trophy.rr-trophy-bronze{ color:#d28a4a; }
.rr-trophy.rr-trophy-normal{ color:rgba(0,0,0,.55); }
.rr-site-name{ line-height:1.1; }

/* v35: Navbar logo sağ tarafı dinamik alan */
.rr-topbar-slot{
  min-height:34px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  padding:4px 10px;
  align-items:center;

  /* v35-fix: flex taşması olmasın + yazı rengi seçilebilir */
  min-width:0;
  flex:1 1 0;
  max-width:clamp(220px, 55vw, 860px);
  color:var(--rr-topbar-text-color, rgba(255,255,255,.95));
}
.rr-topbar-slot marquee{ width:100%; margin:0; display:block; color:inherit; }
.rr-topbar-slot a{ color:inherit !important; }
.rr-topbar-slot .rr-topbar-label{ font-weight:900; margin-right:10px; opacity:.95; color:var(--rr-topbar-label-color, inherit); }

.rr-topbar-actions{ flex:0 0 auto; }
@media (max-width: 991.98px){
  .rr-topbar-actions{ width:100%; justify-content:flex-end; margin-top:8px; }
}
