/* ============================================
   Malatya Son Haber — Gelişmiş haber arayüzü
   ============================================ */

:root {
  --red: #c8102e;
  --red-dark: #9e0c24;
  --red-soft: rgba(200, 16, 46, 0.12);
  --ink: #0f1419;
  --ink-2: #1c2430;
  --muted: #5c6b7a;
  --line: #e6ebf0;
  --bg: #f3f5f8;
  --surface: #ffffff;
  --shadow: 0 8px 30px rgba(15, 20, 25, 0.08);
  --shadow-lg: 0 22px 55px rgba(15, 20, 25, 0.16);
  --radius: 16px;
  --radius-sm: 10px;
  --header-h: 76px;
  --font: "Inter", system-ui, -apple-system, sans-serif;
  --serif: "Source Serif 4", Georgia, serif;
  --max: 1220px;
  --t: 0.2s ease;
}

[data-theme="dark"] {
  --ink: #f1f5f9;
  --ink-2: #d8e0e8;
  --muted: #94a3b8;
  --line: #273244;
  --bg: #0a0e14;
  --surface: #121925;
  --shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 22px 55px rgba(0, 0, 0, 0.5);
  --red-soft: rgba(200, 16, 46, 0.2);
}

/* Yorum listesi */
.comment-list { list-style: none; margin: 0 0 1.25rem; padding: 0; display: grid; gap: 0.85rem; }
.comment-item {
  display: grid; grid-template-columns: 40px 1fr; gap: 0.75rem;
  padding: 0.75rem; border: 1px solid var(--line); border-radius: 12px; background: var(--surface);
}
.comment-item time { display: block; font-size: 0.75rem; color: var(--muted); margin: 0.15rem 0 0.35rem; }
.comment-item p { margin: 0; font-size: 0.92rem; line-height: 1.5; }
.comment-form { display: grid; gap: 0.55rem; margin-bottom: 0.5rem; }
.comment-form input, .comment-form textarea {
  padding: 0.6rem 0.75rem; border-radius: 10px; border: 1px solid var(--line);
  background: var(--bg); color: var(--ink); font: inherit;
}

/* Admin paneli reklam / çerez şeritleri */
.ad-header-bar, .ad-footer-bar {
  padding: 0.65rem 1rem;
  background: var(--surface);
  border-block: 1px solid var(--line);
  text-align: center;
}
.ad-header-bar .ad-box, .ad-footer-bar .ad-box { max-width: 960px; margin: 0 auto; }
.cookie-bar {
  position: fixed; inset: auto 0 0 0; z-index: 200;
  background: rgba(15, 20, 25, 0.96); color: #f1f5f9;
  padding: 0.85rem 1rem; box-shadow: 0 -8px 30px rgba(0,0,0,.2);
}
.cookie-inner {
  max-width: 960px; margin: 0 auto;
  display: flex; flex-wrap: wrap; gap: 0.75rem 1rem;
  align-items: center; justify-content: space-between;
}
.cookie-inner p { margin: 0; font-size: 0.88rem; line-height: 1.45; flex: 1; min-width: 200px; }
.cookie-inner .btn { flex-shrink: 0; }

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 0;
}
body.modal-open { overflow: hidden; }
@media (min-width: 900px) { body { padding-bottom: 0; } }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(100% - 2rem, var(--max)); margin-inline: auto; }

/* ---------- Monokrom SVG ikon sistemi (currentColor) ---------- */
.ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: currentColor;
  line-height: 0;
  vertical-align: middle;
}
.ico-svg { display: block; }
.ico-svg use { pointer-events: none; }
/* Yerel sprite sembolleri currentColor ile boyanır */
#msh-icon-sprite-svg { position: absolute; width: 0; height: 0; overflow: hidden; }
.ico-sm .ico-svg, .ico-sm { width: 14px; height: 14px; }
.ico-md .ico-svg { width: 18px; height: 18px; }
.ico-lg .ico-svg { width: 22px; height: 22px; }
.ico-xl .ico-svg { width: 28px; height: 28px; }
.ico-accent { color: var(--red); }
.ico-muted { color: var(--muted); }
.ico-on-dark { color: #e8eef4; }

.icon-btn .ico,
.share-btn .ico,
.dock-item .ico,
.quick-chip .ico,
.view-btn .ico,
.hero-arrow .ico,
.back-top .ico,
.lightbox-close .ico,
.lightbox-nav .ico,
.play-btn .ico,
.info-ico .ico,
.app-badge .ico,
.weather-chip .ico,
.w-icon .ico,
.w-d-icon .ico,
.fx-icon .ico,
.b-sep .ico {
  pointer-events: none;
}

/* İkonlu butonlar */
.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.quick-chip .ico {
  width: 16px;
  height: 16px;
  color: var(--red);
}
.quick-chip:hover .ico { color: var(--red); }
.view-btn .ico { width: 16px; height: 16px; }
.hero-arrow .ico { width: 20px; height: 20px; }
.back-top .ico { width: 18px; height: 18px; }
.play-btn {
  font-size: 0;
}
.play-btn .ico {
  width: 22px;
  height: 22px;
  color: #fff;
  margin-left: 2px;
}
.info-ico {
  color: var(--red);
}
.info-ico .ico {
  width: 20px;
  height: 20px;
}
.app-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.app-badge .ico {
  width: 14px;
  height: 14px;
  color: #c5ced8;
}
.weather-chip .ico,
.weather-icon .ico {
  width: 14px;
  height: 14px;
  color: #fde68a;
}
.w-icon {
  font-size: 0;
  color: var(--red);
}
.w-icon .ico { width: 36px; height: 36px; }
.w-d-icon {
  display: grid;
  place-items: center;
  color: var(--red);
}
.w-d-icon .ico { width: 16px; height: 16px; }

/* FX ikonları — tek renk, site kırmızısı tonu */
.fx-icon {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #f1f5f9 !important;
}
.fx-icon .ico { width: 12px; height: 12px; color: inherit; }
.fx-item.up .fx-icon { color: #86efac !important; background: rgba(74, 222, 128, 0.12) !important; }
.fx-item.down .fx-icon { color: #fca5a5 !important; background: rgba(248, 113, 113, 0.12) !important; }

.b-sep {
  display: inline-flex;
  opacity: 0.5;
  color: #fff;
}
.b-sep .ico { width: 6px; height: 6px; }

.dock-item {
  gap: 0.2rem;
}
.dock-item .ico {
  width: 22px;
  height: 22px;
}

.card-bm .ico { width: 16px; height: 16px; }
.live-dot-ico {
  display: inline-flex;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  color: #ef4444;
  margin-right: 0.35rem;
  box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.5);
  animation: pulse 1.5s infinite;
  vertical-align: middle;
}

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 999;
  background: var(--red); color: #fff; padding: 0.6rem 1rem; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* Reading progress */
.read-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 300;
  background: transparent; pointer-events: none;
}
.read-progress span {
  display: block; height: 100%; width: 0;
  background: linear-gradient(90deg, var(--red), #f59e0b);
  transition: width 0.05s linear;
}

/* Topbar */
.topbar {
  background: linear-gradient(90deg, #07111f 0%, #101827 58%, #151b2a 100%);
  color: #cbd5e1;
  font-size: 0.76rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
[data-theme="dark"] .topbar { background: #05080c; border-bottom-color: var(--line); }

.topbar-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 0.9rem; min-height: 36px; flex-wrap: wrap; padding: 0.28rem 0;
}
.topbar-left, .topbar-right {
  display: flex; align-items: center; gap: 0.55rem; flex-wrap: wrap;
}
.topbar-sep { opacity: 0.3; }
.live-clock {
  font-variant-numeric: tabular-nums;
  font-weight: 750; color: #fff; opacity: 0.95;
}
.weather-chip {
  display: inline-flex;
  align-items: center; gap: 0.35rem;
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1); color: inherit; cursor: pointer;
  padding: 0.18rem 0.48rem; border-radius: 999px;
}
.topbar-sep-weather { display: inline; }
.weather-chip:hover { background: rgba(255,255,255,0.12); }
.weather-chip strong { color: #fff; }

.market-static {
  flex: 1; min-width: 0; display: flex; align-items: center; justify-content: center;
  gap: 0.45rem; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none;
  font-variant-numeric: tabular-nums; font-size: 0.74rem;
  mask-image: linear-gradient(90deg, transparent, #000 2%, #000 98%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 2%, #000 98%, transparent);
}
.market-static::-webkit-scrollbar { display: none; }
.fx-item {
  display: inline-flex; align-items: center; gap: 0.28rem;
  white-space: nowrap; padding: 0.2rem 0.48rem; border-radius: 999px;
  background: rgba(255,255,255,0.065);
  border: 1px solid rgba(255,255,255,0.08);
}
.fx-icon {
  display: inline-grid; place-items: center; width: 18px; height: 18px;
  border-radius: 5px; font-size: 0.72rem; font-weight: 800; line-height: 1;
  flex-shrink: 0;
}
.fx-usd { background: #166534; color: #bbf7d0; }
.fx-eur { background: #1e3a8a; color: #bfdbfe; }
.fx-gold { background: #854d0e; color: #fde68a; }
.fx-bist { background: #4c1d95; color: #ddd6fe; }
.fx-code { color: #9aa8b6; font-weight: 650; font-size: 0.7rem; letter-spacing: 0.02em; }
.fx-val { color: #fff; font-weight: 700; }
.fx-delta {
  display: inline-flex; align-items: center; gap: 0.12rem;
  font-size: 0.68rem; font-weight: 700;
}
.fx-item.up .fx-delta { color: #4ade80; }
.fx-item.down .fx-delta { color: #f87171; }
.fx-item.up { box-shadow: inset 0 0 0 1px rgba(74, 222, 128, 0.15); }
.fx-item.down { box-shadow: inset 0 0 0 1px rgba(248, 113, 113, 0.15); }
.fx-arrow { font-size: 0.55rem; }

.footer-owner {
  margin: 0 0 0.85rem; font-size: 0.88rem; color: #9aa8b6;
}
.footer-owner strong { color: #fff; font-weight: 700; }
.footer-bottom-inner a { color: #9aa8b6; }
.footer-bottom-inner a:hover { color: #fff; }

/* Künye */
.kunye-page { padding-bottom: 2.75rem; }
.kunye-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.kunye-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.25rem 1.35rem;
}
.kunye-card h2 {
  margin: 0 0 1rem; font-size: 1.1rem; font-weight: 800;
  letter-spacing: -0.02em; padding-bottom: 0.65rem;
  border-bottom: 1px solid var(--line);
}
.kunye-highlight {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, color-mix(in srgb, var(--red) 8%, var(--surface)), var(--surface));
}
.kunye-dl { margin: 0; display: flex; flex-direction: column; gap: 0.85rem; }
.kunye-dl > div { display: grid; gap: 0.2rem; }
.kunye-dl dt {
  font-size: 0.75rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.04em; color: var(--muted);
}
.kunye-dl dd { margin: 0; font-size: 0.98rem; line-height: 1.45; font-weight: 600; }
.kunye-dl a { color: var(--red); }
.kunye-dl a:hover { text-decoration: underline; }
.kunye-owner .owner-name {
  display: block; font-size: 1.25rem; font-weight: 800;
  letter-spacing: 0.02em; color: var(--red); margin-bottom: 0.2rem;
}
.owner-note { display: block; font-size: 0.85rem; font-weight: 500; color: var(--muted); }
.kunye-card p { margin: 0 0 0.75rem; color: var(--ink-2); line-height: 1.65; font-size: 0.95rem; }
.kunye-card p:last-child { margin-bottom: 0; }
.kunye-list {
  margin: 0; padding-left: 1.15rem; color: var(--ink-2);
  line-height: 1.65; font-size: 0.95rem;
}
.kunye-list li { margin-bottom: 0.4rem; }
.legal-page .legal-grid { grid-template-columns: 1fr; max-width: 52rem; }
.legal-page .kunye-card h2 { font-size: 1.05rem; }
.legal-updated { font-size: 0.88rem; color: var(--muted); }
.page-banner .breadcrumb {
  display: flex; gap: 0.4rem; align-items: center; flex-wrap: wrap;
  font-size: 0.82rem; color: rgba(255,255,255,0.75); margin-bottom: 0.35rem;
}
.page-banner .breadcrumb a { color: #fff; font-weight: 600; }
.page-banner .breadcrumb span { opacity: 0.8; }
@media (max-width: 700px) {
  .kunye-grid { grid-template-columns: 1fr; }
  .kunye-highlight { grid-column: auto; }
}

.topbar-link { opacity: 0.85; }
.topbar-link:hover { opacity: 1; color: #fff; }
.social-mini { display: flex; gap: 0.3rem; }
.social-mini a {
  width: 28px; height: 28px; border-radius: 8px; display: grid; place-items: center;
  background: rgba(255,255,255,0.08); color: #e8eef4; transition: background var(--t), color var(--t);
}
.social-mini a:hover { background: var(--red); color: #fff; }
.social-mini a svg,
.social-mini a .ico { display: block; color: inherit; }
.social-mini a { color: #e8eef4; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 100;
  padding: 0.58rem 0;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--surface) 94%, var(--bg)), color-mix(in srgb, var(--bg) 72%, var(--surface)));
  backdrop-filter: blur(18px) saturate(1.1);
  border-bottom: 1px solid color-mix(in srgb, var(--line) 72%, transparent);
  transition: box-shadow var(--t), border-color var(--t), background var(--t);
}
.site-header.is-scrolled {
  border-bottom-color: color-mix(in srgb, var(--red) 18%, var(--line));
  box-shadow: 0 18px 42px rgba(15, 20, 25, 0.12);
}

.header-inner {
  display: flex; align-items: center; gap: 0.95rem; min-height: 70px;
  padding: 0.58rem 0.72rem;
  border: 1px solid color-mix(in srgb, var(--line) 88%, transparent);
  border-radius: 24px;
  background: color-mix(in srgb, var(--surface) 98%, transparent);
  box-shadow: 0 14px 34px rgba(15, 20, 25, 0.07);
}
.logo {
  display: flex;
  align-items: center;
  gap: 0.82rem;
  flex-shrink: 0;
  text-decoration: none;
  line-height: 1;
  padding-right: 1rem;
  border-right: 1px solid var(--line);
}
.logo::after {
  content: "Malatya'nın haber merkezi";
  display: block;
  max-width: 8.5rem;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.25;
  text-transform: uppercase;
}
/* PNG logo (≈3.5:1) — orantılı ve okunaklı */
.logo-img {
  display: block;
  height: 54px;
  width: auto;
  max-width: min(216px, 56vw);
  object-fit: contain;
  object-position: left center;
}
/* Açık / gece logo değişimi */
.logo-dark { display: none; }
.logo-light { display: block; }
[data-theme="dark"] .site-header .logo-light { display: none; }
[data-theme="dark"] .site-header .logo-dark { display: block; }

.logo-footer {
  display: inline-flex;
  align-items: center;
  background: transparent;
  padding: 0;
  border-radius: 0;
  width: fit-content;
}
/* Footer her zaman koyu — gece logosu */
.logo-footer .logo-img {
  height: 64px;
  max-width: 250px;
  filter: none;
}
.logo-footer .logo-light { display: none; }
.logo-footer .logo-dark { display: block; }

/* Eski metin logosu (yedek) */
.logo-mark {
  width: 44px; height: 44px; border-radius: 12px;
  background: linear-gradient(135deg, var(--red), #e63950);
  color: #fff; font-weight: 800; font-size: 0.82rem; letter-spacing: -0.02em;
  display: grid; place-items: center;
  box-shadow: 0 8px 18px rgba(200, 16, 46, 0.35);
}
.logo-text { display: flex; flex-direction: column; line-height: 1.05; }
.logo-text strong { font-size: 1.05rem; font-weight: 800; letter-spacing: -0.03em; }
.logo-text em {
  font-style: normal; font-size: 0.74rem; color: var(--red);
  font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase;
}

.main-nav { flex: 1; min-width: 0; display: flex; align-items: center; }
.main-nav > ul {
  width: fit-content;
  max-width: 100%;
  list-style: none;
  margin: 0;
  padding: 0.28rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.12rem;
  flex-wrap: wrap;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--bg) 74%, var(--surface));
}
.main-nav > ul > li > a,
.nav-more > button {
  display: inline-flex; align-items: center; gap: 0.25rem;
  min-height: 34px;
  padding: 0.4rem 0.68rem; border-radius: 999px;
  font-size: 0.82rem; font-weight: 850; color: var(--ink-2);
  letter-spacing: -0.01em;
  background: transparent; border: 1px solid transparent; cursor: pointer;
  transition: background var(--t), color var(--t), border-color var(--t), box-shadow var(--t);
}
.main-nav > ul > li > a:hover,
.nav-more > button:hover,
.main-nav > ul > li > a.active {
  background: color-mix(in srgb, var(--red) 9%, var(--surface));
  border-color: color-mix(in srgb, var(--red) 18%, transparent);
  color: var(--red);
}
.main-nav > ul > li > a.active {
  background: linear-gradient(135deg, var(--red), #e23a50);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 10px 20px rgba(200, 16, 46, 0.22);
}

.has-mega { position: relative; }
.mega-menu {
  position: absolute; top: calc(100% + 0.5rem); left: 0;
  width: min(480px, 90vw); background: var(--surface);
  border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-lg); padding: 1rem; display: none; z-index: 60;
}
.has-mega:hover .mega-menu,
.has-mega:focus-within .mega-menu { display: block; }
.mega-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 1rem; }
.mega-menu h4 { margin: 0 0 0.5rem; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); }
.mega-menu a { display: block; padding: 0.4rem 0; font-size: 0.9rem; font-weight: 500; }
.mega-menu a:hover { color: var(--red); }
.mega-story { display: grid !important; grid-template-columns: 88px 1fr; gap: 0.65rem; align-items: center; padding: 0.5rem !important; border-radius: 10px; background: var(--bg); }
.mega-story img { width: 88px; height: 64px; object-fit: cover; border-radius: 8px; }
.mega-story span { font-size: 0.85rem; font-weight: 650; line-height: 1.3; }

.nav-more { position: relative; }
.nav-more > button .chev { transition: transform 0.2s ease; }
.nav-more.open > button .chev { transform: rotate(180deg); }
.dropdown {
  position: absolute; top: calc(100% + 0.52rem); right: 0; min-width: 210px;
  background: var(--surface); border: 1px solid var(--line); border-radius: 14px;
  box-shadow: 0 20px 46px rgba(15, 20, 25, 0.16); padding: 0.45rem; z-index: 50;
  list-style: none; margin: 0;
}
.dropdown[hidden] { display: none !important; }
.nav-more.open .dropdown:not([hidden]) { display: block; }
.dropdown a { display: block; padding: 0.55rem 0.75rem; border-radius: 8px; font-size: 0.88rem; font-weight: 500; }
.dropdown a:hover { background: var(--red-soft); color: var(--red); }

.header-actions { display: flex; align-items: center; gap: 0.38rem; margin-left: auto; }
.icon-btn {
  position: relative; width: 40px; height: 40px; border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--line) 86%, transparent);
  background: color-mix(in srgb, var(--surface) 94%, var(--bg)); color: var(--ink);
  display: grid; place-items: center; cursor: pointer; transition: border-color var(--t), color var(--t), transform 0.15s;
}
.icon-btn:hover { border-color: color-mix(in srgb, var(--red) 38%, var(--line)); color: var(--red); }
.icon-btn:active { transform: scale(0.96); }
#searchToggle {
  background: linear-gradient(135deg, var(--red), #e23a50);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 12px 22px rgba(200, 16, 46, 0.2);
}
#searchToggle:hover { color: #fff; filter: brightness(1.04); }
.badge-dot {
  position: absolute; top: -4px; right: -4px; min-width: 16px; height: 16px;
  padding: 0 4px; border-radius: 999px; background: var(--red); color: #fff;
  font-size: 0.65rem; font-weight: 800; display: grid; place-items: center;
}
[data-theme="dark"] .icon-sun,
:root:not([data-theme="dark"]) .icon-moon { display: none; }
[data-theme="dark"] .icon-moon { display: block; }

.nav-toggle {
  display: none; width: 42px; height: 42px; border-radius: 999px;
  border: 1px solid var(--line); background: color-mix(in srgb, var(--surface) 94%, var(--bg));
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
  cursor: pointer; padding: 0;
}
.nav-toggle span { display: block; width: 18px; height: 2px; background: var(--ink); border-radius: 2px; transition: 0.2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Search */
.search-panel {
  border-top: 1px solid var(--line); background: color-mix(in srgb, var(--surface) 96%, var(--bg));
  padding: 0.85rem 0 1rem; animation: slideDown 0.2s ease;
  box-shadow: 0 16px 34px rgba(15,20,25,0.06);
}
.search-panel[hidden] { display: none !important; }
@keyframes slideDown {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}
.search-form {
  display: flex; align-items: center; gap: 0.55rem;
  background: var(--surface); border: 1px solid var(--line); border-radius: 16px;
  padding: 0.4rem 0.5rem 0.4rem 0.95rem;
  box-shadow: 0 10px 28px rgba(15,20,25,0.06);
}
.search-form input { flex: 1; border: 0; background: transparent; outline: none; color: var(--ink); min-width: 0; }
.search-form svg { color: var(--muted); flex-shrink: 0; }
.kbd {
  font-size: 0.68rem; font-weight: 700; color: var(--muted);
  border: 1px solid var(--line); border-radius: 6px; padding: 0.15rem 0.4rem;
  background: var(--surface);
}
.search-suggest {
  margin-top: 0.75rem; background: var(--bg); border: 1px solid var(--line);
  border-radius: 12px; padding: 0.5rem; max-height: 280px; overflow: auto;
}
.suggest-label { margin: 0.25rem 0.5rem 0.5rem; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted); }
.suggest-empty { margin: 0.5rem; color: var(--muted); font-size: 0.9rem; }
.suggest-item {
  display: flex; flex-direction: column; gap: 0.15rem;
  padding: 0.6rem 0.7rem; border-radius: 8px;
}
.suggest-item:hover { background: var(--surface); }
.suggest-cat { font-size: 0.7rem; font-weight: 700; color: var(--red); text-transform: uppercase; }
.suggest-item strong { font-size: 0.9rem; line-height: 1.3; }

/* Breaking — yanıp sönen (fade) haber */
.breaking {
  background: linear-gradient(90deg, #8b0a1e, var(--red) 45%, #d63048);
  color: #fff;
  scroll-margin-top: calc(var(--header-h) + 0.75rem);
}
.breaking-inner {
  display: flex; align-items: center; gap: 0.75rem; min-height: 44px; overflow: hidden;
}
.breaking-badge {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.7rem; font-weight: 800; letter-spacing: 0.06em;
  background: rgba(0,0,0,0.25); padding: 0.35rem 0.65rem; border-radius: 999px;
  white-space: nowrap; flex-shrink: 0;
}
.pulse {
  width: 7px; height: 7px; border-radius: 50%; background: #fff;
  box-shadow: 0 0 0 0 rgba(255,255,255,0.7);
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  70% { box-shadow: 0 0 0 8px transparent; }
  100% { box-shadow: 0 0 0 0 transparent; }
}
.breaking-track {
  overflow: hidden; flex: 1; min-width: 0;
  display: flex; align-items: center;
}
.breaking-content {
  display: flex; align-items: center; gap: 1.1rem; width: max-content;
}
.breaking-content a {
  white-space: nowrap; font-size: 0.9rem; font-weight: 500; opacity: 0.97;
  letter-spacing: 0.01em;
}
.breaking-content a:hover { text-decoration: underline; }
.b-dot { opacity: 0.45; font-size: 0.45rem; flex-shrink: 0; }

/* Yanıp sönme modu */
.breaking-content.is-fade {
  display: block;
  width: 100%;
  min-height: 1.35em;
  position: relative;
}
.breaking-content.is-fade .breaking-item {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.38s ease, transform 0.38s ease;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.breaking-content.is-fade .breaking-item.is-visible {
  opacity: 1;
  transform: translateY(0);
  animation: breakingBlink 1.5s ease-in-out 0.35s infinite;
}
@keyframes breakingBlink {
  0%, 100% { opacity: 1; text-shadow: 0 0 0 transparent; }
  45% { opacity: 1; }
  55% { opacity: 0.2; text-shadow: 0 0 12px rgba(255,255,255,0.35); }
  70% { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .breaking-content.is-fade .breaking-item.is-visible {
    animation: none;
    opacity: 1;
  }
}

/* Hero manşet + sağ reklam (eşit yükseklik) */
.hero-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(220px, 0.85fr);
  gap: 0.85rem;
  align-items: stretch;
  padding-block: 1.15rem 0.75rem;
}
.hero-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.hero-wrap-modern .hero-carousel {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  background: var(--surface);
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.hero-carousel {
  display: flex; flex-direction: column; min-width: 0; height: 100%;
}
.hero-viewport {
  position: relative;
  flex: 1;
  aspect-ratio: 16 / 9;
  min-height: 280px;
  max-height: min(56vh, 520px);
  height: auto;
  background: #0b0f14;
  overflow: hidden;
}
.hero-viewport .hero-track,
.hero-viewport .hero-slide,
.hero-viewport .hero-link {
  position: absolute;
  inset: 0;
}
/* Sağ manşet reklamı — manşetle aynı yükseklik */
.hero-ad {
  min-width: 0;
  display: flex;
}
.hero-ad-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow-lg);
  position: relative;
}
.hero-ad-inner .ad-label {
  position: absolute;
  top: 0.55rem; left: 0.55rem; z-index: 2;
  font-size: 0.65rem; font-weight: 800; letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.2rem 0.45rem; border-radius: 6px;
  background: rgba(15, 20, 25, 0.65); color: #fff;
}
.hero-ad-placeholder {
  flex: 1;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 0.35rem;
  padding: 1.25rem;
  text-align: center;
  background:
    linear-gradient(160deg, rgba(214, 48, 72, 0.08), transparent 50%),
    var(--bg);
  color: var(--muted);
  min-height: 300px;
}
.hero-ad-placeholder p {
  margin: 0; font-weight: 700; color: var(--ink-2); font-size: 0.95rem;
}
.hero-ad-inner .ad-box {
  flex: 1;
  display: flex; flex-direction: column;
  min-height: 0; height: 100%;
  padding: 0;
}
.hero-ad-inner .ad-box a.hero-ad-link {
  display: block; flex: 1; min-height: 0; height: 100%;
  color: inherit; text-decoration: none; position: relative;
}
.hero-ad-inner .ad-box img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  border-radius: 0 !important; max-width: none !important;
}
.hero-ad-inner .ad-box .hero-ad-body {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 0.85rem 0.9rem;
  background: linear-gradient(transparent, rgba(8, 10, 14, 0.88));
  color: #fff; font-size: 0.88rem; font-weight: 650;
}
.hero-ad-inner .ad-box .hero-ad-html {
  flex: 1; padding: 0.75rem; overflow: auto;
  display: flex; align-items: center; justify-content: center;
}
.hero-ad-inner .ad-box .hero-ad-html img {
  max-width: 100%; height: auto; object-fit: contain;
}
.hero-special-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  isolation: isolate;
  min-height: 300px;
  overflow: hidden;
  padding: 0.82rem;
  border: 1px solid color-mix(in srgb, var(--red) 14%, var(--line));
  border-radius: 24px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--surface) 96%, var(--red) 4%), var(--surface) 52%),
    radial-gradient(circle at 105% -8%, color-mix(in srgb, var(--red) 22%, transparent), transparent 34%),
    radial-gradient(circle at -10% 88%, color-mix(in srgb, #f59e0b 14%, transparent), transparent 32%),
    var(--surface);
  box-shadow: 0 24px 58px rgba(15, 20, 25, 0.14);
}
.hero-special-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(200, 16, 46, 0.08), transparent 34%),
    repeating-linear-gradient(135deg, rgba(15, 20, 25, 0.035) 0 1px, transparent 1px 9px);
  mask-image: linear-gradient(180deg, #000, transparent 46%);
}
.hero-special-inner::after {
  content: "MSH";
  position: absolute;
  right: 0.75rem;
  bottom: -0.45rem;
  z-index: -1;
  color: color-mix(in srgb, var(--red) 8%, transparent);
  font-size: 4.8rem;
  font-weight: 950;
  letter-spacing: -0.12em;
  line-height: 1;
}
.hero-special-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  gap: 0.75rem;
  padding: 0 0.05rem 0.72rem;
}
.hero-special-head span,
.hero-special-empty span {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hero-special-head span::before,
.hero-special-empty span::before {
  content: "";
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 999px;
  background: var(--red);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--red) 12%, transparent);
}
.hero-special-head a,
.hero-special-empty a {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  padding: 0.34rem 0.58rem;
  border: 1px solid color-mix(in srgb, var(--red) 18%, var(--line));
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface) 86%, var(--red) 6%);
  color: var(--ink-2);
  font-size: 0.76rem;
  font-weight: 900;
  transition: background var(--t), border-color var(--t), color var(--t), transform var(--t);
}
.hero-special-head a::after,
.hero-special-empty a::after { content: "→"; }
.hero-special-head a:hover,
.hero-special-empty a:hover {
  border-color: color-mix(in srgb, var(--red) 42%, var(--line));
  background: color-mix(in srgb, var(--red) 9%, var(--surface));
  color: var(--red);
  transform: translateX(1px);
}
.hero-special-lead {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, #ffffff 42%, transparent);
  border-radius: 20px;
  background: #111827;
  color: #fff;
  box-shadow: 0 18px 36px rgba(15, 20, 25, 0.16);
}
.hero-special-media {
  display: block;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: #111827;
}
.hero-special-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.hero-special-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.02) 26%, rgba(0,0,0,0.72)),
    linear-gradient(135deg, rgba(200,16,46,0.34), transparent 44%);
}
.hero-special-lead:hover .hero-special-media img { transform: scale(1.045); }
.hero-special-copy {
  position: absolute;
  left: 0.72rem;
  right: 0.72rem;
  bottom: 0.72rem;
  display: grid;
  gap: 0.34rem;
  padding: 0.72rem 0.78rem;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 16px;
  background: rgba(255,255,255,0.92);
  background: color-mix(in srgb, var(--surface) 90%, transparent);
  box-shadow: 0 16px 34px rgba(0,0,0,0.18);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  z-index: 1;
}
.hero-special-copy b {
  width: max-content;
  max-width: 100%;
  padding: 0.18rem 0.42rem;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.hero-special-copy strong {
  display: -webkit-box;
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.14rem;
  font-weight: 750;
  line-height: 1.18;
  letter-spacing: -0.035em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hero-special-copy em {
  color: color-mix(in srgb, var(--muted) 88%, var(--ink));
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 750;
}
.hero-special-list {
  display: grid;
  position: relative;
  z-index: 1;
  gap: 0.46rem;
  margin-top: 0.72rem;
  counter-reset: specialStory;
}
.hero-special-list:empty { display: none; }
.hero-special-list a {
  display: grid;
  grid-template-columns: 2.05rem minmax(0, 1fr);
  gap: 0.18rem 0.62rem;
  align-items: center;
  padding: 0.62rem 0.68rem;
  border: 1px solid color-mix(in srgb, var(--line) 78%, transparent);
  border-radius: 15px;
  background: color-mix(in srgb, var(--surface) 90%, var(--bg));
  transition: border-color var(--t), background var(--t), transform var(--t), box-shadow var(--t);
}
.hero-special-list a::before {
  counter-increment: specialStory;
  content: counter(specialStory, decimal-leading-zero);
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 2.05rem;
  height: 2.05rem;
  border-radius: 12px;
  background: color-mix(in srgb, var(--red) 10%, var(--surface));
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 950;
}
.hero-special-list span {
  display: -webkit-box;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 850;
  line-height: 1.28;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hero-special-list em {
  grid-column: 2;
  color: var(--muted);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 750;
}
.hero-special-list a:hover {
  border-color: color-mix(in srgb, var(--red) 32%, var(--line));
  background: color-mix(in srgb, var(--red) 6%, var(--surface));
  box-shadow: 0 12px 24px rgba(15, 20, 25, 0.08);
  transform: translateY(-1px);
}
.hero-special-list a:hover span { color: var(--red); }
.hero-special-empty {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.65rem;
  padding: 1.25rem;
  border: 1px dashed color-mix(in srgb, var(--red) 28%, var(--line));
  border-radius: 19px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--red) 8%, var(--surface)), var(--surface)),
    var(--surface);
}
.hero-special-empty p {
  margin: 0;
  color: var(--ink-2);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
}
.hero-track { position: absolute; inset: 0; }
.hero-slide {
  position: absolute; inset: 0; opacity: 0; pointer-events: none;
  transition: opacity 0.55s ease;
}
.hero-slide.is-active { opacity: 1; pointer-events: auto; z-index: 1; }
.hero-link { display: block; height: 100%; color: #fff; position: relative; }
.hero-link img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 7s ease;
}
.hero-slide.is-active .hero-link img { transform: scale(1.05); }
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(8,10,14,0.82) 0%, rgba(8,10,14,0.45) 45%, transparent 72%),
    linear-gradient(180deg, transparent 30%, rgba(8,10,14,0.88) 100%);
  pointer-events: none;
}
.hero-copy-wrap {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: 1.5rem 1.6rem 1.35rem;
  max-width: min(720px, 92%);
  text-align: left;
}
.hero-cat {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 3;
  display: inline-flex;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0;
  box-shadow: 0 10px 22px rgba(0,0,0,0.18);
  backdrop-filter: blur(8px);
}
.hero-cat.cat-spor { background: #0d9488; }
.hero-cat.cat-ekonomi { background: #b45309; }
.hero-cat.cat-asayis { background: #1e3a8a; }
.hero-cat.cat-egitim { background: #0369a1; }
.hero-cat.cat-siyaset { background: #7c3aed; }
.hero-cat.cat-saglik { background: #059669; }
.hero-cat.cat-ozel { background: #be123c; }
.hero-copy { text-align: left; }
.hero-copy h1 {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.8vw, 2.15rem);
  line-height: 1.2;
  margin: 0 0 0.5rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-align: left;
  text-shadow: 0 2px 16px rgba(0,0,0,0.4);
}
.hero-copy p {
  display: none;
}
.hero-meta-line {
  display: block;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.72);
  font-weight: 500;
  text-align: left;
}
.hero-counter {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 4;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(0,0,0,0.45);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.12);
}
.hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 4;
  width: 44px; height: 44px; border-radius: 12px; border: 0;
  background: rgba(255,255,255,0.12); color: #fff;
  cursor: pointer; backdrop-filter: blur(10px);
  transition: background var(--t), transform var(--t); opacity: 0;
  display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,0.15);
}
.hero-carousel:hover .hero-arrow { opacity: 1; }
.hero-arrow:hover { background: var(--red); border-color: var(--red); transform: translateY(-50%) scale(1.05); }
.hero-arrow.prev { left: 0.9rem; }
.hero-arrow.next { right: 0.9rem; }

.hero-pager {
  display: flex; align-items: stretch; min-height: 50px;
  background: color-mix(in srgb, var(--surface) 96%, var(--bg));
  border-top: 1px solid var(--line);
}
[data-theme="dark"] .hero-pager { background: var(--surface); }
.hero-nums {
  display: flex; flex: 1; min-width: 0; overflow-x: auto; scrollbar-width: thin;
}
.hero-num {
  flex: 1 0 auto; min-width: 44px; height: 50px; border: 0; border-right: 1px solid var(--line);
  background: transparent; color: var(--ink-2); font-size: 0.92rem; font-weight: 700;
  cursor: pointer; transition: background var(--t), color var(--t);
  font-variant-numeric: tabular-nums;
}
.hero-num:hover {
  background: color-mix(in srgb, var(--red) 12%, var(--bg));
  color: var(--red);
}
.hero-num.active {
  background: var(--red); color: #fff;
  box-shadow: inset 0 -3px 0 rgba(0,0,0,0.15);
}
.hero-num.active:hover {
  background: var(--red-dark, #9e0c24);
  color: #fff;
}
.hero-all {
  display: grid; place-items: center; flex-shrink: 0;
  padding: 0 1.15rem; font-size: 0.82rem; font-weight: 700; color: var(--ink-2);
  border-left: 1px solid var(--line); white-space: nowrap;
  transition: background var(--t), color var(--t);
}
.hero-all:hover { background: var(--red-soft); color: var(--red); }

/* Şehir servisleri — kurumsal manşet altı hizmet çubuğu */
.city-strip {
  padding: 0.15rem 0 0.55rem;
  margin-top: 0;
}
.svc-bar {
  display: flex;
  align-items: stretch;
  min-height: 72px;
  border-radius: 4px;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: 0 1px 0 rgba(15, 20, 25, 0.03);
  overflow: hidden;
  position: relative;
}
.svc-bar::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--red);
}
.svc-bar-label {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.12rem;
  padding: 0.75rem 1rem 0.75rem 1.15rem;
  min-width: 5.5rem;
  border-right: 1px solid var(--line);
  background: color-mix(in srgb, var(--ink) 2.5%, var(--surface));
}
.svc-bar-label-kicker {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.2;
}
.svc-bar-label-title {
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1.2;
}
.city-strip-track {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: stretch;
  gap: 0;
  padding: 0;
  min-width: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.city-tile {
  min-width: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.65rem;
  padding: 0.85rem 0.9rem;
  min-height: 72px;
  border-radius: 0;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--line);
  box-shadow: none;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  text-decoration: none;
  color: var(--ink-2);
  position: relative;
  overflow: hidden;
}
.city-tile:last-child { border-right: 0; }
.city-tile::before {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s ease;
}
.city-tile:hover {
  background: color-mix(in srgb, var(--ink) 3%, var(--surface));
  color: var(--ink);
  border-color: var(--line);
  box-shadow: none;
  transform: none;
}
.city-tile:hover::before { transform: scaleX(1); }
.city-tile:hover .city-ico {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
}
.city-tile:active {
  background: color-mix(in srgb, var(--red) 6%, var(--surface));
  color: var(--ink);
}
.city-ico {
  position: static;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink-2);
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.city-tile:hover .city-ico { transform: none; }
.city-ico .ico,
.city-ico .ico-svg {
  width: 17px;
  height: 17px;
  color: inherit;
}
.city-tile-text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}
.city-label {
  position: static;
  font-size: 0.84rem;
  font-weight: 750;
  letter-spacing: -0.015em;
  color: var(--ink);
  line-height: 1.2;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.city-hint {
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  color: var(--muted);
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.city-value,
.city-sub,
.city-tile-body { display: none !important; }

a.city-tile { text-decoration: none; color: inherit; }
[data-theme="dark"] .svc-bar {
  box-shadow: none;
}
[data-theme="dark"] .svc-bar-label {
  background: color-mix(in srgb, #fff 3%, var(--surface));
}
[data-theme="dark"] .city-tile:hover {
  background: color-mix(in srgb, #fff 4%, var(--surface));
}

/* ========== Son Depremler sayfası ========== */
.quake-hero {
  background:
    radial-gradient(1200px 280px at 10% -20%, rgba(214, 48, 72, 0.35), transparent 55%),
    linear-gradient(145deg, #1a1014 0%, #0f141b 55%, #121820 100%);
  color: #fff;
  padding: 1.35rem 0 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.quake-hero-inner { text-align: left; }
.quake-crumb {
  display: flex; flex-wrap: wrap; gap: 0.4rem; align-items: center;
  font-size: 0.82rem; color: rgba(255,255,255,0.7); margin-bottom: 0.75rem;
}
.quake-crumb a { color: #fff; font-weight: 600; }
.quake-hero-top {
  display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between;
  gap: 0.85rem; margin-bottom: 1rem;
}
.quake-hero h1 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.45rem, 3vw, 2rem);
  letter-spacing: -0.02em;
}
.quake-lead { margin: 0; color: rgba(255,255,255,0.82); font-size: 0.95rem; max-width: 52ch; }
.quake-refresh {
  display: inline-flex; align-items: center; gap: 0.4rem;
  white-space: nowrap;
}
.quake-refresh.is-busy { opacity: 0.7; pointer-events: none; }
.quake-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}
.quake-stat {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 0.75rem 0.85rem;
  min-width: 0;
}
.quake-stat-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 0.25rem;
}
.quake-stat strong {
  display: block;
  font-size: 1.05rem;
  line-height: 1.25;
  font-weight: 750;
}
.quake-stat span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.65);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.quake-page { padding: 1.15rem 0 2.75rem; }
.quake-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  margin: 0 0 1rem;
  padding: 0.75rem 0.85rem;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--surface);
}
.quake-filters { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.quake-filter {
  border: 1px solid var(--line);
  background: var(--bg);
  color: var(--ink-2);
  border-radius: 999px;
  padding: 0.4rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 650;
  cursor: pointer;
  transition: var(--t);
}
.quake-filter:hover { border-color: var(--red); color: var(--red); }
.quake-filter.is-active {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}
.quake-near {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink-2);
  cursor: pointer;
  user-select: none;
}
.quake-updated { margin: 0 0 0 auto; }
.quake-list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.quake-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 0.75rem 0.9rem;
  align-items: center;
  padding: 0.85rem 0.95rem;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  transition: border-color var(--t), box-shadow var(--t);
}
.quake-row:hover {
  border-color: color-mix(in srgb, var(--red) 35%, var(--line));
  box-shadow: var(--shadow);
}
.quake-row.is-near {
  border-color: color-mix(in srgb, var(--red) 45%, var(--line));
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--red) 8%, transparent), transparent 40%),
    var(--surface);
}
.quake-mag {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1.25rem;
  font-variant-numeric: tabular-nums;
  color: #fff;
  letter-spacing: -0.02em;
}
.quake-mag.level-micro { background: #64748b; }
.quake-mag.level-low { background: #0d9488; }
.quake-mag.level-mid { background: #d97706; }
.quake-mag.level-high { background: #dc2626; box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.2); }
.quake-body { min-width: 0; }
.quake-body h2 {
  margin: 0 0 0.25rem;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.quake-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  font-size: 0.82rem;
  color: var(--muted);
}
.quake-meta b { color: var(--ink-2); font-weight: 650; }
.quake-side {
  text-align: right;
  font-size: 0.82rem;
  color: var(--muted);
  white-space: nowrap;
}
.quake-side time {
  display: block;
  font-weight: 700;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.quake-badge-near {
  display: inline-flex;
  margin-top: 0.3rem;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: var(--red-soft);
  color: var(--red);
  font-size: 0.7rem;
  font-weight: 750;
}
.quake-loading, .quake-empty {
  text-align: center;
  padding: 2.5rem 1rem;
  color: var(--muted);
  border: 1px dashed var(--line);
  border-radius: 14px;
  background: var(--surface);
}
.quake-loading-spin {
  width: 28px; height: 28px; margin: 0 auto 0.75rem;
  border: 3px solid var(--line);
  border-top-color: var(--red);
  border-radius: 50%;
  animation: quakeSpin 0.7s linear infinite;
}
@keyframes quakeSpin { to { transform: rotate(360deg); } }
.quake-note { margin-top: 1.15rem; }
.quake-note a { color: var(--red); font-weight: 600; }
@media (max-width: 720px) {
  .quake-stats { grid-template-columns: 1fr; }
  .quake-row {
    grid-template-columns: 56px minmax(0, 1fr);
  }
  .quake-mag { width: 52px; height: 52px; font-size: 1.05rem; border-radius: 12px; }
  .quake-side {
    grid-column: 2;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.75rem;
    align-items: center;
  }
  .quake-side time { display: inline; }
  .quake-updated { margin-left: 0; width: 100%; }
}

/* ========== Altın fiyatları sayfası ========== */
.gold-hero {
  background: linear-gradient(125deg, #1c1410 0%, #3d2914 40%, #b45309 100%);
  color: #fff;
  padding: 1.75rem 0 2rem;
}
.gold-crumb {
  display: flex; gap: 0.4rem; align-items: center;
  font-size: 0.82rem; color: rgba(255,255,255,0.72); margin-bottom: 0.85rem;
}
.gold-crumb a { color: #fff; font-weight: 600; }
.gold-hero-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.25rem;
  align-items: end;
}
.gold-pill {
  display: inline-flex; padding: 0.28rem 0.7rem; border-radius: 999px;
  background: rgba(255,255,255,0.12); font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 0.65rem;
}
.gold-hero h1 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  font-weight: 800; letter-spacing: -0.03em;
}
.gold-lead {
  margin: 0 0 0.5rem; max-width: 36rem;
  color: rgba(255,255,255,0.88); font-size: 0.95rem; line-height: 1.55;
}
.gold-updated { margin: 0; font-size: 0.82rem; color: rgba(255,255,255,0.7); }
.gold-hero-stat {
  min-width: 11rem;
  padding: 1rem 1.15rem;
  border-radius: 16px;
  background: rgba(0,0,0,0.22);
  border: 1px solid rgba(255,255,255,0.14);
  text-align: right;
}
.gold-hero-stat-label {
  display: block; font-size: 0.72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.04em; opacity: 0.75;
}
.gold-hero-stat strong {
  display: block; font-size: 1.55rem; font-weight: 800;
  letter-spacing: -0.02em; margin: 0.2rem 0; font-variant-numeric: tabular-nums;
}
.gold-hero-stat-sub { font-size: 0.8rem; opacity: 0.8; }

.gold-page { padding: 1.15rem 0 2.75rem; }
.gold-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.85fr);
  gap: 1.15rem;
  align-items: start;
}
.gold-table-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.gold-table-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 0.75rem; padding: 0.95rem 1.1rem;
  border-bottom: 1px solid var(--line);
}
.gold-table-head h2 { margin: 0; font-size: 1.05rem; font-weight: 800; }
.gold-badge {
  font-size: 0.72rem; font-weight: 800; padding: 0.2rem 0.55rem;
  border-radius: 999px; background: rgba(180, 83, 9, 0.12); color: #b45309;
}
.gold-table-wrap { overflow-x: auto; }
.gold-table {
  width: 100%; border-collapse: collapse; font-size: 0.92rem;
}
.gold-table th, .gold-table td {
  padding: 0.85rem 1.1rem; text-align: left;
  border-bottom: 1px solid var(--line);
}
.gold-table th {
  font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.04em;
  color: var(--muted); font-weight: 700; background: var(--bg);
}
.gold-table tr:last-child td { border-bottom: 0; }
.gold-table tbody tr:hover { background: var(--bg); }
.gold-name { font-weight: 700; color: var(--ink); }
.gold-buy, .gold-sell {
  font-variant-numeric: tabular-nums; white-space: nowrap;
}
.gold-sell strong { font-size: 1.02rem; color: var(--ink); }
.gold-buy small, .gold-sell small { color: var(--muted); font-size: 0.78rem; }
.gold-disclaimer {
  margin: 0; padding: 0.85rem 1.1rem;
  font-size: 0.82rem; color: var(--muted); line-height: 1.45;
  border-top: 1px solid var(--line); background: var(--bg);
}

.gold-aside { display: grid; gap: 0.85rem; }
.gold-aside .card-like {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.1rem 1.15rem;
  box-shadow: var(--shadow-sm);
}
.gold-calc h2, .gold-tips h3 {
  margin: 0 0 0.35rem; font-size: 1rem; font-weight: 800;
}
.gold-calc-lead {
  margin: 0 0 0.9rem; font-size: 0.84rem; color: var(--muted); line-height: 1.45;
}
.gold-calc-field {
  display: grid; gap: 0.3rem; margin-bottom: 0.7rem;
}
.gold-calc-field label {
  font-size: 0.78rem; font-weight: 700; color: var(--muted);
}
.gold-calc-field input,
.gold-calc-field select {
  width: 100%; padding: 0.55rem 0.7rem;
  border-radius: 10px; border: 1px solid var(--line);
  background: var(--bg); color: var(--ink); font: inherit;
}
.gold-calc-result {
  margin-top: 0.35rem; padding: 0.85rem 0.95rem;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(180, 83, 9, 0.12), var(--bg));
  border: 1px solid rgba(180, 83, 9, 0.2);
  display: flex; flex-direction: column; gap: 0.2rem;
}
.gold-calc-result span {
  font-size: 0.75rem; font-weight: 700; color: var(--muted);
  text-transform: uppercase; letter-spacing: 0.04em;
}
.gold-calc-result strong {
  font-size: 1.45rem; font-weight: 800; letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums; color: var(--ink);
}
.gold-calc-note {
  margin: 0.55rem 0 0; font-size: 0.78rem; color: var(--muted); line-height: 1.4;
}
.gold-tips ul {
  margin: 0.5rem 0 0; padding-left: 1.1rem;
  color: var(--muted); font-size: 0.84rem; line-height: 1.5;
}
.gold-loading, .gold-empty {
  text-align: center; padding: 2.25rem 1rem; color: var(--muted);
  background: var(--surface); border: 1px dashed var(--line); border-radius: 16px;
}
.gold-empty-ico {
  width: 56px; height: 56px; margin: 0 auto 0.75rem;
  border-radius: 16px; background: rgba(180, 83, 9, 0.12); color: #b45309;
  display: grid; place-items: center;
}
.gold-loading-spin {
  width: 34px; height: 34px; margin: 0 auto 0.75rem;
  border: 3px solid var(--line); border-top-color: #b45309;
  border-radius: 50%; animation: goldSpin 0.8s linear infinite;
}
@keyframes goldSpin { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
  .gold-layout { grid-template-columns: 1fr; }
  .gold-hero-grid { grid-template-columns: 1fr; }
  .gold-hero-stat { text-align: left; max-width: 16rem; }
}

/* ========== Namaz vakitleri ========== */
.prayer-hero {
  background: linear-gradient(125deg, #0f172a 0%, #1e293b 42%, #7f1d1d 100%);
  color: #fff;
  padding: 1.75rem 0 2rem;
}
.prayer-hero-inner { text-align: left; }
.prayer-crumb {
  display: flex; gap: 0.4rem; align-items: center;
  font-size: 0.82rem; color: rgba(255,255,255,0.72); margin-bottom: 0.85rem;
}
.prayer-crumb a { color: #fff; font-weight: 600; }
.prayer-hero h1 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 800; letter-spacing: -0.03em;
}
.prayer-lead { margin: 0 0 1rem; color: rgba(255,255,255,0.85); font-size: 0.95rem; }
.prayer-next {
  display: inline-flex; flex-wrap: wrap; align-items: baseline; gap: 0.45rem 0.75rem;
  padding: 0.65rem 1rem; border-radius: 12px;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.14);
}
.prayer-next-label {
  font-size: 0.72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.05em; color: rgba(255,255,255,0.7); width: 100%;
}
.prayer-next strong { font-size: 1.15rem; }
.prayer-next span:last-child { font-size: 1.25rem; font-weight: 800; font-variant-numeric: tabular-nums; }
.prayer-page { padding: 1.15rem 0 2.75rem; }
.prayer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}
.prayer-card {
  position: relative;
  display: flex; flex-direction: column; gap: 0.35rem;
  padding: 1.1rem 1rem;
  border-radius: 14px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  text-align: left;
}
.prayer-card.is-next {
  border-color: color-mix(in srgb, var(--red) 45%, var(--line));
  background: linear-gradient(160deg, var(--red-soft), var(--surface) 60%);
  box-shadow: var(--shadow);
}
.prayer-card-label {
  font-size: 0.82rem; font-weight: 700; color: var(--muted);
  text-transform: uppercase; letter-spacing: 0.04em;
}
.prayer-card-time {
  font-size: 1.65rem; font-weight: 800; letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums; color: var(--ink); line-height: 1.1;
}
.prayer-card-badge {
  position: absolute; top: 0.65rem; right: 0.65rem;
  font-size: 0.68rem; font-weight: 800;
  padding: 0.18rem 0.45rem; border-radius: 999px;
  background: var(--red); color: #fff;
}
.prayer-note {
  margin: 1.25rem 0 0;
  font-size: 0.84rem; color: var(--muted); line-height: 1.5;
  padding: 0.85rem 1rem; border-radius: 12px;
  background: var(--surface); border: 1px solid var(--line);
}
.prayer-empty, .prayer-loading {
  text-align: center; padding: 2.5rem 1rem; color: var(--muted);
}
.prayer-empty-ico {
  width: 56px; height: 56px; margin: 0 auto 0.85rem;
  border-radius: 16px; background: var(--red-soft); color: var(--red);
  display: grid; place-items: center;
}
.prayer-loading-spin {
  width: 34px; height: 34px; margin: 0 auto 0.75rem;
  border: 3px solid var(--line); border-top-color: var(--red);
  border-radius: 50%; animation: prayerSpin 0.8s linear infinite;
}
@keyframes prayerSpin { to { transform: rotate(360deg); } }
@media (max-width: 720px) {
  .prayer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .prayer-card-time { font-size: 1.4rem; }
}

/* ========== Nöbetçi Eczaneler — özel sayfa ========== */
.pharm-hero {
  position: relative;
  color: #ecfdf8;
  overflow: hidden;
  margin-bottom: 0;
}
.pharm-hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 80% at 90% 20%, rgba(45, 212, 191, 0.35), transparent 55%),
    radial-gradient(ellipse 60% 70% at 10% 90%, rgba(13, 148, 136, 0.4), transparent 50%),
    linear-gradient(135deg, #0f172a 0%, #134e4a 45%, #0d9488 100%);
}
.pharm-hero-inner { position: relative; z-index: 1; padding: 1.75rem 0 2.25rem; }
.pharm-crumb {
  display: flex; gap: 0.45rem; align-items: center;
  font-size: 0.82rem; color: rgba(236, 253, 248, 0.7); margin-bottom: 1.1rem;
}
.pharm-crumb a { color: #fff; font-weight: 600; }
.pharm-crumb a:hover { text-decoration: underline; }
.pharm-hero-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem 2rem;
  align-items: center;
}
.pharm-pill {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.3rem 0.75rem; border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.04em;
  text-transform: uppercase; margin-bottom: 0.75rem;
}
.pharm-pulse {
  width: 8px; height: 8px; border-radius: 50%; background: #5eead4;
  box-shadow: 0 0 0 0 rgba(94, 234, 212, 0.6);
  animation: pharmPulse 1.6s infinite;
}
@keyframes pharmPulse {
  70% { box-shadow: 0 0 0 10px transparent; }
  100% { box-shadow: 0 0 0 0 transparent; }
}
.pharm-hero h1 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  font-weight: 800; letter-spacing: -0.03em; line-height: 1.15;
  color: #fff;
}
.pharm-lead {
  margin: 0 0 1.35rem; max-width: 38rem;
  font-size: 0.98rem; line-height: 1.6; color: rgba(236, 253, 248, 0.88);
}
.pharm-lead strong { color: #fff; }
.pharm-hero-stats {
  display: flex; flex-wrap: wrap; gap: 0.65rem;
}
.pharm-stat {
  min-width: 7.5rem;
  padding: 0.75rem 1rem;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}
.pharm-stat strong {
  display: block; font-size: 1.45rem; font-weight: 800;
  letter-spacing: -0.02em; color: #fff; line-height: 1.1;
}
.pharm-stat span {
  font-size: 0.75rem; color: rgba(236, 253, 248, 0.72); font-weight: 500;
}
.pharm-hero-card {
  width: 160px; height: 160px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 0.65rem;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}
.pharm-hero-icon {
  width: 72px; height: 72px; border-radius: 20px;
  background: rgba(255, 255, 255, 0.95);
  color: #0d9488;
  display: grid; place-items: center;
}
.pharm-hero-card p {
  margin: 0; font-size: 0.82rem; font-weight: 650;
  color: rgba(255, 255, 255, 0.9); line-height: 1.35;
}

.pharm-page { padding: 1.25rem 0 3rem; }
.pharm-service-nav { margin-bottom: 1.15rem; }

.pharm-toolbar {
  display: grid; gap: 0.75rem; margin-bottom: 1.25rem;
}
.pharm-search {
  display: flex; align-items: center; gap: 0.55rem;
  padding: 0.65rem 0.9rem;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}
.pharm-search .ico, .pharm-search [data-ico] { color: var(--muted); flex-shrink: 0; }
.pharm-search input {
  flex: 1; min-width: 0; border: 0; outline: none;
  background: transparent; font-size: 0.95rem; color: var(--ink);
  padding: 0.15rem 0;
}
.pharm-filters {
  display: flex; flex-wrap: wrap; gap: 0.4rem;
}
.pharm-chip {
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink-2);
  font-size: 0.82rem; font-weight: 650;
  padding: 0.4rem 0.8rem; border-radius: 999px;
  cursor: pointer; transition: var(--t);
}
.pharm-chip:hover { border-color: #0d9488; color: #0d9488; }
.pharm-chip.is-active {
  background: #0d9488; border-color: #0d9488; color: #fff;
}

.pharm-result-bar {
  margin: 0 0 1rem;
  font-size: 0.9rem; color: var(--muted);
}
.pharm-result-bar strong { color: var(--ink); }

.pharm-group { margin-bottom: 1.75rem; }
.pharm-group-head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 0.75rem; margin-bottom: 0.75rem;
  padding-bottom: 0.45rem;
  border-bottom: 2px solid var(--line);
}
.pharm-group-head h2 {
  margin: 0; font-size: 1.1rem; font-weight: 800; letter-spacing: -0.02em;
}
.pharm-group-count {
  font-size: 0.8rem; font-weight: 650; color: #0d9488;
  background: rgba(13, 148, 136, 0.1);
  padding: 0.2rem 0.55rem; border-radius: 999px;
}

.pharm-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 0.85rem;
}
.pharm-card {
  display: flex; flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1rem 1.05rem;
  box-shadow: var(--shadow-sm);
  transition: border-color var(--t), box-shadow var(--t), transform var(--t);
  min-width: 0;
}
.pharm-card:hover {
  border-color: rgba(13, 148, 136, 0.45);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}
.pharm-card-top {
  display: flex; gap: 0.7rem; align-items: flex-start;
  margin-bottom: 0.75rem;
}
.pharm-card-ico {
  width: 42px; height: 42px; border-radius: 12px; flex-shrink: 0;
  background: linear-gradient(145deg, rgba(13, 148, 136, 0.15), rgba(45, 212, 191, 0.12));
  color: #0d9488;
  display: grid; place-items: center;
}
.pharm-card-title { min-width: 0; flex: 1; }
.pharm-card-title h3 {
  margin: 0 0 0.3rem;
  font-size: 1rem; font-weight: 750; line-height: 1.3;
  letter-spacing: -0.01em;
}
.pharm-badge {
  display: inline-block;
  font-size: 0.72rem; font-weight: 700;
  padding: 0.15rem 0.5rem; border-radius: 999px;
  background: var(--bg); color: var(--muted);
  border: 1px solid var(--line);
}
.pharm-card-body { flex: 1; min-width: 0; margin-bottom: 0.85rem; }
.pharm-hours {
  display: flex; align-items: center; gap: 0.35rem;
  margin: 0 0 0.4rem;
  font-size: 0.82rem; font-weight: 650; color: #0f766e;
}
.pharm-addr {
  margin: 0 0 0.35rem;
  font-size: 0.88rem; line-height: 1.45; color: var(--ink-2);
}
.pharm-note {
  margin: 0;
  font-size: 0.82rem; line-height: 1.4; color: var(--muted);
  font-style: italic;
}
.pharm-card-actions {
  display: flex; gap: 0.45rem; flex-wrap: wrap;
  padding-top: 0.75rem;
  border-top: 1px solid var(--line);
}
.pharm-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.35rem;
  flex: 1; min-width: 0;
  padding: 0.55rem 0.75rem;
  border-radius: 10px;
  font-size: 0.86rem; font-weight: 700;
  transition: var(--t);
  text-decoration: none;
}
.pharm-btn-call {
  background: #0d9488; color: #fff;
}
.pharm-btn-call:hover { background: #0f766e; color: #fff; }
.pharm-btn-map {
  background: var(--bg); color: var(--ink-2);
  border: 1px solid var(--line);
}
.pharm-btn-map:hover { border-color: #0d9488; color: #0d9488; }

.pharm-disclaimer {
  margin: 1.5rem 0 0;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: var(--surface-2, var(--bg));
  border: 1px solid var(--line);
  font-size: 0.84rem; color: var(--muted); line-height: 1.5;
}

.pharm-empty {
  text-align: center;
  padding: 2.5rem 1.25rem;
  border-radius: 18px;
  border: 1px dashed var(--line);
  background: var(--surface);
}
.pharm-empty-ico {
  width: 64px; height: 64px; margin: 0 auto 1rem;
  border-radius: 18px;
  background: rgba(13, 148, 136, 0.12); color: #0d9488;
  display: grid; place-items: center;
}
.pharm-empty h2 { margin: 0 0 0.45rem; font-size: 1.15rem; }
.pharm-empty p { margin: 0 0 1rem; color: var(--muted); max-width: 28rem; margin-inline: auto; }

.pharm-loading {
  text-align: center; padding: 2.5rem 1rem; color: var(--muted);
}
.pharm-loading-spin {
  width: 36px; height: 36px; margin: 0 auto 0.85rem;
  border: 3px solid var(--line);
  border-top-color: #0d9488;
  border-radius: 50%;
  animation: pharmSpin 0.8s linear infinite;
}
@keyframes pharmSpin { to { transform: rotate(360deg); } }

[data-theme="dark"] .pharm-card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}
[data-theme="dark"] .pharm-chip.is-active {
  background: #14b8a6; border-color: #14b8a6;
}

@media (max-width: 720px) {
  .pharm-hero-grid { grid-template-columns: 1fr; }
  .pharm-hero-card { display: none; }
  .pharm-stat { min-width: calc(50% - 0.4rem); flex: 1; }
  .pharm-grid { grid-template-columns: 1fr; }
}

/* ========== Hava durumu sayfası ========== */
.wx-page-hero {
  background:
    radial-gradient(90% 80% at 100% 0%, rgba(56, 189, 248, 0.35), transparent 55%),
    radial-gradient(70% 60% at 0% 100%, rgba(14, 165, 233, 0.2), transparent 50%),
    linear-gradient(125deg, #0c4a6e 0%, #0369a1 42%, #0ea5e9 100%);
  color: #fff;
  padding: 1.75rem 0 2rem;
}
.wx-page-crumb {
  display: flex; gap: 0.4rem; align-items: center; flex-wrap: wrap;
  font-size: 0.82rem; color: rgba(255,255,255,0.75); margin-bottom: 0.85rem;
}
.wx-page-crumb a { color: #fff; font-weight: 600; }
.wx-page-hero-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.25rem;
  align-items: end;
}
.wx-page-pill {
  display: inline-flex; padding: 0.28rem 0.7rem; border-radius: 999px;
  background: rgba(255,255,255,0.14); font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 0.65rem;
}
.wx-page-hero h1 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  font-weight: 800; letter-spacing: -0.03em;
}
.wx-page-lead {
  margin: 0 0 0.45rem; max-width: 28rem;
  color: rgba(255,255,255,0.9); font-size: 1rem; line-height: 1.45;
}
.wx-page-updated { margin: 0; font-size: 0.82rem; color: rgba(255,255,255,0.72); }
.wx-page-hero-stat {
  min-width: 10.5rem;
  padding: 1rem 1.15rem;
  border-radius: 18px;
  background: rgba(0,0,0,0.18);
  border: 1px solid rgba(255,255,255,0.16);
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 0.2rem;
}
.wx-page-hero-ico {
  display: grid; place-items: center;
  width: 2.75rem; height: 2.75rem;
  color: #e0f2fe;
}
.wx-page-hero-ico .ico,
.wx-page-hero-ico svg {
  width: 2.4rem !important; height: 2.4rem !important;
}
.wx-page-hero-stat strong {
  font-size: 2.35rem; font-weight: 800; letter-spacing: -0.04em;
  line-height: 1; font-variant-numeric: tabular-nums;
}
.wx-page-hero-sub { font-size: 0.8rem; opacity: 0.85; }

.wx-page { padding: 1.15rem 0 2.75rem; }
.wx-page-content { display: grid; gap: 1rem; }

.wx-page-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
}
.wx-page-stat {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0.95rem 0.85rem;
  text-align: center;
  box-shadow: var(--shadow-sm, 0 4px 16px rgba(15,20,25,0.05));
}
.wx-page-stat-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
  margin-bottom: 0.35rem;
}
.wx-page-stat b {
  font-size: 1.15rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.wx-forecast-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-sm, 0 4px 16px rgba(15,20,25,0.05));
  overflow: hidden;
}
.wx-forecast-head {
  padding: 0.95rem 1.1rem;
  border-bottom: 1px solid var(--line);
}
.wx-forecast-head h2 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.wx-forecast-days {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.45rem;
  padding: 0.85rem;
}
.wx-forecast-loading {
  grid-column: 1 / -1;
  text-align: center;
  padding: 1.5rem;
  color: var(--muted);
  font-size: 0.92rem;
}
.wx-fday {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 0.9rem 0.4rem;
  border-radius: 14px;
  background: var(--bg);
  border: 1px solid transparent;
  text-align: center;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.wx-fday.is-today {
  background: rgba(14, 165, 233, 0.1);
  border-color: rgba(14, 165, 233, 0.22);
}
.wx-fday-name {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 0.02em;
}
.wx-fday-ico {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  color: #0284c7;
}
[data-theme="dark"] .wx-fday-ico { color: #7dd3fc; }
.wx-fday-ico .ico,
.wx-fday-ico svg {
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.wx-fday-max {
  font-size: 1.05rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: var(--ink);
  line-height: 1;
}
.wx-fday-min {
  font-size: 0.82rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--muted);
  line-height: 1;
}

@media (max-width: 800px) {
  .wx-page-hero-grid { grid-template-columns: 1fr; }
  .wx-page-hero-stat { flex-direction: row; gap: 0.75rem; text-align: left; min-width: 0; max-width: 18rem; }
  .wx-page-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wx-forecast-days { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 420px) {
  .wx-forecast-days { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Servis sayfaları */
.page-banner-service {
  background: linear-gradient(120deg, #0f172a 0%, #1e293b 40%, #9e0c24 100%);
}
.service-page {
  padding: 1.25rem 0 2.75rem;
  text-align: left;
}
.service-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.service-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  font-size: 0.88rem;
  font-weight: 650;
  color: var(--ink-2);
  transition: var(--t);
}
.service-nav-link:hover,
.service-nav-link.active {
  border-color: var(--red);
  color: var(--red);
  background: var(--red-soft);
}
.service-content { text-align: left; }
.svc-intro {
  margin: 0 0 1.15rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.6;
  text-align: left;
}
.svc-section-title {
  margin: 1.5rem 0 0.85rem;
  font-size: 1.15rem;
  font-weight: 800;
  text-align: left;
}
.svc-note {
  margin: 1.35rem 0 0;
  font-size: 0.88rem;
  color: var(--muted);
  text-align: left;
  line-height: 1.55;
}
.svc-note a { color: var(--red); }
.svc-hero-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.25rem;
  align-items: center;
  padding: 1.35rem 1.4rem;
  border-radius: 16px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  text-align: left;
}
.svc-hero-ico {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(3, 105, 161, 0.12);
  color: #0369a1;
}
.svc-hero-ico .ico-svg { width: 40px; height: 40px; color: #0369a1; }
.svc-kicker {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.svc-big {
  display: block;
  font-size: 2.75rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--ink);
}
.svc-desc {
  display: block;
  margin-top: 0.2rem;
  font-size: 1.05rem;
  color: var(--ink-2);
}
.svc-meta-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  min-width: 140px;
}
.svc-meta-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.9rem;
  color: var(--muted);
}
.svc-meta-list b { color: var(--ink); font-weight: 700; }
.svc-days {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.65rem;
}
.svc-day {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.9rem 0.65rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: center;
}
.svc-day-name { font-size: 0.82rem; font-weight: 700; color: var(--muted); }
.svc-day-temp { font-size: 0.92rem; font-weight: 700; color: var(--ink); }
.svc-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.svc-card {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  padding: 1.1rem 1.15rem;
  border-radius: 14px;
  background: var(--surface);
  border: 1px solid var(--line);
  text-align: left;
}
.svc-card-ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--red-soft);
  color: var(--red);
  flex-shrink: 0;
}
.svc-card-body { min-width: 0; text-align: left; }
.svc-card-body h2 {
  margin: 0 0 0.45rem;
  font-size: 1.08rem;
  font-weight: 750;
  text-align: left;
}
.svc-age { font-weight: 600; color: var(--muted); font-size: 0.92rem; }
.svc-line {
  margin: 0 0 0.25rem;
  font-size: 0.92rem;
  color: var(--ink-2);
  text-align: left;
}
.svc-line a { color: var(--red); font-weight: 650; }
.svc-note-inline {
  margin: 0.45rem 0 0;
  font-size: 0.88rem;
  color: var(--muted);
  text-align: left;
}
.svc-table-wrap {
  overflow-x: auto;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--surface);
}
.svc-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.95rem;
}
.svc-table th,
.svc-table td {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
}
.svc-table th {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
  background: var(--bg);
}
.svc-table tr:last-child td { border-bottom: 0; }
.chg-up { color: #16a34a; font-weight: 700; }
.chg-down { color: #dc2626; font-weight: 700; }
@media (max-width: 800px) {
  .svc-hero-card { grid-template-columns: 1fr; }
  .svc-days { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .svc-meta-list { min-width: 0; }
}

.side-vitrin { display: none; }
.vitrin-card { display: none; }

.hot-badge {
  display: inline-flex; align-items: center; padding: 0.28rem 0.55rem;
  border-radius: 999px; background: #f59e0b; color: #111;
  font-size: 0.68rem; font-weight: 800; letter-spacing: 0.03em;
}
.hot-flash { background: #fff; color: var(--red); animation: flash 1.2s infinite; }
@keyframes flash { 50% { opacity: 0.7; } }

.cat-badge {
  display: inline-flex; width: fit-content; padding: 0.28rem 0.55rem;
  border-radius: 999px; background: var(--red); color: #fff;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase;
}
.cat-spor { background: #0d9488; }
.cat-ekonomi { background: #b45309; }
.cat-asayis { background: #4338ca; }
.cat-egitim { background: #0369a1; }
.cat-saglik { background: #059669; }
.cat-ozel { background: #be123c; }

.meta {
  display: flex; align-items: center; gap: 0.4rem; flex-wrap: wrap;
  font-size: 0.8rem; color: rgba(255,255,255,0.75);
}
.news-body .meta, .vitrin-card .meta, .list-card-body .meta { color: var(--muted); }

/* Quick strip */
.quick-strip {
  display: flex; gap: 0.45rem; overflow-x: auto; padding: 0.35rem 0 0.85rem;
  scrollbar-width: none;
}
.quick-strip::-webkit-scrollbar { display: none; }
.quick-chip {
  display: inline-flex; align-items: center; gap: 0.35rem;
  white-space: nowrap; padding: 0.45rem 0.85rem; border-radius: 999px;
  background: var(--surface); border: 1px solid var(--line);
  font-size: 0.82rem; font-weight: 650; transition: var(--t);
}
.quick-chip:hover { border-color: var(--red); color: var(--red); background: var(--red-soft); }

/* Sections */
.section { padding-block: 1.5rem 2rem; }
.section-alt { background: var(--surface); border-block: 1px solid var(--line); padding-block: 2rem; }
.section-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 0.85rem; margin-bottom: 1.1rem; flex-wrap: wrap;
}
.section-title {
  margin: 0; font-size: 1.3rem; font-weight: 800; letter-spacing: -0.03em;
  position: relative; padding-left: 0.75rem;
}
.section-title::before {
  content: ""; position: absolute; left: 0; top: 0.15em; bottom: 0.15em;
  width: 4px; border-radius: 4px; background: var(--red);
}
.link-more { font-size: 0.9rem; font-weight: 600; color: var(--red); }
.link-more:hover { text-decoration: underline; }
.pill {
  font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em;
  background: var(--red-soft); color: var(--red); padding: 0.3rem 0.6rem; border-radius: 999px;
}

.layout-2col {
  display: grid; grid-template-columns: minmax(0, 1fr) 330px;
  gap: 1.65rem; align-items: start;
}

.sticky-tabs-wrap { position: sticky; top: calc(var(--header-h) + 4px); z-index: 20; background: color-mix(in srgb, var(--bg) 92%, transparent); backdrop-filter: blur(8px); padding: 0.5rem 0; margin-top: -0.5rem; }

.cat-tabs { display: flex; gap: 0.3rem; flex-wrap: wrap; overflow-x: auto; }
.cat-tab {
  border: 1px solid var(--line); background: var(--surface); color: var(--ink-2);
  border-radius: 999px; padding: 0.38rem 0.8rem; font-size: 0.8rem; font-weight: 600;
  cursor: pointer; white-space: nowrap; transition: var(--t);
}
.cat-tab:hover { border-color: var(--red); color: var(--red); }
.cat-tab.active { background: var(--red); border-color: var(--red); color: #fff; }

.view-toggle { display: flex; gap: 0.25rem; margin-left: auto; }
.view-btn {
  width: 34px; height: 34px; border-radius: 8px; border: 1px solid var(--line);
  background: var(--surface); cursor: pointer; color: var(--muted);
}
.view-btn.active { color: var(--red); border-color: var(--red); background: var(--red-soft); }

/* News grid */
.news-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem;
}
.news-grid[data-view="list"] { grid-template-columns: 1fr; }
.news-grid[data-view="list"] .news-card-link {
  flex-direction: row; align-items: stretch;
}
.news-grid[data-view="list"] .news-thumb {
  width: 220px; flex-shrink: 0; aspect-ratio: auto; min-height: 140px;
}
.news-grid[data-view="list"] .news-body { justify-content: center; }

.news-card {
  position: relative; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  animation: cardIn 0.35s ease both;
}
@keyframes cardIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.news-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.news-card-link { display: flex; flex-direction: column; height: 100%; }
.news-thumb { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--line); }
.news-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.45s ease; }
.news-card:hover .news-thumb img { transform: scale(1.05); }
.news-thumb .cat-badge { position: absolute; left: 0.7rem; top: 0.7rem; }
.hot-pill {
  position: absolute; right: 0.7rem; top: 0.7rem;
  background: #f59e0b; color: #111; font-size: 0.65rem; font-weight: 800;
  padding: 0.2rem 0.45rem; border-radius: 6px;
}
.news-body {
  padding: 0.95rem 1rem 1.05rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1;
  text-align: left;
}
.news-body h3 {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: left;
}
.news-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
.news-body .meta { justify-content: space-between; }
.card-bm {
  position: absolute; right: 0.65rem; bottom: 0.65rem; z-index: 2;
  width: 34px; height: 34px; border-radius: 10px; border: 1px solid var(--line);
  background: var(--surface); color: var(--muted); display: grid; place-items: center; cursor: pointer;
  box-shadow: var(--shadow); transition: var(--t);
}
.card-bm:hover, .card-bm.is-active { color: var(--red); border-color: var(--red); }
.card-bm.is-active .ico-svg { fill: currentColor; }

/* Skeleton */
.skeleton-card { pointer-events: none; }
.sk-img { aspect-ratio: 16/10; background: linear-gradient(90deg, var(--line), color-mix(in srgb, var(--line) 50%, var(--surface)), var(--line)); background-size: 200% 100%; animation: shimmer 1.2s infinite; }
.sk-line { height: 12px; margin: 0.85rem 1rem 0; border-radius: 6px; background: var(--line); animation: shimmer 1.2s infinite; }
.sk-line.short { width: 55%; margin-bottom: 1rem; }
@keyframes shimmer {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

.load-more-wrap { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; margin-top: 1.4rem; }
.load-hint { margin: 0; font-size: 0.8rem; color: var(--muted); }
.btn-spinner {
  width: 16px; height: 16px; border: 2px solid rgba(0,0,0,0.15); border-top-color: var(--red);
  border-radius: 50%; animation: spin 0.7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
  border-radius: 12px; padding: 0.7rem 1.15rem; font-weight: 700; font-size: 0.9rem;
  border: 1px solid transparent; cursor: pointer; transition: var(--t);
}
.btn:disabled { opacity: 0.55; cursor: default; }
.btn-primary { background: var(--red); color: #fff; }
.btn-primary:hover:not(:disabled) { background: var(--red-dark); }
.btn-outline { background: var(--surface); border-color: var(--line); color: var(--ink); }
.btn-outline:hover:not(:disabled) { border-color: var(--red); color: var(--red); }
.btn-block { width: 100%; }
.btn-sm { padding: 0.45rem 0.8rem; font-size: 0.8rem; border-radius: 10px; }
.text-btn {
  border: 0; background: transparent; color: var(--red); font-size: 0.8rem;
  font-weight: 700; cursor: pointer; padding: 0;
}

/* Editors */
.category-feature {
  margin-top: 2.25rem;
}
.sports-arena {
  margin-top: 2.25rem;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(187, 247, 208, 0.2);
  background:
    radial-gradient(circle at 18% 4%, rgba(250, 204, 21, 0.2), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(34,197,94,0.24), transparent 34%),
    linear-gradient(135deg, #06111f 0%, #092117 48%, #03140d 100%);
  color: #fff;
  box-shadow: 0 24px 58px rgba(3, 17, 12, 0.3);
}
.sports-arena::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,0.045) 1px, transparent 1px),
    repeating-linear-gradient(135deg, transparent 0 18px, rgba(255,255,255,0.035) 18px 19px);
  background-size: 42px 42px, 42px 42px, 100% 100%;
  opacity: 0.62;
  pointer-events: none;
}
.sports-arena::after {
  content: "";
  position: absolute;
  right: -78px;
  bottom: -92px;
  width: 260px;
  height: 260px;
  border: 2px solid rgba(250,204,21,0.18);
  border-radius: 50%;
  box-shadow: inset 0 0 0 38px rgba(255,255,255,0.035);
  pointer-events: none;
}
.sports-arena-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.3rem 1.35rem 1rem;
}
.sports-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.25rem;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #bbf7d0;
}
.sports-kicker::before {
  content: "";
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #22c55e, #facc15);
  box-shadow: 0 0 16px rgba(34,197,94,0.38);
}
.sports-arena-head h2 {
  margin: 0;
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: #fff;
}
.sports-arena-head p {
  margin: 0.35rem 0 0;
  max-width: 46ch;
  font-size: 0.86rem;
  line-height: 1.45;
  color: rgba(255,255,255,0.72);
}
.sports-all {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0.45rem 0.78rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}
.sports-all:hover { background: #fff; color: #0f5130; }
.sports-arena-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  padding: 0 1.35rem 1.35rem;
}
.sports-news-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(250,204,21,0.16), transparent 32%),
    linear-gradient(150deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
  border: 1px solid rgba(255,255,255,0.16);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  transition: transform var(--t), border-color var(--t), background var(--t), box-shadow var(--t);
}
.sports-news-card:hover {
  transform: translateY(-3px);
  border-color: rgba(250,204,21,0.36);
  background:
    radial-gradient(circle at 100% 0%, rgba(250,204,21,0.22), transparent 32%),
    linear-gradient(150deg, rgba(255,255,255,0.18), rgba(255,255,255,0.06));
  box-shadow: 0 18px 34px rgba(0,0,0,0.18), inset 0 1px 0 rgba(255,255,255,0.12);
}
.sports-news-card::before {
  content: "";
  position: absolute;
  right: -26px;
  bottom: -30px;
  width: 120px;
  height: 120px;
  border: 2px solid rgba(255,255,255,0.1);
  border-radius: 50%;
  box-shadow: inset 0 0 0 26px rgba(255,255,255,0.032);
  pointer-events: none;
}
.sports-card-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: rgba(3, 7, 18, 0.35);
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.sports-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3,7,18,0.02) 0%, rgba(3,7,18,0.08) 100%),
    linear-gradient(90deg, rgba(34,197,94,0.08), rgba(250,204,21,0.04));
  pointer-events: none;
}
.sports-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.06) brightness(0.9);
  transform: scale(1.01);
  transition: transform 0.45s ease, filter 0.3s ease;
}
.sports-news-card:hover .sports-card-media img {
  filter: saturate(1.02) contrast(1.08) brightness(0.94);
  transform: scale(1.06);
}
.sports-news-card.is-primary {
  background:
    radial-gradient(circle at 100% 0%, rgba(250,204,21,0.24), transparent 32%),
    linear-gradient(150deg, rgba(34,197,94,0.22), rgba(255,255,255,0.06));
  border-color: rgba(250,204,21,0.28);
}
.sports-card-top,
.sports-card-body,
.sports-card-foot {
  position: relative;
  z-index: 1;
}
.sports-card-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  padding: 0.85rem 1rem 0;
}
.sports-card-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 30px;
  padding: 0 0.48rem;
  border-radius: 999px;
  background: rgba(250,204,21,0.16);
  border: 1px solid rgba(250,204,21,0.28);
  color: #facc15;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: -0.04em;
}
.sports-card-tag {
  padding: 0.28rem 0.56rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.8);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.sports-card-body {
  display: block;
  margin: 0;
  padding: 0.62rem 1rem 0.2rem;
}
.sports-card-body em {
  display: block;
  margin-bottom: 0.38rem;
  color: #bbf7d0;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 850;
}
.sports-card-body strong {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #fff;
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.22;
  letter-spacing: -0.025em;
}
.sports-card-foot {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
  width: calc(100% - 2rem);
  margin: auto 1rem 0;
  padding: 0.78rem 0 0.95rem;
  border-top: 1px solid rgba(255,255,255,0.12);
  color: #facc15;
  font-size: 0.76rem;
  font-weight: 900;
}
.sports-news-card:hover .sports-card-foot svg { transform: translateX(2px); }
.sports-card-foot svg { transition: transform var(--t); }
@media (max-width: 900px) {
  .sports-arena-head { align-items: flex-start; flex-direction: column; }
  .sports-arena-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sports-news-card.is-primary { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .sports-arena { border-radius: 18px; }
  .sports-arena-head { padding: 1rem 1rem 0.85rem; }
  .sports-arena-grid { grid-template-columns: 1fr; padding: 0 1rem 1rem; }
  .sports-news-card { min-height: 0; border-radius: 18px; }
  .sports-card-media { aspect-ratio: 16 / 9; }
  .sports-card-body { padding-top: 0.85rem; }
}
.category-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}
.category-feature-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  transition: transform var(--t), box-shadow var(--t);
}
.category-feature-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.category-feature-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.category-feature-card div { padding: 0.85rem; }
.category-feature-card h3 { margin: 0.4rem 0 0; font-size: 0.95rem; line-height: 1.35; }
.editors-pick { margin-top: 2.25rem; }
.editors-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.85rem; }
.editor-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: 14px; overflow: hidden;
  transition: transform var(--t), box-shadow var(--t);
}
.editor-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.editor-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.editor-card div { padding: 0.85rem; }
.editor-card h3 { margin: 0.4rem 0 0; font-size: 0.95rem; line-height: 1.35; }

/* Media */
.media-strip { margin-top: 2.25rem; }
.media-tabs { display: flex; gap: 0.3rem; }
.media-tab {
  border: 1px solid var(--line); background: var(--surface); border-radius: 999px;
  padding: 0.35rem 0.75rem; font-size: 0.8rem; font-weight: 600; cursor: pointer;
}
.media-tab.active { background: var(--red); border-color: var(--red); color: #fff; }
.media-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.media-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  transition: transform var(--t), box-shadow var(--t);
}
.media-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.media-thumb { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.media-thumb img { width: 100%; height: 100%; object-fit: cover; }
.play-btn {
  position: absolute; inset: 0; margin: auto; width: 48px; height: 48px; border-radius: 50%;
  background: rgba(200,16,46,0.92); color: #fff; display: grid; place-items: center;
  font-size: 0.85rem; box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}
.duration, .gal-badge {
  position: absolute; right: 0.55rem; bottom: 0.55rem;
  background: rgba(0,0,0,0.7); color: #fff; font-size: 0.72rem; font-weight: 600;
  padding: 0.2rem 0.45rem; border-radius: 6px;
}
.media-card h3 { margin: 0; padding: 0.85rem 0.95rem 1rem; font-size: 0.92rem; line-height: 1.35; }

/* Sidebar (ana sayfa vb.) */
.sidebar {
  display: flex; flex-direction: column; gap: 0.95rem;
  position: sticky; top: calc(var(--header-h) + 0.85rem);
  min-width: 0;
}
body[data-page="home"] .sidebar {
  position: static;
  top: auto;
}
.widget {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.05rem 1.1rem;
}
.widget-title { margin: 0 0 0.85rem; font-size: 0.98rem; font-weight: 800; letter-spacing: -0.02em; }
.widget-head-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.65rem; }
.widget-head-row .widget-title { margin: 0; }

.live-dot {
  display: inline-block; width: 8px; height: 8px; border-radius: 50%;
  background: #ef4444; margin-right: 0.35rem;
  box-shadow: 0 0 0 0 rgba(239,68,68,0.5); animation: pulse 1.5s infinite;
}
.widget-live {
  overflow: hidden;
  background:
    radial-gradient(120% 80% at 0% 0%, rgba(239, 68, 68, 0.12), transparent 52%),
    linear-gradient(180deg, color-mix(in srgb, var(--surface) 94%, var(--bg)), var(--surface));
}
.live-feed {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.52rem;
  max-height: 320px;
  overflow: auto;
  scrollbar-width: thin;
}
.live-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 0.65rem;
  padding: 0.62rem 0.68rem;
  border: 1px solid color-mix(in srgb, var(--line) 74%, transparent);
  border-radius: 14px;
  background: color-mix(in srgb, var(--surface) 78%, var(--bg));
  position: relative;
  transition: transform var(--t), border-color var(--t), background var(--t), box-shadow var(--t);
}
.live-card::before {
  content: "";
  position: absolute;
  left: 0.52rem;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--red);
  transform: translateY(-50%);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--red) 13%, transparent);
}
.live-card:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--red) 30%, var(--line));
  box-shadow: 0 12px 24px rgba(15, 20, 25, 0.08);
}
.live-time {
  padding-left: 0.85rem;
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.live-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  min-width: 0;
}
.live-card-body strong {
  color: var(--ink);
  font-size: 0.86rem;
  line-height: 1.35;
  font-weight: 720;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.live-card-body em {
  color: var(--muted);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 750;
}
.live-arrow {
  display: grid;
  place-items: center;
  color: var(--muted);
  opacity: 0.58;
  transition: color var(--t), opacity var(--t), transform var(--t);
}
.live-card:hover .live-arrow {
  color: var(--red);
  opacity: 1;
  transform: translateX(2px);
}
.live-empty {
  color: var(--muted);
  font-size: 0.84rem;
  padding: 0.75rem;
  border: 1px dashed var(--line);
  border-radius: 12px;
}

.widget-popular {
  overflow: hidden;
  background:
    radial-gradient(110% 80% at 100% 0%, color-mix(in srgb, var(--red) 12%, transparent), transparent 55%),
    linear-gradient(180deg, color-mix(in srgb, var(--surface) 94%, var(--bg)), var(--surface));
}
.period-tabs {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 0.85rem;
  padding: 0.22rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--bg) 72%, var(--surface));
}
.period-tab {
  flex: 1;
  border: 0;
  background: transparent;
  border-radius: 999px;
  padding: 0.42rem 0.35rem;
  font-size: 0.75rem;
  font-weight: 750;
  cursor: pointer;
  color: var(--muted);
  transition: background var(--t), color var(--t), box-shadow var(--t);
}
.period-tab.active {
  background: var(--surface);
  color: var(--red);
  box-shadow: 0 6px 16px rgba(15, 20, 25, 0.08);
}

.popular-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.55rem; }
.popular-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 0.68rem;
  padding: 0.55rem;
  border: 1px solid color-mix(in srgb, var(--line) 72%, transparent);
  border-radius: 14px;
  background: color-mix(in srgb, var(--surface) 78%, var(--bg));
  transition: transform var(--t), border-color var(--t), background var(--t), box-shadow var(--t);
}
.popular-list li:first-child .popular-card {
  border-color: color-mix(in srgb, var(--red) 22%, var(--line));
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--red) 10%, var(--surface)), var(--surface));
}
.popular-card:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--red) 34%, var(--line));
  box-shadow: 0 12px 26px rgba(15, 20, 25, 0.08);
}
.popular-thumb {
  width: 64px;
  aspect-ratio: 4 / 3;
  border-radius: 11px;
  overflow: hidden;
  background: var(--red-soft);
  color: var(--red);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.popular-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.popular-arrow {
  display: grid;
  place-items: center;
  color: var(--muted);
  opacity: 0.55;
  transition: color var(--t), opacity var(--t), transform var(--t);
}
.popular-card:hover .popular-arrow {
  color: var(--red);
  opacity: 1;
  transform: translateX(2px);
}

/* Futbol puan durumu — sağ panel */
.widget-football {
  padding: 0.95rem 0.85rem 0.85rem;
  overflow: hidden;
}
.fb-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.7rem;
}
.fb-kicker {
  display: block;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.15rem;
}
.fb-title {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.fb-refresh {
  flex-shrink: 0;
  font-size: 0.75rem !important;
  margin-top: 0.15rem;
}
.fb-refresh.is-busy { opacity: 0.55; pointer-events: none; }
.fb-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.3rem;
  padding: 0.25rem;
  border-radius: 10px;
  background: var(--bg);
  border: 1px solid var(--line);
  margin-bottom: 0.65rem;
}
.fb-tab {
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: -0.01em;
  padding: 0.5rem 0.4rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}
.fb-tab:hover { color: var(--ink); }
.fb-tab.is-active {
  background: var(--surface);
  color: var(--ink);
  box-shadow: 0 1px 3px rgba(15, 20, 25, 0.08);
  border: 1px solid var(--line);
}
.fb-meta {
  font-size: 0.72rem;
  font-weight: 650;
  color: var(--muted);
  margin-bottom: 0.5rem;
  line-height: 1.35;
}
.fb-table-wrap {
  max-height: none;
  overflow: visible;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--bg);
}
/* Süper Lig uzunsa taşmasın; 3. Lig kaydırmasız tam görünsün */
.fb-table-wrap.is-scroll {
  max-height: 380px;
  overflow: auto;
  scrollbar-width: thin;
}
.fb-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.78rem;
  font-variant-numeric: tabular-nums;
}
.fb-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: color-mix(in srgb, var(--surface) 92%, var(--bg));
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  padding: 0.45rem 0.25rem;
  border-bottom: 1px solid var(--line);
}
.fb-table thead th.fb-col-team {
  text-align: left;
  padding-left: 0.5rem;
}
.fb-table tbody td {
  padding: 0.42rem 0.25rem;
  text-align: center;
  border-bottom: 1px solid color-mix(in srgb, var(--line) 70%, transparent);
  color: var(--ink-2);
  font-weight: 600;
}
.fb-table tbody tr:last-child td { border-bottom: 0; }
.fb-table tbody tr:hover td {
  background: color-mix(in srgb, var(--ink) 2.5%, var(--surface));
}
.fb-table .fb-col-rank {
  width: 1.6rem;
  color: var(--muted);
  font-weight: 800;
  font-size: 0.72rem;
}
.fb-table .fb-col-team {
  text-align: left;
  padding-left: 0.35rem;
  max-width: 9.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 750;
  color: var(--ink);
}
.fb-table .fb-col-pts {
  font-weight: 800;
  color: var(--ink);
}
.fb-table tr.is-highlight td {
  background: color-mix(in srgb, var(--red) 9%, var(--surface));
}
.fb-table tr.is-highlight .fb-col-team {
  color: var(--red);
  font-weight: 800;
}
.fb-table tr.is-highlight .fb-col-pts { color: var(--red); }
.fb-table tr.is-top3 .fb-col-rank { color: var(--red); }
.fb-loading, .fb-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.5rem 0.75rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
}
.fb-spin {
  width: 14px;
  height: 14px;
  border: 2px solid var(--line);
  border-top-color: var(--red);
  border-radius: 50%;
  animation: fbSpin 0.7s linear infinite;
}
@keyframes fbSpin { to { transform: rotate(360deg); } }
.widget-football {
  border: 1px solid color-mix(in srgb, #16a34a 22%, var(--line));
  background:
    radial-gradient(110% 70% at 100% 0%, rgba(34, 197, 94, 0.16), transparent 58%),
    linear-gradient(180deg, color-mix(in srgb, var(--surface) 94%, var(--bg)), var(--surface));
}
.widget-football .fb-kicker { color: #16a34a; }
.widget-football .fb-title { font-size: 1.03rem; }
.widget-football .fb-refresh {
  padding: 0.34rem 0.58rem;
  border-radius: 999px;
  background: color-mix(in srgb, #16a34a 10%, var(--surface));
  color: #15803d;
}
.widget-football .fb-tabs {
  border-radius: 999px;
  padding: 0.22rem;
  background: color-mix(in srgb, var(--bg) 76%, var(--surface));
}
.widget-football .fb-tab { border-radius: 999px; }
.widget-football .fb-tab.is-active {
  color: #15803d;
  border: 0;
  background: var(--surface);
  box-shadow: 0 8px 18px rgba(15, 20, 25, 0.08);
}
.fb-table-wrap {
  border: 0;
  background: transparent;
}
.fb-panel {
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
}
.fb-summary {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 0.55rem;
}
.fb-summary-card {
  min-width: 0;
  padding: 0.72rem;
  border-radius: 15px;
  border: 1px solid color-mix(in srgb, var(--line) 72%, transparent);
  background: color-mix(in srgb, var(--surface) 82%, var(--bg));
}
.fb-summary-card.is-leader {
  border-color: color-mix(in srgb, #16a34a 28%, var(--line));
  background: linear-gradient(135deg, color-mix(in srgb, #16a34a 12%, var(--surface)), var(--surface));
}
.fb-summary-card span {
  display: block;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.fb-summary-card strong {
  display: block;
  margin-top: 0.22rem;
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fb-summary-card em {
  display: block;
  margin-top: 0.15rem;
  color: #16a34a;
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 850;
}
.fb-board {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: 0 10px 24px rgba(15, 20, 25, 0.04);
}
.fb-board-head,
.fb-team-row {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) 30px 34px 34px;
  align-items: center;
  gap: 0.32rem;
}
.fb-board-head {
  padding: 0.48rem 0.58rem;
  background: color-mix(in srgb, var(--bg) 76%, var(--surface));
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.fb-board-list { overflow: visible; }
.fb-board-toggle {
  width: 100%;
  min-height: 38px;
  border: 0;
  border-top: 1px solid var(--line);
  background: color-mix(in srgb, #16a34a 8%, var(--surface));
  color: #15803d;
  font-size: 0.74rem;
  font-weight: 900;
  cursor: pointer;
}
.fb-board-toggle:hover { background: color-mix(in srgb, #16a34a 13%, var(--surface)); }
.fb-team-row {
  padding: 0.48rem 0.58rem;
  border-top: 1px solid color-mix(in srgb, var(--line) 65%, transparent);
  font-size: 0.75rem;
  font-variant-numeric: tabular-nums;
  color: var(--ink-2);
}
.fb-team-row.is-highlight {
  background: color-mix(in srgb, var(--red) 8%, var(--surface));
}
.fb-rank {
  color: var(--muted);
  font-weight: 900;
}
.fb-team-name {
  min-width: 0;
  display: block;
  color: var(--ink);
  font-weight: 780;
}
.fb-team-name b {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fb-team-row > strong {
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 950;
}
.popular-text { display: flex; flex-direction: column; gap: 0.15rem; }
.popular-text strong { font-size: 0.88rem; line-height: 1.35; font-weight: 650; }

/* ========== Sidebar hava — yatay modern kart ========== */
.widget-weather-full.wx-card,
.wx-card {
  padding: 0;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, #38bdf8 22%, var(--line));
  background:
    radial-gradient(120% 90% at 100% 0%, rgba(56, 189, 248, 0.22), transparent 55%),
    radial-gradient(90% 70% at 0% 100%, rgba(99, 102, 241, 0.12), transparent 50%),
    linear-gradient(155deg, color-mix(in srgb, #0ea5e9 8%, var(--surface)) 0%, var(--surface) 55%);
  box-shadow: var(--shadow);
}
[data-theme="dark"] .wx-card {
  border-color: color-mix(in srgb, #38bdf8 28%, var(--line));
  background:
    radial-gradient(120% 90% at 100% 0%, rgba(14, 165, 233, 0.2), transparent 55%),
    radial-gradient(90% 70% at 0% 100%, rgba(99, 102, 241, 0.14), transparent 50%),
    linear-gradient(155deg, #0f172a 0%, var(--surface) 60%);
}

.wx-now { padding: 0.95rem 1rem 0.75rem; }
.wx-now-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
}
.wx-loc {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
}
.wx-loc-ico {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: #0284c7;
  background: rgba(14, 165, 233, 0.14);
  border: 1px solid rgba(14, 165, 233, 0.18);
}
[data-theme="dark"] .wx-loc-ico {
  color: #7dd3fc;
  background: rgba(14, 165, 233, 0.16);
}
.wx-loc-text {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  min-width: 0;
}
.wx-loc-text strong {
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1.15;
}
.wx-loc-text span {
  font-size: 0.78rem;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wx-more {
  flex-shrink: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #0284c7;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.12);
  border: 1px solid rgba(14, 165, 233, 0.16);
  transition: var(--t);
}
.wx-more:hover {
  background: rgba(14, 165, 233, 0.2);
  color: #0369a1;
}
[data-theme="dark"] .wx-more {
  color: #7dd3fc;
}
[data-theme="dark"] .wx-more:hover {
  color: #bae6fd;
}

.wx-now-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: nowrap;
}
.wx-temp-block {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
  min-width: 5.5rem;
}
.wx-ico {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  color: #0284c7;
}
.wx-ico .ico,
.wx-ico svg {
  width: 2.15rem !important;
  height: 2.15rem !important;
}
[data-theme="dark"] .wx-ico { color: #7dd3fc; }
.wx-temp {
  font-size: 2.15rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  color: var(--ink);
}

.wx-stats {
  display: flex;
  flex: 1;
  min-width: 0;
  gap: 0.35rem;
}
.wx-stat {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  padding: 0.45rem 0.4rem;
  border-radius: 12px;
  background: color-mix(in srgb, var(--surface) 55%, rgba(255, 255, 255, 0.55));
  border: 1px solid color-mix(in srgb, var(--line) 80%, transparent);
  text-align: center;
}
[data-theme="dark"] .wx-stat {
  background: rgba(15, 23, 42, 0.45);
  border-color: rgba(148, 163, 184, 0.12);
}
.wx-stat-label {
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
  line-height: 1.2;
}
.wx-stat b {
  font-size: 0.84rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: var(--ink);
  line-height: 1.15;
  white-space: nowrap;
}

/* 5 günlük tahmin — yatay şerit */
.wx-days,
.weather-days.wx-days {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.3rem;
  padding: 0.55rem 0.65rem 0.7rem;
  border-top: 1px solid color-mix(in srgb, #38bdf8 14%, var(--line));
  background: color-mix(in srgb, var(--bg) 70%, transparent);
}
.wx-day,
.w-day {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.22rem;
  padding: 0.45rem 0.15rem;
  border-radius: 12px;
  text-align: center;
  transition: background 0.15s ease;
  border: 0;
  border-top: 0;
  grid-template-columns: none;
  font-size: 0.72rem;
}
.wx-day:first-child,
.w-day:first-child {
  background: rgba(14, 165, 233, 0.1);
  box-shadow: inset 0 0 0 1px rgba(14, 165, 233, 0.14);
}
.wx-day-name,
.w-day > span:first-child {
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 0.02em;
}
.wx-day-ico,
.w-day-ico,
.w-d-icon {
  display: grid;
  place-items: center;
  width: 1.5rem;
  height: 1.5rem;
  color: #0284c7;
}
[data-theme="dark"] .wx-day-ico,
[data-theme="dark"] .w-day-ico,
[data-theme="dark"] .w-d-icon { color: #7dd3fc; }
.wx-day-ico .ico,
.wx-day-ico svg,
.w-day-ico .ico,
.w-day-ico svg,
.w-d-icon .ico,
.w-d-icon svg {
  width: 1.15rem !important;
  height: 1.15rem !important;
}
.wx-day-max,
.w-day b {
  font-size: 0.82rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: var(--ink);
  line-height: 1;
}
.wx-day-min,
.w-day em {
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--muted);
  line-height: 1;
}

/* Modal / eski sınıf uyumu */
.weather-main { display: flex; gap: 0.85rem; align-items: center; margin-bottom: 0.85rem; }
.weather-big { display: flex; align-items: center; gap: 0.25rem; }
.w-icon { font-size: 1.8rem; }
.w-temp { font-size: 2rem; font-weight: 800; letter-spacing: -0.03em; }
.weather-meta { display: flex; flex-direction: column; gap: 0.15rem; font-size: 0.82rem; color: var(--muted); }
.weather-meta strong { color: var(--ink); font-size: 0.95rem; }
.weather-days:not(.wx-days) {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(3.4rem, 1fr));
  gap: 0.35rem;
}
.modal .weather-days .w-day,
.modal .wx-day {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.5rem 0.25rem;
}

@media (max-width: 1100px) {
  .wx-now-row { flex-wrap: wrap; }
  .wx-stats { width: 100%; }
  .wx-temp-block { min-width: auto; }
}

.newsletter-form, .check-row { display: flex; flex-direction: column; gap: 0.5rem; }
.check-row { flex-direction: row; align-items: flex-start; gap: 0.45rem; font-size: 0.78rem; color: var(--muted); }
.newsletter-form input, .field input, .field textarea, .field select {
  width: 100%; border: 1px solid var(--line); background: var(--bg); color: var(--ink);
  border-radius: 12px; padding: 0.75rem 0.9rem; outline: none;
}
.newsletter-form input:focus, .field input:focus, .field textarea:focus {
  border-color: var(--red); box-shadow: 0 0 0 3px var(--red-soft);
}
.form-note { margin: 0.65rem 0 0; color: #059669; font-size: 0.85rem; font-weight: 600; }

.poll-q { margin: 0 0 0.75rem; font-weight: 650; font-size: 0.92rem; }
.poll-opt {
  display: flex; align-items: center; gap: 0.5rem; padding: 0.45rem 0.55rem;
  border: 1px solid var(--line); border-radius: 10px; margin-bottom: 0.4rem;
  font-size: 0.86rem; cursor: pointer; transition: var(--t);
}
.poll-opt:hover { border-color: var(--red); background: var(--red-soft); }
.poll-bar-row { display: grid; grid-template-columns: 1fr 1.2fr auto; gap: 0.45rem; align-items: center; font-size: 0.78rem; margin-bottom: 0.45rem; }
.poll-bar { height: 8px; background: var(--bg); border-radius: 999px; overflow: hidden; }
.poll-bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--red), #f59e0b); border-radius: 999px; }

.tag-cloud { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.tag-cloud a {
  padding: 0.35rem 0.65rem; border-radius: 999px; background: var(--bg);
  border: 1px solid var(--line); font-size: 0.78rem; font-weight: 600; color: var(--ink-2);
  transition: var(--t);
}
.tag-cloud a:hover { border-color: var(--red); color: var(--red); background: var(--red-soft); }

.widget-ad .ad-label {
  display: block; font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--muted); margin-bottom: 0.5rem;
}
.ad-box {
  border: 1px dashed var(--line); border-radius: 12px; padding: 1.1rem; text-align: center;
  background: linear-gradient(160deg, var(--bg), var(--surface));
  min-height: 120px;
  display: grid;
  align-content: center;
}
.ad-box strong { display: block; margin-bottom: 0.35rem; }
.ad-box p { margin: 0 0 0.85rem; color: var(--muted); font-size: 0.88rem; }

/* İlçelerden Haberler — kurumsal panel */
.districts-section {
  padding: 0 0 1.35rem;
}
.districts-panel {
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--surface);
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(15, 20, 25, 0.03);
  position: relative;
}
.districts-panel::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--red);
  z-index: 1;
}
.districts-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem 0.9rem 1.35rem;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, color-mix(in srgb, var(--ink) 2%, var(--surface)), var(--surface));
}
.districts-head-text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}
.districts-kicker {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red);
  line-height: 1.2;
}
.districts-title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--ink);
  line-height: 1.2;
}
.districts-lead {
  margin: 0.1rem 0 0;
  font-size: 0.84rem;
  color: var(--muted);
  font-weight: 500;
  line-height: 1.35;
}
.districts-more {
  flex-shrink: 0;
  font-size: 0.8rem;
  font-weight: 750;
  color: var(--ink-2);
  text-decoration: none;
  letter-spacing: -0.01em;
  padding: 0.35rem 0;
  border-bottom: 1px solid transparent;
  transition: color 0.18s ease, border-color 0.18s ease;
  white-space: nowrap;
}
.districts-more:hover {
  color: var(--red);
  border-bottom-color: color-mix(in srgb, var(--red) 45%, transparent);
}
.district-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}
.district-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  padding: 0.95rem 1rem;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  text-align: left;
  text-decoration: none;
  color: inherit;
  transition: background 0.18s ease;
  position: relative;
  overflow: hidden;
}
.district-card:nth-child(4n) { border-right: 0; }
/* 13 ilçe: son satırda kalan hücrelerin alt çizgisini temizle */
.district-card:nth-last-child(-n + 4) { border-bottom: 0; }
.district-card::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s ease;
}
.district-card:hover {
  background: color-mix(in srgb, var(--ink) 2.8%, var(--surface));
  border-color: var(--line);
  transform: none;
}
.district-card:hover::after { transform: scaleX(1); }
.district-card:hover .district-card-name { color: var(--red); }
.district-card:hover .district-card-ico {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
}
.district-card-ico {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ink-2);
  background: transparent;
  border: 1px solid var(--line);
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.district-card-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  flex: 1 1 auto;
}
.district-card-name {
  font-size: 0.92rem;
  font-weight: 750;
  letter-spacing: -0.015em;
  color: var(--ink);
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.18s ease;
}
.district-card-meta {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 650;
  color: var(--muted);
  line-height: 1.2;
}
.district-card-count {
  display: inline-flex;
  align-items: center;
  font-variant-numeric: tabular-nums;
  font-weight: 750;
  color: var(--ink-2);
}
.district-card-count.is-live {
  color: var(--red);
}
.district-card-arrow {
  flex-shrink: 0;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--muted);
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.18s ease, transform 0.18s ease, color 0.18s ease;
}
.district-card:hover .district-card-arrow {
  opacity: 1;
  transform: translateX(0);
  color: var(--red);
}
.section-alt .district-card { background: transparent; }
[data-theme="dark"] .districts-panel { box-shadow: none; }
[data-theme="dark"] .districts-head {
  background: linear-gradient(180deg, color-mix(in srgb, #fff 3%, var(--surface)), var(--surface));
}
[data-theme="dark"] .district-card:hover {
  background: color-mix(in srgb, #fff 4%, var(--surface));
}

/* Authors — klasik kart (eski kullanım) */
.authors-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.85rem; }
.author-card {
  display: flex; gap: 0.75rem; background: var(--surface); border: 1px solid var(--line);
  border-radius: 14px; padding: 1rem; transition: var(--t);
}
.author-card:hover { box-shadow: var(--shadow); }
.author-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: linear-gradient(135deg, var(--red), #b91c1c);
  color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 0.85rem; flex-shrink: 0;
  overflow: hidden;
}
.author-avatar.lg { width: 52px; height: 52px; font-size: 1rem; }
.author-avatar.has-img {
  background: var(--line);
  padding: 0;
}
.author-avatar.has-img img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.author-card strong { display: block; font-size: 0.92rem; }
.author-role { font-size: 0.75rem; color: var(--red); font-weight: 700; }
.author-card p { margin: 0.35rem 0 0; font-size: 0.82rem; color: var(--muted); line-height: 1.4; }

/* Köşe yazarları — editoryal / kurumsal şerit */
.authors-strip {
  padding: 0 0 1rem;
  margin-top: 0.1rem;
}
.authors-strip[hidden] { display: none !important; }
.authors-strip-panel {
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--surface);
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(15, 20, 25, 0.03);
}
.authors-strip-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1.15rem 0.85rem;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--ink) 2%, var(--surface)), var(--surface));
}
.authors-strip-head-text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}
.authors-strip-kicker {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red);
  line-height: 1.2;
}
.authors-strip-title {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--ink);
  line-height: 1.2;
}
.authors-strip-lead {
  margin: 0.1rem 0 0;
  font-size: 0.82rem;
  color: var(--muted);
  font-weight: 500;
  line-height: 1.35;
}
.authors-strip-more {
  flex-shrink: 0;
  font-size: 0.8rem;
  font-weight: 750;
  color: var(--ink-2);
  text-decoration: none;
  letter-spacing: -0.01em;
  padding: 0.4rem 0;
  border-bottom: 1px solid transparent;
  transition: color var(--t), border-color var(--t);
  white-space: nowrap;
}
.authors-strip-more:hover {
  color: var(--red);
  border-bottom-color: color-mix(in srgb, var(--red) 45%, transparent);
}
.authors-strip-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(210px, 1fr);
  gap: 0;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}
.authors-strip-track::-webkit-scrollbar { height: 4px; }
.authors-strip-track::-webkit-scrollbar-thumb {
  background: color-mix(in srgb, var(--muted) 35%, transparent);
  border-radius: 99px;
}
.author-chip-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 0;
  padding: 1.05rem 1.15rem 1.15rem;
  border-right: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  scroll-snap-align: start;
  transition: background 0.18s ease;
  background: transparent;
  position: relative;
}
.author-chip-card:last-child { border-right: 0; }
.author-chip-card::after {
  content: "";
  position: absolute;
  left: 1.15rem;
  right: 1.15rem;
  bottom: 0;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s ease;
}
.author-chip-card:hover {
  background: color-mix(in srgb, var(--ink) 2.5%, var(--surface));
  color: var(--ink);
}
.author-chip-card:hover::after { transform: scaleX(1); }
.author-chip-card:hover .author-chip-name { color: var(--red); }
.author-chip-top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  min-width: 0;
}
.author-avatar-strip {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 1.05rem;
  box-shadow: 0 0 0 1px var(--line);
  flex-shrink: 0;
}
.author-chip-meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  flex: 1 1 auto;
}
.author-chip-name {
  font-family: var(--serif);
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 12rem;
  transition: color 0.18s ease;
}
.author-chip-role {
  font-size: 0.7rem;
  font-weight: 750;
  color: var(--muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.author-chip-bio {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 100%;
}
.author-chip-cta {
  margin-top: auto;
  font-size: 0.75rem;
  font-weight: 750;
  color: var(--ink-2);
  letter-spacing: -0.01em;
  opacity: 0.85;
}
.author-chip-card:hover .author-chip-cta { color: var(--red); opacity: 1; }
[data-theme="dark"] .authors-strip-panel {
  box-shadow: none;
}
[data-theme="dark"] .authors-strip-head {
  background: linear-gradient(180deg, color-mix(in srgb, #fff 3%, var(--surface)), var(--surface));
}
@media (max-width: 900px) {
  .authors-strip-track {
    grid-auto-columns: minmax(200px, 72vw);
  }
}
@media (max-width: 720px) {
  .svc-bar-label { display: none; }
  .authors-strip-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.55rem;
    padding: 0.85rem 0.95rem 0.75rem;
  }
  .authors-strip-title { font-size: 1.08rem; }
  .authors-strip-more { padding: 0; }
  .author-chip-card {
    padding: 0.95rem 1rem 1.05rem;
  }
  .author-avatar-strip { width: 46px; height: 46px; font-size: 0.95rem; }
  .author-chip-name { font-size: 0.96rem; max-width: 11rem; }
}

/* ========== Köşe yazarı profil sayfası ========== */
.author-hero {
  background:
    radial-gradient(900px 260px at 12% -30%, rgba(200, 16, 46, 0.28), transparent 55%),
    linear-gradient(145deg, #141820 0%, #0c1016 55%, #12161e 100%);
  color: #fff;
  padding: 1.35rem 0 1.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.author-hero-inner { text-align: left; }
.author-crumb {
  display: flex; flex-wrap: wrap; gap: 0.4rem; align-items: center;
  font-size: 0.82rem; color: rgba(255,255,255,0.68); margin-bottom: 1.1rem;
}
.author-crumb a { color: #fff; font-weight: 600; }
.author-profile {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem 1.5rem;
}
.author-profile-loading,
.author-articles-loading {
  color: rgba(255,255,255,0.7);
  font-size: 0.95rem;
}
.author-articles-loading { color: var(--muted); padding: 1.5rem 0; }
.author-hero-avatar {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 2.4rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(145deg, var(--red), #7f1d1d);
  box-shadow: 0 0 0 4px rgba(255,255,255,0.08), 0 16px 40px rgba(0,0,0,0.35);
  overflow: hidden;
  flex-shrink: 0;
}
.author-hero-avatar.has-img {
  background: #1f2937;
  padding: 0;
}
.author-hero-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.author-hero-copy { min-width: 0; flex: 1 1 220px; max-width: 640px; }
.author-hero-role {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fca5a5;
  margin-bottom: 0.4rem;
}
.author-hero-name {
  margin: 0 0 0.5rem;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 700;
}
.author-hero-bio {
  margin: 0 0 0.9rem;
  color: rgba(255,255,255,0.82);
  font-size: 1rem;
  line-height: 1.55;
  max-width: 48ch;
}
.author-hero-stats { display: flex; flex-wrap: wrap; gap: 0.55rem; }
.author-stat {
  display: inline-flex;
  flex-direction: column;
  min-width: 72px;
  padding: 0.55rem 0.85rem;
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
}
.author-stat strong {
  font-size: 1.15rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
}
.author-stat span {
  font-size: 0.72rem;
  font-weight: 650;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.author-not-found {
  padding: 0.5rem 0 1rem;
}
.author-not-found h1 {
  margin: 0 0 0.5rem;
  font-size: 1.6rem;
}
.author-not-found .btn { margin-top: 0.75rem; }

.author-page { padding: 1.35rem 0 2.75rem; }
.author-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
  gap: 1.5rem 1.75rem;
  align-items: start;
}
.author-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--line);
}
.author-section-title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.author-section-meta {
  font-size: 0.85rem;
  font-weight: 650;
  color: var(--muted);
}
.author-articles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}
.author-art-card {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: var(--shadow-sm, 0 2px 10px rgba(15, 20, 25, 0.04));
  transition: border-color var(--t), box-shadow var(--t), transform var(--t);
  min-width: 0;
}
.author-art-card:hover {
  border-color: color-mix(in srgb, var(--red) 35%, var(--line));
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}
.author-art-thumb {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--bg);
}
.author-art-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.author-art-card:hover .author-art-thumb img { transform: scale(1.04); }
.author-art-ph {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--red) 8%, var(--bg)), var(--line));
}
.author-art-body {
  padding: 0.9rem 1rem 1.05rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}
.author-art-badge {
  align-self: flex-start;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--red);
  background: var(--red-soft);
  padding: 0.2rem 0.45rem;
  border-radius: 6px;
}
.author-art-body h3 {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.35;
  font-weight: 750;
  letter-spacing: -0.015em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.author-art-body p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.author-art-body time {
  margin-top: 0.2rem;
  font-size: 0.78rem;
  font-weight: 650;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}
.author-empty {
  grid-column: 1 / -1;
  padding: 2rem 1rem;
  text-align: center;
  border: 1px dashed var(--line);
  border-radius: 14px;
  background: var(--surface);
  color: var(--muted);
}
.author-aside {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  position: sticky;
  top: calc(var(--header-h, 76px) + 0.85rem);
}
.author-others {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.author-other-link {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.45rem 0.35rem;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: background var(--t);
}
.author-other-link:hover { background: var(--bg); }
.author-other-link strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.25;
}
.author-other-link small {
  display: block;
  font-size: 0.72rem;
  color: var(--muted);
  font-weight: 600;
}
.author-other-av {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.9rem;
  color: #fff;
  background: linear-gradient(135deg, var(--red), #9f1239);
  flex-shrink: 0;
  overflow: hidden;
}
.author-other-av.has-img { background: var(--line); padding: 0; }
.author-other-av img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1024px) {
  .author-layout {
    grid-template-columns: 1fr;
  }
  .author-aside {
    position: static;
  }
  .author-articles {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .author-hero-avatar { width: 88px; height: 88px; font-size: 1.9rem; }
  .author-hero-name { font-size: 1.45rem; }
}

/* Footer */
.site-footer {
  position: relative;
  overflow: hidden;
  margin-top: 2rem;
  padding-top: 2.4rem;
  color: #cbd5e1;
  background:
    radial-gradient(circle at 12% 0%, rgba(214,48,72,0.24), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(37,99,235,0.18), transparent 34%),
    linear-gradient(145deg, #070b12 0%, #0d1420 52%, #111827 100%);
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.86), transparent 82%);
  pointer-events: none;
}
[data-theme="dark"] .site-footer { border-top: 1px solid var(--line); }
.footer-brand,
.footer-newsletter,
.footer-col {
  min-width: 0;
}
.footer-brand {
  padding: 0.4rem 0.35rem 0.35rem;
}
.footer-brand .logo-footer {
  width: fit-content;
  margin-top: 0.55rem;
}
.footer-brand p {
  margin: 0.95rem 0 0;
  max-width: 54ch;
  color: #aab7c7;
  font-size: 0.98rem;
  line-height: 1.65;
}
.social-row { display: flex; gap: 0.48rem; margin-top: 1rem; }
.social-row a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  background: rgba(255,255,255,0.075);
  color: #dbe5ef;
  transition: transform var(--t), background var(--t), color var(--t), border-color var(--t);
}
.social-row a:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.24);
  background: var(--red);
  color: #fff;
}
.social-row a svg,
.social-row a .ico { display: block; color: inherit; }
.footer-newsletter {
  padding: 1.05rem;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(214,48,72,0.2), transparent 32%),
    rgba(5,10,18,0.46);
}
.footer-newsletter h4 {
  margin: 0.48rem 0 0;
  color: #fff;
  font-size: clamp(1.12rem, 2vw, 1.45rem);
  line-height: 1.14;
  letter-spacing: -0.04em;
}
.footer-nl-lead {
  margin: 0.5rem 0 0.9rem;
  color: #aab7c7;
  font-size: 0.9rem;
  line-height: 1.5;
}
.footer-nl-form { display: grid; gap: 0.62rem; }
.footer-nl-row {
  display: flex;
  gap: 0.45rem;
  align-items: stretch;
  min-width: 0;
}
.footer-nl-row input[type="email"] {
  flex: 1;
  min-width: 0;
  padding: 0.68rem 0.78rem;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 14px;
  outline: none;
  background: rgba(255,255,255,0.08);
  color: #f8fafc;
  font-size: 0.9rem;
  transition: border-color var(--t), background var(--t), box-shadow var(--t);
}
.footer-nl-row input[type="email"]::placeholder { color: #7f8d9c; }
.footer-nl-row input[type="email"]:focus {
  border-color: rgba(214,48,72,0.6);
  background: rgba(255,255,255,0.11);
  box-shadow: 0 0 0 3px rgba(214,48,72,0.17);
}
.footer-nl-row .btn {
  flex-shrink: 0;
  border: 0;
  border-radius: 14px;
  white-space: nowrap;
}
.footer-nl-check {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  margin: 0;
  color: #8fa0b2;
  font-size: 0.76rem;
  line-height: 1.4;
  cursor: pointer;
}
.footer-nl-check input {
  flex-shrink: 0;
  width: auto;
  margin-top: 0.14rem;
  accent-color: var(--red);
}
.footer-nl-check a { color: #dbe5ef; text-decoration: underline; text-underline-offset: 2px; }
.footer-nl-check a:hover { color: #fff; }
.footer-nl-msg { margin: 0.35rem 0 0; color: #86efac; font-size: 0.85rem; }
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr minmax(260px, 0.9fr);
  gap: 0.85rem;
  padding-bottom: 2rem;
}
.footer-col {
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 20px;
  background: rgba(255,255,255,0.045);
}
.site-footer h4 {
  margin: 0 0 0.8rem;
  color: #fff;
  font-size: 0.92rem;
  letter-spacing: -0.01em;
}
.site-footer ul {
  display: grid;
  gap: 0.48rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer li a,
.contact-list li {
  color: #9aa8b6;
  font-size: 0.88rem;
}
.site-footer li a:hover { color: #fff; }
.footer-bottom {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255,255,255,0.08);
  background: rgba(0,0,0,0.12);
  padding: 1rem 0;
}
.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  color: #7f8d9c;
  font-size: 0.82rem;
}
.footer-bottom p { margin: 0; }
.footer-bottom-inner a { color: #9aa8b6; }
.footer-bottom-inner a:hover { color: #fff; }

/* Footer v2: sade kurumsal */
.site-footer {
  margin-top: 2rem;
  padding-top: 2.2rem;
  overflow: hidden;
  color: #cbd5e1;
  background: #0b1220;
  border-top: 4px solid var(--red);
}
.site-footer::before { display: none; }
.footer-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(240px, 0.95fr) minmax(0, 1.5fr) minmax(280px, 0.9fr);
  gap: 2rem;
  align-items: start;
  padding-bottom: 2rem;
}
.footer-brand { padding: 0; }
.footer-brand .logo-footer {
  width: fit-content;
  margin: 0;
}
.footer-brand p {
  margin: 0.9rem 0 0;
  max-width: 32ch;
  color: #94a3b8;
  font-size: 0.92rem;
  line-height: 1.65;
}
.footer-brand .social-row {
  margin-top: 1rem;
}
.social-row a {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
  padding: 0;
}
.footer-col {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.site-footer h4 {
  margin: 0 0 0.85rem;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.site-footer ul {
  display: grid;
  gap: 0.5rem;
}
.site-footer li a,
.contact-list li {
  color: #94a3b8;
  font-size: 0.88rem;
}
.site-footer li a:hover { color: #fff; }
.footer-newsletter {
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  background: rgba(255,255,255,0.045);
}
.footer-newsletter h4 {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  letter-spacing: -0.01em;
  text-transform: none;
}
.footer-nl-lead {
  margin: 0.35rem 0 0.8rem;
  color: #94a3b8;
  font-size: 0.86rem;
}
.footer-nl-row input[type="email"] {
  padding: 0.58rem 0.72rem;
  border-radius: 10px;
  background: rgba(255,255,255,0.08);
}
.footer-nl-row .btn {
  border-radius: 10px;
}
.footer-bottom {
  background: #070d18;
  border-top: 1px solid rgba(255,255,255,0.08);
}

/* Drawer */
.drawer {
  position: fixed; top: 0; right: 0; width: min(360px, 92vw); height: 100%;
  background: var(--surface); border-left: 1px solid var(--line); z-index: 200;
  transform: translateX(105%); transition: transform 0.28s ease; display: flex; flex-direction: column;
  box-shadow: var(--shadow-lg);
}
.drawer.open { transform: translateX(0); }
.drawer-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 1.1rem; border-bottom: 1px solid var(--line);
}
.drawer-head h3 { margin: 0; font-size: 1rem; }
.drawer-body { padding: 1rem; overflow: auto; flex: 1; }
.drawer-backdrop {
  position: fixed; inset: 0; background: rgba(0,0,0,0.45); z-index: 190;
}
.drawer-backdrop[hidden] { display: none !important; }
.empty-state { color: var(--muted); font-size: 0.9rem; line-height: 1.5; }
.bookmark-item {
  display: flex; flex-direction: column; gap: 0.2rem;
  padding: 0.7rem; border-radius: 10px; border: 1px solid var(--line); margin-bottom: 0.35rem;
}
.bookmark-item:hover { border-color: var(--red); }

/* Modal */
.modal {
  position: fixed; inset: 0; z-index: 220; background: rgba(0,0,0,0.55);
  display: grid; place-items: center; padding: 1rem;
}
.modal[hidden] { display: none !important; }
.modal-card {
  width: min(440px, 100%); background: var(--surface); border-radius: 16px;
  border: 1px solid var(--line); box-shadow: var(--shadow-lg); overflow: hidden;
}
.modal-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.9rem 1rem; border-bottom: 1px solid var(--line);
}
.modal-head h3 { margin: 0; font-size: 1rem; }
.modal-body { padding: 1rem; }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 250; background: rgba(0,0,0,0.92);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.75rem;
  padding: 2rem 1rem;
}
.lightbox[hidden] { display: none !important; }
.lightbox img { max-width: min(100%, 1000px); max-height: 75vh; object-fit: contain; border-radius: 8px; }
.lightbox-close {
  position: absolute; top: 1rem; right: 1rem; width: 42px; height: 42px; border-radius: 12px;
  border: 0; background: rgba(255,255,255,0.12); color: #fff; cursor: pointer; font-size: 1.1rem;
}
.lightbox-nav {
  position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 46px;
  border-radius: 12px; border: 0; background: rgba(255,255,255,0.12); color: #fff;
  font-size: 1.5rem; cursor: pointer;
}
.lightbox-nav.prev { left: 1rem; }
.lightbox-nav.next { right: 1rem; }
.lightbox-cap { color: rgba(255,255,255,0.8); margin: 0; font-size: 0.9rem; }

/* Mobile dock */
.mobile-dock {
  display: none !important;
}
.dock-item {
  display: flex; flex-direction: column; align-items: center; gap: 0.15rem;
  min-width: 0;
  min-height: 48px;
  justify-content: center;
  padding: 0.36rem 0.25rem; border: 0; background: transparent; color: var(--muted);
  font-size: 0.67rem; font-weight: 700; cursor: pointer; border-radius: 10px;
  line-height: 1.1;
  white-space: nowrap;
  touch-action: manipulation;
}
.dock-item span:last-child {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dock-item.active, .dock-item:hover {
  color: var(--red);
  background: var(--red-soft);
}
@media (min-width: 900px) { .mobile-dock { display: none; } }

.back-top {
  position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 80;
  width: 44px; height: 44px; border-radius: 14px; border: 1px solid var(--line);
  background: var(--surface); color: var(--ink); box-shadow: var(--shadow);
  cursor: pointer; font-size: 1.1rem; font-weight: 700;
}
@media (min-width: 900px) { .back-top { bottom: 1.5rem; } }
.back-top[hidden] { display: none !important; }

.toast {
  position: fixed; left: 50%; bottom: 1.5rem; transform: translateX(-50%) translateY(12px);
  background: var(--ink); color: #fff; padding: 0.75rem 1.1rem; border-radius: 12px;
  font-size: 0.88rem; font-weight: 600; opacity: 0; pointer-events: none;
  transition: all 0.25s ease; z-index: 260; box-shadow: var(--shadow-lg); max-width: 90vw;
}
@media (min-width: 900px) { .toast { bottom: 2rem; } }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ========== Article ========== */
.article-hero { padding-top: 1.35rem; }
.breadcrumb {
  display: flex; flex-wrap: wrap; gap: 0.4rem; align-items: center;
  font-size: 0.82rem; color: var(--muted); margin-bottom: 1rem;
}
.breadcrumb a:hover { color: var(--red); }

/* İki sütun: flex — grid bozulsa bile yan yana kalır */
body[data-page="article"] .article-layout,
.article-layout {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 1.5rem 1.75rem;
  padding-bottom: 2.5rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.article-layout > .article-main,
.article-layout > article.article-main,
.article-layout > article {
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
  width: auto;
  text-align: left;
  overflow-x: clip;
  overflow-wrap: anywhere;
}
body[data-page="article"] .article-sidebar:not(:has(.widget:not([hidden]))) {
  display: none !important;
}
/* Sağ sütun — her zaman sabit genişlik + sticky */
.article-layout > .article-sidebar,
.article-layout > aside.article-sidebar,
.article-layout > aside.sidebar {
  flex: 0 0 300px;
  width: 300px;
  max-width: 300px;
  min-width: 260px;
  align-self: flex-start;
  position: sticky;
  top: calc(var(--header-h, 76px) + 0.85rem);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  z-index: 2;
  height: fit-content;
  max-height: calc(100vh - var(--header-h, 76px) - 1.5rem);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  box-sizing: border-box;
}
.article-sidebar .widget,
.article-layout .sidebar .widget {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.article-sidebar .widget[hidden],
.article-layout .sidebar .widget[hidden] {
  display: none !important;
}
.article-sidebar .widget-ad .ad-box,
.article-sidebar .widget-ad img,
.article-layout .sidebar .widget-ad img {
  max-width: 100%;
  height: auto;
  display: block;
}
.article-sidebar .popular-list,
.article-layout .sidebar .popular-list {
  max-height: min(70vh, 480px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}
.article-sidebar .popular-list a,
.article-layout .sidebar .popular-list a {
  min-width: 0;
}
.article-sidebar .popular-text strong,
.article-layout .sidebar .popular-text strong {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
.article-header,
.article-header h1,
.article-lead,
.article-body,
.article-body p,
.article-body h2,
.article-body blockquote,
.article-caption,
.article-tags,
.list-card-body,
.news-body {
  text-align: left;
}
.article-header h1 {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3.2vw, 2.55rem);
  line-height: 1.22;
  margin: 0.65rem 0 0.85rem;
  letter-spacing: -0.025em;
  text-align: left;
}
.article-lead {
  font-family: var(--font);
  font-size: 1.08rem;
  color: var(--muted);
  margin: 0 0 1.1rem;
  line-height: 1.65;
  font-weight: 400;
  text-align: left;
}
.article-meta-bar {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 0.85rem; padding: 0.85rem 0; border-block: 1px solid var(--line); margin-bottom: 1.15rem;
}
.article-time-line {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}
.article-time-line:empty { display: none; }
.author-chip { display: flex; align-items: center; gap: 0.7rem; text-align: left; }
.author-chip[hidden] { display: none !important; }
.author-chip strong { display: block; font-size: 0.92rem; }
.author-chip span { font-size: 0.8rem; color: var(--muted); }
.share-row, .reader-tools { display: flex; gap: 0.4rem; flex-wrap: wrap; align-items: center; }
.share-btn {
  border: 1px solid var(--line); background: var(--surface); color: var(--ink);
  border-radius: 10px; padding: 0.45rem 0.75rem; font-size: 0.8rem; font-weight: 600;
  cursor: pointer; transition: var(--t);
}
.share-btn:hover, .share-btn.is-active { border-color: var(--red); color: var(--red); }
.article-cover {
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
  margin: 0 0 1rem;
  box-shadow: var(--shadow);
  background: var(--surface-2, #eef1f4);
  width: 100%;
  max-width: 100%;
  line-height: 0;
  position: relative;
}
.article-cover[hidden] { display: none !important; }
.article-cover img {
  position: static !important;
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: min(42vh, 400px);
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  background: transparent;
  color: transparent;
  margin: 0;
}
.article-cover.is-loading img { opacity: 0; }
.article-cover.is-ready img { opacity: 1; transition: opacity 0.25s ease; }
/* src yokken tarayıcı kırık-resim ikonu basmasın */
.article-cover img:not([src]),
.article-cover img[src=""] {
  visibility: hidden;
}
.article-caption { font-size: 0.82rem; color: var(--muted); margin: 0 0 1.5rem; text-align: left; }
.article-caption:empty { display: none; }

/* Haber gövdesi — önceki sade stil: Inter, sola yaslı */
.article-body {
  font-family: var(--font);
  font-size: 1.08rem;
  line-height: 1.78;
  color: var(--ink-2);
  transition: font-size 0.15s;
  width: 100%;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-align: left;
  letter-spacing: normal;
  font-weight: 400;
}
/* Scraped / editör görselleri layout'u şişirmesin */
.article-body img,
.article-body video,
.article-body iframe,
.article-body embed,
.article-body object,
.article-body figure,
.article-body table {
  max-width: 100% !important;
  height: auto !important;
}
.article-body img {
  display: block;
  width: auto;
  max-height: min(70vh, 560px);
  margin: 1rem auto;
  border-radius: 10px;
  object-fit: contain;
}
.article-body figure {
  margin: 1rem 0;
  overflow: hidden;
}
.article-body table {
  display: block;
  overflow-x: auto;
}
.article-body p {
  margin: 0 0 1.15rem;
  text-align: left;
  text-indent: 0;
}
.article-body p.article-drop::first-letter {
  float: none;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  padding: 0;
  color: inherit;
}
.article-body h2 {
  font-family: var(--serif);
  font-size: 1.35rem;
  margin: 1.75rem 0 0.75rem;
  letter-spacing: -0.02em;
  color: var(--ink);
  font-weight: 700;
  text-align: left;
}
.article-body blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.15rem;
  border-left: 4px solid var(--red);
  background: var(--red-soft);
  border-radius: 0 12px 12px 0;
  font-family: var(--serif);
  font-size: 1.12rem;
  line-height: 1.55;
  color: var(--ink);
  font-style: normal;
  text-align: left;
}
.article-body ul {
  padding-left: 1.2rem;
  margin: 0 0 1.15rem;
  font-family: var(--font);
  text-align: left;
}
.article-body li {
  margin-bottom: 0.35rem;
  line-height: 1.7;
  text-align: left;
}
.article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  margin-top: 1.65rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}
.article-action-btn {
  min-height: 40px;
  gap: 0.35rem;
}
.whatsapp-svg {
  display: block;
  flex-shrink: 0;
}
.article-actions + .article-tags {
  margin-top: 0.65rem;
  padding-top: 0;
  border-top: 0;
}
.article-tags {
  display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 1.75rem;
  padding-top: 1.25rem; border-top: 1px solid var(--line);
}
.article-tags a {
  padding: 0.35rem 0.65rem; border-radius: 999px; background: var(--bg);
  border: 1px solid var(--line); font-size: 0.8rem; font-weight: 600;
}

.sticky-share {
  position: sticky; top: calc(var(--header-h) + 1rem);
  display: flex; flex-direction: column; gap: 0.4rem; width: 44px;
}
.related-section { margin-top: 2rem; }
.related-groups {
  display: grid;
  gap: 1.15rem;
}
.related-group-title {
  margin: 0 0 0.55rem;
  font-size: 1rem;
  line-height: 1.35;
}
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.85rem; }
.related-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: 12px; overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}
.related-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.related-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.related-card h3 { margin: 0; padding: 0.75rem 0.85rem 0.3rem; font-size: 0.9rem; line-height: 1.35; }
.related-meta {
  display: block;
  padding: 0 0.85rem 0.85rem;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}

/* Comments */
.comments { margin-top: 2.25rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.comments h2 { margin: 0 0 0.55rem; font-size: 1.2rem; }
.comment-rules {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  margin: 0 0 1rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid color-mix(in srgb, var(--red) 28%, var(--line));
  border-left: 4px solid var(--red);
  border-radius: 12px;
  background: color-mix(in srgb, var(--red) 9%, var(--surface));
  color: var(--ink-2);
  box-shadow: 0 8px 24px rgba(15, 20, 25, 0.06);
}
.comment-rules-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
}
.comment-rules p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  font-weight: 600;
}
.comment-form { display: grid; gap: 0.65rem; margin-bottom: 1.25rem; }
.comment-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.65rem; }
.comment-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 1rem; }
.comment-item {
  display: grid; grid-template-columns: 42px 1fr; gap: 0.75rem;
  padding: 0.9rem; background: var(--surface); border: 1px solid var(--line); border-radius: 12px;
}
.comment-item strong { display: block; font-size: 0.9rem; }
.comment-item time { font-size: 0.75rem; color: var(--muted); }
.comment-item p { margin: 0.35rem 0 0; font-size: 0.92rem; }

/* Category */
.page-banner {
  background: linear-gradient(120deg, #1a0a0e 0%, #3b0d18 45%, var(--red) 100%);
  color: #fff; padding: 2rem 0 1.75rem; margin-bottom: 1.5rem;
}
.page-banner h1 { margin: 0.35rem 0 0.45rem; font-size: clamp(1.6rem, 3vw, 2.2rem); letter-spacing: -0.03em; }
.page-banner p { margin: 0; opacity: 0.88; max-width: 50ch; }
.category-layout {
  display: grid; grid-template-columns: minmax(0, 1fr) 320px;
  gap: 1.75rem; align-items: start; padding-bottom: 2.5rem;
}
.cat-toolbar {
  display: flex; justify-content: space-between; align-items: center; gap: 0.75rem;
  margin-bottom: 1rem; flex-wrap: wrap;
}
.category-main { min-width: 0; }
.cat-filter-bar {
  justify-content: flex-start;
  align-items: stretch;
  padding: 0.8rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
}
.cat-filter-search {
  flex: 1 1 220px;
  min-width: 180px;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0 0.75rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--bg);
}
.cat-filter-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 0.55rem 0;
  background: transparent;
  color: var(--ink);
}
.cat-toolbar select {
  border: 1px solid var(--line); background: var(--surface); color: var(--ink);
  border-radius: 10px; padding: 0.5rem 0.75rem;
}
.cat-toolbar input[type="date"] {
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  border-radius: 10px;
  padding: 0.5rem 0.75rem;
}
.cat-result-count {
  align-self: center;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 700;
  margin-left: auto;
}
.news-list { display: flex; flex-direction: column; gap: 1rem; }
.list-card {
  display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 1rem;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; transition: transform 0.2s, box-shadow 0.2s;
}
.list-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.list-card img { width: 100%; height: 100%; min-height: 150px; object-fit: cover; }
.is-fallback-img {
  object-fit: contain !important;
  padding: 1rem;
  background: var(--surface-2);
}
.list-card-body {
  padding: 1rem 1.1rem 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
  text-align: left;
}
.list-card-body h2 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.3;
  font-family: var(--serif);
  text-align: left;
}
.list-card-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.is-sport-category .page-banner {
  background:
    radial-gradient(circle at 18% 20%, rgba(250,204,21,0.2), transparent 30%),
    radial-gradient(circle at 82% 12%, rgba(34,197,94,0.26), transparent 30%),
    linear-gradient(135deg, #06111f 0%, #092117 52%, #03140d 100%);
}
.sport-page {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sport-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(250px, 0.8fr);
  gap: 1rem;
}
.sport-hero-card,
.sport-score-card,
.sport-news-section,
.sport-page-empty {
  position: relative;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, #16a34a 22%, var(--line));
  border-radius: 22px;
  background: var(--surface);
  box-shadow: 0 16px 36px rgba(15,20,25,0.07);
}
.sport-hero-card {
  display: grid;
  grid-template-rows: minmax(250px, auto) auto;
  color: var(--ink);
}
.sport-hero-media,
.sport-page-card-media {
  display: block;
  overflow: hidden;
  background: color-mix(in srgb, var(--bg) 70%, #16a34a);
}
.sport-hero-media { aspect-ratio: 16 / 9; }
.sport-hero-media img,
.sport-page-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.3s ease;
}
.sport-hero-card:hover .sport-hero-media img,
.sport-page-card:hover .sport-page-card-media img {
  transform: scale(1.045);
  filter: saturate(1.05) contrast(1.03);
}
.sport-hero-copy {
  display: block;
  padding: 1.05rem 1.15rem 1.15rem;
}
.sport-page-kicker,
.sport-score-head span,
.sport-section-head span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #16a34a;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.sport-page-kicker::before,
.sport-score-head span::before,
.sport-section-head span::before {
  content: "";
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #16a34a, #facc15);
}
.sport-hero-copy h2 {
  margin: 0.45rem 0 0;
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: -0.055em;
}
.sport-hero-copy p {
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sport-hero-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  margin-top: 0.95rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 850;
}
.sport-hero-meta em {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #16a34a;
  font-style: normal;
}
.sport-hero-side {
  display: grid;
  gap: 1rem;
}
.sport-page-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  color: var(--ink);
  transition: transform var(--t), box-shadow var(--t), border-color var(--t);
}
.sport-page-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, #16a34a 34%, var(--line));
  box-shadow: 0 14px 30px rgba(15,20,25,0.08);
}
.sport-page-card-media { aspect-ratio: 16 / 9; }
.sport-page-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.58rem;
  padding: 0.86rem;
}
.sport-page-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
}
.sport-page-card-meta b {
  padding: 0.22rem 0.48rem;
  border-radius: 999px;
  background: color-mix(in srgb, #16a34a 11%, var(--surface));
  color: #15803d;
}
.sport-page-card-meta em { font-style: normal; }
.sport-page-card-copy strong {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.sport-page-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  margin-top: auto;
  color: #16a34a;
  font-size: 0.76rem;
  font-weight: 900;
}
.sport-score-card {
  padding: 1rem;
  background:
    radial-gradient(circle at 100% 0%, color-mix(in srgb, #16a34a 16%, transparent), transparent 34%),
    var(--surface);
}
.sport-score-head h2,
.sport-section-head h2,
.sport-page-empty h2 {
  margin: 0.25rem 0 0;
  font-size: 1.24rem;
  line-height: 1.15;
  letter-spacing: -0.035em;
}
.sport-score-head p {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}
.sport-score-tabs {
  display: inline-flex;
  gap: 0.25rem;
  margin: 0.9rem 0;
  padding: 0.23rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--bg) 76%, var(--surface));
}
.sport-score-tabs button {
  border: 0;
  border-radius: 999px;
  padding: 0.42rem 0.7rem;
  background: transparent;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 900;
  cursor: pointer;
}
.sport-score-tabs button.is-active {
  background: var(--surface);
  color: #15803d;
  box-shadow: 0 8px 18px rgba(15,20,25,0.08);
}
.sport-standings-loading,
.sport-standings-empty {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 86px;
  color: var(--muted);
  font-size: 0.84rem;
}
.sport-standings-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  margin-bottom: 0.75rem;
}
.sport-standings-summary div {
  min-width: 0;
  padding: 0.7rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: color-mix(in srgb, var(--surface) 82%, var(--bg));
}
.sport-standings-summary span {
  display: block;
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.sport-standings-summary strong {
  display: block;
  margin-top: 0.22rem;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.9rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sport-standings-summary em {
  display: block;
  margin-top: 0.1rem;
  color: #16a34a;
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 900;
}
.sport-standings-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--surface);
}
.sport-standings-head,
.sport-standings-row {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 34px 38px 38px;
  align-items: center;
  gap: 0.35rem;
}
.sport-standings-head {
  padding: 0.48rem 0.62rem;
  background: color-mix(in srgb, var(--bg) 76%, var(--surface));
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.sport-standings-row {
  padding: 0.5rem 0.62rem;
  border-top: 1px solid color-mix(in srgb, var(--line) 70%, transparent);
  color: var(--ink-2);
  font-size: 0.76rem;
  font-variant-numeric: tabular-nums;
}
.sport-standings-row.is-highlight {
  background: color-mix(in srgb, #16a34a 10%, var(--surface));
}
.sport-standings-row strong {
  overflow: hidden;
  color: var(--ink);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sport-standings-row b { color: var(--ink); font-weight: 950; }
.sport-standings-more {
  width: 100%;
  min-height: 38px;
  margin-top: 0.7rem;
  border: 0;
  border-radius: 12px;
  background: color-mix(in srgb, #16a34a 10%, var(--surface));
  color: #15803d;
  font-size: 0.76rem;
  font-weight: 950;
  cursor: pointer;
}
.sport-standings-more:hover { background: color-mix(in srgb, #16a34a 15%, var(--surface)); }
.sport-news-section { padding: 1rem; }
.sport-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.95rem;
}
.sport-section-head b {
  flex-shrink: 0;
  padding: 0.32rem 0.58rem;
  border-radius: 999px;
  background: color-mix(in srgb, #16a34a 10%, var(--surface));
  color: #15803d;
  font-size: 0.78rem;
}
.sport-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}
.sport-page-empty { padding: 1.3rem; }
@media (max-width: 1100px) {
  .sport-page-hero { grid-template-columns: 1fr; }
  .sport-hero-side { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .sport-page-grid,
  .sport-hero-side,
  .sport-standings-summary { grid-template-columns: 1fr; }
  .sport-section-head { align-items: flex-start; flex-direction: column; }
  .sport-score-tabs { display: flex; width: 100%; }
  .sport-score-tabs button { flex: 1; }
}
@media (max-width: 560px) {
  .sport-hero-card,
  .sport-score-card,
  .sport-news-section,
  .sport-page-empty { border-radius: 17px; }
  .sport-hero-copy { padding: 0.95rem; }
  .sport-hero-copy h2 { font-size: 1.45rem; }
  .sport-score-card,
  .sport-news-section { padding: 0.85rem; }
  .sport-standings-head,
  .sport-standings-row { grid-template-columns: 24px minmax(0, 1fr) 28px 32px 32px; gap: 0.25rem; }
}
.pagination { display: flex; justify-content: center; gap: 0.4rem; margin-top: 1.75rem; flex-wrap: wrap; }
.page-btn {
  min-width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--line);
  background: var(--surface); color: var(--ink); font-weight: 600; cursor: pointer;
  display: grid; place-items: center; padding: 0 0.65rem; transition: var(--t);
}
.page-btn:hover, .page-btn.active { background: var(--red); border-color: var(--red); color: #fff; }

/* Contact */
.contact-grid {
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 1.5rem;
  padding-bottom: 2.5rem;
}
.contact-card, .contact-form-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.35rem;
}
.contact-card h2, .contact-form-card h2 { margin: 0 0 0.85rem; font-size: 1.2rem; }
.info-rows { display: flex; flex-direction: column; gap: 0.85rem; }
.info-row { display: flex; gap: 0.75rem; align-items: flex-start; }
.info-ico {
  width: 40px; height: 40px; border-radius: 12px; background: var(--red-soft); color: var(--red);
  display: grid; place-items: center; font-weight: 800; flex-shrink: 0;
}
.field { display: flex; flex-direction: column; gap: 0.35rem; margin-bottom: 0.75rem; }
.field label { font-size: 0.85rem; font-weight: 600; }
.field textarea { min-height: 130px; resize: vertical; }
.map-placeholder {
  margin-top: 1rem; height: 180px; border-radius: 12px; border: 1px dashed var(--line);
  display: grid; place-items: center; color: var(--muted); background: var(--bg); font-size: 0.9rem;
}

/* Readable base tweaks */
.news-body h3 { font-size: 1.05rem; line-height: 1.4; }
.news-body p { font-size: 0.92rem; line-height: 1.55; }
.article-body { font-size: 1.08rem; line-height: 1.78; }

/* Responsive */
@media (max-width: 1100px) {
  .svc-bar-label { display: none; }
  .city-strip-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }
  .city-tile {
    min-height: 68px;
    padding: 0.75rem 0.7rem;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .city-tile:nth-child(3n) { border-right: 0; }
  .city-tile:nth-child(n + 4) { border-bottom: 0; }
  .city-label { font-size: 0.8rem; }
  .city-hint { font-size: 0.64rem; }
  .authors-row { grid-template-columns: 1fr 1fr; }
  .district-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .district-card:nth-child(4n) { border-right: 1px solid var(--line); }
  .district-card:nth-child(3n) { border-right: 0; }
  .district-card:nth-last-child(-n + 4) { border-bottom: 1px solid var(--line); }
  .district-card:nth-last-child(-n + 3) { border-bottom: 0; }
  .hero-wrap { grid-template-columns: minmax(0, 1.4fr) minmax(200px, 0.9fr); gap: 0.7rem; }
  .hero-viewport { min-height: 280px; }
  .hero-ad-inner, .hero-ad-placeholder { min-height: 280px; }
}

@media (max-width: 1024px) {
  .layout-2col, .category-layout, .contact-grid { grid-template-columns: 1fr; }
  .article-layout,
  body[data-page="article"] .article-layout {
    flex-direction: column !important;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  .article-layout > .article-main,
  .article-layout > article,
  .article-layout > .article-sidebar,
  .article-layout > aside.sidebar,
  .article-layout > aside.article-sidebar {
    flex: 1 1 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
  .article-layout > .article-sidebar,
  .article-layout > aside.sidebar,
  .article-layout > aside.article-sidebar {
    position: static !important;
    order: 2;
    max-height: none;
    overflow: visible;
  }
  .article-layout > .article-main,
  .article-layout > article {
    order: 1;
  }
  .sidebar { position: static; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-newsletter { max-width: none; }
  .sticky-share { display: none; }
}

@media (max-width: 900px) {
  :root { --header-h: 62px; }
  body {
    padding-bottom: 0;
    overflow-x: hidden;
  }
  .widget-live[data-component="live_feed"] {
    display: none !important;
  }
  body.nav-open {
    overflow: hidden;
  }
  body.nav-open::before {
    content: "";
    position: fixed;
    inset: var(--header-h) 0 0;
    z-index: 94;
    background: rgba(3, 7, 18, 0.46);
    backdrop-filter: blur(3px);
  }
  .site-header {
    padding: 0.35rem 0;
  }
  .nav-toggle { display: flex; }
  .header-inner {
    min-height: var(--header-h);
    gap: 0.55rem;
    padding: 0.38rem 0.5rem;
    border-radius: 18px;
  }
  .logo {
    padding-right: 0;
    border-right: 0;
  }
  .logo::after {
    display: none;
  }
  .header-actions {
    gap: 0.25rem;
  }
  .header-actions .icon-btn {
    width: 38px;
    height: 38px;
    border-radius: 999px;
  }
  .main-nav {
    position: fixed;
    left: 0.75rem;
    right: 0.75rem;
    top: calc(var(--header-h) + 0.65rem);
    display: none;
    max-height: min(74vh, 460px);
    overflow: auto;
    padding: 0.85rem;
    border: 1px solid color-mix(in srgb, var(--line) 80%, transparent);
    border-radius: 18px;
    background: color-mix(in srgb, var(--surface) 96%, transparent);
    box-shadow: 0 24px 70px rgba(15, 20, 25, 0.28);
    backdrop-filter: blur(18px) saturate(1.15);
    z-index: 96;
  }
  .main-nav.is-open {
    display: block;
    animation: mobileNavIn 0.18s ease both;
  }
  .main-nav::before {
    content: "Kategoriler";
    display: block;
    margin: 0 0 0.65rem;
    padding: 0 0.1rem 0.62rem;
    border-bottom: 1px solid var(--line);
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  @keyframes mobileNavIn {
    from { opacity: 0; transform: translateY(-8px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
  }
  .main-nav > ul {
    width: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 0.45rem;
    overflow: visible;
    padding-bottom: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  .main-nav li { min-width: 0; }
  .main-nav > ul > li > a, .nav-more > button {
    width: 100%;
    min-height: 48px;
    justify-content: flex-start;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: color-mix(in srgb, var(--bg) 68%, var(--surface));
    color: var(--ink);
    padding: 0.72rem 0.78rem;
    font-size: 0.9rem;
    box-shadow: 0 1px 0 rgba(15, 20, 25, 0.03);
  }
  .main-nav > ul > li > a:hover,
  .nav-more > button:hover,
  .main-nav > ul > li > a.active {
    background: linear-gradient(135deg, var(--red), #e43a52);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 12px 24px rgba(200, 16, 46, 0.22);
  }
  .nav-more {
    grid-column: 1 / -1;
    overflow: visible;
  }
  .mega-menu { position: static; width: 100%; box-shadow: none; border: 0; padding: 0.5rem 0 0.5rem 0.5rem; display: none; }
  .has-mega:hover .mega-menu, .has-mega:focus-within .mega-menu { display: block; }
  .dropdown {
    position: static;
    box-shadow: none;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--bg);
    margin-top: 0.45rem;
    width: 100%;
    padding: 0.35rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.3rem;
  }
  .main-nav .nav-more.open > .dropdown {
    display: grid !important;
  }
  .main-nav .nav-more:focus-within > .dropdown:not([hidden]) {
    display: grid !important;
  }
  .dropdown a {
    min-height: 38px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 0.45rem 0.5rem;
    border-radius: 10px;
    background: var(--surface);
    font-size: 0.8rem;
    font-weight: 700;
  }
  .logo-text { display: none; }
  .logo-img {
    height: 44px;
    max-width: min(175px, 52vw);
  }
  .logo-footer .logo-img {
    height: 52px;
    max-width: 210px;
  }
  .media-row, .related-grid, .editors-grid, .category-feature-grid { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: 1fr; }
  .news-grid[data-view="list"] .news-card-link { flex-direction: column; }
  .news-grid[data-view="list"] .news-thumb { width: 100%; aspect-ratio: 16/10; min-height: 0; }
  .kbd { display: none; }
  .hero-wrap { grid-template-columns: 1fr; }
  /* Mobilde manşet yanı reklam gizlenir */
  .hero-ad { display: none !important; }
  .hero-special { display: flex !important; }
  .hero-special-inner { min-height: 0; }
  .hero-special-media { aspect-ratio: 16 / 8.5; }
  .hero-viewport { min-height: 260px; aspect-ratio: 16 / 9; }
  .city-strip-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.35rem;
  }
  .hero-arrow { opacity: 1; width: 38px; height: 38px; }
  .hero-copy h1 { font-size: 1.2rem; }
  .hero-copy p { font-size: 0.88rem; -webkit-line-clamp: 2; }
  .hero-num { min-width: 40px; height: 46px; font-size: 0.88rem; }
  .hero-all { padding: 0 0.75rem; font-size: 0.75rem; }
  .hero-counter { top: 0.75rem; right: 0.75rem; }
  .breaking-content a { font-size: 0.86rem; }
  .section-title { font-size: 1.2rem; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 1.25rem, var(--max)); }
  main,
  .container,
  .layout-2col,
  .content-col,
  .news-grid,
  .news-card,
  .news-card-link,
  .news-thumb,
  .news-body {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
  .layout-2col,
  .content-col,
  .news-grid {
    width: 100%;
    overflow-x: hidden;
  }
  .site-header {
    backdrop-filter: blur(12px) saturate(1.1);
  }
  .nav-toggle {
    width: 38px;
    height: 38px;
    border-radius: 999px;
  }
  .header-actions .icon-btn:not(#searchToggle):not(#themeToggle) {
    display: none;
  }
  .side-vitrin { grid-template-columns: 1fr; }
  .breaking {
    margin-bottom: 0.35rem;
  }
  .breaking-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.55rem;
    min-height: 58px;
    padding-block: 0.45rem;
    padding-inline: 0;
  }
  .breaking-badge {
    flex-shrink: 0;
    font-size: 0.62rem;
    padding: 0.32rem 0.5rem;
    letter-spacing: 0.04em;
  }
  .breaking-track {
    min-width: 0;
    align-self: stretch;
    align-items: center;
  }
  .breaking-content,
  .breaking-content.is-fade {
    width: 100%;
    min-height: 2.55em;
  }
  .breaking-content a,
  .breaking-content.is-fade .breaking-item {
    display: -webkit-box;
    width: 100%;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.84rem;
    line-height: 1.28;
    font-weight: 750;
    letter-spacing: 0;
  }
  .authors-strip {
    padding-bottom: 0.65rem;
    margin-top: 0;
  }
  .authors-strip-panel {
    border-radius: 8px;
    box-shadow: none;
  }
  .authors-strip-head {
    flex-direction: row;
    align-items: center;
    gap: 0.65rem;
    padding: 0.7rem 0.85rem;
  }
  .authors-strip-head-text {
    gap: 0.06rem;
  }
  .authors-strip-kicker {
    font-size: 0.56rem;
    letter-spacing: 0.12em;
  }
  .authors-strip-title {
    font-size: 0.98rem;
    line-height: 1.12;
  }
  .authors-strip-lead {
    display: none;
  }
  .authors-strip-more {
    margin-left: auto;
    padding: 0.22rem 0.48rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 0.68rem;
    line-height: 1.2;
  }
  .authors-strip-track {
    grid-auto-columns: minmax(0, 100%);
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }
  .authors-strip-track::-webkit-scrollbar {
    display: none;
  }
  .author-chip-card {
    padding: 0.68rem 0.85rem;
    gap: 0;
    border-right: 0;
    border-top: 1px solid var(--line);
  }
  .author-chip-card::after {
    display: none;
  }
  .author-chip-top {
    gap: 0.58rem;
  }
  .author-avatar-strip {
    width: 38px;
    height: 38px;
    font-size: 0.78rem;
  }
  .author-chip-meta {
    gap: 0.04rem;
  }
  .author-chip-name {
    max-width: 100%;
    font-size: 0.92rem;
    line-height: 1.15;
  }
  .author-chip-role {
    font-size: 0.6rem;
    letter-spacing: 0.05em;
  }
  .author-chip-bio,
  .author-chip-cta {
    display: none;
  }
  .section-head {
    gap: 0.55rem;
    align-items: flex-start;
  }
  .sticky-tabs-wrap {
    position: sticky;
    top: calc(var(--header-h) + 1px);
    z-index: 25;
    margin-inline: -0.625rem;
    padding: 0.45rem 0.625rem;
    border-block: 1px solid color-mix(in srgb, var(--line) 70%, transparent);
  }
  .cat-tabs {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.1rem;
    scrollbar-width: none;
  }
  .cat-tabs::-webkit-scrollbar { display: none; }
  .cat-tab {
    flex: 0 0 auto;
    min-height: 38px;
    padding-inline: 0.85rem;
  }
  .cat-filter-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }
  .cat-filter-search,
  .cat-filter-bar .btn,
  .cat-result-count {
    grid-column: 1 / -1;
    width: 100%;
  }
  .cat-filter-bar select,
  .cat-filter-bar input[type="date"] {
    min-width: 0;
    width: 100%;
  }
  .list-card { grid-template-columns: 1fr; }
  .list-card img { min-height: 180px; aspect-ratio: 16/10; }
  .list-card-body { padding: 0 1rem 1rem; }
  .list-card-body h2 { font-size: 1.08rem; line-height: 1.35; }
  .news-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0.85rem;
  }
  .news-card {
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 1px 0 rgba(15, 20, 25, 0.03);
  }
  .news-card:hover {
    transform: none;
  }
  .news-thumb {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
  }
  .news-thumb img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    transform: none !important;
  }
  .news-thumb .cat-badge {
    left: 0.65rem;
    top: 0.65rem;
  }
  .news-body {
    padding: 0.8rem 0.9rem 0.9rem;
    gap: 0.35rem;
  }
  .news-body h3 {
    font-size: 1.06rem;
    line-height: 1.32;
    letter-spacing: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .news-body p {
    font-size: 0.88rem;
    line-height: 1.45;
    -webkit-line-clamp: 2;
  }
  .news-body .meta {
    min-width: 0;
    padding-right: 2.4rem;
    gap: 0.35rem;
    flex-wrap: wrap;
  }
  .news-body .meta time,
  .news-body .meta span {
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .card-bm {
    width: 38px;
    height: 38px;
    right: 0.55rem;
    bottom: 0.55rem;
    border-radius: 10px;
  }
  .widget-ad,
  .ad-mid {
    min-height: 112px;
  }
  .ad-box {
    min-height: 112px;
    padding: 0.9rem;
  }
  .article-header h1 {
    font-size: 1.7rem;
    line-height: 1.25;
    letter-spacing: 0;
    margin-top: 0.45rem;
  }
  .article-lead {
    font-size: 1.03rem;
    line-height: 1.62;
  }
  .article-meta-bar {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 0.7rem;
    padding-block: 0.75rem;
  }
  .share-row .share-btn,
  .reader-tools .share-btn {
    flex: 1 1 calc(50% - 0.3rem);
    text-align: center;
    justify-content: center;
  }
  .article-hero {
    padding-top: 0.75rem;
  }
  .breadcrumb {
    font-size: 0.76rem;
    margin-bottom: 0.65rem;
  }
  .article-cover {
    border-radius: 8px;
    margin-bottom: 0.85rem;
  }
  .article-cover img {
    max-height: none;
    aspect-ratio: 16 / 9;
  }
  .article-body {
    font-size: 1.08rem;
    line-height: 1.82;
  }
  .article-body p {
    margin-bottom: 1.05rem;
  }
  .article-body h2 {
    font-size: 1.24rem;
    line-height: 1.32;
    margin: 1.45rem 0 0.65rem;
  }
  .article-body blockquote {
    border-radius: 0 8px 8px 0;
    font-size: 1.02rem;
    padding: 0.85rem 0.95rem;
  }
  .article-body img {
    width: 100%;
    max-height: none;
    margin: 0.85rem auto;
    border-radius: 8px;
  }
  .article-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    margin-top: 1.35rem;
  }
  .article-action-btn {
    justify-content: center;
    width: 100%;
    min-height: 42px;
  }
  .related-section {
    margin-top: 1.45rem;
  }
  .related-card {
    border-radius: 8px;
  }
  .mobile-dock { display: none !important; }
  .dock-item {
    min-height: 50px;
    font-size: 0.64rem;
    padding-inline: 0.12rem;
  }
  .district-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .district-card:nth-child(3n) { border-right: 1px solid var(--line); }
  .district-card:nth-child(2n) { border-right: 0; }
  .district-card:nth-last-child(-n + 3) { border-bottom: 1px solid var(--line); }
  .district-card:nth-last-child(-n + 2) { border-bottom: 0; }
  .districts-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.55rem;
    padding: 0.9rem 1rem 0.8rem 1.15rem;
  }
  .districts-title { font-size: 1.1rem; }
  .district-card { padding: 0.85rem 0.8rem; gap: 0.6rem; }
  .district-card-ico { width: 34px; height: 34px; font-size: 0.72rem; }
  .district-card-arrow { display: none; }
  .authors-row, .comment-form .row { grid-template-columns: 1fr; }
  .site-footer {
    padding-top: 1rem;
    margin-top: 1rem;
    padding-bottom: calc(0.25rem + env(safe-area-inset-bottom, 0px));
  }
  .footer-main {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-bottom: 1rem;
  }
  .footer-brand { padding: 0.2rem; }
  .footer-brand .logo-footer .logo-img {
    height: 38px !important;
    max-width: 160px !important;
  }
  .footer-brand p {
    margin-top: 0.75rem;
    font-size: 0.86rem;
    line-height: 1.55;
  }
  .footer-brand .social-row a {
    width: 34px;
    height: 34px;
    border-radius: 11px;
  }
  .footer-newsletter {
    padding: 0.9rem;
    border-radius: 18px;
  }
  .footer-newsletter h4 {
    font-size: 1.05rem;
  }
  .footer-nl-lead { font-size: 0.82rem; }
  .footer-nl-row {
    flex-direction: column;
  }
  .footer-nl-row input[type="email"] {
    padding: 0.6rem 0.7rem;
    font-size: 0.86rem;
  }
  .footer-nl-row .btn {
    width: 100%;
  }
  .footer-nl-check {
    font-size: 0.7rem;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    padding-bottom: 0;
  }
  .footer-col {
    padding: 0;
    border-radius: 0;
  }
  .footer-bottom {
    padding: 0.7rem 0 0.85rem;
  }
  .footer-bottom-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.25rem;
    font-size: 0.75rem;
  }
  /* Üst bar mobilde: hava + döviz; künye/iletişim yok */
  .weather-chip {
    display: inline-flex !important;
  }
  .topbar-sep-weather {
    display: inline !important;
    opacity: 0.3;
  }
  .topbar-inner {
    min-height: 0;
    gap: 0.35rem;
    flex-wrap: wrap;
    justify-content: center;
    padding-block: 0.42rem;
  }
  .topbar-left {
    order: 1;
    flex: 0 0 100%;
    width: 100%;
    justify-content: center;
    text-align: center;
    gap: 0.4rem;
  }
  .market-static {
    order: 2;
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: stretch;
    gap: 0.25rem;
    mask-image: none;
    -webkit-mask-image: none;
    overflow: visible;
  }
  .topbar-right {
    order: 3;
    margin-left: 0;
    display: none;
  }
  /* 4 kalem sığsın: kod görünür, delta dar */
  .fx-code { display: inline !important; font-size: 0.62rem; }
  .fx-item {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0.22rem 0.2rem;
    gap: 0.05rem;
    min-width: 0;
    font-size: 0.68rem;
  }
  .fx-icon { display: none; }
  .fx-val { font-size: 0.74rem; max-width: 100%; overflow: hidden; text-overflow: ellipsis; }
  .fx-delta { display: none; }
  /* Sidebar / tam hava widget gizle */
  .widget-weather-full,
  #weatherWidget {
    display: none !important;
  }
  .hero-viewport { aspect-ratio: 4 / 3; min-height: 280px; max-height: none; }
  .hero-copy-wrap { padding: 0.95rem 1rem 1rem; max-width: 100%; }
  .hero-copy h1 { font-size: 1.12rem; line-height: 1.28; }
  .hero-copy p { display: none; }
  .hero-meta-line { font-size: 0.72rem; }
  .hero-pager { min-height: 44px; }
  .hero-num { min-width: 36px; height: 44px; font-size: 0.82rem; }
  /* Manşet altı: kurumsal 2 sütun ızgara */
  .city-strip {
    padding-top: 0.1rem;
    padding-bottom: 0.55rem;
  }
  .svc-bar {
    min-height: 0;
    border-radius: 4px;
  }
  .city-strip-track {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 0;
    border-radius: 0;
  }
  .city-tile {
    min-height: 58px;
    padding: 0.7rem 0.75rem;
    gap: 0.55rem;
    border-radius: 0;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    justify-content: flex-start;
  }
  .city-tile:nth-child(2n) { border-right: 0; }
  .city-tile:nth-child(n + 5) { border-bottom: 0; }
  .city-tile:last-child {
    grid-column: auto;
  }
  .city-ico {
    width: 32px;
    height: 32px;
    border-radius: 50%;
  }
  .city-hint { display: none; }
  .city-ico .ico,
  .city-ico .ico-svg {
    width: 16px;
    height: 16px;
  }
  .city-label {
    font-size: 0.8rem;
    font-weight: 650;
    white-space: normal;
    line-height: 1.2;
  }
  .view-toggle { display: none; }
  .news-body h3 { font-size: 1.06rem; }
  .article-header h1 { font-size: 1.7rem; }
  .article-lead { font-size: 1.03rem; }
  .article-body { font-size: 1.08rem; line-height: 1.82; text-align: left; }
  .article-header h1,
  .article-lead,
  .list-card-body h2,
  .list-card-body p { text-align: left; }
  .quick-chip { font-size: 0.8rem; padding: 0.4rem 0.75rem; }
  .mobile-dock { display: none !important; }
}

/* Home v2: servisler + köşe yazarları */
.city-strip {
  padding: 0.45rem 0 1.1rem;
}
.svc-bar {
  display: flex;
  align-items: stretch;
  gap: 0.75rem;
  min-height: 0;
  padding: 0.75rem;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--red) 14%, var(--line));
  border-radius: 26px;
  background:
    radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--red) 13%, transparent), transparent 32%),
    linear-gradient(135deg, color-mix(in srgb, var(--surface) 96%, var(--bg)), var(--surface));
  box-shadow: 0 18px 46px rgba(15, 20, 25, 0.08);
}
.svc-bar::before {
  inset: 0 auto 0 0;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--red), #f59e0b);
}
.svc-bar-label {
  min-width: 132px;
  padding: 0.9rem 0.95rem;
  border: 0;
  border-radius: 20px;
  background: linear-gradient(145deg, #111827, #2a0f18 70%, var(--red-dark));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
}
.svc-bar-label-kicker { color: rgba(255,255,255,0.62); }
.svc-bar-label-title {
  color: #fff;
  font-size: 1.22rem;
  letter-spacing: -0.04em;
}
.city-strip-track {
  gap: 0.7rem;
  padding: 0;
  background: transparent;
}
.city-tile,
.city-tile:last-child {
  min-height: 132px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.58rem;
  padding: 0.85rem;
  border: 1px solid color-mix(in srgb, var(--line) 82%, transparent);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--red) 9%, transparent), transparent 32%),
    color-mix(in srgb, var(--surface) 92%, var(--bg));
  box-shadow: 0 10px 24px rgba(15, 20, 25, 0.055);
  transition: transform var(--t), box-shadow var(--t), border-color var(--t), background var(--t);
}
.city-tile::before {
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.65rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--red), #f59e0b);
}
.city-tile::after {
  content: "→";
  position: absolute;
  top: 0.75rem;
  right: 0.82rem;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 900;
  opacity: 0.5;
  transition: transform var(--t), opacity var(--t), color var(--t);
}
.city-tile:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--red) 25%, var(--line));
  background: var(--surface);
  box-shadow: 0 18px 34px rgba(15, 20, 25, 0.1);
}
.city-tile:hover::after { transform: translateX(3px); opacity: 1; color: var(--red); }
.city-ico {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  border: 1px solid transparent;
  color: var(--red);
  background: color-mix(in srgb, var(--red) 10%, var(--surface));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18);
}
#cityWeather .city-ico { color: #0369a1; background: #e0f2fe; }
#cityObit .city-ico { color: #7c2d12; background: #ffedd5; }
#cityGold .city-ico { color: #92400e; background: #fef3c7; }
#cityPharmacy .city-ico { color: #047857; background: #d1fae5; }
#cityPrayer .city-ico { color: #4338ca; background: #e0e7ff; }
#cityQuake .city-ico { color: #be123c; background: #ffe4e6; }
.city-tile:hover .city-ico {
  border-color: color-mix(in srgb, currentColor 22%, transparent);
  background: color-mix(in srgb, currentColor 14%, var(--surface));
  color: currentColor;
}
.city-tile-text { gap: 0.2rem; }
.city-label {
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}
.city-hint {
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.city-live-value {
  display: block;
  margin-top: auto;
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.28;
}
.city-live-sub {
  display: -webkit-box;
  max-width: 100%;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 650;
  line-height: 1.25;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.authors-strip {
  margin-top: 0.35rem;
  padding-bottom: 1.35rem;
}
.authors-strip-panel {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 0%, rgba(200,16,46,0.38), transparent 30%),
    radial-gradient(circle at 90% 10%, rgba(245,158,11,0.2), transparent 26%),
    linear-gradient(135deg, #101827 0%, #161c2b 54%, #250f18 100%);
  color: #fff;
  box-shadow: 0 24px 58px rgba(15, 20, 25, 0.18);
}
.authors-strip-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: 0.45;
  pointer-events: none;
}
.authors-strip-head {
  position: relative;
  z-index: 1;
  padding: 1.15rem 1.25rem 0.95rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  background: transparent;
}
.authors-strip-kicker {
  color: #fda4af;
  font-size: 0.7rem;
}
.authors-strip-title {
  color: #fff;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
}
.authors-strip-lead { color: rgba(255,255,255,0.68); }
.authors-strip-more {
  padding: 0.5rem 0.72rem;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: #fff;
}
.authors-strip-more:hover {
  border-color: rgba(255,255,255,0.25);
  background: #fff;
  color: #111827;
}
.authors-strip-track {
  position: relative;
  z-index: 1;
  grid-auto-flow: initial;
  grid-auto-columns: initial;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.85rem;
  padding: 1rem;
  overflow: visible;
  scroll-snap-type: none;
}
.author-chip-card {
  min-height: 205px;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 22px;
  background: rgba(255,255,255,0.085);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  transition: transform var(--t), background var(--t), border-color var(--t), box-shadow var(--t);
}
.author-chip-card:last-child { border-right: 1px solid rgba(255,255,255,0.12); }
.author-chip-card::after {
  left: 1rem;
  right: 1rem;
  bottom: 0.75rem;
  background: linear-gradient(90deg, #fda4af, #facc15);
}
.author-chip-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.24);
  background: rgba(255,255,255,0.13);
  box-shadow: 0 18px 36px rgba(0,0,0,0.18), inset 0 1px 0 rgba(255,255,255,0.1);
}
.author-avatar-strip {
  width: 58px;
  height: 58px;
  border: 2px solid rgba(255,255,255,0.2);
  box-shadow: 0 10px 22px rgba(0,0,0,0.2);
}
.author-chip-name {
  color: #fff;
  font-size: 1.08rem;
}
.author-chip-card:hover .author-chip-name { color: #fff; }
.author-chip-role {
  color: #fda4af;
  font-size: 0.68rem;
}
.author-chip-bio { color: rgba(255,255,255,0.68); }
.author-chip-cta {
  color: #facc15;
  opacity: 1;
}
.author-chip-card:hover .author-chip-cta { color: #fde68a; }

@media (max-width: 1100px) {
  .svc-bar { display: block; }
  .svc-bar-label {
    display: flex;
    min-width: 0;
    margin-bottom: 0.7rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .city-strip-track { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.7rem; }
  .city-tile,
  .city-tile:nth-child(3n),
  .city-tile:nth-child(n + 4) { border: 1px solid color-mix(in srgb, var(--line) 82%, transparent); }
  .authors-strip-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .svc-bar-label { display: none; }
  .city-strip-track { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.55rem; }
  .city-tile,
  .city-tile:nth-child(2n),
  .city-tile:nth-child(n + 5),
  .city-tile:last-child {
    min-height: 112px;
    padding: 0.72rem;
    border: 1px solid color-mix(in srgb, var(--line) 82%, transparent);
    border-radius: 17px;
  }
  .city-ico { width: 36px; height: 36px; border-radius: 14px; }
  .city-label { font-size: 0.82rem; white-space: normal; }
  .city-hint { display: block; font-size: 0.62rem; }
  .city-live-sub { display: none; }
  .authors-strip-panel { border-radius: 22px; }
  .authors-strip-head { padding: 1rem; }
  .authors-strip-track { grid-template-columns: 1fr; padding: 0.75rem; }
  .author-chip-card { min-height: 0; padding: 0.9rem; }
}

/* Home v3: daha sade premium servis/yazar alanları */
.city-strip {
  padding: 0.25rem 0 1rem;
}
.svc-bar {
  display: block;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: 0 10px 28px rgba(15, 20, 25, 0.055);
}
.svc-bar::before { display: none; }
.svc-bar-label {
  display: flex;
  min-width: 0;
  padding: 0.85rem 1rem;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: linear-gradient(180deg, color-mix(in srgb, var(--bg) 58%, var(--surface)), var(--surface));
  box-shadow: none;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.svc-bar-label-kicker {
  color: var(--red);
  font-size: 0.62rem;
}
.svc-bar-label-title {
  color: var(--ink);
  font-size: 0.98rem;
  letter-spacing: -0.02em;
}
.city-strip-track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  padding: 0;
}
.city-tile,
.city-tile:last-child,
.city-tile:nth-child(3n),
.city-tile:nth-child(n + 4),
.city-tile:nth-child(2n),
.city-tile:nth-child(n + 5) {
  min-height: 104px;
  padding: 0.85rem 0.8rem;
  gap: 0.42rem;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: var(--surface);
  box-shadow: none;
  transform: none;
}
.city-tile:last-child { border-right: 0; }
.city-tile::before {
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 0;
  background: var(--red);
}
.city-tile::after {
  top: auto;
  right: 0.8rem;
  bottom: 0.78rem;
  font-size: 0.8rem;
  opacity: 0.34;
}
.city-tile:hover {
  transform: none;
  border-color: var(--line);
  background: color-mix(in srgb, var(--bg) 55%, var(--surface));
  box-shadow: none;
}
.city-ico {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  box-shadow: none;
}
.city-label {
  font-size: 0.84rem;
  font-weight: 850;
  letter-spacing: -0.02em;
}
.city-hint {
  font-size: 0.64rem;
  letter-spacing: 0.04em;
}
.city-live-value {
  margin-top: 0.15rem;
  padding-right: 1rem;
  font-size: 0.68rem;
  font-weight: 800;
}
.city-live-sub { display: none; }

.authors-strip {
  margin-top: 0.15rem;
  padding-bottom: 1.1rem;
}
.authors-strip-panel {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  color: var(--ink);
  box-shadow: 0 10px 28px rgba(15, 20, 25, 0.055);
}
.authors-strip-panel::before { display: none; }
.authors-strip-head {
  padding: 1rem 1.05rem 0.9rem;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, color-mix(in srgb, var(--bg) 58%, var(--surface)), var(--surface));
}
.authors-strip-kicker {
  color: var(--red);
  font-size: 0.64rem;
}
.authors-strip-title {
  color: var(--ink);
  font-size: 1.28rem;
}
.authors-strip-lead { color: var(--muted); }
.authors-strip-more {
  padding: 0.42rem 0.66rem;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink-2);
}
.authors-strip-more:hover {
  border-color: color-mix(in srgb, var(--red) 32%, var(--line));
  background: var(--red-soft);
  color: var(--red);
}
.authors-strip-track {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 0;
  padding: 0;
  overflow: hidden;
}
.author-chip-card,
.author-chip-card:last-child {
  min-height: 168px;
  padding: 1rem;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: var(--surface);
  color: var(--ink);
  box-shadow: none;
  transform: none;
}
.author-chip-card:last-child { border-right: 0; }
.author-chip-card::after {
  left: 1rem;
  right: 1rem;
  bottom: 0;
  background: var(--red);
}
.author-chip-card:hover {
  transform: none;
  border-color: var(--line);
  background: color-mix(in srgb, var(--bg) 50%, var(--surface));
  box-shadow: none;
}
.author-avatar-strip {
  width: 54px;
  height: 54px;
  border: 1px solid var(--line);
  box-shadow: none;
}
.author-chip-name {
  color: var(--ink);
  font-size: 1.02rem;
}
.author-chip-card:hover .author-chip-name { color: var(--red); }
.author-chip-role {
  color: var(--muted);
  font-size: 0.66rem;
}
.author-chip-bio { color: var(--muted); }
.author-chip-cta {
  color: var(--red);
  opacity: 0.9;
}
.author-chip-card:hover .author-chip-cta { color: var(--red); }

@media (max-width: 1100px) {
  .city-strip-track { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .city-tile,
  .city-tile:nth-child(3n),
  .city-tile:nth-child(n + 4) {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .city-tile:nth-child(3n) { border-right: 0; }
  .city-tile:nth-child(n + 4) { border-bottom: 0; }
  .authors-strip-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .author-chip-card:nth-child(2n) { border-right: 0; }
}
@media (max-width: 720px) {
  .svc-bar-label { display: flex; }
  .city-strip-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .city-tile,
  .city-tile:nth-child(2n),
  .city-tile:nth-child(n + 5),
  .city-tile:last-child {
    min-height: 96px;
    border-radius: 0;
  }
  .city-tile:nth-child(2n) { border-right: 0; }
  .city-tile:nth-child(n + 5) { border-bottom: 0; }
  .authors-strip-track { grid-template-columns: 1fr; }
  .author-chip-card,
  .author-chip-card:nth-child(2n),
  .author-chip-card:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .author-chip-card:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-slide.is-active .hero-link img { transform: none; }
  *, *::before, *::after { transition: none !important; animation-duration: 0.01ms !important; }
}

/* ========== Hizmet butonları: sade modern ikon + isim ========== */
.svc-bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
.svc-bar::before { display: none; }
.svc-bar-label {
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.svc-bar-label-kicker { color: var(--muted); }
.svc-bar-label-title { color: var(--ink); font-size: 0.94rem; }

.city-strip-track {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.6rem;
  padding: 0;
}
.city-tile,
.city-tile:last-child,
.city-tile:nth-child(2n),
.city-tile:nth-child(3n),
.city-tile:nth-child(n + 4),
.city-tile:nth-child(n + 5) {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 96px;
  padding: 1.1rem 0.5rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: none;
  transform: none;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.city-tile::before,
.city-tile::after { content: none; display: none; }
.city-tile:hover,
.city-tile:nth-child(n):hover {
  background: var(--surface);
  border-color: var(--red);
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(15, 20, 25, 0.08);
}
.city-ico,
#cityWeather .city-ico,
#cityObit .city-ico,
#cityGold .city-ico,
#cityPharmacy .city-ico,
#cityPrayer .city-ico,
#cityQuake .city-ico {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 0;
  color: var(--red);
  background: color-mix(in srgb, var(--red) 9%, var(--surface));
  box-shadow: none;
}
.city-tile:hover .city-ico {
  color: #fff;
  background: var(--red);
}
.city-ico .ico,
.city-ico .ico-svg { width: 18px; height: 18px; }
.city-tile-text { align-items: center; gap: 0; }
.city-label {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  white-space: normal;
  text-align: center;
  overflow: visible;
}
.city-hint,
.city-live-value,
.city-live-sub { display: none !important; }

@media (max-width: 860px) {
  .svc-bar-label { display: none; }
  .city-strip-track { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.55rem; }
}
@media (max-width: 480px) {
  .city-strip-track { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.5rem; }
  .city-ico { width: 36px; height: 36px; }
  .city-label { font-size: 0.78rem; }
}

/* ========== Köşe yazarları: sade modern kart ========== */
.authors-strip { margin-top: 1.5rem; padding-bottom: 1.3rem; }
.authors-strip-panel {
  border: 0; border-radius: 0; background: transparent; box-shadow: none; padding: 0; color: var(--ink);
}
.authors-strip-panel::before { display: none; content: none; }
.authors-strip-head {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem;
  padding: 0 0 1rem; border: 0; background: transparent;
}
.authors-strip-kicker {
  color: var(--red); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
}
.authors-strip-title { color: var(--ink); font-size: 1.3rem; font-weight: 800; letter-spacing: -0.02em; margin: 0.2rem 0 0.15rem; }
.authors-strip-lead { color: var(--muted); font-size: 0.86rem; margin: 0; }
.authors-strip-more {
  flex-shrink: 0; padding: 0.5rem 0.9rem; border: 1px solid var(--line); border-radius: 999px;
  background: var(--surface); color: var(--ink-2); font-weight: 700; font-size: 0.8rem;
  transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}
.authors-strip-more:hover {
  border-color: var(--red); color: var(--red); background: color-mix(in srgb, var(--red) 6%, var(--surface));
}

.authors-strip-track {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 0.85rem; padding: 0; overflow: visible;
}
.author-chip-card,
.author-chip-card:last-child {
  min-height: 0; padding: 1.1rem; border: 1px solid var(--line); border-right: 1px solid var(--line);
  border-radius: 16px; background: var(--surface); color: var(--ink); box-shadow: none; transform: none;
  display: flex; flex-direction: column; gap: 0.7rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.author-chip-card::after { content: none; display: none; }
.author-chip-card:hover {
  transform: translateY(-3px); border-color: var(--red); background: var(--surface);
  box-shadow: 0 10px 22px rgba(15, 20, 25, 0.08);
}
.author-chip-top { display: flex; align-items: center; gap: 0.75rem; }
.author-avatar-strip { width: 48px; height: 48px; border: 0; box-shadow: none; border-radius: 50%; }
.author-chip-meta { display: flex; flex-direction: column; gap: 0.1rem; min-width: 0; }
.author-chip-name {
  color: var(--ink); font-size: 0.98rem; font-weight: 800; letter-spacing: -0.01em;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.author-chip-card:hover .author-chip-name { color: var(--red); }
.author-chip-role { color: var(--muted); font-size: 0.72rem; font-weight: 600; }
.author-chip-bio {
  color: var(--muted); font-size: 0.82rem; line-height: 1.45; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.author-chip-cta {
  color: var(--red); opacity: 1; font-size: 0.8rem; font-weight: 700; margin-top: auto;
  display: inline-flex; align-items: center; gap: 0.25rem; transition: gap 0.18s ease;
}
.author-chip-card:hover .author-chip-cta { gap: 0.45rem; color: var(--red); }

@media (max-width: 640px) {
  .authors-strip-head { flex-direction: column; align-items: flex-start; gap: 0.6rem; }
}

/* ========== Haber Detay: modern okuma deneyimi ========== */
body[data-page="article"] {
  background:
    radial-gradient(circle at 12% 2%, color-mix(in srgb, var(--red) 10%, transparent), transparent 28rem),
    linear-gradient(180deg, color-mix(in srgb, var(--surface) 65%, var(--bg)) 0, var(--bg) 34rem);
}
body[data-page="article"] .article-hero {
  padding-top: 1rem;
}
body[data-page="article"] .breadcrumb {
  width: fit-content;
  max-width: 100%;
  margin: 0 0 0.9rem;
  padding: 0.45rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface) 88%, transparent);
  box-shadow: 0 8px 22px rgba(15, 20, 25, 0.04);
  backdrop-filter: blur(10px);
}
body[data-page="article"] .breadcrumb a {
  font-weight: 700;
}
body[data-page="article"] .article-layout {
  justify-content: center;
  gap: 1.1rem;
  padding-bottom: 3rem;
}
body[data-page="article"] .article-main {
  flex: 1 1 780px;
  max-width: 820px;
  margin-inline: auto;
}
body[data-page="article"] .article-sidebar {
  flex: 0 0 320px;
  width: 320px;
  max-width: 320px;
  display: flex !important;
  gap: 0.75rem;
}
body[data-page="article"] .article-layout > aside.article-sidebar:has(.article-side-panel) {
  display: flex !important;
}
body[data-page="article"] .article-sidebar:not(:has(.article-side-panel)):not(:has(.widget:not([hidden]))) {
  display: none !important;
}
body[data-page="article"] .article-header {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  padding: clamp(1.05rem, 2.6vw, 1.65rem);
  border: 1px solid color-mix(in srgb, var(--red) 12%, var(--line));
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--red) 14%, transparent), transparent 18rem),
    linear-gradient(135deg, color-mix(in srgb, var(--surface) 96%, var(--bg)), var(--surface));
  box-shadow: 0 18px 46px rgba(15, 20, 25, 0.08);
}
body[data-page="article"] .article-header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--red), #f59e0b);
}
.article-kicker-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem;
}
body[data-page="article"] .article-header .cat-badge {
  padding: 0.36rem 0.72rem;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow: 0 8px 18px color-mix(in srgb, var(--red) 20%, transparent);
}
.article-origin {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.article-origin::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #16a34a;
  box-shadow: 0 0 0 4px color-mix(in srgb, #16a34a 14%, transparent);
}
body[data-page="article"] .article-header h1 {
  max-width: 17ch;
  margin: 0.75rem 0 0.85rem;
  font-size: clamp(2rem, 4.5vw, 3.7rem);
  line-height: 1.05;
  letter-spacing: -0.055em;
}
body[data-page="article"] .article-lead {
  max-width: 62ch;
  margin-bottom: 1.2rem;
  color: var(--ink-2);
  font-size: clamp(1.05rem, 1.55vw, 1.24rem);
  line-height: 1.62;
  font-weight: 550;
}
body[data-page="article"] .article-meta-bar {
  align-items: center;
  margin: 0;
  padding: 0.8rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: color-mix(in srgb, var(--bg) 54%, var(--surface));
}
.article-meta-main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.38rem 0.65rem;
  min-width: 0;
}
body[data-page="article"] .article-time-line,
.article-read-estimate {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.article-read-estimate:not(:empty) {
  padding: 0.22rem 0.55rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink-2);
}
body[data-page="article"] .reader-tools {
  margin-left: auto;
}
body[data-page="article"] .share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 38px;
  border-radius: 999px;
  background: var(--surface);
  font-weight: 850;
}
body[data-page="article"] .share-btn:hover,
body[data-page="article"] .share-btn.is-active {
  transform: translateY(-1px);
  background: color-mix(in srgb, var(--red) 7%, var(--surface));
  box-shadow: 0 8px 18px rgba(15, 20, 25, 0.06);
}
body[data-page="article"] .article-cover {
  margin: 0 0 1rem;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--surface);
  box-shadow: 0 18px 46px rgba(15, 20, 25, 0.1);
}
body[data-page="article"] .article-cover img {
  max-height: min(56vh, 520px);
  border-radius: 0;
}
body[data-page="article"] .article-body {
  padding: clamp(1rem, 2.6vw, 1.65rem);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
  box-shadow: 0 12px 34px rgba(15, 20, 25, 0.06);
  color: var(--ink-2);
  font-size: 1.1rem;
  line-height: 1.82;
}
body[data-page="article"] .article-body p {
  margin-bottom: 1.2rem;
}
body[data-page="article"] .article-body p:first-child {
  color: var(--ink);
  font-size: 1.12em;
  line-height: 1.76;
}
body[data-page="article"] .article-body h2 {
  margin-top: 1.9rem;
  font-size: clamp(1.35rem, 2.1vw, 1.72rem);
}
body[data-page="article"] .article-body blockquote {
  border: 0;
  border-radius: 18px;
  padding: 1.05rem 1.2rem;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--red) 15%, transparent), transparent),
    color-mix(in srgb, var(--red) 7%, var(--surface));
  box-shadow: inset 4px 0 0 var(--red);
}
body[data-page="article"] .article-body img {
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(15, 20, 25, 0.08);
}
body[data-page="article"] .article-actions {
  margin-top: 1rem;
  padding: 0.85rem;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
  box-shadow: 0 10px 28px rgba(15, 20, 25, 0.05);
}
body[data-page="article"] .article-tags {
  margin-top: 0.75rem;
  padding: 0;
  border: 0;
}
body[data-page="article"] .article-tags a {
  background: color-mix(in srgb, var(--red) 6%, var(--surface));
  color: var(--ink-2);
  font-weight: 850;
}
body[data-page="article"] .article-tags a:hover {
  border-color: var(--red);
  color: var(--red);
}
body[data-page="article"] .comments,
body[data-page="article"] .related-section {
  margin-top: 1.15rem;
  padding: clamp(1rem, 2.4vw, 1.35rem);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
  box-shadow: 0 12px 34px rgba(15, 20, 25, 0.06);
}
.comments-head,
.related-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.95rem;
}
.section-kicker {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
body[data-page="article"] .comments h2,
body[data-page="article"] .related-section .section-title {
  margin-bottom: 0;
}
.comments-head p {
  margin: 0.3rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}
.section-more {
  flex-shrink: 0;
  padding: 0.48rem 0.82rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--bg);
  color: var(--ink-2);
  font-size: 0.8rem;
  font-weight: 850;
}
.section-more:hover {
  border-color: var(--red);
  color: var(--red);
}
body[data-page="article"] .comment-rules {
  margin-bottom: 0.9rem;
  border-radius: 18px;
  box-shadow: none;
}
body[data-page="article"] .comment-form {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: color-mix(in srgb, var(--bg) 58%, var(--surface));
}
.comment-form-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.7rem;
  margin-bottom: 0.1rem;
}
.comment-form-head strong {
  font-size: 1rem;
}
.comment-form-head span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}
body[data-page="article"] .comment-form input,
body[data-page="article"] .comment-form textarea {
  width: 100%;
  border-radius: 14px;
  background: var(--surface);
}
body[data-page="article"] .comment-form textarea {
  min-height: 118px;
  resize: vertical;
}
body[data-page="article"] .comment-form .btn {
  justify-self: start;
  min-width: 132px;
}
body[data-page="article"] .comment-list {
  margin-top: 0.9rem;
}
body[data-page="article"] .comment-item {
  border-radius: 18px;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--red) 4%, transparent), transparent),
    var(--surface);
  box-shadow: 0 8px 22px rgba(15, 20, 25, 0.04);
}
body[data-page="article"] .related-groups {
  gap: 1rem;
}
body[data-page="article"] .related-group-title {
  margin-bottom: 0.7rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
body[data-page="article"] .related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}
body[data-page="article"] .related-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 20px;
  color: inherit;
  box-shadow: none;
  overflow: hidden;
}
body[data-page="article"] .related-card:hover {
  border-color: color-mix(in srgb, var(--red) 38%, var(--line));
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(15, 20, 25, 0.1);
}
.related-thumb {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background:
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--red) 14%, transparent), transparent 60%),
    var(--bg);
}
.related-thumb-empty {
  min-height: 120px;
}
body[data-page="article"] .related-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.35s ease;
}
body[data-page="article"] .related-card:hover img {
  transform: scale(1.04);
}
.related-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.45rem;
  padding: 0.85rem 0.9rem 0.95rem;
}
body[data-page="article"] .related-meta {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--red) 9%, var(--surface));
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
body[data-page="article"] .related-card h3 {
  margin: 0;
  padding: 0;
  font-size: 0.96rem;
  line-height: 1.35;
  letter-spacing: -0.02em;
}
.related-cta {
  margin-top: auto;
  color: var(--ink-2);
  font-size: 0.78rem;
  font-weight: 900;
}
body[data-page="article"] .related-card:hover .related-cta {
  color: var(--red);
}

body[data-page="article"] .article-side-panel {
  display: flex;
  flex-direction: column;
  gap: 0.78rem;
  width: 100%;
}
body[data-page="article"] .article-side-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: 0 12px 30px rgba(15, 20, 25, 0.065);
}
body[data-page="article"] .article-side-popular {
  color: #fff;
  border: 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(245, 158, 11, 0.26), transparent 38%),
    radial-gradient(circle at 0% 100%, rgba(200, 16, 46, 0.32), transparent 42%),
    linear-gradient(145deg, #0f172a 0%, #19131d 54%, #3b0d18 100%);
  box-shadow: 0 18px 42px rgba(15, 20, 25, 0.18);
}
body[data-page="article"] .article-side-popular::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.4;
  pointer-events: none;
}
body[data-page="article"] .article-side-popular-head {
  position: relative;
  z-index: 1;
  padding: 1rem 1rem 0.65rem;
}
body[data-page="article"] .article-side-popular-head .article-side-kicker {
  margin-bottom: 0.42rem;
  color: #fde68a;
}
body[data-page="article"] .article-side-popular-head h2 {
  margin: 0 0 0.36rem;
  font-family: var(--serif);
  font-size: 1.42rem;
  line-height: 1.08;
  letter-spacing: -0.045em;
}
body[data-page="article"] .article-side-popular-head p {
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 0.82rem;
  line-height: 1.45;
  font-weight: 650;
}
.article-side-popular-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.52rem;
  padding: 0 0.75rem 0.75rem;
}
.article-popular-link {
  position: relative;
  display: grid;
  grid-template-columns: 34px 58px minmax(0, 1fr);
  gap: 0.55rem;
  align-items: center;
  min-width: 0;
  padding: 0.55rem;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 17px;
  background: rgba(255,255,255,0.08);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  transition: transform var(--t), background var(--t), border-color var(--t), box-shadow var(--t);
}
.article-popular-link:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.24);
  background: rgba(255,255,255,0.13);
  box-shadow: 0 14px 28px rgba(0,0,0,0.18), inset 0 1px 0 rgba(255,255,255,0.12);
}
.article-popular-link.is-lead {
  grid-template-columns: 1fr;
  align-items: stretch;
  padding: 0.62rem;
}
.article-popular-rank {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(255,255,255,0.12);
  color: #fde68a;
  font-size: 0.82rem;
  font-weight: 950;
  font-variant-numeric: tabular-nums;
}
.article-popular-link.is-lead .article-popular-rank {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background: var(--red);
  color: #fff;
  box-shadow: 0 12px 24px rgba(0,0,0,0.22);
}
.article-popular-media {
  display: block;
  width: 58px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(255,255,255,0.1);
}
.article-popular-link.is-lead .article-popular-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 15px;
}
.article-popular-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.article-popular-link:hover .article-popular-media img {
  transform: scale(1.05);
}
.article-popular-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.24rem;
}
.article-popular-copy em {
  color: #fda4af;
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.article-popular-copy strong {
  color: #fff;
  font-size: 0.86rem;
  line-height: 1.28;
  font-weight: 850;
  letter-spacing: -0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-popular-link.is-lead .article-popular-copy strong {
  font-size: 1rem;
  line-height: 1.24;
}
body[data-page="article"] .article-side-intro {
  padding: 1rem;
  color: #fff;
  border: 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(245, 158, 11, 0.26), transparent 38%),
    linear-gradient(145deg, #111827 0%, #1e1520 58%, #3b0d18 100%);
}
body[data-page="article"] .article-side-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.42;
  pointer-events: none;
}
.article-side-kicker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 0.5rem;
  color: #fda4af;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
body[data-page="article"] .article-side-intro h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 0.45rem;
  font-family: var(--serif);
  font-size: 1.38rem;
  line-height: 1.12;
  letter-spacing: -0.04em;
}
body[data-page="article"] .article-side-intro p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 0.86rem;
  line-height: 1.5;
}
.article-side-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.82rem 0.9rem;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, color-mix(in srgb, var(--bg) 54%, var(--surface)), var(--surface));
}
.article-side-head span {
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 950;
  letter-spacing: -0.02em;
}
.article-side-all {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 850;
}
.article-side-all:hover {
  color: var(--red);
}
.article-side-news {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0.45rem;
}
.article-side-link {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 0.65rem;
  align-items: center;
  padding: 0.48rem;
  border-radius: 16px;
  color: inherit;
  transition: background var(--t), transform var(--t);
}
.article-side-link:hover {
  background: color-mix(in srgb, var(--red) 6%, var(--surface));
  transform: translateY(-1px);
}
.article-side-thumb {
  display: block;
  width: 82px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 13px;
  background: var(--bg);
}
.article-side-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.article-side-link:hover .article-side-thumb img {
  transform: scale(1.05);
}
.article-side-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.22rem;
}
.article-side-copy span {
  color: var(--red);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.article-side-copy strong {
  color: var(--ink);
  font-size: 0.86rem;
  line-height: 1.32;
  font-weight: 800;
  letter-spacing: -0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-side-share-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.45rem;
  padding: 0.75rem;
}
body[data-page="article"] .article-side-share-grid .share-btn {
  width: 100%;
  min-height: 40px;
  justify-content: center;
}

@media (max-width: 1024px) {
  body[data-page="article"] .article-main {
    max-width: 100%;
  }
  body[data-page="article"] .article-sidebar {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }
  body[data-page="article"] .article-side-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: start;
  }
  body[data-page="article"] .article-side-share {
    grid-column: 1 / -1;
  }
  .article-side-share-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  body[data-page="article"] .article-hero {
    width: min(100% - 1rem, var(--max));
    padding-top: 0.65rem;
  }
  body[data-page="article"] .breadcrumb {
    border-radius: 14px;
  }
  body[data-page="article"] .article-header,
  body[data-page="article"] .article-body,
  body[data-page="article"] .comments,
  body[data-page="article"] .related-section,
  body[data-page="article"] .article-actions {
    border-radius: 18px;
  }
  body[data-page="article"] .article-header h1 {
    max-width: none;
    font-size: clamp(1.75rem, 9vw, 2.45rem);
    letter-spacing: -0.035em;
  }
  body[data-page="article"] .article-meta-bar,
  .comment-form-head,
  .comments-head,
  .related-head {
    align-items: flex-start;
  }
  body[data-page="article"] .reader-tools {
    width: 100%;
    margin-left: 0;
  }
  body[data-page="article"] .reader-tools .share-btn,
  body[data-page="article"] .article-action-btn {
    flex: 1 1 calc(50% - 0.3rem);
  }
  body[data-page="article"] .comment-form .row,
  body[data-page="article"] .related-grid {
    grid-template-columns: 1fr;
  }
  body[data-page="article"] .article-side-panel,
  .article-side-share-grid {
    grid-template-columns: 1fr;
  }
  body[data-page="article"] .comment-form .btn {
    width: 100%;
  }
  .comments-head,
  .related-head,
  .comment-form-head {
    flex-direction: column;
    gap: 0.45rem;
  }
  .section-more {
    width: 100%;
    text-align: center;
  }
}

/* ========== Koyu Mod Kontrast Düzeltmeleri ========== */
[data-theme="dark"] body {
  color: var(--ink);
  background: var(--bg);
}
[data-theme="dark"] .site-header,
[data-theme="dark"] .header-inner,
[data-theme="dark"] .search-panel,
[data-theme="dark"] .search-form,
[data-theme="dark"] .suggest-item,
[data-theme="dark"] .hero-pager,
[data-theme="dark"] .svc-bar,
[data-theme="dark"] .city-tile,
[data-theme="dark"] .authors-strip-panel,
[data-theme="dark"] .authors-strip-head,
[data-theme="dark"] .author-chip-card,
[data-theme="dark"] .districts-panel,
[data-theme="dark"] .districts-head,
[data-theme="dark"] .district-card,
[data-theme="dark"] .widget,
[data-theme="dark"] .news-card,
[data-theme="dark"] .list-card,
[data-theme="dark"] .editor-card,
[data-theme="dark"] .media-card,
[data-theme="dark"] .category-feature-card,
[data-theme="dark"] .contact-card,
[data-theme="dark"] .contact-form-card,
[data-theme="dark"] .gold-table-card,
[data-theme="dark"] .gold-aside .card-like,
[data-theme="dark"] .wx-page-stat,
[data-theme="dark"] .wx-forecast-card,
[data-theme="dark"] .wx-fday,
[data-theme="dark"] .service-card,
[data-theme="dark"] .prayer-card,
[data-theme="dark"] .pharm-card,
[data-theme="dark"] .quake-row,
[data-theme="dark"] .comment-item,
[data-theme="dark"] body[data-page="article"] .article-header,
[data-theme="dark"] body[data-page="article"] .article-cover,
[data-theme="dark"] body[data-page="article"] .article-body,
[data-theme="dark"] body[data-page="article"] .article-actions,
[data-theme="dark"] body[data-page="article"] .comments,
[data-theme="dark"] body[data-page="article"] .related-section,
[data-theme="dark"] body[data-page="article"] .article-side-card,
[data-theme="dark"] body[data-page="article"] .related-card {
  background: var(--surface);
  border-color: var(--line);
  color: var(--ink);
  box-shadow: none;
}
[data-theme="dark"] .header-inner,
[data-theme="dark"] .search-panel,
[data-theme="dark"] .widget,
[data-theme="dark"] .news-card,
[data-theme="dark"] body[data-page="article"] .article-body,
[data-theme="dark"] body[data-page="article"] .comments,
[data-theme="dark"] body[data-page="article"] .related-section {
  box-shadow: 0 10px 30px rgba(0,0,0,0.22);
}
[data-theme="dark"] .article-header h1,
[data-theme="dark"] .article-body h2,
[data-theme="dark"] .news-body h3,
[data-theme="dark"] .list-card-body h2,
[data-theme="dark"] .editor-card h3,
[data-theme="dark"] .category-feature-card h3,
[data-theme="dark"] .widget-title,
[data-theme="dark"] .section-title,
[data-theme="dark"] .districts-title,
[data-theme="dark"] .authors-strip-title,
[data-theme="dark"] .author-chip-name,
[data-theme="dark"] .city-label,
[data-theme="dark"] .gold-name,
[data-theme="dark"] .gold-sell strong,
[data-theme="dark"] .wx-page-stat b,
[data-theme="dark"] .wx-fday-max,
[data-theme="dark"] .fb-title,
[data-theme="dark"] .fb-team-name,
[data-theme="dark"] .fb-team-row > strong,
[data-theme="dark"] body[data-page="article"] .article-popular-copy strong,
[data-theme="dark"] body[data-page="article"] .article-side-copy strong,
[data-theme="dark"] body[data-page="article"] .related-card h3 {
  color: var(--ink);
}
[data-theme="dark"] .article-lead,
[data-theme="dark"] .article-body,
[data-theme="dark"] .article-body p,
[data-theme="dark"] .news-body p,
[data-theme="dark"] .list-card-body p,
[data-theme="dark"] .editor-card p,
[data-theme="dark"] .authors-strip-lead,
[data-theme="dark"] .author-chip-bio,
[data-theme="dark"] .districts-lead,
[data-theme="dark"] .comment-rules p,
[data-theme="dark"] .comment-item p,
[data-theme="dark"] .footer-brand p,
[data-theme="dark"] .footer-nl-lead,
[data-theme="dark"] .site-footer li a,
[data-theme="dark"] .footer-bottom-inner,
[data-theme="dark"] .meta,
[data-theme="dark"] .article-time-line,
[data-theme="dark"] .article-origin,
[data-theme="dark"] .article-side-all,
[data-theme="dark"] .article-side-popular-head p,
[data-theme="dark"] .article-popular-copy em,
[data-theme="dark"] .article-side-copy span {
  color: var(--muted);
}
[data-theme="dark"] .article-read-estimate,
[data-theme="dark"] .share-btn,
[data-theme="dark"] .quick-chip,
[data-theme="dark"] .cat-tab,
[data-theme="dark"] .page-btn,
[data-theme="dark"] .btn-outline,
[data-theme="dark"] .section-more,
[data-theme="dark"] .hero-all,
[data-theme="dark"] .authors-strip-more,
[data-theme="dark"] .article-tags a,
[data-theme="dark"] body[data-page="article"] .article-popular-link,
[data-theme="dark"] body[data-page="article"] .article-popular-link.is-lead,
[data-theme="dark"] .popular-card,
[data-theme="dark"] .live-card,
[data-theme="dark"] .fb-summary-card,
[data-theme="dark"] .fb-board,
[data-theme="dark"] .fb-team-row {
  background: color-mix(in srgb, var(--surface) 82%, var(--bg));
  border-color: var(--line);
  color: var(--ink);
}
[data-theme="dark"] .hero-num,
[data-theme="dark"] .view-btn,
[data-theme="dark"] .icon-btn,
[data-theme="dark"] .nav-more > button,
[data-theme="dark"] .dropdown,
[data-theme="dark"] .dropdown a,
[data-theme="dark"] .main-nav a {
  color: var(--ink-2);
}
[data-theme="dark"] .main-nav a:hover,
[data-theme="dark"] .dropdown a:hover,
[data-theme="dark"] .icon-btn:hover,
[data-theme="dark"] .hero-num:hover,
[data-theme="dark"] .hero-num.active,
[data-theme="dark"] .cat-tab.active,
[data-theme="dark"] .page-btn.active,
[data-theme="dark"] .page-btn:hover {
  color: #fff;
}
[data-theme="dark"] input,
[data-theme="dark"] select,
[data-theme="dark"] textarea,
[data-theme="dark"] .comment-form input,
[data-theme="dark"] .comment-form textarea,
[data-theme="dark"] .field input,
[data-theme="dark"] .field textarea,
[data-theme="dark"] .field select,
[data-theme="dark"] .newsletter-form input,
[data-theme="dark"] .gold-calc-field input,
[data-theme="dark"] .gold-calc-field select {
  background: color-mix(in srgb, var(--surface) 78%, var(--bg));
  border-color: var(--line);
  color: var(--ink);
}
[data-theme="dark"] input::placeholder,
[data-theme="dark"] textarea::placeholder {
  color: color-mix(in srgb, var(--muted) 78%, transparent);
}
[data-theme="dark"] .article-meta-bar,
[data-theme="dark"] .comment-form,
[data-theme="dark"] .comment-rules,
[data-theme="dark"] .gold-table th,
[data-theme="dark"] .gold-disclaimer,
[data-theme="dark"] .fb-tabs,
[data-theme="dark"] .fb-board-head,
[data-theme="dark"] .period-tabs,
[data-theme="dark"] .cat-filter-bar,
[data-theme="dark"] .search-suggest,
[data-theme="dark"] .service-nav-link {
  background: color-mix(in srgb, var(--bg) 72%, var(--surface));
  border-color: var(--line);
  color: var(--ink-2);
}
[data-theme="dark"] .gold-table tbody tr:hover,
[data-theme="dark"] .district-card:hover,
[data-theme="dark"] .author-chip-card:hover,
[data-theme="dark"] .city-tile:hover,
[data-theme="dark"] .popular-card:hover,
[data-theme="dark"] .live-card:hover,
[data-theme="dark"] .fb-team-row:hover,
[data-theme="dark"] body[data-page="article"] .article-popular-link:hover,
[data-theme="dark"] body[data-page="article"] .article-side-link:hover {
  background: color-mix(in srgb, #fff 5%, var(--surface));
}
[data-theme="dark"] .city-ico,
[data-theme="dark"] #cityWeather .city-ico,
[data-theme="dark"] #cityObit .city-ico,
[data-theme="dark"] #cityGold .city-ico,
[data-theme="dark"] #cityPharmacy .city-ico,
[data-theme="dark"] #cityPrayer .city-ico,
[data-theme="dark"] #cityQuake .city-ico,
[data-theme="dark"] .popular-thumb,
[data-theme="dark"] .article-side-thumb,
[data-theme="dark"] body[data-page="article"] .article-popular-media,
[data-theme="dark"] body[data-page="article"] .article-popular-link.is-lead .article-popular-media {
  background: color-mix(in srgb, var(--bg) 72%, var(--surface));
  border-color: var(--line);
}
[data-theme="dark"] .site-footer {
  background: #050b14;
  border-top-color: var(--red);
}
[data-theme="dark"] .footer-newsletter,
[data-theme="dark"] .footer-col {
  background: rgba(255,255,255,0.045);
  border-color: rgba(255,255,255,0.11);
}
[data-theme="dark"] .footer-brand .social-row:not([hidden]) {
  display: flex;
}
[data-theme="dark"] .social-row a {
  color: #e8eef4;
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.12);
}
[data-theme="dark"] .social-row a:hover {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
}

/* ========== Header Son Dakika: modern dikkat şeridi ========== */
.breaking {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 8% 50%, rgba(255,255,255,0.2), transparent 22%),
    linear-gradient(90deg, #7f071b 0%, var(--red) 42%, #d63048 100%);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 12px 28px rgba(127, 7, 27, 0.18);
  scroll-margin-top: calc(var(--header-h) + 0.75rem);
}
.breaking::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.16) 18%, transparent 34%),
    linear-gradient(0deg, rgba(255,255,255,0.08), transparent 48%);
  transform: translateX(-55%);
  animation: breakingSheen 5.5s ease-in-out infinite;
  pointer-events: none;
}
.breaking::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.38), transparent);
  pointer-events: none;
}
@keyframes breakingSheen {
  0%, 48% { transform: translateX(-65%); opacity: 0; }
  58% { opacity: 1; }
  100% { transform: translateX(115%); opacity: 0; }
}
.breaking-inner {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  overflow: hidden;
}
.breaking-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  min-height: 34px;
  padding: 0.42rem 0.78rem;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  background: rgba(5, 10, 18, 0.34);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 8px 18px rgba(0,0,0,0.14);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}
.breaking-badge::after {
  display: none;
  content: none;
}
.breaking .pulse {
  width: 8px;
  height: 8px;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(255,255,255,0.68), 0 0 14px rgba(255,255,255,0.58);
}
.breaking-track {
  position: relative;
  min-width: 0;
  flex: 1;
  min-height: 36px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0.35rem 0.8rem;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
}
.breaking-track::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 0.62rem;
  border-radius: 50%;
  background: rgba(255,255,255,0.78);
  box-shadow: 0 0 0 4px rgba(255,255,255,0.12);
  flex-shrink: 0;
}
.breaking-content,
.breaking-content.is-fade {
  width: 100%;
  min-width: 0;
}
.breaking-content a,
.breaking-content.is-fade .breaking-item {
  color: #fff;
  font-size: 0.93rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.breaking-content.is-fade .breaking-item {
  position: relative;
  padding-right: 2rem;
  text-shadow: 0 1px 0 rgba(0,0,0,0.12);
}
.breaking-content.is-fade .breaking-item::after {
  content: "→";
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255,255,255,0.78);
  font-weight: 950;
  transition: transform var(--t), color var(--t);
}
.breaking-content.is-fade .breaking-item:hover {
  text-decoration: none;
}
.breaking-content.is-fade .breaking-item:hover::after {
  transform: translate(3px, -50%);
  color: #fff;
}

@media (max-width: 640px) {
  .breaking {
    margin-bottom: 0.35rem;
  }
  .breaking-inner {
    min-height: 64px;
    grid-template-columns: 1fr;
    gap: 0.42rem;
    padding-block: 0.48rem;
  }
  .breaking-badge {
    width: fit-content;
    min-height: 30px;
    padding: 0.34rem 0.62rem;
    font-size: 0.62rem;
  }
  .breaking-badge::after {
    font-size: 0.56rem;
  }
  .breaking-track {
    width: 100%;
    min-height: 40px;
    padding: 0.48rem 0.7rem;
    border-radius: 16px;
  }
  .breaking-content,
  .breaking-content.is-fade {
    min-height: 2.5em;
  }
  .breaking-content a,
  .breaking-content.is-fade .breaking-item {
    font-size: 0.84rem;
    line-height: 1.28;
    font-weight: 800;
  }
  .breaking-content.is-fade .breaking-item {
    padding-right: 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .breaking::before {
    animation: none;
    opacity: 0;
  }
}

/* ========== Haber Detay: ana sayfa yapısına uyumlu son düzen ========== */
body[data-page="article"] {
  background: var(--bg);
}
body[data-page="article"] .article-hero {
  padding: 1.15rem 0 2.75rem;
}
body[data-page="article"] .breadcrumb {
  width: auto;
  margin: 0 0 0.95rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
body[data-page="article"] .article-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: start;
  gap: 1.65rem;
  width: 100%;
  padding-bottom: 0;
}
body[data-page="article"] .article-layout > article.article-main {
  width: auto;
  max-width: none;
  margin: 0;
  overflow: visible;
}
body[data-page="article"] .article-layout > aside.article-sidebar {
  position: static !important;
  top: auto !important;
  z-index: auto;
  display: flex !important;
  flex: initial !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto;
  max-height: none;
  overflow: visible !important;
  overscroll-behavior: auto;
}
body[data-page="article"] .article-header,
body[data-page="article"] .article-cover,
body[data-page="article"] .article-body,
body[data-page="article"] .article-actions,
body[data-page="article"] .comments,
body[data-page="article"] .related-section,
body[data-page="article"] .article-side-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: none;
}
body[data-page="article"] .article-header {
  margin: 0 0 1rem;
  padding: 1.25rem 1.35rem;
  overflow: hidden;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--bg) 58%, var(--surface)), var(--surface));
}
body[data-page="article"] .article-header::before {
  width: 4px;
  height: auto;
  inset: 0 auto 0 0;
  background: var(--red);
}
body[data-page="article"] .article-header h1 {
  max-width: none;
  margin: 0.75rem 0 0.8rem;
  font-size: clamp(1.85rem, 3.6vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}
body[data-page="article"] .article-lead {
  max-width: 70ch;
  margin: 0 0 1rem;
  color: var(--ink-2);
  font-size: 1.08rem;
  line-height: 1.65;
  font-weight: 500;
}
body[data-page="article"] .article-header .cat-badge {
  box-shadow: none;
}
body[data-page="article"] .article-origin {
  color: var(--muted);
}
body[data-page="article"] .article-meta-bar {
  padding: 0.78rem 0.85rem;
  border-radius: 12px;
  background: color-mix(in srgb, var(--bg) 72%, var(--surface));
}
body[data-page="article"] .article-cover {
  margin-bottom: 1rem;
  overflow: hidden;
}
body[data-page="article"] .article-cover img {
  max-height: none;
  aspect-ratio: 16 / 9;
}
body[data-page="article"] .article-body {
  padding: 1.35rem;
  font-size: 1.08rem;
  line-height: 1.8;
}
body[data-page="article"] .article-body p:first-child {
  font-size: 1.04em;
}
body[data-page="article"] .article-actions {
  margin-top: 1rem;
  padding: 0.75rem;
}
body[data-page="article"] .article-tags {
  margin-top: 0.8rem;
}
body[data-page="article"] .comments,
body[data-page="article"] .related-section {
  margin-top: 1rem;
  padding: 1.15rem;
}
body[data-page="article"] .related-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
body[data-page="article"] .related-card {
  border-radius: 14px;
}
body[data-page="article"] .article-side-panel {
  gap: 0.95rem;
  overflow: visible;
}
body[data-page="article"] .article-side-share {
  display: none !important;
}
body[data-page="article"] .article-side-card {
  overflow: hidden;
  box-shadow: none;
}
body[data-page="article"] .article-side-popular {
  color: var(--ink);
  background:
    radial-gradient(110% 80% at 100% 0%, color-mix(in srgb, var(--red) 12%, transparent), transparent 55%),
    linear-gradient(180deg, color-mix(in srgb, var(--surface) 94%, var(--bg)), var(--surface));
}
body[data-page="article"] .article-side-popular::before {
  display: none;
}
body[data-page="article"] .article-side-popular-head {
  padding: 1rem 1rem 0.65rem;
}
body[data-page="article"] .article-side-popular-head .article-side-kicker {
  color: var(--red);
}
body[data-page="article"] .article-side-popular-head h2 {
  color: var(--ink);
  font-family: var(--font);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}
body[data-page="article"] .article-side-popular-head p {
  color: var(--muted);
}
body[data-page="article"] .article-side-popular-list,
body[data-page="article"] .article-side-news {
  overflow: visible;
}
body[data-page="article"] .article-popular-link,
body[data-page="article"] .article-popular-link.is-lead {
  grid-template-columns: 36px 72px minmax(0, 1fr);
  align-items: center;
  padding: 0.55rem;
  border: 1px solid color-mix(in srgb, var(--line) 72%, transparent);
  border-radius: 14px;
  background: color-mix(in srgb, var(--surface) 78%, var(--bg));
  color: var(--ink);
  box-shadow: none;
}
body[data-page="article"] .article-popular-link:hover {
  border-color: color-mix(in srgb, var(--red) 34%, var(--line));
  background: var(--surface);
  box-shadow: 0 12px 26px rgba(15, 20, 25, 0.08);
}
body[data-page="article"] .article-popular-rank,
body[data-page="article"] .article-popular-link.is-lead .article-popular-rank {
  position: static;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: var(--red);
  color: #fff;
  box-shadow: none;
}
body[data-page="article"] .article-popular-media,
body[data-page="article"] .article-popular-link.is-lead .article-popular-media {
  width: 72px;
  aspect-ratio: 4 / 3;
  border-radius: 11px;
  background: var(--bg);
}
body[data-page="article"] .article-popular-copy em {
  color: var(--red);
}
body[data-page="article"] .article-popular-copy strong,
body[data-page="article"] .article-popular-link.is-lead .article-popular-copy strong {
  color: var(--ink);
  font-size: 0.88rem;
  line-height: 1.35;
}
body[data-page="article"] .article-side-head {
  background: linear-gradient(180deg, color-mix(in srgb, var(--bg) 58%, var(--surface)), var(--surface));
}

@media (max-width: 1024px) {
  body[data-page="article"] .article-layout {
    grid-template-columns: 1fr;
  }
  body[data-page="article"] .article-layout > aside.article-sidebar {
    order: 2;
  }
  body[data-page="article"] .article-side-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  body[data-page="article"] .article-hero {
    width: min(100% - 1rem, var(--max));
  }
  body[data-page="article"] .article-header,
  body[data-page="article"] .article-body,
  body[data-page="article"] .comments,
  body[data-page="article"] .related-section {
    padding: 0.95rem;
  }
  body[data-page="article"] .article-side-panel,
  body[data-page="article"] .related-grid {
    grid-template-columns: 1fr;
  }
}

/* ========== Koyu Mod: site geneli final kaplama ========== */
[data-theme="dark"] {
  color-scheme: dark;
  --surface-2: #0f1724;
}
[data-theme="dark"] body {
  background:
    radial-gradient(circle at 10% 0%, rgba(200, 16, 46, 0.08), transparent 34rem),
    linear-gradient(180deg, #070b12 0%, var(--bg) 42%);
}
[data-theme="dark"] :where(
  .ad-header-bar,
  .ad-footer-bar,
  .kunye-card,
  .drawer,
  .modal,
  .toast,
  .search-panel,
  .search-form,
  .search-suggest,
  .suggest-item,
  .dropdown,
  .hero-pager,
  .svc-bar,
  .service-card,
  .svc-card,
  .svc-table-wrap,
  .quake-toolbar,
  .quake-row,
  .quake-loading,
  .quake-empty,
  .gold-table-card,
  .gold-aside .card-like,
  .prayer-card,
  .pharm-search,
  .pharm-card,
  .pharm-disclaimer,
  .wx-page-stat,
  .wx-forecast-card,
  .wx-fday,
  .city-tile,
  .news-card,
  .list-card,
  .editor-card,
  .media-card,
  .category-feature-card,
  .contact-card,
  .contact-form-card,
  .widget,
  .popular-card,
  .live-card,
  .fb-summary-card,
  .fb-board,
  .fb-team-row,
  .article-body table,
  .comment-item,
  body[data-page="article"] .article-header,
  body[data-page="article"] .article-cover,
  body[data-page="article"] .article-body,
  body[data-page="article"] .article-actions,
  body[data-page="article"] .comments,
  body[data-page="article"] .related-section,
  body[data-page="article"] .article-side-card,
  body[data-page="article"] .related-card
) {
  color: var(--ink);
  background: var(--surface);
  border-color: var(--line);
  box-shadow: none;
}
[data-theme="dark"] :where(
  .header-inner,
  .cat-filter-bar,
  .period-tabs,
  .fb-tabs,
  .fb-board-head,
  .article-meta-bar,
  .comment-form,
  .comment-rules,
  .gold-disclaimer,
  .gold-table th,
  .svc-table th,
  .fb-table thead th,
  .pharm-badge,
  .service-nav-link,
  .article-side-head,
  body[data-page="article"] .article-side-head
) {
  color: var(--ink-2);
  background: color-mix(in srgb, var(--bg) 68%, var(--surface));
  border-color: var(--line);
}
[data-theme="dark"] :where(
  .main-nav a,
  .nav-more > button,
  .dropdown a,
  .section-title,
  .widget-title,
  .news-body h3,
  .list-card-body h2,
  .editor-card h3,
  .category-feature-card h3,
  .kunye-card h2,
  .quake-body h2,
  .gold-table-head h2,
  .gold-name,
  .gold-sell strong,
  .pharm-card-title h3,
  .pharm-result-bar strong,
  .prayer-card-time,
  .wx-page-stat b,
  .city-label,
  .city-live-value,
  .fb-title,
  .fb-team-name,
  .fb-team-row > strong,
  body[data-page="article"] .article-header h1,
  body[data-page="article"] .article-body h2,
  body[data-page="article"] .article-side-copy strong,
  body[data-page="article"] .article-popular-copy strong,
  body[data-page="article"] .related-card h3
) {
  color: var(--ink);
}
[data-theme="dark"] :where(
  .meta,
  .news-body p,
  .list-card-body p,
  .editor-card p,
  .kunye-card p,
  .kunye-list,
  .owner-note,
  .quake-meta,
  .quake-side,
  .gold-buy small,
  .gold-sell small,
  .pharm-addr,
  .pharm-note,
  .pharm-result-bar,
  .city-live-sub,
  .article-time-line,
  .article-origin,
  .article-side-all,
  .related-cta,
  body[data-page="article"] .article-lead,
  body[data-page="article"] .article-body p,
  body[data-page="article"] .comment-item p
) {
  color: var(--muted);
}
[data-theme="dark"] :where(
  input,
  select,
  textarea,
  .newsletter-form input,
  .field input,
  .field textarea,
  .field select,
  .footer-nl-row input[type="email"],
  .gold-calc-field input,
  .gold-calc-field select
) {
  color: var(--ink);
  background: color-mix(in srgb, var(--surface) 76%, var(--bg));
  border-color: var(--line);
}
[data-theme="dark"] :where(input, textarea)::placeholder {
  color: color-mix(in srgb, var(--muted) 78%, transparent);
}
[data-theme="dark"] :where(
  .btn-outline,
  .view-btn,
  .icon-btn,
  .cat-tab,
  .page-btn,
  .share-btn,
  .quick-chip,
  .article-tags a,
  .card-bm,
  .pharm-chip,
  .quake-filter,
  .pharm-btn-map,
  .fb-tab,
  .fb-board-toggle,
  .authors-strip-more
) {
  color: var(--ink-2);
  background: color-mix(in srgb, var(--surface) 82%, var(--bg));
  border-color: var(--line);
}
[data-theme="dark"] :where(
  .btn-outline:hover,
  .view-btn:hover,
  .icon-btn:hover,
  .cat-tab:hover,
  .page-btn:hover,
  .share-btn:hover,
  .quick-chip:hover,
  .article-tags a:hover,
  .card-bm:hover,
  .pharm-chip:hover,
  .quake-filter:hover,
  .pharm-btn-map:hover,
  .fb-tab:hover,
  .fb-board-toggle:hover,
  .authors-strip-more:hover,
  .popular-card:hover,
  .live-card:hover,
  .fb-team-row:hover,
  .district-card:hover,
  .author-chip-card:hover,
  .city-tile:hover,
  .pharm-card:hover,
  .quake-row:hover,
  body[data-page="article"] .article-side-link:hover,
  body[data-page="article"] .article-popular-link:hover
) {
  color: var(--ink);
  background: color-mix(in srgb, var(--surface) 88%, #fff 6%);
  border-color: color-mix(in srgb, var(--red) 34%, var(--line));
  box-shadow: none;
}
[data-theme="dark"] :where(.cat-tab.active, .page-btn.active, .pharm-chip.is-active, .quake-filter.is-active, .fb-tab.is-active) {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
}
[data-theme="dark"] :where(.gold-table td, .svc-table td, .fb-table tbody td, .article-body table th, .article-body table td) {
  border-color: var(--line);
}
[data-theme="dark"] :where(.gold-table tbody tr:hover, .svc-table tbody tr:hover, .fb-table tbody tr:hover td) {
  background: color-mix(in srgb, var(--surface) 86%, #fff 5%);
}
[data-theme="dark"] :where(.city-ico, .popular-thumb, .article-side-thumb, .pharm-hero-icon) {
  color: var(--ink-2);
  background: color-mix(in srgb, var(--bg) 76%, var(--surface));
  border-color: var(--line);
}
[data-theme="dark"] :where(.poll-opt, .poll-bar-row, .live-empty, .fb-loading, .fb-empty) {
  color: var(--ink-2);
}
[data-theme="dark"] .poll-bar {
  background: color-mix(in srgb, var(--bg) 80%, var(--surface));
}
[data-theme="dark"] .site-footer,
[data-theme="dark"] .topbar,
[data-theme="dark"] .breaking,
[data-theme="dark"] .sports-arena,
[data-theme="dark"] .authors-strip-panel {
  color: #e8eef4;
}
[data-theme="dark"] .site-footer {
  background: #050b14;
  border-top-color: var(--red);
}
[data-theme="dark"] .footer-newsletter,
[data-theme="dark"] .footer-col {
  background: rgba(255,255,255,0.045);
  border-color: rgba(255,255,255,0.11);
}
[data-theme="dark"] .social-row:not([hidden]),
[data-theme="dark"] .social-mini:not([hidden]) {
  display: flex;
}
[data-theme="dark"] :where(.social-row a, .social-mini a) {
  color: #e8eef4;
  background: rgba(255,255,255,0.075);
  border-color: rgba(255,255,255,0.13);
}
[data-theme="dark"] :where(.social-row a:hover, .social-mini a:hover) {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
}

/* ========== Bulunamadı Sayfası ========== */
.not-found-page {
  min-height: clamp(440px, 58vh, 680px);
  display: grid;
  place-items: center;
  padding: clamp(2rem, 6vw, 4.5rem) 0;
}
.not-found-card {
  position: relative;
  overflow: hidden;
  width: min(100%, 760px);
  padding: clamp(1.35rem, 4vw, 2.4rem);
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--red) 15%, transparent), transparent 34%),
    linear-gradient(180deg, color-mix(in srgb, var(--surface) 96%, var(--bg)), var(--surface));
  box-shadow: var(--shadow);
  text-align: center;
}
.not-found-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--line) 28%, transparent) 1px, transparent 1px),
    linear-gradient(0deg, color-mix(in srgb, var(--line) 22%, transparent) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.45;
  pointer-events: none;
}
.not-found-card > * {
  position: relative;
  z-index: 1;
}
.not-found-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.not-found-card h1 {
  margin: 0.9rem 0 0.65rem;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}
.not-found-card p {
  max-width: 56ch;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(0.98rem, 2vw, 1.08rem);
  line-height: 1.65;
}
.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.2rem;
}
[data-theme="dark"] .not-found-card {
  color: var(--ink);
  background:
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--red) 18%, transparent), transparent 34%),
    linear-gradient(180deg, color-mix(in srgb, var(--surface) 92%, var(--bg)), var(--surface));
  border-color: var(--line);
  box-shadow: 0 18px 46px rgba(0,0,0,0.24);
}

/* Footer tema değiştirmez; açık/koyu modda aynı kalır. */
[data-theme="dark"] .site-footer {
  color: #cbd5e1;
  background: #0b1220;
  border-top: 4px solid var(--red);
}
[data-theme="dark"] .site-footer::before {
  display: none;
}
[data-theme="dark"] .footer-brand p,
[data-theme="dark"] .footer-nl-lead,
[data-theme="dark"] .site-footer li a {
  color: #94a3b8;
}
[data-theme="dark"] .site-footer li a:hover,
[data-theme="dark"] .footer-bottom-inner a:hover,
[data-theme="dark"] .footer-nl-check a:hover {
  color: #fff;
}
[data-theme="dark"] .site-footer h4,
[data-theme="dark"] .footer-newsletter h4 {
  color: #fff;
}
[data-theme="dark"] .footer-col {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
[data-theme="dark"] .footer-newsletter {
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.1);
}
[data-theme="dark"] .footer-nl-row input[type="email"] {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.13);
  color: #f8fafc;
}
[data-theme="dark"] .footer-nl-row input[type="email"]::placeholder {
  color: #7f8d9c;
}
[data-theme="dark"] .footer-nl-check {
  color: #8fa0b2;
}
[data-theme="dark"] .footer-nl-check a,
[data-theme="dark"] .footer-bottom-inner a {
  color: #9aa8b6;
}
[data-theme="dark"] .footer-bottom {
  background: #070d18;
  border-top: 1px solid rgba(255,255,255,0.08);
}
[data-theme="dark"] .footer-bottom-inner {
  color: #7f8d9c;
}
[data-theme="dark"] .social-row a {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  color: #dbe5ef;
}
[data-theme="dark"] .social-row a:hover {
  border-color: rgba(255,255,255,0.24);
  background: var(--red);
  color: #fff;
}

/* ========== Haber Emoji Değerlendirme ========== */
.article-reactions {
  margin-top: 1rem;
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: none;
}
.article-reactions-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.85rem;
  margin-bottom: 0.95rem;
}
.article-reactions-head .section-title {
  margin: 0.12rem 0 0;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
}
.article-reactions-total {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.32rem 0.68rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--bg) 74%, var(--surface));
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
}
.reaction-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  align-items: end;
  gap: clamp(0.35rem, 1.2vw, 0.8rem);
}
.reaction-item {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-rows: 1.2rem 84px auto auto;
  justify-items: center;
  gap: 0.32rem;
  padding: 0.2rem 0.15rem 0.4rem;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  transition: background var(--t), transform var(--t), color var(--t);
}
.reaction-item:hover,
.reaction-item.is-active {
  background: color-mix(in srgb, var(--red) 7%, transparent);
  transform: translateY(-2px);
}
.reaction-item.is-active::after {
  content: "";
  position: absolute;
  inset: auto 0.35rem 0.12rem;
  height: 3px;
  border-radius: 999px;
  background: var(--red);
}
.reaction-count {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.reaction-bar {
  align-self: end;
  width: min(100%, 84px);
  min-height: 2px;
  border-radius: 2px 2px 0 0;
  background: #415f9e;
  transition: height 0.25s ease;
}
.reaction-emoji {
  display: grid;
  place-items: center;
  min-height: 42px;
  font-size: clamp(1.9rem, 3vw, 2.65rem);
  line-height: 1;
  filter: saturate(1.08);
}
.reaction-label {
  max-width: 100%;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.12;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reaction-item:disabled {
  cursor: wait;
  opacity: 0.72;
}
[data-theme="dark"] .article-reactions {
  color: var(--ink);
  background: var(--surface);
  border-color: var(--line);
}
[data-theme="dark"] .article-reactions-total {
  background: color-mix(in srgb, var(--bg) 70%, var(--surface));
  border-color: var(--line);
  color: var(--muted);
}
[data-theme="dark"] .reaction-item {
  color: var(--ink);
}
[data-theme="dark"] .reaction-item:hover,
[data-theme="dark"] .reaction-item.is-active {
  background: color-mix(in srgb, var(--red) 12%, transparent);
}
[data-theme="dark"] .reaction-bar {
  background: #5f7fc4;
}

@media (max-width: 720px) {
  .article-reactions {
    padding: 0.95rem;
    border-radius: 18px;
  }
  .article-reactions-head {
    flex-direction: column;
    gap: 0.45rem;
  }
  .reaction-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.65rem 0.4rem;
  }
  .reaction-item {
    grid-template-rows: 1.1rem 62px auto auto;
  }
  .reaction-bar {
    width: min(100%, 64px);
  }
  .reaction-label {
    white-space: normal;
  }
}
