/* ============ THEME TOKENS ============ */
:root {
  --background: linear-gradient(180deg, #FEFEFE 0%, #F0F0F5 100%);
  --foreground: #050505;
  --card: #fbfbfb;
  --card-fg: #2b211b;
  --primary: #050505;
  --primary-fg: #f7f1e6;
  --muted: #ebe6dd;
  --muted-fg: #1a150e;
  --accent: #f7e7c9;
  --border: #e7e7e7;
  --live: #c4432f;
  --gold: #3f89c5fa;
  --sidebar: linear-gradient(180deg, #FEFEFE 0%, #F0F0F5 100%);
  --sidebar-fg: #7f6f6f;
  --sidebar-active: #eae5dd;
  --sidebar-accent: #40342a;
  --radius: 14px;
  --single-hero-bg: radial-gradient(circle,rgba(153, 153, 153, 1) 0%, rgba(247, 240, 240, 1) 87%);
  --single-hero-bg2: linear-gradient(135deg, color-mix(in srgb, var(--sidebar) 95%, #000), color-mix(in srgb, var(--sidebar-accent) 90%, #dbc5b5));
  color-scheme: light;
}
html.dark {
  --background: #050505;
  --foreground: #ece3d3;
  --card: linear-gradient(90deg, #080d0f 0%, #11181c 50%, #1f292e 100%);
  --card-fg: #ece3d3;
  --primary: #ff7a18;
  --primary-2: #ff9e44;
  --primary-glow: rgba(255, 122, 24, 0.45);
  --primary-fg: #1c1610;
  --muted: linear-gradient(to left, #434343, #000000);
  --muted-fg: #f2f2f4;
  --field-bg: linear-gradient(90deg, #080d0f 0%, #06131a 50%, #17272e 100%);
  --accent: #3a2f24;
  --border: #262629;
  --live: #d4553f;
  --gold: #ff7a18;
  --pill-live-bg: linear-gradient(90deg, #020507 0%, #0d1c24 50%, #021016 100%) transparent;
  --rp-hstry-bg: linear-gradient(90deg, #53707b 0%, #0d1c24 50%, #111b20 100%) transparent;
  --sidebar: linear-gradient(90deg, #080d0f 0%, #11181c 50%, #1f292e 100%);
  --sidebar-fg: #d9cebb;
  --sidebar-accent: linear-gradient(90deg, #364950 0%, #1d3847 50%, #1f292e 100%);
  --single-hero-bg: linear-gradient(135deg, color-mix(in srgb, var(--sidebar) 95%, #000), color-mix(in srgb, var(--sidebar-accent) 90%, #dbc5b5));
  --single-hero-bg2: linear-gradient(135deg, color-mix(in srgb, var(--sidebar) 95%, #000), color-mix(in srgb, var(--sidebar-accent) 90%, #dbc5b5));

  /* Neumorphism (Soft UI) tokens - dark base + orange accent */
  --neu-bg: #0a0a0b;
  --neu-light: rgba(255, 255, 255, 0.035);
  --neu-dark: rgba(0, 0, 0, 0.65);
  --neu-out: 6px 6px 16px var(--neu-dark), -5px -5px 14px var(--neu-light);
  --neu-out-lg: 10px 10px 26px var(--neu-dark), -8px -8px 22px var(--neu-light);
  --neu-out-sm: 4px 4px 10px var(--neu-dark), -3px -3px 9px var(--neu-light);
  --neu-in: inset 4px 4px 10px var(--neu-dark), inset -4px -4px 10px var(--neu-light);
  --neu-in-sm: inset 2px 2px 6px var(--neu-dark), inset -2px -2px 6px var(--neu-light);

  color-scheme: dark;
}

/* ============ RESET ============ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { overflow: hidden; height: 100%; }
body { height: 100%; overflow: hidden; }
body {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  background: var(--background);
  color: var(--foreground);
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  user-select: none;
}
h1, h2, h3, .serif { font-family: 'Inter', 'Playfair Display', Georgia, serif; }
ul { list-style: none; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
img { display: block; max-width: 100%; height: auto; }

/* ============ SCROLLBAR ============ */
.scroll-slim { scrollbar-width: thin; scrollbar-color: var(--gold) transparent; overflow-y: auto; }
.scroll-slim::-webkit-scrollbar { width: 6px; height: 6px; }
.scroll-slim::-webkit-scrollbar-thumb { background: color-mix(in srgb, var(--gold) 55%, transparent); border-radius: 999px; }
.scroll-slim::-webkit-scrollbar-track { background: transparent; }

/* ============ LAYOUT ============ */
html, body {
  width: 100%;
  min-width: 0;
}
body { min-height: 100%; overflow: hidden; }
.app { display: flex; height: 100dvh; height: 100dvh; overflow: hidden; position: relative; width: 100%; max-width: 100vw; min-width: 0; }

body.radio-page { overflow: hidden; }


/* ---- Sidebar ---- */
.sidebar {
  width: 250px; flex-shrink: 0;
  background: var(--sidebar); color: var(--sidebar-fg);
  display: flex; flex-direction: column; padding: 20px 16px; gap: 18px;
  overflow-y: auto;
  z-index: 100;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.brand { display: flex; align-items: center; gap: 12px; padding: 0 4px; }
.brand .mic {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--gold); color: var(--sidebar);
  display: grid; place-items: center; flex-shrink: 0;
}
.brand .mic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.brand h1 { font-size: 20px; letter-spacing: .5px; color: #f2e9d8; }
.brand p { font-size: 11px; font-style: italic; }

.nav { display: flex; flex-direction: column; gap: var(--ferah-nav-gap, 4px); }
.nav a {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 12px; border-radius: 10px; font-size: var(--ferah-nav-font-size, 14px);
  font-family: var(--ferah-nav-font-family, inherit);
  color: var(--sidebar-fg); transition: background .15s;
}
.nav a:hover { background: var(--sidebar-accent); }
.nav a.active { background: var(--gold); color: var(--sidebar); font-weight: 600; }
.nav a.active svg { color: var(--sidebar); }
.nav svg { color: var(--gold); flex-shrink: 0; }

.now-mini {
  margin-top: auto; background: var(--sidebar-accent);
  border-radius: 12px; padding: 14px;
}
.now-mini .lbl { font-size: 10px; letter-spacing: 1px; color: var(--gold); margin-bottom: 10px; }
.now-mini .row { display: flex; align-items: center; gap: 10px; }
.now-mini .cover { width: 40px; height: 40px; border-radius: 8px; object-fit: cover; }
.now-mini .t { font-weight: 600; font-size: 13px; color: #f2e9d8; }
.now-mini .a { font-size: 11px; color: var(--muted-fg); }
.now-mini .badge { display: inline-block; margin-top: 10px; font-size: 10px; background: var(--gold); color: var(--sidebar); padding: 2px 8px; border-radius: 6px; }
.eq { display: inline-flex; gap: 2px; height: 18px; align-items: flex-end; margin-left: 8px; vertical-align: middle; }
.eq span { width: 2px; background: var(--sidebar); border-radius: 2px; animation: eq 1s ease-in-out infinite; }
@keyframes eq { 0%,100% { height: 30%; } 50% { height: 100%; } }

.socials { display: flex; gap: 8px; }
.socials a {
  width: 34px; height: 34px; border-radius: 8px;
  background: var(--sidebar-accent); display: grid; place-items: center;
  color: var(--sidebar-fg); transition: background .15s;
}
.socials a:hover { background: var(--gold); color: var(--sidebar); }

/* ---- Main column ---- */
.main-col { flex: 1; display: flex; flex-direction: column; min-width: 0; min-height: 0; overflow-x: hidden; position: relative; }

/* ---- Header ---- */
header {
  display: flex; align-items: center; gap: 18px;
  padding: 12px 20px; background: var(--card);
  border-bottom: 1px solid var(--border);
}
.mobile-menu-btn {
  display: none; width: 38px; height: 38px; border-radius: 10px;
  background: var(--muted); place-items: center; color: var(--foreground);
  flex-shrink: 0;
}
.pill-live {
  display: flex; align-items: center; gap: 8px;
  background: var(----pill-live-bg);
  color: var(--live); font-size: 12px; font-weight: 700;
  padding: 6px 12px; border-radius: 999px; white-space: nowrap; flex-shrink: 0;
}
.pill-icon { line-height: 1; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--live); animation: pulse 1.5s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .3; } }
.header-sub { font-size: 13px; color: var(--muted-fg); white-space: nowrap; }
.header-cta { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.header-cta--desktop { display: flex; }
.header-cta__btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 36px; padding: 0 14px; border-radius: 999px;
  border: 1px solid var(--border); background: var(--muted);
  color: var(--foreground); font-size: 12px; font-weight: 700; white-space: nowrap;
}
.header-cta__btn:hover { background: var(--accent); }
.header-cta__btn--primary { background: var(--primary); border-color: var(--primary); color: var(--primary-fg); }
.header-cta__btn--primary:hover { opacity: .92; }
.player-mobile-cta {
  display: none;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header-search { flex: 1; position: relative; width: 100%; min-width: 0; max-width: none; display: none; }
.header-search input {
  width: 100%; background: var(--muted); border: 1px solid var(--border);
  border-radius: 999px; padding: 9px 16px 9px 40px; font-size: 13px; color: var(--foreground);
}
.header-search input:focus { outline: 2px solid var(--gold); outline-offset: -1px; }
.header-search svg { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--muted-fg); }
.clock { text-align: center; margin-left: auto; flex-shrink: 0; }
.clock .t { font-weight: 700; font-size: 15px; }
.clock .d { font-size: 11px; color: var(--muted-fg); }
.ico-btn { position: relative; width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; color: var(--muted-fg); flex-shrink: 0; text-decoration: none; border: 0; background: transparent; }
.ico-btn:hover { background: var(--muted); color: var(--foreground); }
.ico-btn .count { position: absolute; top: 2px; right: 2px; background: var(--live); color: #fff; font-size: 9px; width: 15px; height: 15px; border-radius: 50%; display: grid; place-items: center; }
.ico-btn--dashboard { background: color-mix(in srgb, var(--primary) 14%, transparent); color: var(--primary); }
.ico-btn--dashboard:hover { background: color-mix(in srgb, var(--primary) 22%, transparent); color: var(--primary); }
.profile { display: flex; align-items: center; gap: 10px; padding: 4px 10px 4px 4px; border-radius: 999px; background: var(--muted); flex-shrink: 1; min-width: 0; max-width: 180px; position: relative; cursor: pointer; }
.profile img { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; }
.profile > div { min-width: 0; }
.profile .n { font-size: 13px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.profile .r { font-size: 10px; color: var(--muted-fg); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.profile svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .profile svg { display: none; 
  }
}
.notification, .profile { position: relative; }
.notification { margin-right: 6px; }
.notification-menu, .profile-menu { position: absolute; top: calc(100% + 8px); right: 0; width: min(320px, 100vw); padding: 10px; border-radius: 18px; background: var(--card); border: 1px solid var(--border); box-shadow: 0 18px 40px rgba(0,0,0,.12); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; z-index: 20; pointer-events: none; }
.notification.open .notification-menu,
.profile.open .profile-menu { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; display:block; }
.notification-menu__head,
.profile-menu__head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 10px; }
.notification-menu__title,
.profile-menu__title { font-size: 13px; font-weight: 700; color: var(--foreground); }
.notification-menu__badge,
.profile-menu__badge { display: inline-flex; align-items: center; justify-content: center; min-width: 26px; height: 26px; font-size: 11px; font-weight: 700; color: #fff; background: var(--live); border-radius: 999px; padding: 0 8px; }
.notification-menu__list,
.profile-menu__list { display: grid; gap: 6px; }
.notification-menu__item,
.profile-menu__item { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 12px; border-radius: 14px; background: var(--muted); color: var(--foreground); text-decoration: none; transition: background .18s ease; }
.notification-menu__item:hover,
.profile-menu__item:hover { background: var(--accent); }
.notification-menu__label,
.profile-menu__label { font-size: 12px; color: var(--foreground); }
.notification-menu__count,
.profile-menu__count { font-size: 12px; font-weight: 700; color: var(--foreground); }
.notification-menu__empty { padding: 10px 12px; border-radius: 14px; background: var(--muted); color: var(--muted-fg); font-size: 12px; }
.profile-menu__footer { margin-top: 12px; display: grid; gap: 8px; padding-top: 10px; border-top: 1px solid var(--border); }
.profile-menu__footer a { display: block; color: var(--primary); font-size: 12px; text-decoration: none; }
.profile-menu__footer a:hover { text-decoration: underline; }

/* ---- Content grid ---- */
main { flex: 1; overflow-y: auto; overflow-x: hidden; padding: 16px 20px; display: flex; flex-direction: column; gap: 16px; min-width: 0; min-height: 0; }
.radio-page { position: relative; isolation: isolate; min-height: 0; padding: 0 !important; }
.radio-page::before { content: ''; position: fixed; inset: 0; background: linear-gradient(180deg, rgba(5, 7, 16, var(--radio-page-bg-opacity, 1)) 0%, rgba(5, 7, 16, var(--radio-page-bg-opacity, 1)) 100%); z-index: -1; pointer-events: none; }
body.radio-page-template.radio-page-hide-header .site-header, body.radio-page-template.radio-page-hide-footer .site-footer { display: none; }
.radio-page.is-fullscreen { min-height: 100dvh; padding: 0 !important; }
.radio-page.is-fullscreen .radio-page__frame { min-height: calc(100dvh - 24px); align-content: center; }
.radio-page__frame { width: min(100%, 1320px); margin: 0 auto; padding: 32px 16px 40px; display: grid; gap: 16px; }
.radio-page--layout-fullscreen .radio-page__frame { min-height: calc(100dvh - 80px); align-content: center; padding: 24px 16px; }
.radio-page--layout-centered .radio-page__frame { justify-items: center; }
.radio-page--layout-centered .radio-player { width: min(100%, 920px); }
.radio-page--layout-sidepanel .radio-page__frame { grid-template-columns: minmax(0, 1.6fr) minmax(260px, 0.8fr); align-items: start; margin-top: 8px; }
.radio-page__sidebar { display: flex; flex-direction: column; gap: 12px; }
.radio-page__sidebar-card { padding: 16px; border-radius: 16px; border: 1px solid color-mix(in srgb, var(--border) 80%, transparent); background: color-mix(in srgb, var(--card) 88%, transparent); backdrop-filter: blur(10px); }
.radio-page__sidebar-title { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted-fg); margin-bottom: 10px; font-weight: 700; }
.radio-page__sidebar-item { display: flex; flex-direction: column; gap: 2px; padding: 8px 0; border-top: 1px solid color-mix(in srgb, var(--border) 60%, transparent); }
.radio-page__sidebar-item:first-child { border-top: 0; padding-top: 0; }
.radio-page__sidebar-time { font-size: 11px; color: var(--muted-fg); }
.radio-page__sidebar-track { font-size: 13px; font-weight: 600; }
.radio-page .player { min-width: 0; }
.radio-page .radio-player { box-shadow: inset 1px 1px 6px 0px #1f2122, inset -2px -2px 6px 1px rgb(74 71 71 / 50%); }
@media (max-width: 768px) {
  .radio-page.is-fullscreen .radio-player .player-stats {
    display: none;
  }
}
@media (max-width: 768px) {
  .radio-page { min-height: 100dvh; }
  .radio-page__frame { padding: 20px 12px 28px; display: flex; flex-direction: column; gap: 12px; }
  .radio-page--layout-sidepanel .radio-page__frame { grid-template-columns: 1fr; display: flex; flex-direction: column; }
  .radio-page__sidebar { margin-top: 4px; display: flex; flex-direction: column; gap: 12px; }
  .radio-page__sidebar-card { width: 100%; }
}
/* Single post: överride global main padding, single-main handles its own */
body.single-post main { padding: 5px; gap: 0; overflow-y: auto; overflow-x: hidden; min-height: 0; }
.row-top, .row-lists { min-width: 0; }
.row-top { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.row-top .player { grid-column: span 2; }
.row-lists { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }

.card { transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: inset 1px 1px 6px 0px #1f2122, inset -2px -2px 6px 1px rgb(74 71 71 / 50%); background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 16px; min-width: 0; }
.card-h { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.card-h h2 { font-size: 14px; font-weight: bold; letter-spacing: .5px; }
.card-h .see { font-size: 11px; color: var(--gold); font-weight: 700; display: flex; align-items: center; gap: 4px; }

/* ---- Player ---- */
.player { display: flex; flex-direction: column; max-width: 100%; min-width: 0; overflow: hidden; }
.player .top { display: flex; justify-content: flex-end; align-items: center; gap: 10px; }
.player.mobile-view .top { flex-wrap: wrap; gap: 8px; }
.tag { font-size: 11px; letter-spacing: 1px; color: var(--muted-fg); }
.player-history,
.radio-page__history {
  margin-top: 4px;
  padding: 6px;
  border: 1px solid #31313a;
  border-radius: 14px;
  background: var(--rp-hstry-bg);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.player-history__title,
.radio-page__history-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted-fg);
}
.player-history__list,
.radio-page__history-list {
  display: grid;
  gap: 8px;
  position: relative;
  overflow: hidden;
}
.player-history__item,
.radio-page__history-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--border) 80%, transparent);
  background: color-mix(in srgb, var(--card) 92%, transparent);
  transform: translateY(8px);
  opacity: 0;
  animation: ferah-history-item-in 0.45s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.player-history__item:nth-child(2),
.radio-page__history-item:nth-child(2) { animation-delay: .05s; }
.player-history__item:nth-child(3),
.radio-page__history-item:nth-child(3) { animation-delay: .1s; }
.player-history__item:nth-child(4),
.radio-page__history-item:nth-child(4) { animation-delay: .15s; }
.player-history__item.is-current,
.radio-page__history-item.is-current {
    position: relative;
    border-color: color-mix(in srgb, var(--gold) 40%, var(--border));
    background: color-mix(in srgb, var(--accent) 70%, transparent);
    color: var(--gold);
}

.player-history__time,
.radio-page__history-time {
  font-size: 11px;
  color: var(--muted-fg);
  font-variant-numeric: tabular-nums;
}
.player-history__track,
.radio-page__history-track {
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.player-history__list,
.radio-page__history-list {
  max-height: 420px;
  overflow: hidden;
}

/* history card footer */
.radio-page__history-footer {
  border-top: 1px solid color-mix(in srgb, var(--border) 60%, transparent);
  padding: 8px 12px;
  font-size: 12px;
  color: var(--muted-fg);
  background: transparent;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  text-align: center;
}

/* ensure small screens have a sensible cap visual when history is constrained */
@media (max-width: 768px) {
  .radio-page__sidebar-history { min-height: auto !important; }
}

/* marquee wrapper: JS will duplicate content inside this wrapper for continuous scroll */
.marquee-wrapper {
  display: flex;
  flex-direction: column;
}
.marquee-wrapper .marquee-inner {
  display: flex;
  flex-direction: column;
}
.marquee-wrapper {
  animation: none; /* set by JS dynamically when needed */
}
.radio-page__sidebar {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.radio-page__sidebar-card {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid color-mix(in srgb, var(--border) 80%, transparent);
  background: color-mix(in srgb, var(--card) 88%, transparent);
  backdrop-filter: blur(10px);
}
/* make history card layout flexible so footer stays visible */
.radio-page__sidebar-history {
  display: flex;
  flex-direction: column;
}
.radio-page__history {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.radio-page__history-list {
  flex: 1 1 auto;
  overflow: hidden;
}
.radio-page__sidebar-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.radio-page__sidebar-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.radio-page__sidebar-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--muted) 70%, transparent);
  color: var(--foreground);
  font-size: 13px;
  font-weight: 600;
}
.radio-page__sidebar-link:hover {
  background: color-mix(in srgb, var(--accent) 70%, transparent);
  color: var(--gold);
}
@keyframes ferah-history-item-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes ferah-history-scroll {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}
.player .flex { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; min-width: 0; }
.player.mobile-view .flex { flex-direction: column; align-items: stretch; gap: 12px; }
.player.mobile-view .player-info { flex: 1; min-width: 0; }
.player.mobile-view .player-info .song { font-size: 20px; text-align: center; margin: 8px 0; }
.player.mobile-view .player-info .artist { text-align: center; font-size: 14px; }
.player.mobile-view .player-actions { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px; margin-top: 12px; }
.player.mobile-view .player-volume { width: auto; margin: 0; }
.player.mobile-view .controls { justify-content: center; gap: 12px; }
.player.mobile-view .cbtn { width: 44px; height: 44px; }
.player.mobile-view .play { width: 52px; height: 52px; }
.player.mobile-view .hero-img, .player.mobile-view .hero-embed { 
  width: 100%; 
  max-width: 100%; 
  height: auto; 
  min-height: 180px; 
  object-fit: cover; 
  border-radius: 12px; 
  margin-bottom: 12px; 
}
.player.mobile-view .player-stats { 
  grid-template-columns: 1fr; 
  gap: 8px; 
  margin-top: 12px; 
  padding-top: 12px; 
}
.player.mobile-view .pstat { 
  flex-direction: column; 
  align-items: center; 
  text-align: center; 
  gap: 4px; 
}
.player.mobile-view .pstat svg { 
  width: 24px; 
  height: 24px; 
}
.player.mobile-view .pstat .v { 
  font-size: 12px; 
  font-weight: 800; 
}
.player.mobile-view .pstat .l { 
  font-size: 10px; 
  color: var(--muted-fg);
}
.player.mobile-view .player-stats.top10-stats .pstat .l,
.player-stats.top10-stats .pstat .l {
  display: block;
}
.player-info .dj-now.top10-rank-1,
.dj-now.top10-rank-1 {
    background: linear-gradient(180deg,
        #fff8c6 0%,
        #ffe066 20%,
        #ffd700 45%,
        #f4b400 70%,
        #b8860b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.player-info .dj-now.top10-rank-2,
.dj-now.top10-rank-2 { color: #c0c0c0; }
.player-info .dj-now.top10-rank-3,
.dj-now.top10-rank-3 { color: #cd7f32; }
.player-info .dj-now.top10-rank-1::before,
.dj-now.top10-rank-1::before {
    content: "🥇 ";
}
.player-info .dj-now.top10-rank-1::before,
.dj-now.top10-rank-2::before {
    content: "🥈 ";
}
.player-info .dj-now.top10-rank-1::before,
.dj-now.top10-rank-3::before {
    content: "🥉 ";
}
.player.mobile-view .btn-primary { 
  padding: 14px; 
  font-size: 16px; 
  width: 100%; 
}
.player.mobile-view .field { 
  padding: 14px; 
  font-size: 16px; 
  margin-bottom: 12px; 
}
.player.mobile-view .check { 
  margin: 8px 0; 
  font-size: 15px; 
}
.player.mobile-view .chat { 
  margin-top: 12px; 
  padding: 0 12px; 
}
.player.mobile-view .wave { 
  height: 40px; 
  margin: 16px 0; 
}
.player.mobile-view .wave span { 
  min-height: 6px; 
}
.player.mobile-view .track-rank { 
  font-size: 14px; 
  padding: 6px 12px; 
  margin: 8px auto; 
}
.player.mobile-view .now { 
  padding: 8px 12px; 
  margin-bottom: 12px; 
}
.player.mobile-view .now-tag { 
  font-size: 11px; 
  padding: 4px 10px; 
}
.player.mobile-view .promo .txt { 
  order: 2; 
}
.player.mobile-view .promo .hp { 
  width: 80px; 
  height: 60px; 
  order: 1; 
  align-self: center; 
}
.player.mobile-view .store a { 
  padding: 12px 16px; 
  font-size: 15px; 
  width: 100%; 
  justify-content: center; 
}
.player.mobile-view .socials { 
  justify-content: center; 
  gap: 12px; 
}
.player.mobile-view .brand { 
  flex-direction: column; 
  gap: 8px; 
  padding: 12px 0; 
}
.player.mobile-view .now-mini { 
  margin-top: 12px; 
  padding: 12px; 
}
.player.mobile-view .nav { 
  gap: 8px; 
}
.player.mobile-view .nav a { 
  padding: 12px 14px; 
  font-size: 16px; 
  border-radius: 12px; 
}
.player.mobile-view .socials a { 
  width: 44px; 
  height: 44px; 
  border-radius: 12px; 
}
.player.mobile-view .profile { 
  padding: 8px 12px; 
}
.player.mobile-view .header-cta { 
  flex-direction: column; 
  width: 100%; 
  gap: 10px; 
}
.player-info { flex: 1 1 0; min-width: 0; }
.player-info .song { font-size: clamp(1rem, 2.5vw, 1.375rem); margin: 4px 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; min-width: 0; }
.player-info .song span { display: inline-block; min-width: 100%; }
.player-info .song.marquee span,
.player-info .artist.marquee span { animation: marquee-text var(--marquee-duration, 10s) linear infinite; }
.player-info .artist { color: var(--muted-fg); font-size: 15px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; min-width: 0; }
.player-info .artist span { display: inline-block; min-width: 100%; }
.player-info .dj-now { margin-top: 8px; font-size: 13px; color: var(--gold); font-weight: 600; }
.kbps { display: inline-block; margin-top: 10px; font-size: 11px; font-weight: 700; background: var(--muted); padding: 4px 10px; border-radius: 6px; }
.hero-img, .hero-embed {
      width: 100%;
    max-width: 210px;
    height: 150px;
    object-fit: fill;
    object-position: center;
    /* border: 2px solid var(--gold); */
    /* border-radius: 14px; */
    flex-shrink: 0;
    pointer-events: none;
    display: block;
    background-image: linear-gradient(145deg, #30333b 0%, #24272f 100%);
    border-radius: 24px;
    padding: 6px;
    box-shadow: inset 1px 1px 1px rgba(82, 85, 93, 0.18), inset -1px -1px 1px rgba(10, 13, 21, 0.55), 4px 4px 4px rgba(10, 13, 21, 0.85), 6px -3px 5px rgba(87, 90, 98, 0.55) !important;
}
.player.card.player--track-video .controls { display: flex; }
.player.card.player--track-video .progress { display: none; }
.player-actions { display: flex; justify-content: center; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 12px; max-width: 680px; margin-left: auto; margin-right: auto; }
.player-meta { margin-top: 8px; text-align: center; }
.player-meta .top10-info { display: block; margin-top: 8px; font-size: 13px; color: var(--muted-fg);}
.player-meta .top10-info span { display: inline-block; margin-top: 4px; }
.player .controls { justify-content: center; flex-wrap: wrap; gap: 12px; }
.player .controls .radio-return { min-width: 80px; padding: 0 12px; }
.player .controls .radio-return[hidden] { display: none !important; }
.player-volume { display: flex; align-items: center; gap: 0; margin-top: 0; width: auto; flex: 0 1 auto; min-width: 0; }
.player-volume .cbtn.volume { margin-right: 0; flex: 0 0 auto; }
.volume-slider { display: none; }
.progress-wrap { display: flex; align-items: center; gap: 10px; margin-top: 10px; width: 100%; }
.progress-bar { flex: 1; height: 6px; background: var(--muted); border-radius: 999px; position: relative; cursor: pointer; }
.progress-fill { position: absolute; left: 0; top: 0; bottom: 0; width: 0%; background: var(--gold); border-radius: 999px; transition: width .2s ease; }
.progress-knob { position: absolute; top: 50%; left: 0%; width: 10px; height: 10px; transform: translate(-50%, -50%); border-radius: 50%; background: var(--gold); box-shadow: 0 0 8px rgba(255,214,0,0.3); transition: left .2s ease; }
.time-cur, .time-dur { font-size: 12px; color: var(--muted-fg); min-width: 40px; text-align: center; }
.track-rank { display: inline-block; font-size: 12px; color: var(--gold); font-weight: 700; background: rgba(255,255,255,.08); padding: 4px 8px; border-radius: 999px; }
.track-rank[hidden] { display: none !important; }
.top10-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 10px; margin-top: 12px; }
.top10-stats .pstat { background: rgba(255,255,255,.06); padding: 12px; border-radius: 14px; border: 1px solid rgba(255,255,255,.08); }
.volume-slider { flex: 1; width: 100%; appearance: none; height: 6px; border-radius: 999px; background: var(--muted); outline: none; }
.volume-slider::-webkit-slider-thumb { appearance: none; width: 14px; height: 14px; border-radius: 50%; background: var(--primary); cursor: pointer; }
.volume-slider::-moz-range-thumb { width: 14px; height: 14px; border-radius: 50%; background: var(--primary); cursor: pointer; }
.play-sm.is-playing { background: var(--primary); color: var(--primary-fg); }
.wave {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3px;
  height: 48px;
  margin: 16px 0 8px;
  padding: 0 10px;
  overflow: hidden;
}

.wave::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: none;
  pointer-events: none;
}

/* =====================================================
   GENEL BAR
   ===================================================== */

.wave span {
  position: relative;
  display: block;
  flex: 1;
  min-width: 2px;
  height: 100%;

  border-radius: 999px 999px 4px 4px;

  transform-origin: bottom center;
  transform: scaleY(.08);

  opacity: .22;

  transition:
    transform .08s linear,
    opacity .08s linear;

  will-change: transform, opacity;
}


/* =====================================================
   BASS — BAR 1-8
   Turuncu / kırmızı
   ===================================================== */

.wave span:nth-child(-n+8) {
  max-width: 10px;

  background: linear-gradient(
    180deg,
    #fff1b0 0%,
    #ffd08a 20%,
    #ff8a24 45%,
    #ff4d00 70%,
    #c23b00 100%
  );

  background-size: 100% 250%;

  animation:
    fireColor 1.2s ease-in-out infinite alternate,
    firePulse 0.8s ease-in-out infinite alternate;

  box-shadow:
    0 0 12px rgba(255, 105, 25, .28);
}

@keyframes fireColor {
  0% {
    background-position: 0% 0%;
  }

  100% {
    background-position: 0% 100%;
  }
}

@keyframes firePulse {
  0% {
    filter: brightness(0.9);
  }

  100% {
    filter: brightness(1.3);
  }
}


/* =====================================================
   MID — BAR 9-16
   Altın / sarı
   ===================================================== */

.wave span:nth-child(n+9):nth-child(-n+16) {
  max-width: 8px;

  background: linear-gradient(
    180deg,
    #fff9c4 0%,
    #f6d84f 35%,
    #b47d00 100%
  );

   background-size: 100% 250%;

  animation:
    fireColor 1.2s ease-in-out infinite alternate,
    firePulse 0.8s ease-in-out infinite alternate;

  box-shadow:
    0 0 12px rgba(161, 187, 15, 0.28);
}

@keyframes fireColor {
  0% {
    background-position: 0% 0%;
  }

  100% {
    background-position: 0% 100%;
  }
}

@keyframes firePulse {
  0% {
    filter: brightness(0.9);
  }

  100% {
    filter: brightness(1.3);
  }
}


/* =====================================================
   TREBLE — BAR 17-24
   Cyan / mavi
   ===================================================== */

.wave span:nth-child(n+17) {
  max-width: 5px;

  background: linear-gradient(
    180deg,
    #effcff 0%,
    #67ddff 35%,
    #3476c5 100%
  );

   background-size: 100% 250%;

  animation:
    fireColor 1.2s ease-in-out infinite alternate,
    firePulse 0.8s ease-in-out infinite alternate;

  box-shadow:
    0 0 12px rgba(48, 19, 150, 0.28);
}

@keyframes fireColor {
  0% {
    background-position: 0% 0%;
  }

  100% {
    background-position: 0% 100%;
  }
}

@keyframes firePulse {
  0% {
    filter: brightness(0.9);
  }

  100% {
    filter: brightness(1.3);
  }
}


/* =====================================================
   LIVE
   ===================================================== */

.wave.is-live span {
  opacity: .95;
}

.medal { margin-right: 6px; font-size: 14px; line-height: 1; }

@media (max-width: 768px) {
  .player .flex { flex-direction: column; gap: 14px; align-items: center; width: 100%; }
  .player .top { flex-wrap: wrap; gap: 10px; width: 100%; justify-content: center; }
  .hero-img, .hero-embed { width: 100%; max-width: 100%; height: auto; min-height: 160px; }
  .player-actions { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; gap: 10px; overflow-x: auto; }
  .player .controls { justify-content: center; width: auto; gap: 10px; flex: 0 0 auto; }
  .player-volume { width: auto; justify-content: center; flex: 0 0 auto; }
  .player-volume .cbtn.volume { margin-right: 0; }
  .player-meta { margin-top: 12px; text-align: center; }
  .player-info .song,
  .player-info .artist,
  .player-info .kbps { text-align: center; }
  .player .top { align-items: center; }
  .player-info { text-align: center; width: 100%; }
  .player .player-info .dj-now { text-align: center; }
  .player .player-stats { margin-top: 12px; }
  #radyo { text-align: center; }
  #radyo .player-info .wave { height: 28px; margin-left: auto; margin-right: auto; padding: 0 6px; }
  #radyo .player-info .wave span { min-width: 1px; max-width: 7px; box-shadow: 0 0 6px rgba(245, 216, 103, .14); }
  #radyo .player-meta .track-rank { margin-left: auto; margin-right: auto; }
}

@keyframes marquee-text {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.player-toast {
  position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%);
  background: rgba(20, 14, 10, 0.92); color: #f2e9d8; padding: 10px 16px; border-radius: 10px;
  font-size: 13px; z-index: 9999; opacity: 0; pointer-events: none; transition: opacity .25s ease;
  max-width: min(92vw, 420px); text-align: center;
}
.player-toast.is-visible { opacity: 1; }
.cbtn.is-muted svg path:last-child { opacity: 0.35; }
.controls { display: flex; align-items: center; gap: 16px; margin: 6px 0; }
.controls .cbtn { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; color: var(--foreground); flex-shrink: 0; }
.controls .cbtn:hover { background: var(--muted); }
.controls .play { width: 54px; height: 54px; background: var(--primary); color: var(--primary-fg); border-radius: 50%; flex-shrink: 0; }
.progress { display: flex; align-items: center; gap: 10px; font-size: 11px; color: var(--muted-fg); margin-top: 6px; }
.bar { flex: 1; height: 5px; background: var(--muted); border-radius: 999px; position: relative; }
.bar::before { content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 33%; background: var(--gold); border-radius: 999px; }
.bar::after { content: ''; position: absolute; left: 33%; top: 50%; transform: translate(-50%,-50%); width: 12px; height: 12px; background: var(--primary); border-radius: 50%; }
.player-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--border); }
.pstat { display: flex; align-items: center; gap: 8px; }
.pstat svg { color: var(--gold); flex-shrink: 0; margin-left: 4px;}
.pstat .v { font-weight: 700; font-size: 12px; }
.pstat .l { font-size: 10px; color: var(--muted-fg); }
.player-stat__link { color: inherit; text-decoration: underline; text-decoration-color: color-mix(in srgb, var(--gold) 50%, transparent); text-underline-offset: 2px; }
.player-stat__link:hover { color: var(--gold); }

.badge-live { display: flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; color: var(--live); }


/* ---- Chat join ---- */
.field { width: 100%; background: var(--field-bg); border: 1px solid var(--border); border-radius: 10px; padding: 11px 14px; font-size: 13px; color: var(--foreground); margin-bottom: 10px; }
.field:focus { outline: 2px solid var(--gold); outline-offset: -1px; }
select.field { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%239a8a76' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }
.check { display: flex; align-items: center; gap: 8px; font-size: 13px; margin: 4px 0 14px; color: var(--muted-fg); }
.btn-primary { width: 100%; background: var(--primary); color: var(--primary-fg); font-weight: 700; padding: 12px; border-radius: 10px; letter-spacing: .5px; transition: opacity .15s; }
.btn-primary:hover { opacity: .9; }
/* =====================================================
   DARK NEOMORPHIC CHAT BUTTON
   ===================================================== */

.sohbet-buton {
    --chat-bg: #181a21;
    --chat-bg-dark: #13151b;

    --chat-primary: #8175ff;
    --chat-primary-light: #a69eff;

    --chat-text: #f4f4fa;
    --chat-muted: #858999;

    position: relative;

    width: 100%;
    height: 76px;

    padding: 8px 18px;

    border: 0;
    border-radius: 22px;

    display: flex;
    align-items: center;

    background:
        linear-gradient(
            145deg,
            var(--chat-bg),
            var(--chat-bg-dark)
        );

    color: var(--chat-text);

    cursor: pointer;

    box-shadow:
        -7px -7px 16px rgba(255,255,255,.025),
        9px 11px 24px rgba(0,0,0,.60),
        inset 1px 1px 1px rgba(255,255,255,.025);

    transition:
        transform .25s ease,
        box-shadow .25s ease;

    overflow: visible;
}


/* =====================================================
   CHAT ICON
   ===================================================== */

.sohbet-buton .chat-icon {
    position: relative;

    flex: 0 0 80px;
    width: 30px;
    height: 33px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 15px;

    background:
        linear-gradient(
            145deg,
            #242731,
            #15171e
        );

    color: var(--chat-primary);

    font-size: 21px;

    box-shadow:
        -4px -4px 9px rgba(255,255,255,.025),
        5px 6px 13px rgba(0,0,0,.55);

    z-index: 2;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


/* Icon çevresindeki neon pulse */

.sohbet-buton .chat-icon::after {
    content: "";

    position: absolute;

    inset: -5px;

    border-radius: 19px;

    border: 1px solid rgba(129,117,255,.35);

    pointer-events: none;

    animation: chatIconPulse 2.5s infinite ease-out;
}


@keyframes chatIconPulse {

    0% {
        transform: scale(.85);
        opacity: .7;
    }

    70% {
        transform: scale(1.18);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


/* =====================================================
   CHAT TEXT
   ===================================================== */

.sohbet-buton .chat-text {
    min-width: 0;

    margin-left: 14px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    text-align: left;
}


.sohbet-buton .chat-text strong {
    display: block;

    color: var(--chat-text);

    font-size: 14px;
    font-weight: 700;

    line-height: 1.3;
    letter-spacing: .2px;

    white-space: nowrap;
}


.sohbet-buton .chat-text small {
    margin-top: 5px;

    display: flex;
    align-items: center;
    gap: 4px;

    color: var(--chat-muted);

    font-size: 10px;
    font-weight: 500;

    line-height: 1;

    white-space: nowrap;
}


/* =====================================================
   TYPING DOTS
   ===================================================== */

.sohbet-buton .chat-text small i {
    display: block;

    width: 4px;
    height: 4px;

    border-radius: 50%;

    background: var(--chat-primary);

    opacity: .4;

    animation: typingDot 1.3s infinite ease-in-out;
}


.sohbet-buton .chat-text small i:nth-of-type(1) {
    animation-delay: 0s;
}

.sohbet-buton .chat-text small i:nth-of-type(2) {
    animation-delay: .15s;
}

.sohbet-buton .chat-text small i:nth-of-type(3) {
    animation-delay: .3s;
}


@keyframes typingDot {

    0%,
    60%,
    100% {
        transform: translateY(0);
        opacity: .35;
    }

    30% {
        transform: translateY(-3px);
        opacity: 1;
        box-shadow: 0 0 5px rgba(129,117,255,.7);
    }
}


/* =====================================================
   "HAYDİ SENİ BEKLİYORUZ" MESAJI
   ===================================================== */

.sohbet-buton .chat-message {
    position: absolute;

    right: 10px;
    top: -43px;

    padding: 8px 12px;

    border-radius: 12px 12px 3px 12px;

    background: #1d2028;

    border: 1px solid rgba(255,255,255,.035);

    color: #cfd1dc;

    font-size: 10px;
    font-weight: 600;

    white-space: nowrap;

    box-shadow:
        -4px -4px 10px rgba(255,255,255,.015),
        7px 9px 20px rgba(0,0,0,.5);

    animation: messageFloat 3s infinite ease-in-out;

    z-index: 10;
}


/* Mesaj balonunun kuyruğu */

.sohbet-buton .chat-message::after {
    content: "";

    position: absolute;

    right: 14px;
    bottom: -6px;

    width: 11px;
    height: 11px;

    background: #1d2028;

    transform: rotate(45deg);

    border-right: 1px solid rgba(255,255,255,.035);
    border-bottom: 1px solid rgba(255,255,255,.035);
}


@keyframes messageFloat {

    0%,
    100% {
        transform: translateY(0);
        opacity: .75;
    }

    50% {
        transform: translateY(-5px);
        opacity: 1;
    }
}


/* =====================================================
   HOVER
   ===================================================== */

.sohbet-buton:hover {

    transform: translateY(-3px);

    box-shadow:
        -8px -8px 18px rgba(255,255,255,.03),
        12px 16px 30px rgba(0,0,0,.68),
        0 0 30px rgba(129,117,255,.12);
}


.sohbet-buton:hover .chat-icon {

    color: var(--chat-primary-light);

    transform: scale(1.05);

    box-shadow:
        0 0 18px rgba(129,117,255,.18),
        -4px -4px 9px rgba(255,255,255,.025),
        5px 6px 13px rgba(0,0,0,.55);
}


.sohbet-buton:hover .chat-message {
    color: #fff;
}


/* =====================================================
   ACTIVE / CLICK
   ===================================================== */

.sohbet-buton:active {

    transform: scale(.98);

    box-shadow:
        inset 5px 5px 12px rgba(0,0,0,.55),
        inset -2px -2px 7px rgba(255,255,255,.02);
}


/* =====================================================
   FOCUS
   ===================================================== */

.sohbet-buton:focus-visible {

    outline: none;

    box-shadow:
        0 0 0 2px #181a21,
        0 0 0 4px rgba(129,117,255,.5),
        9px 11px 24px rgba(0,0,0,.60);
}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 480px) {

    .sohbet-buton {
        height: 68px;

        padding: 7px 14px;

        border-radius: 18px;
    }

    .sohbet-buton .chat-icon {
        flex-basis: 43px;

        width: 43px;
        height: 43px;

        border-radius: 13px;

        font-size: 19px;
    }

    .sohbet-buton .chat-text {
        margin-left: 12px;
    }

    .sohbet-buton .chat-text strong {
        font-size: 13px;
    }

    .sohbet-buton .chat-text small {
        font-size: 9px;
    }

    .sohbet-buton .chat-message {
        right: 8px;
        top: -39px;

        font-size: 9px;
    }
}
.chat-links { display: flex; justify-content: space-between; margin-top: 12px; font-size: 12px; color: var(--muted-fg); }
.chat-links a:hover { color: var(--gold); }

.chat-password-field {
    position: relative;
}

.chat-password-field .field {
    padding-right: 45px;
}

.chat-password-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);

    width: 32px;
    height: 32px;
    padding: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 0;
    background: transparent;
    color: var(--muted-fg);
    cursor: pointer;
    border-radius: 6px;
}

.chat-password-toggle:hover {
    color: var(--fg);
}

.chat-password-toggle:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

/* ---- IRC stats ---- */
.server-online { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--muted-fg); margin-bottom: 12px; }
.server-online .g { width: 8px; height: 8px; border-radius: 50%; background: #4a9d5b; }
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.stat-box { background: var(--muted); border-radius: 10px; padding: 12px; display: flex; align-items: center; gap: 10px; }
.stat-box svg { color: var(--gold); flex-shrink: 0; }
.stat-box .v { font-size: 20px; font-weight: 800; }
.stat-box .l { font-size: 10px; color: var(--muted-fg); }
.chan-h { font-size: 11px; letter-spacing: 1px; color: var(--muted-fg); margin: 16px 0 10px; }
.chan { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; font-size: 13px; }
.chan .hash { color: var(--gold); font-weight: 700; }
.chan .name { width: 60px; }
.chan .track { flex: 1; height: 6px; background: var(--muted); border-radius: 999px; overflow: hidden; }
.chan .track i { display: block; height: 100%; background: var(--gold); border-radius: 999px; }
.chan .num { font-size: 12px; color: var(--muted-fg); width: 30px; text-align: right; }
.btn-outline { width: 100%; margin-top: 12px; border: 1px solid var(--border); border-radius: 10px; padding: 10px; font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; gap: 6px; }
.btn-outline:hover { background: var(--muted); }

/* ---- Lists ---- */
.list { display: flex; flex-direction: column; height: 100%; }
.list-body { flex: 1; min-height: 0; }
.list-body.cap { max-height: 300px; }
.li { display: flex; align-items: center; gap: 10px; padding: 7px 0; border-bottom: 1px solid var(--border); }
.li:last-child { border-bottom: none; }
.rank { font-size: 13px; font-weight: 800; color: var(--gold); width: 20px; }
.top10-rank-1 .rank { color: #ffd700; }
.top10-rank-2 .rank { color: #c0c0c0; }
.top10-rank-3 .rank { color: #cd7f32; }
.li img { width: 34px; height: 34px; border-radius: 6px; object-fit: cover; flex-shrink: 0; }
.li .info { flex: 1; min-width: 0; }
.li .info .t { font-size: 13px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.li .info .s { font-size: 11px; color: var(--muted-fg); }
.li .plays { display: flex; align-items: center; gap: 4px; font-size: 11px; color: var(--muted-fg); flex-shrink: 0; }
.play-sm { width: 26px; height: 26px; border-radius: 50%; background: var(--muted); display: grid; place-items: center; color: var(--foreground); flex-shrink: 0; }
.play-sm:hover { background: var(--gold); color: var(--sidebar); }
.play-sm.is-playing { background: var(--primary); color: var(--primary-fg); }
.avatar-dot { position: relative; flex-shrink: 0; display: inline-block; }
.avatar-dot .lived { position: absolute; bottom: -1px; right: -1px; width: 10px; height: 10px; border: 2px solid var(--card); border-radius: 50%; }
a.dj-profile-link { color: inherit; text-decoration: none; transition: opacity .15s ease; }
a.dj-profile-link:hover { opacity: .85; }
.li .info .t a.dj-profile-link { color: inherit; text-decoration: none; display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.on { background: #4a9d5b; } .off { background: var(--muted-fg); }
.dj-status { font-size: 11px; }
.dj-status.live { color: var(--live); font-weight: 600; }

/* schedule (improved) */
.card.list#program .card-h { display:flex; align-items:center; gap:12px; }
.card.list#program .card-h h2 { margin:0; font-size:16px; }
.card.list#program .card-h .schedule-switcher { margin-left:12px; }
.card.list#program .card-h .see { margin-left:auto; }

#schedule .sched { display:flex; gap:14px; padding:12px; align-items:flex-start; background:var(--card); border-radius:12px; border:1px solid var(--border); margin-bottom:10px; transition:all .15s ease; }
#schedule .sched:hover { transform:translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.04); }
#schedule .sched .time { font-size:12px; color:var(--muted-fg); width:92px; flex-shrink:0; text-align:right; font-weight:700; }
#schedule .sched .prog { flex:1; min-width:0; }
#schedule .sched .prog .t { font-size:14px; font-weight:700; color:var(--foreground); }
#schedule .sched .prog .dj { font-size:12px; color:var(--muted-fg); margin-top:6px; }
#schedule .sched.now { border-left:6px solid var(--gold); box-shadow: 0 12px 30px rgba(255,191,71,0.06); }
#schedule .now-tag { font-size:10px; font-weight:800; background:var(--gold); color:var(--sidebar); padding:3px 8px; border-radius:8px; margin-left:8px; }
.schedule-next { color: var(--foreground); font-size:13px; margin-bottom:12px; display:flex; flex-wrap:wrap; gap:8px; align-items:center; }
.schedule-next .next-label { font-weight:700; color:var(--gold); }
.schedule-next .next-copy { display:inline-flex; align-items:center; gap:4px; }
.schedule-next .next-dj { display:inline-flex; align-items:center; gap:8px; }
.dj-avatar-mini { width:26px; height:26px; border-radius:50%; overflow:hidden; display:inline-flex; align-items:center; justify-content:center; background:var(--muted); color:var(--foreground); font-size:12px; font-weight:700; flex-shrink:0; }
.dj-avatar-mini img { width:100%; height:100%; object-fit:cover; display:block; }
.dj-name { margin-left:8px; font-size:12px; color:var(--muted-fg); }
.sched .dj, .week-dj { display:flex; align-items:center; gap:8px; margin-top:6px; }

.schedule-switcher { display:inline-flex; gap:8px; align-items:center; }
.schedule-switcher__btn { background:transparent; color:var(--foreground); border:1px solid var(--border); border-radius:999px; padding:7px 12px; font-size:12px; font-weight:700; transition:all .12s ease; }
.schedule-switcher__btn.active { background:var(--gold); color:var(--sidebar); border-color:var(--gold); box-shadow:0 4px 18px rgba(255,191,71,0.08); }

.schedule-meta { margin:8px 0 12px; display:flex; justify-content:space-between; align-items:center; gap:12px; }
.schedule-day-label { font-size:13px; font-weight:700; color:var(--muted-fg); }

.schedule-week { display:grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap:12px; margin-top:10px; }
.week-card { background:var(--card); border:1px solid var(--border); border-radius:14px; padding:12px; display:flex; flex-direction:column; gap:10px; transition:all .16s ease; }
.week-card.active { border-color:var(--gold); box-shadow:0 6px 24px rgba(255,191,71,0.06); transform:translateY(-4px); }
.week-card-head { display:flex; align-items:center; justify-content:space-between; gap:10px; }
.week-day { font-size:12px; font-weight:800; color:var(--gold); text-transform:uppercase; }
.week-count { font-size:11px; color:var(--muted-fg); }
.week-card-body { display:grid; gap:8px; }
.week-slot { display:grid; grid-template-columns:56px 1fr; gap:8px; align-items:start; padding:8px; background:var(--muted); border-radius:10px; }
.week-slot.now { border:1px solid var(--gold); background:color-mix(in srgb, var(--gold) 10%, var(--muted)); }
.week-time { font-size:12px; color:var(--muted-fg); font-weight:700; width:56px; }
.week-info { display:grid; gap:2px; }
.week-title { font-size:13px; font-weight:700; }
.week-dj { font-size:12px; color:var(--muted-fg); }
.week-now { display:inline-flex; padding:3px 9px; border-radius:999px; font-size:10px; font-weight:800; background:var(--gold); color:var(--sidebar); }
.sched-empty { padding:24px 0; color:var(--muted-fg); font-size:13px; text-align:center; }

@media (max-width: 900px) {
  .schedule-week { grid-template-columns: 1fr; }
  .schedule-meta { flex-direction:column; align-items:flex-start; }
  #schedule .sched { padding:10px; }
  #schedule .sched .time { width:72px; text-align:left; }
}

/* Live-dot animation */
.live-dot {
  display:inline-block;
  width:10px;
  height:10px;
  margin-left:8px;
  border-radius:50%;
  background:var(--accent);
  box-shadow:0 0 0 rgba(255,191,71,0.6);
  position:relative;
}
.live-dot::after {
  content:'';
  position:absolute;
  left:50%; top:50%; transform:translate(-50%,-50%);
  width:10px; height:10px; border-radius:50%; background:var(--accent); opacity:0.6;
  animation: livePulse 1.6s infinite ease-out;
}
@keyframes livePulse {
  0% { transform:translate(-50%,-50%) scale(1); opacity:0.6; }
  70% { transform:translate(-50%,-50%) scale(2.6); opacity:0; }
  100% { transform:translate(-50%,-50%) scale(2.6); opacity:0; }
}

/* Columns layout for weekly schedule */
.schedule-columns { display:flex; gap:10px; align-items:stretch; overflow:auto; padding-bottom:8px; }
.day-col { min-width:160px; flex:0 0 160px; display:flex; flex-direction:column; gap:8px; }
.day-col.selected { transform:translateY(-4px); box-shadow:0 10px 30px rgba(0,0,0,0.06); }
.day-head { display:flex; align-items:center; gap:8px; padding:8px; background:transparent; border-radius:8px; cursor:pointer; border:1px solid transparent; }
.day-head:focus { outline:2px solid color-mix(in srgb, var(--gold) 40%, transparent); }
.day-abbrev { font-weight:900; font-size:12px; color:var(--gold); }
.day-label { font-size:12px; color:var(--muted-fg); }
.day-body { display:flex; flex-direction:column; gap:8px; }
.day-body .week-slot { margin:0; }

/* Compact weekly header + content layout */
.schedule-days-row { display:flex; gap:8px; align-items:center; padding:6px 4px; overflow:auto; }
.schedule-day-btn { background:transparent; border:1px solid var(--border); color:var(--muted-fg); padding:8px 10px; border-radius:10px; font-weight:700; font-size:12px; min-width:44px; display:inline-flex; align-items:center; justify-content:center; }
.schedule-day-btn.active { background:var(--gold); color:var(--sidebar); border-color:var(--gold); box-shadow:0 6px 20px rgba(255,191,71,0.06); }
.schedule-week-content { margin-top:10px; display:flex; flex-direction:column; gap:8px; }
.week-slot.compact { padding:8px; }

/* Sidebar small schedule styling */
.radio-page__sidebar-card #schedule-small {
  padding: 4px 0 2px 0;
}
.radio-page__sidebar-card #schedule-small .sched {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 8px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--border) 60%, transparent);
}
.radio-page__sidebar-card #schedule-small .sched:last-child { border-bottom: none; padding-bottom: 0; }
.radio-page__sidebar-card #schedule-small .time {
  width: 68px;
  font-size: 12px;
  font-weight: 800;
  color: var(--muted-fg);
  flex: 0 0 68px;
}
.radio-page__sidebar-card #schedule-small .prog { flex: 1 1 auto; }
.radio-page__sidebar-card #schedule-small .prog .t {
  font-size: 13px;
  font-weight: 700;
  color: var(--foreground);
  margin-bottom: 4px;
}
.radio-page__sidebar-card #schedule-small .dj { display:flex; align-items:center; gap:8px; font-size:12px; color:var(--muted-fg); }
.radio-page__sidebar-card #schedule-small .dj-avatar-mini { width:22px; height:22px; }
.radio-page__sidebar-card #schedule-small .now-tag { display:none; }

@media (max-width: 520px) {
  .radio-page__sidebar-card #schedule-small .time { width: 62px; flex: 0 0 62px; font-size:11px; }
  .radio-page__sidebar-card #schedule-small .prog .t { font-size:12px; }
}

/* Equalizer bars used in full schedule hero/live card */
.equalizer { display:flex; align-items:flex-end; gap:8px; height:44px; margin-top:14px; }
.equalizer span { width:6px; border-radius:4px; background:var(--gold); display:inline-block; transform-origin:bottom; animation:eq 1s ease-in-out infinite; }
.equalizer span:nth-child(1) { animation-delay: 0ms; }
.equalizer span:nth-child(2) { animation-delay: 120ms; }
.equalizer span:nth-child(3) { animation-delay: 240ms; }
.equalizer span:nth-child(4) { animation-delay: 360ms; }
.equalizer span:nth-child(5) { animation-delay: 480ms; }
.equalizer span:nth-child(6) { animation-delay: 600ms; }

/* Small host chip inside program cards */
.program .host-chip { display:inline-flex; align-items:center; gap:8px; background:var(--card); border-radius:10px; padding:8px 10px; margin-top:8px; width:max-content; }
.program .host-chip .icon { width:18px; height:18px; border-radius:50%; background:var(--gold); display:inline-grid; place-items:center; color:var(--sidebar); font-size:12px; }

/* Day content (single column) for full page schedule */
.day-content { width:100%; box-sizing:border-box; }
.day-content .program { width:100%; overflow:hidden; }
.sched-empty { padding:28px 0; }

@media (max-width: 900px) {
  .day-content { padding:12px; }
  .program { padding:10px; }
}

/* Full-page weekly columns (desktop) */
.day-columns { display:grid; grid-template-columns:1fr; gap:12px; }
.day-col { min-width:auto; }
.day-col.compact { display:none !important; }
.day-col.expanded { display:flex; flex-direction:column; }
.day-col { background:var(--card); border:1px solid var(--border); border-radius:12px; padding:8px; min-height:220px; display:flex; flex-direction:column; }
.day-col .col-head { display:flex; justify-content:space-between; align-items:center; padding-bottom:8px; }
.day-col .col-body { display:grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap:12px; }
.day-col.compact { max-height:80px; }
.day-col.expanded { box-shadow:0 12px 30px rgba(0,0,0,0.06); transform:translateY(-6px); }

@media (max-width: 1100px) {
  .day-columns { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
}

@media (max-width: 900px) {
  .day-col .col-body { display:block; }
  .day-col .col-body .program { width:100%; }
}

/* Page-specific: allow page to use natural document scrollbar */
body.page-template-page-yayin-programi { overflow:auto !important; }
main.site-main { min-height: calc(100dvh - 140px); }

@media (max-width: 900px) {
  .schedule-columns { gap:8px; }
  .day-col { min-width:140px; flex:0 0 140px; }
}

/* news */
.news { display: flex; gap: 10px; padding: 8px 0; border-bottom: 1px solid var(--border); }
.news:last-child { border-bottom: none; }
.news img { width: 60px; height: 46px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }
.news .t { font-size: 12px; font-weight: 600; line-height: 1.35; }
.news .date { font-size: 10px; color: var(--muted-fg); margin-top: 4px; }
.news.latest { background: var(--accent); border-radius: 10px; padding: 8px; border-bottom: none; }
.new-tag {
  display: inline-flex;
  align-items: center;

  padding: 3px 6px;
  margin-bottom: 4px;

  background: color-mix(in srgb, var(--gold) 16%, transparent);
  color: var(--gold);

  border-radius: 4px;

  font-size: 8px;
  font-weight: 800;
  letter-spacing: .5px;
  line-height: 1;
}
a.news.latest {
  position: relative;
  overflow: hidden; /* Köşeden taşan kısımları gizler */
}

/* ---- Promo banner ---- */
.promo { background: var(--single-hero-bg); padding: 22px 26px; display: flex; align-items: stretch; gap: 24px; overflow: visible; flex-wrap: wrap; }
.promo .hp { width: 120px; height: 90px; object-fit: cover; border-radius: 12px; flex-shrink: 0; }
.promo .txt { flex: 1; min-width: 220px; display: flex; flex-direction: column; justify-content: center; }
.promo-media { position: relative; width: min(360px, 100%); min-width: 220px; max-width: 420px; aspect-ratio: 16 / 10; border-radius: 16px; overflow: hidden; background: color-mix(in srgb, #000 20%, var(--sidebar-accent)); border: 1px solid rgba(255, 255, 255, 0.08); box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22); flex: 0 0 min(360px, 42%); }
.promo-kicker { font-size: 11px; letter-spacing: 1px; color: var(--gold); text-transform: uppercase; margin-bottom: 6px; }
.promo .txt h2 { font-size: 24px; color: #f2e9d8; }
.promo .txt p { font-size: 13px; color: var(--muted-fg); margin-top: 4px; }
.promo .tags { display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap; }
.promo .tags span { display: flex; align-items: center; gap: 6px; font-size: 11px; background: var(--sidebar-accent); padding: 5px 10px; border-radius: 999px; color: var(--gold); }
.chat-mini { background: var(--sidebar-accent); border-radius: 12px; padding: 12px 14px; min-width: 200px; flex: 1; }
.chat-mini .h { display: flex; align-items: center; justify-content: space-between; font-size: 11px; color: var(--gold); margin-bottom: 8px; }
.chat-mini .h b { display: flex; align-items: center; gap: 6px; }
.cmsg { font-size: 11px; margin-bottom: 5px; }
.cmsg b { color: var(--gold); }
.store { display: flex; gap: 10px; flex-shrink: 0; flex-wrap: wrap; }
.store a { display: flex; align-items: center; gap: 10px; background: #111; color: #fff; padding: 8px 14px; border-radius: 10px; }
.store svg { flex-shrink: 0; }
.store .small { font-size: 9px; opacity: .8; } .store .big { font-size: 13px; font-weight: 700; }
.promo-media {
  position: relative;
  width: min(360px, 100%);
  min-width: 220px;
  min-height: 260px;
  aspect-ratio: 16 / 10;
  border-radius: 16px;
  overflow: hidden;
  background: color-mix(in srgb, #000 20%, var(--sidebar-accent));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
  flex: 0 0 min(360px, 42%);
}
.promo-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.22));
  pointer-events: none;
}
.promo-media img,
.promo-media video {
  width: 100%;
  height: 100%;
  object-fit: var(--promo-media-fit, contain);
}
.promo .radio-img { width: 150px; height: 100px; object-fit: cover; border-radius: 12px; flex-shrink: 0; }

/* ---- Footer ---- */
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  padding: 12px 20px;
  background: var(--card);
  border-top: 1px solid var(--border);
  font-size: 12px;
  color: var(--muted-fg);
  flex-wrap: wrap;
}
.footer-copy {
  flex: 0 0 auto;
  color: var(--muted-fg);
}
.footer-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 1 1 auto;
  flex-wrap: wrap;
  min-width: 0;
}
.footer-links {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.footer-links a {
  color: var(--muted-fg);
}
.footer-links a:hover { color: var(--gold); }
.footer-divider {
  display: inline-flex;
  align-items: center;
  color: var(--border);
  font-weight: 600;
}
nav.footer-socials,
.site-footer .footer-socials {
  display: inline-flex !important;
  align-items: center !important;
  visibility: visible !important;
  opacity: 1 !important;
  gap: 10px;
  flex-wrap: wrap;
}
.footer-socials a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: var(--muted-fg);
  line-height: 1;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  visibility: visible !important;
  opacity: 1 !important;
}
.footer-socials a:hover {
  color: var(--gold);
  background: color-mix(in srgb, var(--gold) 10%, transparent);
}
body:not(.radio-page-template) .site-footer {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 8px 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: none;
  color: var(--muted-fg);
  font: inherit;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.theme-toggle:hover {
  background: color-mix(in srgb, var(--muted-fg) 8%, transparent);
  color: var(--fg);
}
.theme-toggle svg {
  display: block;
  width: 16px;
  height: 16px;
}
.theme-toggle span {
  white-space: nowrap;
}

/* Overlay for Mobile Sidebar */
.sidebar-overlay {
  display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 90;
  backdrop-filter: blur(2px);
}
.sidebar-overlay.open { display: block; }

/* =========================================================
   RESPONSIVE BREAKPOINTS (Tüm Ekran Cihazları İçin)
   ========================================================= */

@media (min-width: 1201px) and (max-width: 1355px) {
    html.dark .player-stats .pstat {
    padding: 4px 1px !important;
    }
  }         
@media (min-width: 769px) and (max-width: 1200px) {

    .row-top,
    .ferah-page-layout.ferah-page-layout--with-sidebar .row-top {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .row-top #sohbet {
        order: 1;
        grid-column: span 1;
    }

    .row-top #irc {
        order: 2;
        grid-column: span 1;
    }

    .row-top #radyo {
        order: 3;
        grid-column: 1 / -1;
    }
}

/* Tablet & Küçük Ekranlar (<= 1200px) */
@media (max-width: 1200px) {
  .row-top { grid-template-columns: 1fr 1fr; }
  .row-lists { grid-template-columns: repeat(2, 1fr); }
  .player { grid-column: span 2; }
}

/* Orta Boyutlu Tabletler (<= 992px) */
@media (max-width: 992px) {
  .sidebar {
    position: fixed; top: 0; left: 0; bottom: 0;
    transform: translateX(-100%);
    box-shadow: 5px 0 25px rgba(0,0,0,0.3);
  }
  .sidebar.open { transform: translateX(0); }
  .sidebar.open ~ .sidebar-overlay { display: block; }
  .mobile-menu-btn { display: grid; }
  .header-sub { display: none; }
  .promo .radio-img { display: none; }
}

/* Telefon Ekranları (<= 768px) */
@media (max-width: 768px) {
  main { padding: 12px 14px; gap: 12px; }
  header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    padding: 10px 14px;
    gap: 10px;
  }
  .pill-live {
    min-width: 0;
    justify-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .header-search { display: none; }
  .clock { display: none; }
  .header-cta {
    grid-column: 1 / -1;
    order: initial;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 8px;
  }
  .header-cta--desktop { display: none; }
  .header-cta__btn {
    min-height: 40px;
    padding: 0 10px;
    font-size: 11px;
    text-align: center;
  }
  .player-mobile-cta {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  
  .row-top, .row-lists { grid-template-columns: 1fr; }
  .player { grid-column: span 1; }
  
  .player-stats { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .player-stats .pstat .l { display: none; }
  .promo { padding: 16px; gap: 14px; }
  
  .ico-btn,
  .ico-btn--dashboard { display: none; }
  .profile { padding: 4px; width: 42px; max-width: 42px; justify-content: center; margin-left: 0; }
  .profile > div,
  .profile > svg:last-child { display: none; }
  
  footer {
    justify-content: center;
    gap: 8px 12px;
    padding: 10px 14px;
    text-align: center;
  }
  .footer-copy {
    width: 100%;
    font-size: 11px;
    text-align: center;
  }
  .footer-meta {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px 10px;
    flex-wrap: wrap;
  }
  .footer-links {
    display: flex;
    justify-content: center;
    gap: 10px 12px;
  }
  .footer-socials {
    justify-content: center;
  }
  .theme-toggle {
    margin-top: 0;
    margin-left: 0;
  }
  .footer-divider { display: none; }
}

/* Çok Küçük Ekranlar (<= 480px - iPhone SE vb.) */
@media (max-width: 480px) {
  .pill-live {
    gap: 6px;
    padding: 6px 10px;
    font-size: 11px;
  }
  .pill-live .pill-icon { display: none; }
  .header-sub { display: none; }
  .header-cta { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .header-cta__btn {
    min-height: 36px;
    padding: 0 8px;
    font-size: 10px;
  }

  .player .flex { flex-direction: column; align-items: center; }
  .hero-img { width: 100%; height: 160px; }
  .player-info .song { font-size: 24px; }

  .stat-grid { grid-template-columns: 1fr; }
  .store { flex-direction: column; width: 100%; }
  .store a { width: 100%; justify-content: center; }
  .promo .hp { display: none; }
  .promo-media { width: 100%; min-width: 0; }
}

/* ============ FORM PAGES ============ */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 14px;
  margin-bottom: 6px;
}
.form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 4px;
  grid-column: span 1;
}
.form-row label {
  font-size: 12px;
  font-weight: 600;
  color: var(--muted-fg);
  margin: 0 2px 6px 2px;
  letter-spacing: .2px;
}
.form-row .field { margin-bottom: 0; }

.form-notice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 1.5;
}
.form-notice svg { flex-shrink: 0; margin-top: 2px; }
.form-notice.success {
  background: color-mix(in srgb, #00a32a 12%, var(--card) 88%);
  color: #005c1c;
  border: 1px solid color-mix(in srgb, #00a32a 25%, transparent);
}
html.dark .form-notice.success { color: #6ee089; }
.form-notice.error {
  background: color-mix(in srgb, #c4432f 12%, var(--card) 88%);
  color: #7a2217;
  border: 1px solid color-mix(in srgb, #c4432f 25%, transparent);
}
html.dark .form-notice.error { color: #f1a79b; }
.form-notice.warning {
  background: color-mix(in srgb, var(--gold) 15%, var(--card) 85%);
  color: #6b4a21;
  border: 1px solid color-mix(in srgb, var(--gold) 30%, transparent);
}
html.dark .form-notice.warning { color: #e5c48a; }

.form-foot {
  font-size: 11px;
  color: var(--muted-fg);
  text-align: center;
  margin: 14px 0 4px 0;
  line-height: 1.4;
}

.btn-primary { display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.btn-primary svg { display: inline-block; }

.contact-extra {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px dashed var(--border);
}
.contact-extra > div {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px;
  border-radius: 12px;
  background: var(--muted);
  font-size: 13px;
}
.contact-extra svg { flex-shrink: 0; color: var(--gold); margin-top: 1px; }
.contact-extra b { display: block; font-size: 12px; color: var(--muted-fg); margin-bottom: 3px; font-weight: 600; }
.contact-extra span { color: var(--foreground); font-weight: 500; }

.requestor-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--muted);
  font-size: 13px;
  color: var(--foreground);
  margin-bottom: 16px;
}
.requestor-chip svg { color: var(--gold); }
.requestor-chip b { font-weight: 700; }

.card h3 { font-weight: 700; color: var(--foreground); }

@media (max-width: 992px) {
  .form-grid { grid-template-columns: 1fr; }
  .contact-extra { grid-template-columns: 1fr; }
}

/* Honeypot invisible */
.f-hp { position: absolute; left: -9999px; opacity: 0; pointer-events: none; height: 0; width: 0; }

/* =========================================================
   SINGLE POST PAGE (Tekil Yazı)
   ========================================================= */
.single-main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 24px;
}

.single-layout {
  display: grid;
  gap: 32px;
  align-items: start;
}
.ferah-page-layout {
  display: grid;
  gap: 32px;
  align-items: start;
  width: 100%;
  max-width: 1180px; /* centered content block width on desktop (content + sidebar) */
  margin: 0 auto;
  padding: 0 18px;
}
.ferah-page-layout--with-sidebar {
  grid-template-columns: minmax(0, 860px) minmax(260px, 320px);
}
/* When there's no sidebar, center the single column similar to single posts */
.ferah-page-layout.no-sidebar {
  grid-template-columns: minmax(0, 860px);
  justify-content: center;
}
/* Apply the inner .row-top two-column override only on desktop to avoid
   forcing a two-column grid on small screens where stacking is desired. */
@media (min-width: 901px) {
  .ferah-page-layout.ferah-page-layout--with-sidebar > .row-top {
    grid-template-columns: minmax(0, 860px) minmax(260px, 320px) !important;
  }
  /* More specific rule to override inline `style="grid-template-columns:1fr"`
     even when the .row-top is not a direct child or templates add inline styles. */
  .ferah-page-layout.ferah-page-layout--with-sidebar .row-top {
    grid-template-columns: minmax(0, 860px) minmax(260px, 320px) !important;
  }
}
@media (max-width: 900px) {
  .ferah-page-layout--with-sidebar {
    grid-template-columns: 1fr;
  }
}
.page-sidebar {
  position: static;
  align-self: start;
}
.single-layout.has-sidebar {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
}
.single-layout--sidebar-left {
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
}
.single-layout--sidebar-left .single-article {
  order: 2;
}
.single-layout--sidebar-left .single-sidebar {
  order: 1;
}
.single-layout.no-sidebar {
  grid-template-columns: minmax(0, 860px);
  justify-content: center;
}
.single-article {
  min-width: 0;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: calc(var(--radius) + 4px);
  padding: clamp(18px, 2vw, 30px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.04);
}
html.dark .single-article {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}
.single-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 24px;
  margin-bottom: 30px;
  padding: clamp(18px, 2vw, 26px);
  border-radius: calc(var(--radius) + 6px);
  background: var(--single-hero-bg2);
  color: var(--sidebar-fg);
  overflow: hidden;
}
.single-hero__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.single-hero__media {
  display: flex;
  align-items: stretch;
}
.single-broadcast-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}
.single-live-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  color: #fff4df;
  font-weight: 700;
}
.single-live-pill__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--live);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--live) 20%, transparent);
}
.single-broadcast-dj,
.single-broadcast-track {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: #f5e9d2;
}
.single-broadcast-track--muted {
  color: #d6c4aa;
}
.single-cats--inline {
  position: static;
  top: auto;
  left: auto;
}

/* Featured Image */
.single-featured {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 0;
  background: var(--muted);
  height: 100%;
  min-height: 240px;
  border: 1px solid rgba(255,255,255,0.08);
}
.single-featured img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  display: block;
}
.single-cats {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.single-cat {
  display: inline-flex;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--card);
  color: var(--foreground);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .3px;
  text-transform: uppercase;
  backdrop-filter: blur(4px);
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.single-cat:hover {
  background: var(--primary);
  color: var(--primary-fg);
}

/* Header / Meta */
.single-header {
  margin-bottom: 0;
}
.single-title {
  font-size: clamp(28px, 3.8vw, 44px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 12px;
  color: var(--gold);
}
.single-summary {
  max-width: 62ch;
  font-size: 15px;
  line-height: 1.75;
  color: #8c775b;
}
.single-meta-top {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.single-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: #e7d8c3;
}
.single-meta-item svg {
  flex-shrink: 0;
  color: var(--gold);
}
.single-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.single-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  color: #fff3df;
  font-size: 13px;
  font-weight: 700;
}
.single-hero-btn:hover {
  background: rgba(255,255,255,0.14);
}
.single-hero-btn--primary {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--sidebar);
}
.single-hero-btn--primary:hover {
  background: color-mix(in srgb, var(--gold) 86%, #fff);
}

/* Content */
.single-content {
  font-size: 16px;
  line-height: 1.8;
  color: var(--foreground);
}
.single-content p {
  margin-bottom: 1.2em;
}
.single-content h2,
.single-content h3,
.single-content h4 {
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  font-weight: 700;
  line-height: 1.3;
}
.single-content h2 { font-size: 26px; }
.single-content h3 { font-size: 22px; }
.single-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 1.2em 0;
}
.single-content blockquote {
  border-left: 4px solid var(--gold);
  padding: 12px 20px;
  margin: 1.4em 0;
  background: var(--muted);
  border-radius: 0 12px 12px 0;
  font-style: italic;
  color: var(--muted-fg);
}
.single-content a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.single-content a:hover {
  color: var(--primary);
}
.single-content ul,
.single-content ol {
  padding-left: 24px;
  margin-bottom: 1.2em;
}
.single-content li {
  margin-bottom: 6px;
}
.single-content pre {
  background: var(--muted);
  border-radius: 12px;
  padding: 16px 20px;
  overflow-x: auto;
  font-size: 14px;
  line-height: 1.6;
  margin: 1.2em 0;
}
.single-content iframe {
  max-width: 100%;
  border-radius: 12px;
}

/* Tags */
.single-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}
.single-tags-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--muted-fg);
}
.single-tag {
  display: inline-flex;
  padding: 5px 14px;
  border-radius: 999px;
  background: var(--muted);
  color: var(--foreground);
  font-size: 12px;
  font-weight: 600;
  transition: all .15s;
}
.single-tag:hover {
  background: var(--gold);
  color: var(--sidebar);
}

/* Actions Bar (Likes & Share) */
.single-actions-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  padding: 16px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.single-like-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 999px;
  background: var(--muted);
  color: var(--foreground);
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
  cursor: pointer;
  border: none;
}
.single-like-btn:hover {
  background: color-mix(in srgb, var(--live) 15%, var(--muted));
  color: var(--live);
}
.single-like-btn.liked {
  background: color-mix(in srgb, var(--live) 20%, transparent);
  color: var(--live);
}
.single-like-btn .like-count {
  font-weight: 800;
  min-width: 20px;
  text-align: center;
}

.single-share {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
.single-share-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--muted-fg);
  margin-right: 4px;
}
.single-share-item {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--rp-hstry-bg);
  color: var(--muted-fg);
  transition: all .2s;
  border: none;
  cursor: pointer;
}
.single-share-item:hover {
  background: var(--gold);
  color: var(--sidebar);
}

/* Author Box */
.single-author-box {
  display: flex;
  gap: 20px;
  padding: 24px;
  border-radius: 14px;
  background: var(--single-hero-bg);
  margin-top: 28px;
  align-items: flex-start;
}
.single-author-avatar {
  flex-shrink: 0;
}
.single-author-avatar img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.single-author-info {
  flex: 1;
  min-width: 0;
}
.single-author-name {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.single-author-name a {
  font-size: 17px;
  font-weight: 700;
  color: var(--foreground);
}
.single-author-name a:hover {
  color: var(--gold);
}
.single-author-posts {
  font-size: 12px;
  color: var(--muted-fg);
  background: var(--card);
  padding: 2px 10px;
  border-radius: 999px;
}
.single-author-desc {
  font-size: 13px;
  color: var(--muted-fg);
  line-height: 1.5;
  margin-bottom: 10px;
}
.single-author-social {
  display: flex;
  gap: 10px;
}
.single-author-social a {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--card);
  color: var(--muted-fg);
  transition: all .2s;
}
.single-author-social a:hover {
  background: var(--gold);
  color: var(--sidebar);
}

/* Post Navigation */
.single-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 32px;
}
.single-nav a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border-radius: 12px;
  background: var(--single-hero-bg);
  transition: background .15s;
  text-decoration: none;
}
.single-nav a:hover {
  background: color-mix(in srgb, var(--gold) 12%, var(--muted));
}
.single-nav-next {
  text-align: right;
}
.single-nav-next a {
  flex-direction: row-reverse;
}

.single-nav-thumb {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}
.single-nav-label {
  display: block;
  font-size: 11px;
  color: var(--muted-fg);
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.single-nav-title {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--foreground);
  line-height: 1.3;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Related Posts */
.single-related {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}
.single-related-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--foreground);
}
.single-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.single-related-card {
  border-radius: 12px;
  overflow: hidden;
  background: var(--single-hero-bg);
  transition: transform .2s;
}
.single-related-card:hover {
  transform: translateY(-3px);
}
.single-related-thumb img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}
.single-related-body {
  padding: 14px;
}
.single-related-cats {
  margin-bottom: 6px;
}
.single-related-cats span {
  font-size: 10px;
  font-weight: 700;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .5px;
}
.single-related-body h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}
.single-related-excerpt {
  margin-top: 8px;
  color: var(--muted-fg);
  font-size: 12px;
  line-height: 1.6;
}
.single-related-body h4 a {
  color: var(--foreground);
}
.single-related-body h4 a:hover {
  color: var(--gold);
}
.single-related-date {
  display: block;
  font-size: 11px;
  color: var(--muted-fg);
  margin-top: 6px;
}

/* Comments — Ferah Custom Style */
.single-comments {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}
.single-comments-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
  color: var(--foreground);
}

/* Comment list */
/* --- Yorum Alanı Sohbet & Radyo Teması --- */

/* Genel Konteynır Ayarları */
.single-comments-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}

/* Yorum Kutusu ve Sohbet Balonu Efekti */
.single-comment-inner {
    background: var(--single-hero-bg);
    border: 2px solid var(--border);
    border-radius: 20px 20px 20px 5px; /* Sohbet balonu şekli */
    box-shadow: 4px 4px 0px color-mix(in srgb, var(--border) 80%, transparent);
    padding: 20px;
    display: flex;
    gap: 15px;
    position: relative;
    transition: all 0.3s ease;
    animation: comment-bounce 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Üzerine gelince (Hover) efektler */
.single-comment-inner:hover {
    transform: translateY(-3px);
    box-shadow: 6px 6px 0px color-mix(in srgb, var(--gold) 70%, transparent);
    border-color: var(--gold);
}

/* Avatar ve Hikaye Halkası Alanı */
.single-comment-avatar {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-comment-avatar img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 2px solid var(--card);
    z-index: 1;
    object-fit: cover;
}

/* Hikaye Halkası (Instagram Tarzı) */
.single-comment-avatar::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: 50%;
    padding: 2px;
    background: linear-gradient(45deg, var(--gold) 0%, color-mix(in srgb, var(--gold) 70%, transparent) 100%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 0;
}

/* Sağ Alt Köşe Radyo İkonu */
.single-comment-avatar::after {
    content: '🎙️';
    position: absolute;
    bottom: -2px;
    right: -2px;
    font-size: 16px;
    background: var(--card);
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.12);
    z-index: 2;
    border: 2px solid var(--card);
}

/* Metin ve İçerik Alanı */
.single-comment-body {
    flex-grow: 1;
}

.single-comment-author a {
    font-weight: 700;
    color: var(--foreground);
    text-decoration: none;
    font-size: 1.1rem;
}

.single-comment-date {
    font-size: 0.85rem;
    color: var(--muted-fg);
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
}

/* Yanıtlanan (İç İçe) Yorumlar */
div[id^="comment-"] div[id^="comment-"] {
    margin-left: 40px !important;
    border-left: 3px solid var(--border);
}

/* Giriş Animasyonu */
@keyframes comment-bounce {
    0% { transform: scale(0.95); opacity: 0; }
    70% { transform: scale(1.02); }
    100% { transform: scale(1); opacity: 1; }
}
.single-comment-mod {
  font-size: 11px;
  color: var(--gold);
  font-style: normal;
  font-weight: 600;
}
.single-comment-text {
  font-size: 14px;
  line-height: 1.6;
  color: var(--foreground);
  margin-bottom: 10px;
}
.single-comment-text p:last-child {
  margin-bottom: 0;
}
.single-comment-actions {
  display: flex;
  gap: 8px;
  font-size: 12px;
}
.single-comment-actions a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--muted-fg);
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--card);
  border: 1px solid var(--border);
  transition: all .15s;
}
.single-comment-actions a:hover {
  color: var(--gold);
  background: color-mix(in srgb, var(--gold) 12%, var(--card));
  border-color: var(--gold);
}
.single-comment-edit {
  opacity: .6;
  font-size: 11px;
}

/* Comment nav */
.single-comments-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  font-size: 13px;
}
.single-comments-nav a {
  color: var(--gold);
}
.single-comments-nav a:hover {
  text-decoration: underline;
}

@media (max-width:480px){

    .single-comment-turnstile{
        overflow:hidden;
    }

    .cf-turnstile{
        transform:scale(.88);
        transform-origin:left top;
    }

}


/* Sidebar */
.single-sidebar {
  position: static;
  align-self: start;
}
.single-widget {
  padding: 20px;
  margin-bottom: 24px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
}
.single-widget-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .5px;
  text-align: center;
  text-transform: capitalize;
  color: var(--muted-fg);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}
.single-sidebar .list-body.cap {
  max-height: none;
}
.single-sidebar .ferah-widget-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .4px;
  color: var(--foreground);
}
.single-sidebar .ferah-widget {
    margin-bottom: 20px;
}
.single-sidebar .ferah-widget-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--gold) 14%, transparent);
}
.single-sidebar .ferah-popular-list {
  display: grid;
  gap: 12px;
}
.single-sidebar .ferah-popular-item {
  display: grid;
  grid-template-columns: 26px 56px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}
.single-sidebar .ferah-popular-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--gold) 18%, transparent);
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
}
.single-sidebar .ferah-popular-thumb {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  overflow: hidden;
  background: var(--muted);
}
.single-sidebar .ferah-popular-thumb img,
.single-sidebar .ferah-popular-thumb__fallback {
  width: 100%;
  height: 100%;
}
.single-sidebar .ferah-popular-thumb img {
  object-fit: cover;
}
.single-sidebar .ferah-popular-thumb__fallback {
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 800;
  color: var(--gold);
}
.single-sidebar .ferah-popular-info {
  min-width: 0;
  display: grid;
  gap: 6px;
}
.single-sidebar .ferah-popular-title {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--foreground);
}
.single-sidebar .ferah-popular-title:hover {
  color: var(--gold);
}
.single-sidebar .ferah-popular-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  font-size: 11px;
  color: var(--muted-fg);
}
.ferah-popular-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ferah-popular-item {
  display: grid;
  grid-template-columns: 26px 56px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin: 0;
  padding: 0;
}

.ferah-popular-thumb {
  display: block;
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 12px;
}

.ferah-popular-thumb img {
  display: block;
  width: 56px;
  height: 56px;
  max-width: 56px;
  max-height: 56px;
  object-fit: cover;
}

.ferah-popular-info {
  min-width: 0;
}
/* ===== Sevimsiz.com Son Makaleler Widget ===== */
/* Sevimsiz.com makale meta bilgileri */
.single-sidebar .sevimsiz-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 4px;
  font-size: 10px;
  line-height: 1.3;
  color: var(--muted-fg);
}

.single-sidebar .sevimsiz-meta-separator {
  opacity: .45;
}

.single-sidebar .sevimsiz-author,
.single-sidebar .sevimsiz-comments,
.single-sidebar .sevimsiz-date {
  white-space: nowrap;
}

.single-sidebar .ferah-sevimsiz-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 12px;
  background: var(--card);
  border-radius: 16px;
  border: 1px solid var(--border);
}
.single-sidebar .ferah-sevimsiz-logo,
.single-sidebar .ferah-widget-head .ferah-widget-logo {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  object-fit: contain;
  flex-shrink: 0;
  background: #fff;
  padding: 3px;
}
.single-sidebar .ferah-widget-head .ferah-widget-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--gold) 14%, transparent);
}
.single-sidebar .ferah-sevimsiz-cta,
.single-sidebar .ferah-widget-cta .btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 8px 14px;
  border-radius: 10px;
  background: color-mix(in srgb, var(--gold) 14%, transparent);
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .3px;
  text-decoration: none;
  transition: all .15s;
  align-self: flex-start;
}
.single-sidebar .ferah-sevimsiz-cta:hover,
.single-sidebar .ferah-widget-cta .btn-outline:hover {
  background: color-mix(in srgb, var(--gold) 22%, transparent);
}
.single-comment-like-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--card);
  color: var(--muted-fg);
  font-size: 12px;
  font-weight: 600;
  border: 0;
  transition: all .15s;
}
.single-comment-like-btn:hover {
  color: var(--gold);
  background: color-mix(in srgb, var(--gold) 12%, var(--card));
}
.single-comment-like-btn.liked {
  color: var(--live);
  background: color-mix(in srgb, var(--live) 12%, var(--card));
}
.single-comment-like-btn__count {
  min-width: 14px;
  text-align: center;
  font-weight: 800;
}

/* Responsive */
@media (max-width: 1180px) and (min-width: 861px) {
  .single-main {
    padding: 20px;
  }
  .single-layout.has-sidebar {
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 280px;
  }
  .single-layout--sidebar-left {
    grid-template-columns: 280px minmax(0, 1fr);
  }
  .single-hero {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 860px) {
  .profile {
    max-width: 120px;
  }
  .single-layout.has-sidebar {
    grid-template-columns: 1fr;
  }
  .single-layout--sidebar-left {
    grid-template-columns: 1fr;
  }
  .single-sidebar {
    position: static;
    order: 99;
  }
  .single-hero {
    grid-template-columns: 1fr;
  }
  .single-hero__media {
    min-height: 0;
  }
  .single-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .single-nav {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .single-share {
    margin-left: 0;
    width: 100%;
  }
  .single-actions-bar {
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 600px) {
  .single-main {
    padding: 16px 14px;
  }
  .single-cats--inline {
    display: none;
  }
  .single-hero {
    padding: 16px;
    gap: 16px;
  }
  .single-title {
    font-size: clamp(24px, 7vw, 32px);
  }
  .single-summary {
    font-size: 14px;
  }
  .single-article,
  .single-widget {
    padding: 16px;
  }
  .single-author-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
  }
  .single-author-social {
    justify-content: center;
  }
  .single-author-name {
    justify-content: center;
  }
  .single-related-grid {
    grid-template-columns: 1fr;
  }
  .single-comment .single-comment {
    margin-left: 24px;
  }
  .single-comment-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .single-share-item {
    width: 32px;
    height: 32px;
  }
  .single-broadcast-bar {
    gap: 8px;
  }
  .single-broadcast-dj,
  .single-broadcast-track,
  .single-live-pill {
    min-height: 32px;
    font-size: 11px;
  }
}

/* Mobil Cihazlar İçin Daralma Çözümü */
@media (max-width: 768px) {
    /* Yorum listesi dış boşluğunu azalt */
    .single-comments-list {
        padding: 10px;
    }

    /* İç içe yorumların sola yaslanma mesafesini daralt */
    div[id^="comment-"] div[id^="comment-"] {
        margin-left: 15px !important; /* Büyük boşluk yerine ince bir hizalama */
        padding-left: 5px !important;
        border-left: 2px solid var(--border); /* Kimin kime yanıt verdiği hala belli olur */
    }

    /* Çok derin (3. seviye+) yorumlarda kaydırmayı iyice azalt */
    div[id^="comment-"] div[id^="comment-"] div[id^="comment-"] {
        margin-left: 8px !important;
    }

    /* Avatarı mobilde küçülterek metne yer aç */
    .single-comment-avatar {
        width: 45px;
        height: 45px;
    }
    .single-comment-avatar img {
        width: 40px !important;
        height: 40px !important;
    }
    .single-comment-avatar::after {
        width: 18px;
        height: 18px;
        font-size: 11px;
        bottom: -3px;
        right: -3px;
    }

    /* Yazı boyutunu ve kutu içi boşluğu optimize et */
    .single-comment-inner {
        padding: 12px !important;
        gap: 10px;
    }
    .single-comment-text {
        font-size: 0.95rem;
    }
}

/* ============ SINGLE COMMENTS (Ferah Radio/Chat Theme) ============ */
.single-comments {
  margin-top: 40px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.single-comments-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
  flex-wrap: wrap;
}
.single-comments-title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-comments-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--gold) 16%, transparent);
  color: var(--gold);
  flex-shrink: 0;
}
.single-comments-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--foreground);
  margin: 0;
}
.single-comments-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: color-mix(in srgb, var(--live) 10%, var(--card));
  color: var(--live);
  border: 1px solid color-mix(in srgb, var(--live) 30%, transparent);
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .3px;
  text-transform: uppercase;
}
.single-comments-live-badge .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--live);
  animation: ferah-pulse-dot 1.6s ease-in-out infinite;
}
@keyframes ferah-pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .45; transform: scale(.85); }
}

/* Comment list */
.single-comments-list {
  margin-bottom: 28px;
}
.single-comment {
  margin-bottom: 14px;
  padding: 16px;
  transition: border-color .2s;
}
.single-comment:hover {
  border-color: color-mix(in srgb, var(--gold) 45%, var(--border));
}
.single-comment .single-comment {
  margin-left: 48px;
  background: var(--card);
}
.single-comment-inner {
  display: flex;
  gap: 12px;
}
.single-comment-avatar {
  flex-shrink: 0;
}
.single-comment-avatar img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--gold);
}
.single-comment-body {
  flex: 1;
  min-width: 0;
}
.single-comment-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 6px;
}
.single-comment-author {
  font-size: 14px;
  font-weight: 700;
  color: var(--foreground);
}
.single-comment-author a {
  color: inherit;
}
.single-comment-author a:hover {
  color: var(--gold);
}
.single-comment-date {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: var(--muted-fg);
}
.single-comment-date svg {
  opacity: .7;
}
.single-comment-mod {
  font-size: 11px;
  font-style: normal;
  background: color-mix(in srgb, var(--gold) 14%, transparent);
  color: var(--gold);
  border-radius: 6px;
  padding: 2px 8px;
}
.single-comment-text {
  font-size: 14px;
  line-height: 1.6;
  color: var(--foreground);
}
.single-comment-text p:last-child {
  margin-bottom: 0;
}
.single-comment-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}
.single-comment-actions a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted-fg);
  transition: color .15s;
}
.single-comment-actions a:hover {
  color: var(--gold);
}
.single-comment-actions .comment-reply-link svg {
  color: var(--gold);
}
.single-comment-edit {
  opacity: .6;
}

/* Comment nav */
.single-comments-nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 16px 0 8px;
}
.single-comments-nav a {
  color: var(--gold);
  font-size: 13px;
  font-weight: 600;
}
.single-comments-nav a:hover {
  text-decoration: underline;
}

/* Comment form */
.single-comment-form-wrap {
  max-width: 100%;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 20px;
}
.single-comment-form {
  display: grid;
  gap: 14px;
}
.single-comment-form .comment-form-cookies-consent,
.single-comment-form .logged-in-as {
  grid-column: 1 / -1;
}
.single-comment-form .comment-reply-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}
.single-comment-notes {
  font-size: 12px;
  color: var(--muted-fg);
}
.single-comment-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.single-comment-field label {
  font-size: 13px;
  font-weight: 600;
  color: var(--foreground);
}
.single-comment-field label .required {
  color: var(--live);
}
.single-comment-field .field {
  width: 100%;
  margin-bottom: 0;
  background: var(--muted);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 14px;
  color: var(--foreground);
  transition: border-color .2s, box-shadow .2s;
}
.single-comment-field .field:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--gold) 18%, transparent);
}
.single-comment-cookies .check {
  margin: 0;
  font-size: 13px;
  color: var(--muted-fg);
}
.single-comment-cookies .check input {
  width: auto;
  accent-color: var(--gold);
}
.single-comment-submit {
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
}
.single-comment-submit .btn-primary,
.single-comment-form .submit .btn-primary,
.single-comment-form input[type="submit"],
.single-comment-form button[type="submit"] {
  width: auto;
  background: linear-gradient(135deg, var(--gold), color-mix(in srgb, var(--gold) 75%, var(--live)));
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 11px 28px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .15s, box-shadow .15s;
}
.single-comment-form input[type="submit"]:hover,
.single-comment-form button[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px color-mix(in srgb, var(--gold) 35%, transparent);
}

/* Closed */
.single-comments-closed {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px;
  background: var(--muted);
  border: 1px dashed var(--border);
  border-radius: 12px;
  font-size: 13px;
  color: var(--muted-fg);
}
.single-comments-closed svg {
  color: var(--gold);
}

@media (max-width: 640px) {
  .single-comments {
    padding: 16px;
  }
  .single-comment .single-comment {
    margin-left: 16px;
  }
  .single-comment-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .single-comments-live-badge {
    display: none;
  }
}

@media (max-width: 385px) {
  .single-comment-form-wrap {
    padding: 12px;
  }
  .single-comment-form-wrap .cf-turnstile,
  .single-comment-form-wrap iframe[src*="turnstile"] {
    transform: scale(0.75);
    transform-origin: left top;
    margin-bottom: -12px;
    width: auto;
  }
}

/* şifre ipucu */
.hint {
  opacity: 0.8;
  font-style: italic;
  margin-top: 2px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}
/* =========================================================
   MOBİL ALT MENÜ (Neomorphism) + MOBİLDE AKIŞA GİREN FOOTER
   ========================================================= */
:root {
  --mnav-h: 68px;
  --neu-light: rgba(255, 255, 255, .85);
  --neu-dark: rgba(16, 18, 28, .14);
}
html.dark {
  --neu-light: rgba(255, 255, 255, .05);
  --neu-dark: rgba(0, 0, 0, .60);
}

.ferah-mnav {
  display: none;
  position: fixed;
  left: 10px; right: 10px;
  bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  z-index: 120;
  padding: 8px 6px;
  border-radius: 22px;
  background: var(--card);
  border: 1px solid color-mix(in srgb, var(--border) 70%, transparent);
  box-shadow: 8px 8px 20px var(--neu-dark), -8px -8px 20px var(--neu-light);
  align-items: stretch;
  justify-content: space-around;
  gap: 4px;
}
.ferah-mnav__btn {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 6px 2px;
  border: 0;
  border-radius: 16px;
  background: transparent;
  color: var(--muted-fg);
  cursor: pointer;
  max-width: none;
  transition: color .18s ease, box-shadow .18s ease, background .18s ease, transform .12s ease;
}
.ferah-mnav__btn:active,
.ferah-mnav__btn.open {
  color: var(--gold);
  background: color-mix(in srgb, var(--muted-fg) 6%, transparent);
  box-shadow: inset 4px 4px 10px var(--neu-dark), inset -4px -4px 10px var(--neu-light);
}
/* transform kullanılmaz: fixed konumlu açılır menüleri bozar */
.ferah-mnav__btn:active .ferah-mnav__ico,
.ferah-mnav__btn.open .ferah-mnav__ico {
  box-shadow: inset 3px 3px 8px var(--neu-dark), inset -3px -3px 8px var(--neu-light);
}
.ferah-mnav__ico {
  position: relative;
  display: grid;
  place-items: center;
  width: 34px; height: 34px;
  border-radius: 12px;
  background: var(--card);
  box-shadow: 4px 4px 10px var(--neu-dark), -4px -4px 10px var(--neu-light);
  flex-shrink: 0;
}
.ferah-mnav__ico--avatar { padding: 3px; overflow: hidden; }
.ferah-mnav__ico--avatar img { width: 100%; height: 100%; border-radius: 10px; object-fit: cover; }
.ferah-mnav__lbl {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .2px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ferah-mnav__badge {
  position: absolute;
  top: -3px; right: -3px;
  min-width: 16px; height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--live);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  display: grid;
  place-items: center;
}
/* Alt menüdeki açılır menüler yukarı doğru açılır */
.ferah-mnav .notification-menu,
.ferah-mnav .profile-menu {
  position: fixed;
  top: auto;
  left: 10px;
  right: 10px;
  bottom: calc(var(--mnav-h) + 20px + env(safe-area-inset-bottom, 0px));
  width: auto;
  max-height: 60dvh;
  overflow-y: auto;
  transform: translateY(10px);
  box-shadow: 10px 10px 26px var(--neu-dark), -10px -10px 26px var(--neu-light);
}
.ferah-mnav .notification.open .notification-menu,
.ferah-mnav .profile.open .profile-menu { transform: translateY(0); }

/* Mobil sol menü altı now-mini ve socials düzenlemesi */
@media (max-width: 768px) {
  aside.sidebar {
    display: flex !important;
    flex-direction: column !important;
    height: 100vh !important;
    height: 100dvh !important;
    
    /* ÖNEMLİ: Alt menünün (mnav) yüksekliği kadar boşluk bırakıyoruz */
    padding-bottom: 110px !important; 
    box-sizing: border-box !important;
    overflow-y: hidden !important;
  }
  
  aside.sidebar nav.nav {
    flex: 1 1 auto !important;
    overflow-y: auto !important;
    min-height: 0 !important;
    -webkit-overflow-scrolling: touch;
  }
  
  aside.sidebar .now-mini,
  aside.sidebar .socials {
    flex-shrink: 0 !important;
  }
}

/* Mobil arama katmanı (alt menüdeki Ara butonu ile açılır) */
@media (max-width: 768px) {
  .ferah-mnav { display: flex; }
  .mobile-menu-btn--header { display: none !important; }

  /* Alt menüdeki profil/bildirim butonları header kurallarından etkilenmesin */
  .ferah-mnav .profile,
  .ferah-mnav .notification {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0;
    padding: 6px 2px;
    background: transparent;
    border-radius: 16px;
  }
  .ferah-mnav .profile > .ferah-mnav__ico,
  .ferah-mnav .notification > .ferah-mnav__ico { display: grid; }
  .ferah-mnav .profile > .ferah-mnav__lbl,
  .ferah-mnav .notification > .ferah-mnav__lbl { display: block; }
  .ferah-mnav .profile > .profile-menu,
  .ferah-mnav .notification > .notification-menu { display: block; }

  /* Footer artık sabit değil: sayfa akışında en altta */
  html, body { overflow: auto; height: auto; }
  .app { display: block; height: auto; min-height: 100dvh; overflow: visible; }
  .main-col { min-height: 100dvh; overflow: visible; }
  main { overflow: visible; }
  .site-header {
    position: sticky;
    top: 0;
    z-index: 60;
    box-shadow: 0 6px 18px var(--neu-dark);
  }
  .site-footer {
    position: static;
    padding-bottom: calc(var(--mnav-h) + 26px + env(safe-area-inset-bottom, 0px));
  }
  .site-footer .theme-toggle { display: none; }

  /* Arama Konteynırı */
  .site-header.ferah-search-open .header-search {
    position: fixed !important;
    bottom: 103px !important; /* Alt menünün hemen üstünde durması için */
    top: auto !important;
    left: 12px !important;
    right: 12px !important;
    width: calc(100% - 24px) !important;
    z-index: 1000 !important;
    background-color: rgb(10, 10, 11) !important;
    display: flex !important;
    align-items: center !important;
    padding: 12px !important;
    border-radius: 12px !important;
    box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.5) !important;
    transform: none !important;
    height: auto !important;
  }

  /* Form Yapısı */
  .site-header.ferah-search-open .header-search form {
    width: 100% !important;
    display: block !important;
    margin: 0px !important;
    position: relative !important;
  }

  /* Input (Yazı Alanı) */
  .site-header.ferah-search-open .header-search input {
    width: 100% !important;
    height: 50px !important;
    font-size: 16px !important;
    background-color: rgb(26, 26, 28) !important;
    border: 1px solid rgb(51, 51, 51) !important;
    border-radius: 8px !important;
    padding: 0px 15px 0px 45px !important;
    color: rgb(236, 227, 211) !important;
    outline: none !important;
    box-sizing: border-box !important;
  }

  /* Büyüteç İkonu */
  .site-header.ferah-search-open .header-search svg {
    position: absolute !important;
    left: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 1001 !important;
    width: 20px !important;
    height: 20px !important;
    fill: rgb(136, 136, 136) !important;
  }

  /* Neomorphism dokunuşu: header ve kartlar */
  .header-cta__btn {
    box-shadow: 4px 4px 10px var(--neu-dark), -4px -4px 10px var(--neu-light);
    border-color: transparent;
  }
}

/* Masaüstünde de yumuşak neomorphism dokunuşu */
@media (min-width: 769px) {
  .ico-btn,
  .profile,
  .header-cta__btn,
  .theme-toggle {
    box-shadow: 5px 5px 12px var(--neu-dark), -5px -5px 12px var(--neu-light);
  }
  .ico-btn:hover,
  .header-cta__btn:hover,
  .theme-toggle:hover {
    box-shadow: inset 4px 4px 10px var(--neu-dark), inset -4px -4px 10px var(--neu-light);
  }
  .notification-menu,
  .profile-menu {
    box-shadow: 10px 10px 26px var(--neu-dark), -10px -10px 26px var(--neu-light);
  }
}

/* =========================================================
   NEOMORPHISM UI — SİTE GENELİ (mobil + masaüstü)
   ========================================================= */
:root {
  --neu-r: 18px;
  --neu-out: 6px 6px 14px var(--neu-dark), -6px -6px 14px var(--neu-light);
  --neu-out-lg: 12px 12px 28px var(--neu-dark), -10px -10px 24px var(--neu-light);
  --neu-in: inset 5px 5px 12px var(--neu-dark), inset -5px -5px 12px var(--neu-light);
  --neu-in-sm: inset 3px 3px 8px var(--neu-dark), inset -3px -3px 8px var(--neu-light);
  --mhead-h: 60px;
}

/* Kartlar */
.card,
.promo,
.player,
.stat-box,
.pstat,
.single-comments-list {
  box-shadow: var(--neu-out) !important;
  border-color: color-mix(in srgb, var(--border) 55%, transparent);
  border-radius: var(--neu-r);
}
.card:hover { box-shadow: var(--neu-out-lg) !important; }

/* Form alanları */
.field,
.header-search input,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
select.field,
textarea {
  box-shadow: var(--neu-in);
  border-color: color-mix(in srgb, var(--border) 45%, transparent);
}
.field:focus,
.header-search input:focus { outline: none; box-shadow: var(--neu-in-sm), 0 0 0 2px color-mix(in srgb, var(--gold) 60%, transparent); }

/* Butonlar */
.btn-primary,
.header-cta__btn,
.ico-btn,
.theme-toggle,
.schedule-switcher__btn,
.mobile-menu-btn {
  box-shadow: var(--neu-out);
  border-radius: 14px;
}
.btn-primary { border-radius: 16px; }
.btn-primary:active,
.header-cta__btn:active,
.ico-btn:active,
.theme-toggle:active,
.schedule-switcher__btn.active,
.mobile-menu-btn:active { box-shadow: var(--neu-in-sm); }

/* Kenar çubuğu ve açılır menüler */
.sidebar { box-shadow: var(--neu-out-lg); }
.sidebar .nav a { border-radius: 14px; transition: box-shadow .18s ease, color .18s ease; }
.sidebar .nav a:hover { box-shadow: var(--neu-out); }
.sidebar .nav a.active { box-shadow: var(--neu-in-sm); color: var(--muted); }
.notification-menu,
.profile-menu { box-shadow: var(--neu-out-lg); border-color: color-mix(in srgb, var(--border) 55%, transparent); }

/* =========================================================
   MOBİL HEADER (logo + geri + bildirim/profil sağ üstte)
   ========================================================= */
.ferah-hbrand,
.ferah-hback { display: none; }

@media (max-width: 768px) {
  .site-header {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    padding: 8px 12px;
    box-shadow: 0 8px 20px var(--neu-dark);
  }

  /* Geri dön (ana sayfa dışındaki sayfalarda) */
  .ferah-hback {
    display: grid;
    place-items: center;
    order: 0;
    width: 36px; height: 36px;
    flex: 0 0 auto;
    border: 0;
    border-radius: 12px;
    background: var(--card);
    color: var(--foreground);
    box-shadow: var(--neu-out);
    cursor: pointer;
  }
  .ferah-hback:active { box-shadow: var(--neu-in-sm); }

  /* Logo + site adı */
  .ferah-hbrand {
    display: flex;
    order: 1;
    align-items: center;
    gap: 8px;
    min-width: 0;
    flex: 1 1 auto;
    margin-right: auto;
    text-decoration: none;
    color: var(--foreground);
  }
  .ferah-hbrand__mark {
    display: grid;
    place-items: center;
    width: 36px; height: 36px;
    flex: 0 0 auto;
    border-radius: 12px;
    background: var(--card);
    color: var(--gold);
    box-shadow: var(--neu-out);
    overflow: hidden;
  }
  .ferah-hbrand__mark img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; }
  .ferah-hbrand__txt { display: grid; min-width: 0; }
  .ferah-hbrand__name {
    font-size: 14px; font-weight: 800; letter-spacing: .2px;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
  .ferah-hbrand__slogan {
    font-size: 10px; color: var(--muted-fg);
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }

  /* Bildirim + profil sağ üstte, dokunulabilir */
  .site-header .notification,
  .site-header .profile { order: 2; flex: 0 0 auto; }
  .site-header .notification { margin-right: 0; }
  .site-header .notification .ico-btn {
    display: grid !important;
    width: 38px; height: 38px;
    border-radius: 12px;
    background: var(--card);
    color: var(--foreground);
    box-shadow: var(--neu-out);
    pointer-events: none;
  }
  .site-header .profile {
    width: 42px; max-width: 42px; padding: 4px;
    justify-content: center;
    background: var(--card);
    box-shadow: var(--neu-out);
  }
  .site-header .notification.open .ico-btn,
  .site-header .profile.open { box-shadow: var(--neu-in-sm); }

  /* Şerit ve üst metinler tam satır */
  .pill-live,
  .header-sub { order: 4; flex: 1 1 100%; }
  .header-sub { font-size: 11px; white-space: normal; }
  .header-cta { order: 5; }

  /* Header açılır menüleri: ekran altına taşmasın */
  .site-header .notification-menu,
  .site-header .profile-menu {
    position: fixed;
    top: calc(var(--mhead-h) + 8px);
    left: 10px; right: 10px;
    bottom: auto;
    width: auto;
    max-height: 62dvh;
    overflow-y: auto;
    z-index: 140;
  }
}

/* Mobil alt menü: yeni sıralama için ince ayar */
@media (max-width: 768px) {
  .ferah-mnav__lbl { font-size: 10px; }
  main { padding-bottom: calc(var(--mnav-h) + 18px); }
}

/* =========================================================
   SOHBET MODALI (bottom sheet)
   ========================================================= */
.ferah-sheet {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
}
.ferah-sheet.open { display: block; }
.ferah-sheet__backdrop {
  position: absolute; inset: 0;
  background: color-mix(in srgb, #05070d 62%, transparent);
  backdrop-filter: blur(4px);
}
.ferah-sheet__panel {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  width: min(460px, 100%);
  padding: 14px 16px calc(20px + env(safe-area-inset-bottom, 0px));
  border-radius: 26px 26px 0 0;
  background: var(--card);
  border: 1px solid color-mix(in srgb, var(--border) 55%, transparent);
  box-shadow: var(--neu-out-lg);
  transition: transform .28s cubic-bezier(.22,.8,.2,1);
  max-height: 88dvh;
  overflow-y: auto;
}
.ferah-sheet.open .ferah-sheet__panel { transform: translate(-50%, 0); }
.ferah-sheet__grip {
  display: block;
  width: 44px; height: 4px;
  margin: 0 auto 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--muted-fg) 45%, transparent);
}
.ferah-sheet__head { position: relative; margin-bottom: 12px; }
.ferah-sheet__title { font-size: 15px; font-weight: 800; letter-spacing: .4px; }
.ferah-sheet__close {
  position: absolute;
  top: 8px; right: 0;
  width: 34px; height: 34px;
  display: grid; place-items: center;
  border: 0;
  border-radius: 12px;
  background: var(--card);
  color: var(--muted-fg);
  box-shadow: var(--neu-out);
  cursor: pointer;
}
.ferah-sheet__close:active { box-shadow: var(--neu-in-sm); }
.ferah-sheet__hint { font-size: 11px; color: var(--muted-fg); margin: -4px 0 8px; }
.ferah-sheet__body .field { margin-bottom: 12px; }

@media (min-width: 769px) {
  .ferah-sheet__panel {
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -46%) scale(.96);
    border-radius: 26px;
    opacity: 0;
    transition: transform .24s ease, opacity .24s ease;
  }
  .ferah-sheet.open .ferah-sheet__panel { transform: translate(-50%, -50%) scale(1); opacity: 1; }
}

/* Alt menüdeki bağlantı tipi buton (Radyo) */
a.ferah-mnav__btn { text-decoration: none; }
a.ferah-mnav__btn:hover { color: var(--gold); }

/* =========================================================
   FERAH CUSTOM VERSION DROPDOWN
========================================================= */

.ferah-version-dropdown {
    position: relative;

    width: 100%;

    margin: 0;
}


/* =========================================================
   TRIGGER
========================================================= */

.ferah-version-trigger {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    min-height: 44px;

    padding: 0 13px;

    color: #e8e8e8;
    background: #181818;

    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 10px;

    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;

    text-align: left;

    cursor: pointer;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .025),
        0 3px 10px rgba(0, 0, 0, .18);

    transition:
        border-color .18s ease,
        background-color .18s ease,
        box-shadow .18s ease;
}

.ferah-version-trigger:hover {
    border-color: rgba(255, 123, 24, .20);
}

.ferah-version-trigger:focus-visible {
    outline: none;

    border-color: rgba(255, 123, 24, .45);

    box-shadow:
        0 0 0 3px rgba(255, 123, 24, .08),
        inset 0 1px 0 rgba(255, 255, 255, .025);
}


/* =========================================================
   ARROW
========================================================= */

.ferah-version-arrow {
    flex: 0 0 auto;

    color: #777;

    transition:
        transform .18s ease,
        color .18s ease;
}

.ferah-version-dropdown.is-open
.ferah-version-arrow {
    color: #ff7b18;

    transform: rotate(180deg);
}


/* =========================================================
   MENU
========================================================= */

.ferah-version-menu {
    position: absolute;

    z-index: 100;

    top: calc(100% + 6px);
    left: 0;
    right: 0;

    display: flex;
    flex-direction: column;

    max-height: 120px;

    padding: 5px;

    overflow-y: auto;

    background: #181818;

    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 10px;

    box-shadow:
        0 12px 28px rgba(0, 0, 0, .42),
        0 3px 8px rgba(0, 0, 0, .22);

    opacity: 0;
    visibility: hidden;

    transform: translateY(-5px);

    pointer-events: none;

    transition:
        opacity .16s ease,
        transform .16s ease,
        visibility .16s ease;
}

.ferah-version-dropdown.is-open
.ferah-version-menu {
    opacity: 1;
    visibility: visible;

    transform: translateY(0);

    pointer-events: auto;
}


/* =========================================================
   OPTIONS
========================================================= */

.ferah-version-option {
    display: flex;
    align-items: center;

    width: 100%;
    min-height: 34px;

    padding: 7px 9px;

    color: #a8a8a8;
    background: transparent;

    border: 0;
    border-radius: 7px;

    font-family: inherit;
    font-size: 12px;
    font-weight: 500;

    line-height: 1.2;

    text-align: left;

    cursor: pointer;

    transition:
        color .15s ease,
        background-color .15s ease;
}

/* =========================================================
   NEUMORPHISM (SOFT UI) — DARK THEME OVERRIDES
   =========================================================
   Color palette preserved: black base (#050505/#0a0a0b)
   + orange accent (#ff7a18). Only soft-shadow layer added.
   ========================================================= */

html.dark .card,
html.dark .player.card,
html.dark .single-widget,
html.dark .single-article {
  box-shadow: var(--neu-out);
  transition: box-shadow .22s ease, transform .22s ease;
}
html.dark .card:hover,
html.dark .player.card:hover {
  box-shadow: var(--neu-out-lg);
  transform: translateY(-1px);
}

/* ---- Sidebar & Nav ---- */
html.dark .sidebar {
  box-shadow: var(--neu-out-lg);
  border-right: 1px solid var(--border);
}
html.dark .brand .mic {
  box-shadow: 0 4px 16px var(--primary-glow);
}
html.dark .nav a {
  transition: box-shadow .18s ease, background .18s ease, color .18s ease;
}
html.dark .nav a:hover:not(.active) {
  background: var(--sidebar-accent);
  box-shadow: var(--neu-out-sm);
}
html.dark .nav a.active {
  box-shadow: 0 4px 14px var(--primary-glow), var(--neu-in-sm);
}
html.dark .now-mini {
  box-shadow: var(--neu-in);
}
html.dark .now-mini .cover {
  box-shadow: var(--neu-out-sm);
}

/* ---- Header ---- */
html.dark header {
  box-shadow: 0 4px 14px var(--neu-dark);
  border-bottom: 1px solid var(--border);
}
html.dark .pill-live,
html.dark .header-cta__btn,
html.dark .ico-btn,
html.dark .profile,
html.dark .mobile-menu-btn,
html.dark .ferah-version-btn {
  box-shadow: var(--neu-out-sm);
  transition: box-shadow .18s ease, background .18s ease, color .18s ease, transform .12s ease;
}
html.dark .header-cta__btn:hover:not(.header-cta__btn--primary),
html.dark .ico-btn:hover,
html.dark .mobile-menu-btn:hover,
html.dark .ferah-version-btn:hover {
  box-shadow: var(--neu-in-sm);
  background: var(--sidebar-accent);
}
html.dark .header-cta__btn:active,
html.dark .ico-btn:active,
html.dark .mobile-menu-btn:active {
  box-shadow: var(--neu-in);
  transform: translateY(1px);
}
html.dark .header-cta__btn--primary {
  box-shadow: 0 4px 16px var(--primary-glow), var(--neu-out-sm);
}
html.dark .header-cta__btn--primary:hover {
  box-shadow: 0 6px 22px var(--primary-glow);
}
html.dark .header-search input {
  box-shadow: var(--neu-in);
  transition: box-shadow .18s ease;
}
html.dark .header-search input:focus {
  outline: none;
  box-shadow: var(--neu-in-sm), 0 0 0 2px var(--primary-glow);
}
html.dark .notification-menu,
html.dark .profile-menu,
html.dark .ferah-version-menu {
  box-shadow: var(--neu-out-lg);
}
html.dark .notification-menu__item,
html.dark .profile-menu__item {
  box-shadow: var(--neu-out-sm);
  transition: box-shadow .18s ease, background .18s ease;
}
html.dark .notification-menu__item:hover,
html.dark .profile-menu__item:hover {
  background: var(--sidebar-accent);
  box-shadow: var(--neu-in-sm);
}
html.dark .notification-menu__empty {
  box-shadow: var(--neu-in);
}

/* ---- Social buttons ---- */
html.dark .socials a,
html.dark .footer-socials a,
html.dark .single-share-item,
html.dark .single-author-social a {
  box-shadow: var(--neu-out-sm);
  transition: box-shadow .18s ease, background .18s ease, color .18s ease;
}
html.dark .socials a:hover,
html.dark .footer-socials a:hover,
html.dark .single-share-item:hover,
html.dark .single-author-social a:hover {
  background: var(--primary);
  color: var(--primary-fg);
  box-shadow: 0 4px 14px var(--primary-glow);
}

/* ---- Player / Controls ---- */
html.dark .hero-img,
html.dark .hero-embed {
  box-shadow: var(--neu-out);
}
html.dark .kbps {
  box-shadow: var(--neu-in);
}
html.dark .controls .cbtn,
html.dark .player-volume .cbtn.volume,
html.dark .play-sm,
html.dark .theme-toggle {
  box-shadow: var(--neu-out-sm);
  transition: box-shadow .18s ease, background .18s ease, transform .12s ease;
}
html.dark .controls .cbtn:hover:not(.play),
html.dark .player-volume .cbtn.volume:hover {
  box-shadow: var(--neu-in-sm);
  background: var(--sidebar-accent);
}
html.dark .controls .cbtn:active:not(.play),
html.dark .player-volume .cbtn.volume:active,
html.dark .play-sm:active,
html.dark .theme-toggle:active {
  box-shadow: var(--neu-in);
  transform: translateY(1px);
}
html.dark .controls .play {
  box-shadow: 0 6px 24px var(--primary-glow), var(--neu-out-sm);
  transition: box-shadow .2s ease, transform .14s ease;
}
html.dark .controls .play:hover {
  box-shadow: 0 8px 30px var(--primary-glow);
  transform: scale(1.04);
}
html.dark .controls .play:active {
  box-shadow: 0 4px 18px var(--primary-glow), var(--neu-in-sm);
  transform: scale(0.98);
}
html.dark .play-sm.is-playing {
  box-shadow: 0 4px 14px var(--primary-glow);
}

/* ---- Progress & Volume sliders (inset look) ---- */
html.dark .progress-bar,
html.dark .volume-slider,
html.dark .bar,
html.dark .chan .track {
  box-shadow: var(--neu-in);
}
html.dark .volume-slider::-webkit-slider-thumb,
html.dark .volume-slider::-moz-range-thumb,
html.dark .bar::after,
html.dark .progress-knob {
  box-shadow: 0 0 10px var(--primary-glow);
}

/* ---- Player stats boxes ---- */
html.dark .pstat {
  padding: 4px 10px;
  border-radius: 12px;
  background: var(--sidebar-accent);
  box-shadow: var(--neu-out-sm);
  transition: box-shadow .18s ease, transform .18s ease;
}
html.dark .pstat:hover {
  box-shadow: var(--neu-in-sm);
  transform: translateY(1px);
}
html.dark .top10-stats .pstat {
  box-shadow: var(--neu-out-sm);
}

/* ---- Wave visualizer glow (handled per-bar by nth-child rules above) ---- */
/* html.dark .wave span { */
  /* box-shadow intentionally removed — per-frequency glow is in .wave span:nth-child rules */
/* } */

/* ---- IRC / Stat cards ---- */
html.dark .stat-box,
html.dark .schedule-switcher__btn:not(.active),
html.dark #schedule .sched,
html.dark .promo,
html.dark .single-author-box,
html.dark .ferah-sheet__panel,
html.dark .ferah-mnav,
html.dark .player-toast,
html.dark .ferah-mnav__ico,
html.dark .promo .tags span,
html.dark .store a,
html.dark .btn-outline,
html.dark .single-tag,
html.dark .single-like-btn,
html.dark .player-history__item,
html.dark .radio-page__history-item {
  box-shadow: var(--neu-out-sm);
  transition: box-shadow .2s ease, transform .2s ease, background .2s ease;
}
html.dark .stat-box:hover,
html.dark #schedule .sched:hover,
html.dark .store a:hover,
html.dark .btn-outline:hover,
html.dark .single-tag:hover,
html.dark .player-history__item:hover,
html.dark .radio-page__history-item:hover {
  box-shadow: var(--neu-out);
  transform: translateY(-1px);
}
html.dark .promo {
  box-shadow: var(--neu-out);
}
html.dark .player-history__item.is-current,
html.dark .radio-page__history-item.is-current {
  border-color: color-mix(in srgb, var(--primary) 40%, var(--border));
  background: color-mix(in srgb, var(--primary) 8%, var(--card));
  color: var(--gold);
  box-shadow: 0 4px 14px var(--primary-glow);
}

/* ---- Schedule switcher active ---- */
html.dark .schedule-switcher__btn.active {
  box-shadow: 0 4px 14px var(--primary-glow), var(--neu-in-sm);
}
html.dark #schedule .sched.now {
  border-left: 6px solid var(--primary);
  box-shadow: 0 4px 18px var(--primary-glow), var(--neu-out);
}

/* ---- Inset (pressed) surfaces ---- */
html.dark .player-history,
html.dark .radio-page__history,
html.dark .single-hero,
html.dark .single-content blockquote,
html.dark .single-content pre,
html.dark .single-like-btn.liked,
html.dark .news.latest,
html.dark .field,
html.dark .ferah-mnav__btn:active,
html.dark .ferah-mnav__btn.open,
html.dark .ferah-sheet__close:active {
  box-shadow: var(--neu-in);
}
html.dark .field:focus {
  outline: none;
  box-shadow: var(--neu-in-sm), 0 0 0 2px var(--primary-glow);
}

/* ---- Primary CTA ---- */
html.dark .btn-primary,
html.dark .single-tag:hover {
  box-shadow: 0 4px 16px var(--primary-glow);
}
html.dark .btn-primary:hover {
  box-shadow: 0 6px 22px var(--primary-glow);
  transform: translateY(-1px);
}

/* ---- Single like button liked state ---- */
html.dark .single-like-btn.liked {
  background: color-mix(in srgb, var(--live) 20%, var(--sidebar-accent));
  color: var(--live);
}

/* ---- Mobile bottom nav ---- */
html.dark .ferah-mnav__btn:active,
html.dark .ferah-mnav__btn.open {
  background: color-mix(in srgb, var(--muted-fg) 6%, transparent);
  box-shadow: var(--neu-in);
}

/* ---- Sheet close btn ---- */
html.dark .ferah-sheet__close {
  box-shadow: var(--neu-out-sm);
}

/* ---- List item covers ---- */
html.dark .li img,
html.dark .news img,
html.dark .promo .hp {
  box-shadow: var(--neu-out-sm);
}

/* ---- Footer toggle ---- */
html.dark .theme-toggle:hover {
  box-shadow: var(--neu-in-sm);
  color: var(--foreground);
}

/* ---- Promo tags & store (subtle pressed look on active) ---- */
html.dark .promo .tags span:active,
html.dark .store a:active,
html.dark .btn-outline:active,
html.dark .schedule-switcher__btn:not(.active):active {
  box-shadow: var(--neu-in-sm);
  transform: translateY(1px);
}

.ferah-version-option:hover {
    color: #f2f2f2;

    background: rgba(255, 123, 24, .08);
}

.ferah-version-option.is-selected {
    color: #ff8a35;

    background: rgba(255, 123, 24, .09);
}

.ferah-version-option.is-selected::after {
    content: "✓";

    margin-left: auto;

    color: #ff7b18;

    font-size: 11px;
}

input#chatPass {
    margin-top: 10px !important;
}    

#chatPassEye {
    color: #666;
}
/* =========================================================
   SCROLLBAR
========================================================= */

.ferah-version-menu::-webkit-scrollbar {
    width: 5px;
}

.ferah-version-menu::-webkit-scrollbar-track {
    background: transparent;
}

.ferah-version-menu::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .12);

    border-radius: 10px;
}

.ferah-version-menu::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 123, 24, .35);
}


/* =========================================================
   HIDDEN NATIVE SELECT
========================================================= */

/* Tüm custom dropdown instance'larının (ana sayfa, mobil sheet, widget)
   native select yedeklerini gizle — görünümü custom trigger/menu yönetir. */
select.ferah-version-select {
    position: absolute !important;

    width: 1px !important;
    height: 1px !important;

    padding: 0 !important;
    margin: -1px !important;

    overflow: hidden !important;

    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;

    white-space: nowrap !important;

    border: 0 !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .ferah-version-trigger {
        min-height: 42px;

        padding: 0 12px;

        border-radius: 9px;

        font-size: 12px;
    }

    .ferah-version-menu {
        top: calc(100% + 5px);

        max-height: 104px;

        padding: 4px;

        border-radius: 9px;
    }

    .ferah-version-option {
        min-height: 31px;

        padding: 6px 8px;

        font-size: 11px;

        border-radius: 6px;
    }

}

/* =========================================================
   CHAT — LATEST POST
========================================================= */

.chat-latest-post {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px;

    margin-top: 12px;
    padding: 9px 10px;

    color: var(--muted-fg);

    text-decoration: none;

    background: rgba(255, 255, 255, .018);

    border: 1px solid rgba(255, 255, 255, .035);
    border-radius: 9px;

    transition:
        color .18s ease,
        border-color .18s ease,
        background .18s ease;
}

.chat-latest-post:hover {
    color: var(--foreground);

    background: rgba(255, 123, 24, .035);

    border-color: rgba(255, 123, 24, .12);
}

.chat-latest-post__label {
    flex: 0 0 auto;

    color: #ff7b18;

    font-size: 8px;
    line-height: 1;
    font-weight: 750;

    letter-spacing: .08em;
    text-transform: uppercase;

    white-space: nowrap;
}

.chat-latest-post__title {
    min-width: 0;

    overflow: hidden;

    color: var(--muted-fg);

    font-size: 10px;
    line-height: 1.35;

    white-space: nowrap;
    text-overflow: ellipsis;

    transition: color .18s ease;
}

.chat-latest-post:hover .chat-latest-post__title {
    color: var(--foreground);
}

.chat-latest-post__arrow {
    flex: 0 0 auto;

    color: #777;

    font-size: 12px;
    line-height: 1;

    transition:
        color .18s ease,
        transform .18s ease;
}

.chat-latest-post:hover .chat-latest-post__arrow {
    color: #ff7b18;

    transform: translateX(2px);
}


/* =========================================================
   FERAH SEARCH WIDGET
========================================================= */

.ferah-search-widget .ferah-search-form {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ferah-search-field {
    position: relative;
    display: flex;
    align-items: center;
}

.ferah-search-field .ferah-search-icon {
    position: absolute;
    left: 14px;
    top: 12px;

    color: var(--muted-fg, #9a8a76);
    pointer-events: none;
}

.ferah-search-field .ferah-search-input {
    padding-left: 38px;
}

.ferah-search-field .ferah-search-input::-webkit-search-cancel-button {
    cursor: pointer;
}

.ferah-search-widget .ferah-search-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .chat-latest-post {
        grid-template-columns: auto minmax(0, 1fr) auto;

        gap: 7px;

        margin-top: 10px;
        padding: 8px 9px;

        border-radius: 8px;
    }

    .chat-latest-post__label {
        font-size: 7px;
    }

    .chat-latest-post__title {
        font-size: 9px;
    }

    .chat-latest-post__arrow {
        font-size: 11px;
    }

}

/* ---- Schedule / DJ filter banner ---- */
.schedule-filter-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 14px;
    background: color-mix(in srgb, var(--gold) 10%, var(--card));
    border: 1px solid color-mix(in srgb, var(--gold) 24%, var(--border));
}
.schedule-filter-banner .txt {
    font-size: 14px;
    color: var(--foreground);
    line-height: 1.5;
}
.schedule-filter-banner .txt b {
    color: var(--gold);
    font-weight: 800;
}
.schedule-filter-clear {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    background: var(--card);
    color: var(--muted-fg);
    border: 1px solid var(--border);
    transition: all 200ms ease;
}
.schedule-filter-clear:hover {
    color: var(--foreground);
    box-shadow: var(--neu-out);
    transform: translateY(-1px);
}
.schedule-filter-clear:active {
    box-shadow: var(--neu-in);
    transform: translateY(0);
}

/* ---- DJ highlighted program slot ---- */
.program.dj-highlight {
    position: relative;
    border-color: color-mix(in srgb, var(--gold) 40%, var(--border)) !important;
    background: color-mix(in srgb, var(--gold) 7%, var(--card)) !important;
    box-shadow: 0 4px 14px color-mix(in srgb, var(--gold) 20%, transparent);
}
.program.dj-highlight::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 4px;
    border-radius: 4px;
    background: var(--gold);
}

/* ---- Schedule day button match badge ---- */
.schedule-day-btn {
    position: relative;
    transition: all 200ms ease;
}
.schedule-day-btn.has-dj-match {
    color: var(--foreground);
    border-color: color-mix(in srgb, var(--gold) 36%, var(--border));
}
.schedule-match-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    margin-left: 6px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    background: var(--gold);
    color: var(--sidebar);
}
.schedule-day-btn.active .schedule-match-count {
    background: var(--sidebar);
    color: var(--gold);
}

/* ---- Hosts / DJs grid on schedule page ---- */
.hosts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    margin-top: 12px;
}
.host.card {
    padding: 14px;
    text-align: center;
    border-radius: 12px;
    text-decoration: none;
    display: block;
    position: relative;
    transition: all 240ms cubic-bezier(.2,.7,.2,1);
    border: 1px solid var(--border);
    background: var(--card);
}
.host.card:hover {
    transform: translateY(-2px);
    box-shadow: var(--neu-out-lg);
    border-color: color-mix(in srgb, var(--gold) 30%, var(--border));
}
.host.card:active {
    transform: translateY(0);
    box-shadow: var(--neu-in);
}
.host-avatar-mini {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--muted);
    color: var(--sidebar);
    font-size: 13px;
    flex-shrink: 0;
}
.host-avatar-mini img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media (max-width: 480px) {
    .schedule-filter-banner {
        padding: 12px;
    }
    .schedule-filter-banner .txt {
        font-size: 13px;
    }
    .hosts {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .host.card {
        padding: 12px 10px;
    }
    .program.dj-highlight::before {
        top: 6px;
        bottom: 6px;
        width: 3px;
    }
}

/* ---- DJ schedule link (calendar icon on DJ cards) ---- */
.dj-schedule-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: var(--card);
    color: var(--muted-fg);
    border: 1px solid var(--border);
    text-decoration: none;
    transition: all 200ms ease;
    cursor: pointer;
}
.dj-schedule-link:hover {
    color: var(--gold);
    border-color: color-mix(in srgb, var(--gold) 30%, var(--border));
    box-shadow: var(--neu-out-lg);
    transform: translateY(-1px);
}
.dj-schedule-link:active {
    box-shadow: var(--neu-in);
    transform: translateY(0);
    color: var(--gold);
}

/* ---- Neomorphism dark-mode overrides for new pieces ---- */
html.dark .schedule-filter-banner {
    background: color-mix(in srgb, var(--gold) 10%, var(--sidebar-accent));
    border-color: color-mix(in srgb, var(--gold) 24%, transparent);
    box-shadow: var(--neu-out-sm);
}
html.dark .schedule-filter-clear {
    background: var(--sidebar-accent);
    border-color: transparent;
    box-shadow: var(--neu-out-sm);
    color: var(--foreground);
}
html.dark .schedule-filter-clear:hover {
    box-shadow: var(--neu-out);
}
html.dark .schedule-filter-clear:active {
    box-shadow: var(--neu-in-sm);
}
html.dark .program.dj-highlight {
    box-shadow: 0 4px 18px color-mix(in srgb, var(--gold) 22%, transparent), var(--neu-out-sm);
    border-color: color-mix(in srgb, var(--gold) 36%, transparent) !important;
    background: color-mix(in srgb, var(--gold) 8%, var(--sidebar-accent)) !important;
}
html.dark .schedule-day-btn.has-dj-match {
    border-color: color-mix(in srgb, var(--gold) 36%, transparent);
    box-shadow: var(--neu-out-sm);
}
html.dark .schedule-day-btn.has-dj-match.active {
    box-shadow: 0 6px 20px color-mix(in srgb, var(--gold) 22%, transparent);
}
html.dark .host.card {
    background: var(--sidebar-accent);
    border-color: transparent;
    box-shadow: var(--neu-out-sm);
}
html.dark .host.card:hover {
    box-shadow: var(--neu-out-lg);
    border-color: color-mix(in srgb, var(--gold) 30%, transparent);
}
html.dark .host.card:active {
    box-shadow: var(--neu-in);
}
html.dark .dj-schedule-link {
    background: var(--sidebar-accent);
    border-color: transparent;
    box-shadow: var(--neu-out-sm);
    color: var(--muted-fg);
}
html.dark .dj-schedule-link:hover {
    color: var(--gold);
    box-shadow: var(--neu-out);
    border-color: color-mix(in srgb, var(--gold) 30%, transparent);
}
html.dark .dj-schedule-link:active {
    box-shadow: var(--neu-in);
    color: var(--gold);
}
.mini-equalizer {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  width: 9px;
  height: 10px;
  margin-right: 4px;
  vertical-align: -1px;
}

.mini-equalizer i {
  display: block;
  width: 2px;
  height: 3px;
  background: green;
  border-radius: 1px;
  animation: miniEq 0.7s ease-in-out infinite alternate;
}

.mini-equalizer i:nth-child(2) {
  animation-delay: 0.2s;
}

.mini-equalizer i:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes miniEq {
  from {
    height: 3px;
  }
  to {
    height: 9px;
  }
}

/* =========================================================
   CATEGORY SAYFASI
========================================================= */

.category-main {
    width: 100%;
}

.category-archive {
    width: 100%;
}


/* =========================================================
   CATEGORY HERO
========================================================= */

.category-hero {
    position: relative;

    width: 100%;

    margin: 0 0 24px;
    padding: 4px 0 20px;

    border-bottom: 1px solid rgba(255, 255, 255, .055);
}


/* ---------------------------------------------------------
   EYEBROW
--------------------------------------------------------- */

.category-hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 7px;

    margin-bottom: 10px;

    color: #ff7b18;

    font-size: 10px;
    line-height: 1;

    font-weight: 750;

    letter-spacing: .13em;
    text-transform: uppercase;
    padding-left: 8px;
}

.category-hero__dot {
    width: 6px;
    height: 6px;

    flex: 0 0 6px;

    background: #ff7b18;

    border-radius: 50%;

    box-shadow:
        0 0 8px rgba(255, 123, 24, .45);
}


/* =========================================================
   HERO MAIN
========================================================= */

.category-hero__main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;

    width: 100%;
    gap: 24px;
}


/* =========================================================
   HERO CONTENT
========================================================= */

.category-hero__content {
    min-width: 0;
    max-width: 760px;
}


/* =========================================================
   HERO META
========================================================= */

.category-hero__meta {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;

    width: max-content;
    margin-left: auto;

    padding-bottom: 2px;
}


/* =========================================================
   CATEGORY COUNT
========================================================= */

.category-hero__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 6px;

    padding: 7px 10px;

    color: #858585;

    background: var(--history-bg);

    border: 1px solid rgba(255, 255, 255, .035);
    border-radius: 8px;

    font-size: 10px;
    line-height: 1;

    white-space: nowrap;

    box-shadow:
        -2px -2px 6px rgba(255, 255, 255, .018),
         3px  3px 7px rgba(0, 0, 0, .35);
}

.category-hero__count svg {
    flex: 0 0 auto;

    color: #ff7b18;

    opacity: .9;
}


/* =========================================================
   CATEGORY POSTS
========================================================= */

.category-posts {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 18px;
}


/* =========================================================
   CATEGORY POST
========================================================= */

.category-post {
    min-width: 0;

    overflow: hidden;

    background: var(--card);

    border: 1px solid rgba(255, 255, 255, .035);
    border-radius: 16px;

    box-shadow:
        -5px -5px 12px rgba(255, 255, 255, .022),
         6px  6px 14px rgba(0, 0, 0, .42);

    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.category-post:hover {
    transform: translateY(-2px);

    border-color: rgba(255, 123, 24, .16);

    box-shadow:
        -6px -6px 14px rgba(255, 255, 255, .025),
         8px  8px 18px rgba(0, 0, 0, .48);
}


/* =========================================================
   POST IMAGE
========================================================= */

.category-post__thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 2.25 / 1;
  overflow: hidden;
  background: #111;
  background-image: linear-gradient(145deg, rgb(48, 51, 59) 0%, rgb(36, 39, 47) 100%);
  box-shadow: rgba(82, 85, 93, 0.18) 1px 1px 1px inset, rgba(10, 13, 21, 0.55) -1px -1px 1px inset, rgba(10, 13, 21, 0.85) 4px 4px 4px, rgba(87, 90, 98, 0.55) 6px -3px 5px !important;
  border-radius: 24px;
  padding: 6px;
}

.category-post__thumb::after {
    content: "";

    position: absolute;
    inset: 0;

    pointer-events: none;

    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 50%,
            rgba(0, 0, 0, .20)
        );
}

.category-post__thumb img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: fill;

    transition: transform .35s ease;
    border-radius: 16px;
}

.category-post:hover .category-post__thumb img {
    transform: scale(1.025);
}


/* =========================================================
   POST BODY
========================================================= */

.category-post__body {
    min-width: 0;

    padding: 13px 15px 12px;
}


/* =========================================================
   POST CATEGORY
========================================================= */

.category-post__cats {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;

    margin-bottom: 7px;
}

.category-post__cats a {
    display: inline-flex;
    align-items: center;

    padding: 4px 7px;

    color: #ff8a35;

    background: rgba(255, 123, 24, .07);

    border: 1px solid rgba(255, 123, 24, .10);
    border-radius: 6px;

    font-size: 9px;
    line-height: 1;

    font-weight: 700;

    text-decoration: none;
    text-transform: uppercase;

    letter-spacing: .04em;

    transition:
        color .18s ease,
        background .18s ease,
        border-color .18s ease;
}

.category-post__cats a:hover {
    color: #ff9a50;

    background: rgba(255, 123, 24, .11);

    border-color: rgba(255, 123, 24, .18);
}


/* =========================================================
   POST TITLE
========================================================= */

.category-post__title {
    margin: 0;

    font-size: 16px;
    line-height: 1.35;

    font-weight: 750;

    letter-spacing: -.015em;
}

.category-post__title a {
    color: #f1f1f1;

    text-decoration: none;

    transition: color .18s ease;
}

.category-post__title a:hover {
    color: #ff8428;
}


/* =========================================================
   POST EXCERPT
========================================================= */

.category-post__excerpt {
    display: -webkit-box;

    margin: 7px 0 10px;

    overflow: hidden;

    color: #858585;

    font-size: 11px;
    line-height: 1.55;
    line-clamp: 2;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/* =========================================================
   POST META
========================================================= */

.category-post__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 9px;

    padding-top: 9px;

    border-top: 1px solid rgba(255, 255, 255, .035);

    color: #707070;

    font-size: 9px;
    line-height: 1.3;
}

.category-post__date,
.category-post__comments {
    display: inline-flex;
    align-items: center;

    gap: 4px;

    white-space: nowrap;
}

.category-post__date svg,
.category-post__comments svg {
    flex: 0 0 auto;

    opacity: .85;
}

.category-post__date svg {
    color: #8c8c8c;
}

.category-post__comments svg {
    color: #ff7b18;
}

.category-post__meta > span + span::before {
    content: "";

    width: 2px;
    height: 2px;

    margin-right: 5px;

    background: #4d4d4d;

    border-radius: 50%;
}


/* =========================================================
   EMPTY
========================================================= */

.category-empty {
    padding: 45px 25px;

    text-align: center;

    color: #858585;

    background: #181818;

    border: 1px solid rgba(255, 255, 255, .035);
    border-radius: 16px;

    box-shadow:
        -5px -5px 12px rgba(255, 255, 255, .022),
         6px  6px 14px rgba(0, 0, 0, .42);
}

.category-empty__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    margin: 0 auto 14px;

    color: #ff7b18;

    background: #181818;

    border: 1px solid rgba(255, 255, 255, .035);
    border-radius: 50%;

    box-shadow:
        -3px -3px 8px rgba(255, 255, 255, .02),
         4px  4px 9px rgba(0, 0, 0, .38);
}

.category-empty h2 {
    margin: 0;

    color: #eee;

    font-size: 18px;
}

.category-empty p {
    margin: 8px 0 0;

    color: #777;

    font-size: 11px;
}


/* =========================================================
   PAGINATION
========================================================= */

.category-pagination {
    display: flex;
    justify-content: center;

    margin-top: 28px;
}

.category-pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.category-pagination li {
    margin: 0;
    padding: 0;
}

.category-pagination a,
.category-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 36px;
    height: 36px;

    padding: 0 10px;

    color: #929292;

    background: var(--card);

    border: 1px solid rgba(255, 255, 255, .035);
    border-radius: 9px;

    text-decoration: none;

    font-size: 11px;
    font-weight: 650;

    box-shadow:
        -3px -3px 7px rgba(255, 255, 255, .02),
         4px  4px 9px rgba(0, 0, 0, .38);

    transition:
        color .18s ease,
        background .18s ease,
        border-color .18s ease,
        transform .18s ease;
}

.category-pagination a:hover {
    color: #ff8428;

    border-color: rgba(255, 123, 24, .16);

    transform: translateY(-1px);
}

.category-pagination .current {
    color: #fff;

    background: #ff7b18;

    border-color: #ff7b18;

    box-shadow:
        0 4px 12px rgba(255, 123, 24, .22),
        inset 0 1px 0 rgba(255, 255, 255, .12);
}

.category-pagination .dots {
    min-width: auto;

    padding: 0 3px;

    color: #555;

    background: transparent;

    border-color: transparent;

    box-shadow: none;
}

.category-pagination .prev,
.category-pagination .next {
    padding-left: 12px;
    padding-right: 12px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .category-posts {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 15px;
    }

}


/* =========================================================
   SMALL TABLET
========================================================= */

@media (max-width: 760px) {

    .category-posts {
        grid-template-columns: 1fr;

        gap: 14px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    /* -----------------------------------------
       HERO
    ----------------------------------------- */

    .category-hero {
        margin-bottom: 16px;

        padding: 2px 0 14px;
    }

    .category-hero__eyebrow {
        gap: 6px;

        margin-bottom: 9px;

        font-size: 9px;
    }

    .category-hero__dot {
        width: 5px;
        height: 5px;

        flex-basis: 5px;
    }


    /*
     * Başlık + yazı sayısını aynı satıra alıyoruz.
     * Mobildeki dağınık görünümün ana sebebi buydu.
     */

    .category-hero__main {
        display: grid;

        grid-template-columns: minmax(0, 1fr) auto;

        align-items: center;

        gap: 12px;

        width: 100%;
    }


    /* TITLE */

    .category-hero__content {
        min-width: 0;

        max-width: none;
    }

    .category-hero__title {
        margin: 0;

        font-size: 26px;

        line-height: 1.08;

        letter-spacing: -.035em;
    }


    /* DESCRIPTION */

    .category-hero__description {
        margin-top: 7px;

        font-size: 10px;

        line-height: 1.55;
    }


    /*
     * Meta artık aşağı düşmüyor.
     * Başlığın tam karşısında duruyor.
     */

    .category-hero__meta {
        align-self: center;

        margin: 0;

        padding: 0;
    }

    .category-hero__count {
        gap: 5px;

        padding: 6px 8px;

        border-radius: 7px;

        font-size: 9px;
    }

    .category-hero__count svg {
        width: 13px;
        height: 13px;
    }


    /* -----------------------------------------
       MOBILE CARD
    ----------------------------------------- */

    .category-post {
        display: grid;

        grid-template-columns: 104px minmax(0, 1fr);

        min-height: 118px;

        border-radius: 13px;
    }


    /* IMAGE */

    .category-post__thumb {
        width: 104px;
        height: 100%;
        min-height: 118px;

        aspect-ratio: auto;

        border-radius: 12px 0 0 12px;
    }

    .category-post__thumb img {
        width: 100%;
        height: 100%;

        object-fit: cover;
    }


    /* BODY */

    .category-post__body {
        min-width: 0;

        display: flex;
        flex-direction: column;

        padding: 11px 12px 9px;
    }


    /* CATEGORY */

    .category-post__cats {
        gap: 4px;

        margin-bottom: 5px;
    }

    .category-post__cats a {
        padding: 3px 6px;

        font-size: 8px;
    }


    /* TITLE */

    .category-post__title {
        font-size: 14px;

        line-height: 1.3;
    }

    .category-post__title a {
        display: -webkit-box;

        overflow: hidden;
        line-clamp: 2;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }


    /* EXCERPT */

    .category-post__excerpt {
        margin: 5px 0 7px;

        font-size: 9px;

        line-height: 1.4;
        line-clamp: 2;

        -webkit-line-clamp: 2;
    }


    /* META */

    .category-post__meta {
        margin-top: auto;

        gap: 6px;

        padding-top: 7px;

        font-size: 8px;
    }

    .category-post__meta > span + span::before {
        margin-right: 3px;
    }

    .category-post__date,
    .category-post__comments {
        gap: 3px;
    }

    .category-post__date svg,
    .category-post__comments svg {
        width: 11px;
        height: 11px;
    }


    /* -----------------------------------------
       PAGINATION
    ----------------------------------------- */

    .category-pagination {
        margin-top: 20px;
    }

    .category-pagination ul {
        gap: 5px;
    }

    .category-pagination a,
    .category-pagination span {
        min-width: 33px;
        height: 33px;

        padding: 0 8px;

        border-radius: 8px;

        font-size: 10px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    /* HERO */

    .category-hero {
        padding-bottom: 12px;
    }

    .category-hero__eyebrow {
        margin-bottom: 8px;

        font-size: 8px;
    }

    .category-hero__main {
        grid-template-columns: minmax(0, 1fr) auto;

        gap: 8px;
    }

    .category-hero__title {
        font-size: 23px;
    }

    .category-hero__description {
        margin-top: 6px;

        font-size: 9px;
    }

    .category-hero__count {
        gap: 4px;

        padding: 5px 7px;

        font-size: 8px;
    }

    .category-hero__count svg {
        width: 12px;
        height: 12px;
    }


    /* CARD */

    .category-post {
        grid-template-columns: 92px minmax(0, 1fr);

        min-height: 108px;
    }

    .category-post__thumb {
        width: 92px;
        min-height: 108px;
    }

    .category-post__body {
        padding: 9px 10px 8px;
    }

    .category-post__title {
        font-size: 13px;
    }

    .category-post__excerpt {
        margin-top: 4px;
        margin-bottom: 5px;

        font-size: 8px;
        line-clamp: 1;

        -webkit-line-clamp: 1;
    }

    .category-post__meta {
        font-size: 7.5px;
    }

}


/* =========================================================
   ACCESSIBILITY
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .category-post,
    .category-post__thumb img,
    .category-pagination a,
    .category-pagination span {
        transition: none;
    }

    .category-post:hover {
        transform: none;
    }

    .category-post:hover .category-post__thumb img {
        transform: none;
    }

}

/* =========================================================
   TAG SAYFASI - ETİKETLER SAYFASI
========================================================= */

.tag-main {
	width: 100%;
}

.tag-archive {
	width: 100%;
}


/* =========================================================
   TAG HERO
========================================================= */

.tag-hero {
	position: relative;

	width: 100%;

	margin: 0 0 24px;
	padding: 4px 0 20px;

	border-bottom: 1px solid rgba(255, 255, 255, .055);
}


/* ---------------------------------------------------------
   EYEBROW
--------------------------------------------------------- */

.tag-hero__eyebrow {
	display: flex;
	align-items: center;
	gap: 7px;

	margin-bottom: 10px;

	color: #ff7b18;

	font-size: 10px;
	line-height: 1;

	font-weight: 750;

	letter-spacing: .13em;
	text-transform: uppercase;
  padding-left: 8px;
}

.tag-hero__dot {
	width: 6px;
	height: 6px;

	flex: 0 0 6px;

	background: #ff7b18;

	border-radius: 50%;

	box-shadow:
		0 0 8px rgba(255, 123, 24, .45);
}


/* =========================================================
   HERO MAIN
========================================================= */

.tag-hero__main {
	display: grid;

	grid-template-columns:
		minmax(0, 1fr) auto;

	align-items: end;

	width: 100%;

	gap: 24px;
}


/* =========================================================
   HERO CONTENT
========================================================= */

.tag-hero__content {
	min-width: 0;

	max-width: 760px;
}


/* =========================================================
   HERO TITLE
========================================================= */

.tag-hero__title {
	margin: 0;

	color: #f1f1f1;

	font-size: 30px;
	line-height: 1.12;

	font-weight: 750;

	letter-spacing: -.035em;
}


/* =========================================================
   HERO DESCRIPTION
========================================================= */

.tag-hero__description {
	margin-top: 8px;

	color: #858585;

	font-size: 11px;
	line-height: 1.55;
}


/* =========================================================
   HERO META
========================================================= */

.tag-hero__meta {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;

	width: max-content;

	margin-left: auto;

	padding-bottom: 2px;
}


/* =========================================================
   TAG COUNT
========================================================= */

.tag-hero__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	gap: 6px;

	padding: 7px 10px;

	color: #858585;

	background: var(--rp-hstry-bg);

	border: 1px solid rgba(255, 255, 255, .035);

	border-radius: 8px;

	font-size: 10px;
	line-height: 1;

	white-space: nowrap;

	box-shadow:
		-2px -2px 6px rgba(255, 255, 255, .018),
		 3px  3px 7px rgba(0, 0, 0, .35);
}

.tag-hero__count svg {
	flex: 0 0 auto;

	color: #ff7b18;

	opacity: .9;
}


/* =========================================================
   TAG POSTS
========================================================= */

.tag-posts {
	display: grid;

	grid-template-columns:
		repeat(3, minmax(0, 1fr));

	gap: 18px;
}


/* =========================================================
   TAG POST
========================================================= */

.tag-post {
	min-width: 0;

	overflow: hidden;

	background: var(--card);

		border: 1px solid rgba(255, 255, 255, .035);

	border-radius: 16px;

	box-shadow:
		-5px -5px 12px rgba(255, 255, 255, .022),
		 6px  6px 14px rgba(0, 0, 0, .42);

	transition:
		transform .2s ease,
		border-color .2s ease,
		box-shadow .2s ease;
}

.tag-post:hover {
	transform: translateY(-2px);

	border-color: rgba(255, 123, 24, .16);

	box-shadow:
		-6px -6px 14px rgba(255, 255, 255, .025),
		 8px  8px 18px rgba(0, 0, 0, .48);
}


/* =========================================================
   POST IMAGE
========================================================= */

.tag-post__thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 2.25 / 1;
  overflow: hidden;
  background: #111;
  background-image: linear-gradient(145deg, rgb(48, 51, 59) 0%, rgb(36, 39, 47) 100%);
  box-shadow: rgba(82, 85, 93, 0.18) 1px 1px 1px inset, rgba(10, 13, 21, 0.55) -1px -1px 1px inset, rgba(10, 13, 21, 0.85) 4px 4px 4px, rgba(87, 90, 98, 0.55) 6px -3px 5px !important;
  border-radius: 24px;
  padding: 6px;
}

.tag-post__thumb::after {
	content: "";

	position: absolute;
	inset: 0;

	pointer-events: none;

	background:
		linear-gradient(
			180deg,
			rgba(0, 0, 0, 0) 50%,
			rgba(0, 0, 0, .20)
		);
}

.tag-post__thumb img {
	display: block;

	width: 100%;
	height: 100%;

	object-fit: fill;

	transition: transform .35s ease;
  border-radius: 16px;
}

.tag-post:hover .tag-post__thumb img {
	transform: scale(1.025);
}


/* =========================================================
   POST BODY
========================================================= */

.tag-post__body {
	min-width: 0;

	padding: 13px 15px 12px;
}


/* =========================================================
   POST CATEGORY
========================================================= */

.tag-post__cats {
	display: flex;
	flex-wrap: wrap;

	gap: 5px;

	margin-bottom: 7px;
}

.tag-post__cats a {
	display: inline-flex;
	align-items: center;

	padding: 4px 7px;

	color: #ff8a35;

	background: rgba(255, 123, 24, .07);

	border: 1px solid rgba(255, 123, 24, .10);

	border-radius: 6px;

	font-size: 9px;
	line-height: 1;

	font-weight: 700;

	text-decoration: none;
	text-transform: uppercase;

	letter-spacing: .04em;

	transition:
		color .18s ease,
		background .18s ease,
		border-color .18s ease;
}

.tag-post__cats a:hover {
	color: #ff9a50;

	background: rgba(255, 123, 24, .11);

	border-color: rgba(255, 123, 24, .18);
}


/* =========================================================
   POST TITLE
========================================================= */

.tag-post__title {
	margin: 0;

	font-size: 16px;
	line-height: 1.35;

	font-weight: 750;

	letter-spacing: -.015em;
}

.tag-post__title a {
	color: #f1f1f1;

	text-decoration: none;

	transition: color .18s ease;
}

.tag-post__title a:hover {
	color: #ff8428;
}


/* =========================================================
   POST EXCERPT
========================================================= */

.tag-post__excerpt {
	display: -webkit-box;

	margin: 7px 0 10px;

	overflow: hidden;

	color: #858585;

	font-size: 11px;
	line-height: 1.55;

	line-clamp: 2;

	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


/* =========================================================
   POST META
========================================================= */

.tag-post__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;

	gap: 9px;

	padding-top: 9px;

	border-top: 1px solid rgba(255, 255, 255, .035);

	color: #707070;

	font-size: 9px;
	line-height: 1.3;
}

.tag-post__date,
.tag-post__comments {
	display: inline-flex;
	align-items: center;

	gap: 4px;

	white-space: nowrap;
}

.tag-post__date svg,
.tag-post__comments svg {
	flex: 0 0 auto;

	opacity: .85;
}

.tag-post__date svg {
	color: #8c8c8c;
}

.tag-post__comments svg {
	color: #ff7b18;
}

.tag-post__meta > span + span::before {
	content: "";

	width: 2px;
	height: 2px;

	margin-right: 5px;

	background: #4d4d4d;

	border-radius: 50%;
}


/* =========================================================
   EMPTY
========================================================= */

.tag-empty {
	padding: 45px 25px;

	text-align: center;

	color: #858585;

	background: #181818;

	border: 1px solid rgba(255, 255, 255, .035);

	border-radius: 16px;

	box-shadow:
		-5px -5px 12px rgba(255, 255, 255, .022),
		 6px  6px 14px rgba(0, 0, 0, .42);
}

.tag-empty__icon {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 52px;
	height: 52px;

	margin: 0 auto 14px;

	color: #ff7b18;

	background: #181818;

	border: 1px solid rgba(255, 255, 255, .035);

	border-radius: 50%;

	box-shadow:
		-3px -3px 8px rgba(255, 255, 255, .02),
		 4px  4px 9px rgba(0, 0, 0, .38);
}

.tag-empty h2 {
	margin: 0;

	color: #eee;

	font-size: 18px;
}

.tag-empty p {
	margin: 8px 0 0;

	color: #777;

	font-size: 11px;
}


/* =========================================================
   PAGINATION
========================================================= */

.tag-pagination {
	display: flex;

	justify-content: center;

	margin-top: 28px;
}

.tag-pagination ul {
	display: flex;

	align-items: center;
	justify-content: center;

	gap: 7px;

	margin: 0;
	padding: 0;

	list-style: none;
}

.tag-pagination li {
	margin: 0;
	padding: 0;
}

.tag-pagination a,
.tag-pagination span {
	display: inline-flex;

	align-items: center;
	justify-content: center;

	min-width: 36px;
	height: 36px;

	padding: 0 10px;

	color: #929292;

	background: var(--card);

	border: 1px solid rgba(255, 255, 255, .035);

	border-radius: 9px;

	text-decoration: none;

	font-size: 11px;
	font-weight: 650;

	box-shadow:
		-3px -3px 7px rgba(255, 255, 255, .02),
		 4px  4px 9px rgba(0, 0, 0, .38);

	transition:
		color .18s ease,
		background .18s ease,
		border-color .18s ease,
		transform .18s ease;
}

.tag-pagination a:hover {
	color: #ff8428;

	border-color: rgba(255, 123, 24, .16);

	transform: translateY(-1px);
}

.tag-pagination .current {
	color: #fff;

	background: #ff7b18;

	border-color: #ff7b18;

	box-shadow:
		0 4px 12px rgba(255, 123, 24, .22),
		inset 0 1px 0 rgba(255, 255, 255, .12);
}

.tag-pagination .dots {
	min-width: auto;

	padding: 0 3px;

	color: #555;

	background: transparent;

	border-color: transparent;

	box-shadow: none;
}

.tag-pagination .prev,
.tag-pagination .next {
	padding-left: 12px;
	padding-right: 12px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

	.tag-posts {
		grid-template-columns:
			repeat(2, minmax(0, 1fr));

		gap: 15px;
	}

}


/* =========================================================
   SMALL TABLET
========================================================= */

@media (max-width: 760px) {

	.tag-posts {
		grid-template-columns: 1fr;

		gap: 14px;
	}

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

	/* -----------------------------------------
	   HERO
	----------------------------------------- */

	.tag-hero {
		margin-bottom: 16px;

		padding: 2px 0 14px;
	}

	.tag-hero__eyebrow {
		gap: 6px;

		margin-bottom: 9px;

		font-size: 9px;
	}

	.tag-hero__dot {
		width: 5px;
		height: 5px;

		flex-basis: 5px;
	}


	.tag-hero__main {
		display: grid;

		grid-template-columns:
			minmax(0, 1fr) auto;

		align-items: center;

		gap: 12px;

		width: 100%;
	}


	/* TITLE */

	.tag-hero__content {
		min-width: 0;

		max-width: none;
	}

	.tag-hero__title {
		font-size: 26px;

		line-height: 1.08;

		letter-spacing: -.035em;
	}


	/* DESCRIPTION */

	.tag-hero__description {
		margin-top: 7px;

		font-size: 10px;

		line-height: 1.55;
	}


	/* COUNT */

	.tag-hero__meta {
		align-self: center;

		margin: 0;

		padding: 0;
	}

	.tag-hero__count {
		gap: 5px;

		padding: 6px 8px;

		border-radius: 7px;

		font-size: 9px;
	}

	.tag-hero__count svg {
		width: 13px;
		height: 13px;
	}


	/* -----------------------------------------
	   MOBILE CARD
	----------------------------------------- */

	.tag-post {
		display: grid;

		grid-template-columns:
			104px minmax(0, 1fr);

		min-height: 118px;

		border-radius: 13px;
	}


	/* IMAGE */

	.tag-post__thumb {
		width: 104px;
		height: 100%;

		min-height: 118px;

		aspect-ratio: auto;

		border-radius: 12px 0 0 12px;
	}

	.tag-post__thumb img {
		width: 100%;
		height: 100%;

		object-fit: cover;
	}


	/* BODY */

	.tag-post__body {
		min-width: 0;

		display: flex;
		flex-direction: column;

		padding: 11px 12px 9px;
	}


	/* CATEGORY */

	.tag-post__cats {
		gap: 4px;

		margin-bottom: 5px;
	}

	.tag-post__cats a {
		padding: 3px 6px;

		font-size: 8px;
	}


	/* TITLE */

	.tag-post__title {
		font-size: 14px;

		line-height: 1.3;
	}

	.tag-post__title a {
		display: -webkit-box;

		overflow: hidden;

		line-clamp: 2;

		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}


	/* EXCERPT */

	.tag-post__excerpt {
		margin: 5px 0 7px;

		font-size: 9px;

		line-height: 1.4;

		line-clamp: 2;

		-webkit-line-clamp: 2;
	}


	/* META */

	.tag-post__meta {
		margin-top: auto;

		gap: 6px;

		padding-top: 7px;

		font-size: 8px;
	}

	.tag-post__meta > span + span::before {
		margin-right: 3px;
	}

	.tag-post__date,
	.tag-post__comments {
		gap: 3px;
	}

	.tag-post__date svg,
	.tag-post__comments svg {
		width: 11px;
		height: 11px;
	}


	/* -----------------------------------------
	   PAGINATION
	----------------------------------------- */

	.tag-pagination {
		margin-top: 20px;
	}

	.tag-pagination ul {
		gap: 5px;
	}

	.tag-pagination a,
	.tag-pagination span {
		min-width: 33px;
		height: 33px;

		padding: 0 8px;

		border-radius: 8px;

		font-size: 10px;
	}

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

	.tag-hero {
		padding-bottom: 12px;
	}

	.tag-hero__eyebrow {
		margin-bottom: 8px;

		font-size: 8px;
	}

	.tag-hero__main {
		grid-template-columns:
			minmax(0, 1fr) auto;

		gap: 8px;
	}

	.tag-hero__title {
		font-size: 23px;
	}

	.tag-hero__description {
		margin-top: 6px;

		font-size: 9px;
	}

	.tag-hero__count {
		gap: 4px;

		padding: 5px 7px;

		font-size: 8px;
	}

	.tag-hero__count svg {
		width: 12px;
		height: 12px;
	}


	/* CARD */

	.tag-post {
		grid-template-columns:
			92px minmax(0, 1fr);

		min-height: 108px;
	}

	.tag-post__thumb {
		width: 92px;

		min-height: 108px;
	}

	.tag-post__body {
		padding: 9px 10px 8px;
	}

	.tag-post__title {
		font-size: 13px;
	}

	.tag-post__excerpt {
		margin-top: 4px;
		margin-bottom: 5px;

		font-size: 8px;

		line-clamp: 1;

		-webkit-line-clamp: 1;
	}

	.tag-post__meta {
		font-size: 7.5px;
	}

}


/* =========================================================
   ACCESSIBILITY
========================================================= */

@media (prefers-reduced-motion: reduce) {

	.tag-post,
	.tag-post__thumb img,
	.tag-pagination a,
	.tag-pagination span {
		transition: none;
	}

	.tag-post:hover {
		transform: none;
	}

	.tag-post:hover .tag-post__thumb img {
		transform: none;
	}

}
/* =========================================================
AUTHOR SAYFASI
========================================================= */

.author-main {
	width: 100%;
}

.author-archive {
	width: 100%;
}

/* =========================================================
AUTHOR HERO
========================================================= */

.author-hero {
	position: relative;
	width: 100%;
	margin: 0 0 24px;
	padding: 4px 0 22px;
	border-bottom: 1px solid rgba(255,255,255,.055);
}

.author-hero__eyebrow {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 13px;
	padding-left: 8px;
	color: #ff7b18;
	font-size: 10px;
	line-height: 1;
	font-weight: 750;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.author-hero__dot {
	width: 6px;
	height: 6px;
	flex: 0 0 6px;
	background: #ff7b18;
	border-radius: 50%;
	box-shadow: 0 0 8px rgba(255,123,24,.45);
}

/* =========================================================
HERO MAIN
========================================================= */

.author-hero__main {
	display: grid;
	grid-template-columns: 118px minmax(0,1fr);
	align-items: center;
	gap: 24px;
	width: 100%;
}

/* =========================================================
AVATAR
========================================================= */

.author-hero__avatar-wrap {
	width: 118px;
	height: 118px;
	flex: 0 0 118px;
}

.author-hero__avatar {
	display: block;
	width: 118px;
	height: 118px;
	object-fit: cover;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,.06);
	box-shadow:
		-5px -5px 12px rgba(255,255,255,.022),
		6px 6px 14px rgba(0,0,0,.42);
}

/* =========================================================
HERO CONTENT
========================================================= */

.author-hero__content {
	min-width: 0;
	max-width: 760px;
}

.author-hero__title {
	margin: 0;
	color: #f1f1f1;
	font-size: 32px;
	line-height: 1.08;
	font-weight: 750;
	letter-spacing: -.035em;
}

.author-hero__description {
	max-width: 680px;
	margin-top: 8px;
	color: #858585;
	font-size: 11px;
	line-height: 1.6;
}

.author-hero__description p {
	margin: 0;
}

.author-hero__description p + p {
	margin-top: 5px;
}

/* =========================================================
HERO META
========================================================= */

.author-hero__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.author-hero__count {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 10px;
	color: #858585;
	background: var(--rp-hstry-bg);
	border: 1px solid rgba(255,255,255,.035);
	border-radius: 8px;
	font-size: 10px;
	line-height: 1;
	white-space: nowrap;
	box-shadow:
		-2px -2px 6px rgba(255,255,255,.018),
		3px 3px 7px rgba(0,0,0,.35);
}

.author-hero__count svg {
	flex: 0 0 auto;
	color: #ff7b18;
	opacity: .9;
}

.author-hero__link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 7px 10px;
	color: #ff8428;
	border: 1px solid rgba(255,123,24,.10);
	border-radius: 8px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition:
		color .18s ease,
		background .18s ease,
		border-color .18s ease,
		transform .18s ease;
}

.author-hero__link:hover {
	color: #ff9a50;
	background: rgba(255,123,24,.07);
	border-color: rgba(255,123,24,.18);
	transform: translateY(-1px);
}

.author-hero__link svg {
	flex: 0 0 auto;
}

/* =========================================================
AUTHOR POSTS SECTION
========================================================= */

.author-posts-section {
	width: 100%;
}

.author-posts-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 14px;
}

.author-posts-title {
	margin: 0;
	color: #f1f1f1;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 750;
	letter-spacing: -.025em;
}

.author-posts-description {
	margin: 5px 0 0;
	color: #707070;
	font-size: 10px;
	line-height: 1.45;
}

/* =========================================================
AUTHOR POSTS GRID
========================================================= */

.author-posts {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 18px;
}

/* =========================================================
AUTHOR POST
========================================================= */

.author-post {
	min-width: 0;
	overflow: hidden;
	background: var(--card);
	border: 1px solid rgba(255,255,255,.035);
	border-radius: 16px;
	box-shadow:
		-5px -5px 12px rgba(255,255,255,.022),
		6px 6px 14px rgba(0,0,0,.42);
	transition:
		transform .2s ease,
		border-color .2s ease,
		box-shadow .2s ease;
}

.author-post:hover {
	transform: translateY(-2px);
	border-color: rgba(255,123,24,.16);
	box-shadow:
		-6px -6px 14px rgba(255,255,255,.025),
		8px 8px 18px rgba(0,0,0,.48);
}

/* =========================================================
POST THUMB
========================================================= */

.author-post__thumb {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 2.25 / 1;
	overflow: hidden;
	background: linear-gradient(145deg,rgb(48,51,59) 0%,rgb(36,39,47) 100%);
	border-radius: 24px;
	padding: 6px;
	box-shadow:
		rgba(82,85,93,.18) 1px 1px 1px inset,
		rgba(10,13,21,.55) -1px -1px 1px inset,
		rgba(10,13,21,.85) 4px 4px 4px,
		rgba(87,90,98,.55) 6px -3px 5px !important;
}

.author-post__thumb::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(180deg,rgba(0,0,0,0) 50%,rgba(0,0,0,.20));
}

.author-post__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
	transition: transform .35s ease;
}

.author-post:hover .author-post__thumb img {
	transform: scale(1.025);
}

/* =========================================================
POST BODY
========================================================= */

.author-post__body {
	min-width: 0;
	padding: 13px 15px 12px;
}

/* =========================================================
CATEGORY
========================================================= */

.author-post__cats {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 7px;
}

.author-post__cats a {
	display: inline-flex;
	align-items: center;
	padding: 4px 7px;
	color: #ff8a35;
	background: rgba(255,123,24,.07);
	border: 1px solid rgba(255,123,24,.10);
	border-radius: 6px;
	font-size: 9px;
	line-height: 1;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .04em;
	transition:
		color .18s ease,
		background .18s ease,
		border-color .18s ease;
}

.author-post__cats a:hover {
	color: #ff9a50;
	background: rgba(255,123,24,.11);
	border-color: rgba(255,123,24,.18);
}

/* =========================================================
POST TITLE
========================================================= */

.author-post__title {
	margin: 0;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 750;
	letter-spacing: -.015em;
}

.author-post__title a {
	display: -webkit-box;
	overflow: hidden;
	color: #f1f1f1;
	text-decoration: none;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: color .18s ease;
}

.author-post__title a:hover {
	color: #ff8428;
}

/* =========================================================
POST EXCERPT
========================================================= */

.author-post__excerpt {
	display: -webkit-box;
	margin: 7px 0 10px;
	overflow: hidden;
	color: #858585;
	font-size: 11px;
	line-height: 1.55;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/* =========================================================
POST META
========================================================= */

.author-post__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 9px;
	padding-top: 9px;
	border-top: 1px solid rgba(255,255,255,.035);
	color: #707070;
	font-size: 9px;
	line-height: 1.3;
}

.author-post__date,
.author-post__comments {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	white-space: nowrap;
}

.author-post__date svg,
.author-post__comments svg {
	flex: 0 0 auto;
	opacity: .85;
}

.author-post__date svg {
	color: #8c8c8c;
}

.author-post__comments svg {
	color: #ff7b18;
}

.author-post__meta > span + span::before {
	content: "";
	width: 2px;
	height: 2px;
	margin-right: 5px;
	background: #4d4d4d;
	border-radius: 50%;
}

/* =========================================================
EMPTY
========================================================= */

.author-empty {
	padding: 45px 25px;
	text-align: center;
	color: #858585;
	background: var(--card);
	border: 1px solid rgba(255,255,255,.035);
	border-radius: 16px;
	box-shadow:
		-5px -5px 12px rgba(255,255,255,.022),
		6px 6px 14px rgba(0,0,0,.42);
}

.author-empty__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin: 0 auto 14px;
	color: #ff7b18;
	background: var(--card);
	border: 1px solid rgba(255,255,255,.035);
	border-radius: 50%;
	box-shadow:
		-3px -3px 8px rgba(255,255,255,.02),
		4px 4px 9px rgba(0,0,0,.38);
}

.author-empty h2 {
	margin: 0;
	color: #eee;
	font-size: 18px;
}

.author-empty p {
	margin: 8px 0 0;
	color: #777;
	font-size: 11px;
}

/* =========================================================
PAGINATION
========================================================= */

.author-pagination {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.author-pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.author-pagination li {
	margin: 0;
	padding: 0;
}

.author-pagination a,
.author-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 10px;
	color: #929292;
	background: var(--card);
	border: 1px solid rgba(255,255,255,.035);
	border-radius: 9px;
	text-decoration: none;
	font-size: 11px;
	font-weight: 650;
	box-shadow:
		-3px -3px 7px rgba(255,255,255,.02),
		4px 4px 9px rgba(0,0,0,.38);
	transition:
		color .18s ease,
		background .18s ease,
		border-color .18s ease,
		transform .18s ease;
}

.author-pagination a:hover {
	color: #ff8428;
	border-color: rgba(255,123,24,.16);
	transform: translateY(-1px);
}

.author-pagination .current {
	color: #fff;
	background: #ff7b18;
	border-color: #ff7b18;
	box-shadow:
		0 4px 12px rgba(255,123,24,.22),
		inset 0 1px 0 rgba(255,255,255,.12);
}

.author-pagination .dots {
	min-width: auto;
	padding: 0 3px;
	color: #555;
	background: transparent;
	border-color: transparent;
	box-shadow: none;
}

/* =========================================================
TABLET
========================================================= */

@media (max-width:1000px) {
	.author-hero__main {
		grid-template-columns: 100px minmax(0,1fr);
		gap: 20px;
	}
	.author-hero__avatar-wrap,
	.author-hero__avatar {
		width: 100px;
		height: 100px;
	}
	.author-posts {
		grid-template-columns: repeat(2,minmax(0,1fr));
		gap: 15px;
	}
}

/* =========================================================
SMALL TABLET
========================================================= */

@media (max-width:760px) {
	.author-hero {
		padding-bottom: 18px;
	}
	.author-hero__main {
		grid-template-columns: 82px minmax(0,1fr);
		gap: 17px;
	}
	.author-hero__avatar-wrap,
	.author-hero__avatar {
		width: 82px;
		height: 82px;
	}
	.author-hero__title {
		font-size: 28px;
	}
	.author-hero__description {
		font-size: 10px;
	}
	.author-posts {
		grid-template-columns: 1fr;
		gap: 14px;
	}
}

/* =========================================================
MOBILE
========================================================= */

@media (max-width:600px) {
	.author-hero {
		margin-bottom: 18px;
		padding: 2px 0 15px;
	}
	.author-hero__eyebrow {
		gap: 6px;
		margin-bottom: 10px;
		font-size: 9px;
	}
	.author-hero__dot {
		width: 5px;
		height: 5px;
		flex-basis: 5px;
	}
	.author-hero__main {
		grid-template-columns: 68px minmax(0,1fr);
		gap: 13px;
		align-items: center;
	}
	.author-hero__avatar-wrap,
	.author-hero__avatar {
		width: 68px;
		height: 68px;
	}
	.author-hero__title {
		font-size: 24px;
		line-height: 1.08;
	}
	.author-hero__description {
		margin-top: 6px;
		font-size: 9px;
		line-height: 1.5;
	}
	.author-hero__description p + p {
		margin-top: 3px;
	}
	.author-hero__meta {
		gap: 5px;
		margin-top: 9px;
	}
	.author-hero__count {
		gap: 5px;
		padding: 6px 8px;
		border-radius: 7px;
		font-size: 9px;
	}
	.author-hero__count svg {
		width: 13px;
		height: 13px;
	}
	.author-hero__link {
		gap: 4px;
		padding: 6px 8px;
		border-radius: 7px;
		font-size: 9px;
	}
	.author-hero__link svg {
		width: 12px;
		height: 12px;
	}
	.author-posts-header {
		margin-bottom: 12px;
	}
	.author-posts-title {
		font-size: 19px;
	}
	.author-posts-description {
		margin-top: 4px;
		font-size: 9px;
	}
	.author-post {
		display: grid;
		grid-template-columns: 104px minmax(0,1fr);
		min-height: 118px;
		border-radius: 13px;
	}
	.author-post__thumb {
		width: 104px;
		height: 100%;
		min-height: 118px;
		aspect-ratio: auto;
		border-radius: 12px 0 0 12px;
		padding: 5px;
	}
	.author-post__thumb img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 9px;
	}
	.author-post__body {
		display: flex;
		flex-direction: column;
		padding: 10px 12px 9px;
	}
	.author-post__cats {
		gap: 4px;
		margin-bottom: 5px;
	}
	.author-post__cats a {
		padding: 3px 6px;
		font-size: 8px;
	}
	.author-post__title {
		font-size: 14px;
		line-height: 1.3;
	}
	.author-post__excerpt {
		margin: 5px 0 7px;
		font-size: 9px;
		line-height: 1.4;
	}
	.author-post__meta {
		gap: 6px;
		margin-top: auto;
		padding-top: 7px;
		font-size: 8px;
	}
	.author-post__meta > span + span::before {
		margin-right: 3px;
	}
	.author-post__date,
	.author-post__comments {
		gap: 3px;
	}
	.author-post__date svg,
	.author-post__comments svg {
		width: 11px;
		height: 11px;
	}
	.author-pagination {
		margin-top: 20px;
	}
	.author-pagination ul {
		gap: 5px;
	}
	.author-pagination a,
	.author-pagination span {
		min-width: 33px;
		height: 33px;
		padding: 0 8px;
		border-radius: 8px;
		font-size: 10px;
	}
}

/* =========================================================
VERY SMALL MOBILE
========================================================= */

@media (max-width:380px) {
	.author-hero {
		padding-bottom: 13px;
	}
	.author-hero__main {
		grid-template-columns: 58px minmax(0,1fr);
		gap: 10px;
	}
	.author-hero__avatar-wrap,
	.author-hero__avatar {
		width: 58px;
		height: 58px;
	}
	.author-hero__title {
		font-size: 21px;
	}
	.author-hero__description {
		font-size: 8px;
	}
	.author-hero__meta {
		margin-top: 7px;
	}
	.author-hero__count,
	.author-hero__link {
		padding: 5px 7px;
		font-size: 8px;
	}
	.author-hero__count svg {
		width: 12px;
		height: 12px;
	}
	.author-post {
		grid-template-columns: 92px minmax(0,1fr);
		min-height: 108px;
	}
	.author-post__thumb {
		width: 92px;
		min-height: 108px;
	}
	.author-post__body {
		padding: 9px 10px 8px;
	}
	.author-post__title {
		font-size: 13px;
	}
	.author-post__excerpt {
		margin-top: 4px;
		margin-bottom: 5px;
		font-size: 8px;
		line-clamp: 1;
		-webkit-line-clamp: 1;
	}
	.author-post__meta {
		font-size: 7.5px;
	}
}

/* =========================================================
ACCESSIBILITY
========================================================= */

@media (prefers-reduced-motion:reduce) {
	.author-post,
	.author-post__thumb img,
	.author-hero__link,
	.author-pagination a,
	.author-pagination span {
		transition: none;
	}
	.author-post:hover {
		transform: none;
	}
	.author-post:hover .author-post__thumb img {
		transform: none;
	}
}

.single-comment-turnstile {
	margin: 0 0 16px;
}

.single-comment-turnstile .cf-turnstile {
	max-width: 100%;
}

.single-comment-notice {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0 0 18px;
	padding: 14px 16px;
	border: 1px solid var(--border);
	border-radius: 14px;
	background: var(--field-bg);
	box-shadow: var(--neu-out-sm);
	color: var(--foreground);
}

.single-comment-notice svg {
	flex: 0 0 auto;
	margin-top: 1px;
}

.single-comment-notice > div {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}

.single-comment-notice strong {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.single-comment-notice span {
	font-size: 13px;
	line-height: 1.5;
	color: var(--muted-fg);
}

.single-comment-notice--success {
	border-color: color-mix(in srgb, #42d392 35%, var(--border));
	background:
		linear-gradient(
			135deg,
			color-mix(in srgb, #42d392 10%, var(--field-bg)),
			var(--field-bg)
		);
}

.single-comment-notice--success svg {
	color: #42d392;
}

.single-comment-notice--error {
	border-color: color-mix(in srgb, var(--primary) 40%, var(--border));
	background:
		linear-gradient(
			135deg,
			color-mix(in srgb, var(--primary) 10%, var(--field-bg)),
			var(--field-bg)
		);
}

.single-comment-notice--error svg {
	color: var(--primary);
}

#commentform {
    scroll-margin-top: 120px;
}
