/* ============================================
   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: #0b1016;
  color: #c9d3dd;
  font-size: 0.76rem;
  border-bottom: 1px solid transparent;
}
[data-theme="dark"] .topbar { background: #05080c; border-bottom-color: var(--line); }

.topbar-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 0.75rem; min-height: 38px; flex-wrap: wrap; padding: 0.3rem 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: 600; color: #fff; opacity: 0.9;
}
.weather-chip {
  display: none; /* masaüstünde gizli — yalnızca mobilde */
  align-items: center; gap: 0.35rem;
  background: transparent; border: 0; color: inherit; cursor: pointer;
  padding: 0.15rem 0.4rem; border-radius: 6px;
}
.topbar-sep-weather { display: none; }
.weather-chip:hover { background: rgba(255,255,255,0.08); }
.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.18rem 0.45rem; border-radius: 6px;
  background: rgba(255,255,255,0.06);
}
.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;
  background: color-mix(in srgb, var(--surface) 90%, transparent);
  backdrop-filter: blur(16px) saturate(1.2);
  border-bottom: 1px solid var(--line);
  transition: box-shadow var(--t);
}
.site-header.is-scrolled { box-shadow: var(--shadow); }

.header-inner {
  display: flex; align-items: center; gap: 0.85rem; min-height: var(--header-h);
  padding-block: 0.35rem;
}
.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  line-height: 0;
}
/* PNG logo (≈3.5:1) — orantılı ve okunaklı */
.logo-img {
  display: block;
  height: 56px;
  width: auto;
  max-width: min(220px, 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; }
.main-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 0.1rem; flex-wrap: wrap; }
.main-nav > ul > li > a,
.nav-more > button {
  display: inline-flex; align-items: center; gap: 0.25rem;
  padding: 0.48rem 0.68rem; border-radius: 999px;
  font-size: 0.88rem; font-weight: 600; color: var(--ink-2);
  background: transparent; border: 0; cursor: pointer; transition: background var(--t), color var(--t);
}
.main-nav > ul > li > a:hover,
.nav-more > button:hover,
.main-nav > ul > li > a.active {
  background: var(--red-soft); color: var(--red);
}

.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.4rem); left: 0; min-width: 190px;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm);
  box-shadow: var(--shadow-lg); padding: 0.4rem; 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.35rem; margin-left: auto; }
.icon-btn {
  position: relative; width: 40px; height: 40px; border-radius: 12px;
  border: 1px solid var(--line); background: var(--surface); 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: var(--red); color: var(--red); }
.icon-btn:active { transform: scale(0.96); }
.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: 12px;
  border: 1px solid var(--line); background: var(--surface);
  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: var(--surface);
  padding: 0.85rem 0 1rem; animation: slideDown 0.2s ease;
}
.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(--bg); border: 1px solid var(--line); border-radius: 14px;
  padding: 0.4rem 0.5rem 0.4rem 0.95rem;
}
.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-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: static;
  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-bottom: 0.65rem;
}
.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-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 {
  margin: 0 0 0.55rem;
  color: rgba(255,255,255,0.9);
  font-size: 0.98rem;
  line-height: 1.5;
  max-width: 52ch;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.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; }

.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(2, 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 */
.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;
}
.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;
}
.live-feed { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.7rem; max-height: 280px; overflow: auto; }
.live-feed li { display: grid; grid-template-columns: 42px 1fr; gap: 0.5rem; font-size: 0.86rem; }
.live-feed time { color: var(--muted); font-size: 0.72rem; font-weight: 700; padding-top: 0.15rem; }
.live-feed a:hover { color: var(--red); }

.period-tabs { display: flex; gap: 0.25rem; margin-bottom: 0.85rem; }
.period-tab {
  flex: 1; border: 1px solid var(--line); background: var(--bg); border-radius: 8px;
  padding: 0.35rem; font-size: 0.75rem; font-weight: 650; cursor: pointer; color: var(--muted);
}
.period-tab.active { background: var(--red-soft); color: var(--red); border-color: transparent; }

.popular-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.7rem; }
.popular-list a { display: flex; gap: 0.7rem; align-items: flex-start; }

/* 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); } }
.fb-foot {
  margin: 0.55rem 0 0;
  font-size: 0.68rem !important;
  line-height: 1.35;
}
.fb-foot a { color: var(--red); font-weight: 700; }
.rank {
  width: 28px; height: 28px; border-radius: 8px; background: var(--red-soft); color: var(--red);
  font-weight: 800; font-size: 0.85rem; display: grid; place-items: center; flex-shrink: 0;
}
.popular-list li:nth-child(1) .rank { background: var(--red); color: #fff; }
.popular-text { display: flex; flex-direction: column; gap: 0.15rem; }
.popular-text strong { font-size: 0.88rem; line-height: 1.35; font-weight: 650; }
.popular-text .meta { color: var(--muted); font-size: 0.74rem; }

/* ========== 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 { background: #0b1016; color: #c5ced8; padding-top: 2.75rem; margin-top: 1rem; }
[data-theme="dark"] .site-footer { border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 0.9fr 0.9fr 1.3fr; gap: 2rem; padding-bottom: 2rem; align-items: start; }
.footer-brand p { margin: 0.9rem 0 1rem; font-size: 0.92rem; line-height: 1.6; max-width: 36ch; color: #9aa8b6; }

/* Footer bülten (sidebar widget kaldırıldı) */
.footer-newsletter { min-width: 0; }
.footer-nl-lead {
  margin: 0 0 0.85rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #9aa8b6;
}
.footer-nl-form { display: grid; gap: 0.55rem; }
.footer-nl-row {
  display: flex;
  gap: 0.4rem;
  align-items: stretch;
  min-width: 0;
}
.footer-nl-row input[type="email"] {
  flex: 1;
  min-width: 0;
  padding: 0.55rem 0.75rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #f1f5f9;
  font-size: 0.88rem;
  outline: none;
  transition: border-color var(--t), background 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.55);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 0 0 3px rgba(214, 48, 72, 0.15);
}
.footer-nl-row .btn {
  flex-shrink: 0;
  white-space: nowrap;
  border: 0;
  align-self: stretch;
}
.footer-nl-check {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  font-size: 0.78rem;
  color: #7f8d9c;
  line-height: 1.4;
  cursor: pointer;
  margin: 0;
}
.footer-nl-check input {
  margin-top: 0.15rem;
  accent-color: var(--red);
  width: auto;
  flex-shrink: 0;
}
.footer-nl-check a { color: #c5ced8; text-decoration: underline; text-underline-offset: 2px; }
.footer-nl-check a:hover { color: #fff; }
.footer-nl-msg {
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
  color: #86efac;
}
.footer-nl-contact {
  margin-top: 1rem !important;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.logo-footer .logo-text strong { color: #fff; }
.app-badges { display: flex; gap: 0.4rem; flex-wrap: wrap; margin-bottom: 0.85rem; }
.app-badge {
  font-size: 0.72rem; font-weight: 600; padding: 0.35rem 0.55rem; border-radius: 8px;
  background: rgba(255,255,255,0.06); color: #9aa8b6;
}
.social-row { display: flex; gap: 0.45rem; }
.social-row a {
  width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,0.06);
  display: grid; place-items: center; color: #c5ced8; transition: background var(--t), color var(--t);
}
.social-row a:hover { background: var(--red); color: #fff; }
.social-row a svg,
.social-row a .ico { display: block; color: inherit; }
.social-row a { color: #c5ced8; }
.site-footer h4 { margin: 0 0 0.85rem; color: #fff; font-size: 0.95rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.45rem; }
.site-footer li a, .contact-list li { color: #9aa8b6; font-size: 0.9rem; }
.site-footer li a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 1rem 0; }
.footer-bottom-inner {
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  font-size: 0.82rem; color: #7f8d9c;
}
.footer-bottom p { margin: 0; }

/* 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;
}
/* 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;
}
.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-grid { grid-template-columns: 1fr 1fr; }
  .footer-newsletter { grid-column: 1 / -1; max-width: 420px; }
  .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);
  }
  .nav-toggle { display: flex; }
  .header-inner {
    min-height: var(--header-h);
    gap: 0.55rem;
    padding-block: 0.28rem;
  }
  .header-actions {
    gap: 0.25rem;
  }
  .header-actions .icon-btn {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }
  .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 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 0.45rem;
    overflow: visible;
    padding-bottom: 0;
  }
  .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.open > .dropdown[hidden],
  .main-nav .nav-more:focus-within > .dropdown,
  .main-nav .nav-more:focus-within > .dropdown[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 { 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-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: 10px;
  }
  .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; }
  /* Mobil footer: kısa ve sade */
  .site-footer {
    padding-top: 1.15rem;
    margin-top: 0.5rem;
    padding-bottom: calc(0.25rem + env(safe-area-inset-bottom, 0px));
  }
  .footer-grid {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding-bottom: 0.85rem;
  }
  /* Marka metni / uygulama rozetleri gizle */
  .footer-brand > p,
  .footer-brand .app-badges {
    display: none !important;
  }
  .footer-brand {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem 0.75rem;
  }
  .footer-brand .logo-footer .logo-img {
    height: 36px !important;
    max-width: 150px !important;
  }
  .footer-brand .social-row {
    margin: 0;
  }
  .footer-brand .social-row a {
    width: 34px;
    height: 34px;
  }
  /* Kategori + kurumsal sütunları gizle (alt çubukta link var) */
  .footer-grid > div:not(.footer-brand):not(.footer-newsletter) {
    display: none !important;
  }
  /* Bülten kompakt + ortalı */
  .footer-newsletter {
    grid-column: auto;
    max-width: 22rem;
    width: 100%;
    margin-inline: auto;
    padding-top: 0.65rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
  }
  .footer-newsletter h4 {
    margin: 0 0 0.4rem;
    font-size: 0.88rem;
    text-align: center;
  }
  .footer-nl-lead {
    display: none;
  }
  .footer-nl-form {
    gap: 0.4rem;
    text-align: left;
  }
  .footer-nl-row {
    flex-direction: row;
    align-items: stretch;
  }
  .footer-nl-row input[type="email"] {
    padding: 0.5rem 0.65rem;
    font-size: 0.86rem;
  }
  .footer-nl-row .btn {
    width: auto;
    flex-shrink: 0;
  }
  .footer-nl-check {
    font-size: 0.72rem;
    justify-content: center;
    text-align: left;
  }
  .footer-nl-msg {
    text-align: center;
  }
  .footer-nl-contact {
    display: none !important;
  }
  .footer-bottom {
    padding: 0.65rem 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; }
}

@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; }
}
