/* 7/24 gündem — tasarım tokenları (Claude Design çıktısından) */
/* Yazıtipi yükü: Archivo yalnız başlık ağırlıkları (700/800/900) — 500/600 hiçbir
   başlıkta kullanılmıyor, render-blocking yükü azaltmak için atıldı. Mono 600 logoda. */
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@700;800;900&family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap');

:root {
  --bg: #f5f4f1;
  --surface: #ffffff;
  --ink: #16140f;
  --muted: #57544e;
  --line: #dcd9d2;
  --acc: #d61f26;
  --chip: #efece6;
  --ok: #1a7f3c;      /* yükseliş / başarı yeşili */
  --warn: #946a00;    /* uyarı / beklemede sarısı (AA uyumlu) */

  --font-head: 'Archivo', sans-serif;
  --font-body: 'IBM Plex Sans', sans-serif;
  --font-mono: 'IBM Plex Mono', monospace;

  /* tipografi ölçeği — tek kaynak; akıcı (clamp) üst ölçek */
  --fs-xs: 11px;
  --fs-sm: 12px;
  --fs-md: 13px;
  --fs-base: 15px;
  --fs-lg: 16px;
  --fs-xl: clamp(18px, 2.2vw, 21px);
  --fs-2xl: clamp(20px, 2.6vw, 24px);
  --fs-3xl: clamp(26px, 3.6vw, 30px);
  --fs-4xl: clamp(30px, 5vw, 38px);
  --fs-display: clamp(48px, 9vw, 80px);

  /* boşluk ölçeği (4'lük taban) */
  --sp-0: 2px;
  --sp-1: 4px;
  --sp-2: 8px;
  --sp-3: 12px;
  --sp-4: 16px;
  --sp-5: 24px;
  --sp-5b: 20px;
  --sp-6: 34px;
  --sp-7: 48px;
  --gutter: 22px;     /* .container yatay nefes payı */

  --maxw: 1300px;
  --sidebar-w: 312px;
  --radius: 2px;        /* kart + kontrol köşesi (tek değer) */
  --radius-pill: 999px; /* hap şekiller (slider noktası vb.) */
  --on-acc: #ffffff;    /* acc zemin üstü metin */

  /* katman + gölge */
  --z-topbar: 5;
  --z-overlay: 60;
  --z-toast: 70;
  --shadow-sm: 0 6px 24px rgba(0, 0, 0, .14);
  --shadow-lg: 0 12px 40px rgba(0, 0, 0, .25);
}

:root[data-theme='dark'] {
  --bg: #121110;
  --surface: #1a1816;
  --ink: #f4f2ee;
  --muted: #aca69c;
  --line: #2c2a26;
  --acc: #f0433a;
  --chip: #26231e;
  --ok: #4caf6a;
  --warn: #d9a521;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  transition: background .25s ease, color .25s ease;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }
input, textarea, select { font-family: inherit; }

/* klavye erişilebilirliği — net odak halkası (fare tıklamasında görünmez) */
:where(a, button, input, textarea, select, [tabindex]):focus-visible {
  outline: 2px solid var(--acc);
  outline-offset: 2px;
  border-radius: var(--radius);
}

::selection { background: var(--acc); color: #fff; }
::-webkit-scrollbar { height: 6px; width: 6px; }
::-webkit-scrollbar-thumb { background: var(--line); }

@keyframes hp-marquee { from { transform: translateX(0) } to { transform: translateX(-50%) } }
@keyframes hp-blink { 0%,100% { opacity: 1 } 50% { opacity: .25 } }

/* yardımcılar */
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }
.mono { font-family: var(--font-mono); }
.head { font-family: var(--font-head); }
.acc { color: var(--acc); }
.kicker {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--acc);
}
.section-title {
  font-family: var(--font-head);
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.card-surface { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }

/* --- dokunmatik ergonomi: 44px dokunma hedefi (WCAG 2.5.5) --- */
@media (pointer: coarse) {
  a, button, [role='button'], input[type='checkbox'], input[type='radio'], select {
    min-height: 44px;
  }
}

/* --- hareket azaltma tercihi (erişilebilirlik) --- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  .pl-marquee { animation: none !important; }
  /* yanıp sönen son-dakika noktaları sabit görünür kalsın */
  .hp-blink, [class*='hp-blink'] { opacity: 1 !important; }
}

/* ---- index.css (portal uyarlaması) ---- */
body { padding-bottom: env(safe-area-inset-bottom); }
.has-bottom-nav { padding-bottom: calc(56px + env(safe-area-inset-bottom)); }

/* 7/24 gündem — public portal stilleri (editöryel gazete estetiği) */

.pl-wrap {
  background: var(--bg);
  color: var(--ink);
  min-height: 100vh;
  font-family: var(--font-body);
  transition: background .25s ease, color .25s ease;
}

/* --- ortak buton transition'ları (hover/dokunmatik ortak) --- */
.pl-btn { transition: background .15s ease, color .15s ease, border-color .15s ease, filter .15s ease; }
.pl-card-img { overflow: hidden; border-radius: var(--radius); }
.pl-card-img img { transition: transform .5s ease; }

.pl-navlink { position: relative; border-bottom: 3px solid transparent; }
.pl-navlink.active { border-bottom-color: var(--acc); color: var(--acc); }

/* dokunmatik ışıltısı — kırmızı marka tonunda yumuşak geri bildirim */
.pl-card { -webkit-tap-highlight-color: rgba(214, 31, 38, .12); }

/* --- işaretçili (fare) cihazlar: hover etkileşimleri --- */
@media (hover: hover) {
  .pl-link-acc:hover { color: var(--acc); }
  .pl-btn-outline:hover { border-color: var(--acc) !important; color: var(--acc) !important; }
  .pl-btn-solid:hover { filter: brightness(1.08); }
  .pl-btn-ink:hover { filter: brightness(1.3); }
  .pl-card:hover .pl-card-img img { transform: scale(1.04); }
  .pl-card:hover .pl-card-title { color: var(--acc); }
  .pl-navlink:hover { border-bottom-color: var(--acc); }
  .pl-quick:hover { color: var(--acc); }
  .pl-social:hover { color: var(--ink); }
  .pl-foot-social:hover { border-color: var(--acc); color: var(--acc); }
  .pl-foot-link:hover { color: var(--acc); }
  .pl-marquee:hover { animation-play-state: paused; }
  .pl-slider:hover .pl-slider-arrow { opacity: 1; }
  .pl-slider-arrow:hover { background: var(--acc) !important; }
}

/* --- dokunmatik geri bildirim (:active, hover olmadan) --- */
.pl-card:active { opacity: .9; }
.pl-card:active .pl-card-title { color: var(--acc); }
.pl-btn:active { filter: brightness(.95); }

/* --- erişilebilirlik: skip-link + ekran-okuyucu yardımcıları --- */
.pl-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
}
.pl-skip:focus {
  left: 8px;
  top: 8px;
  background: var(--acc);
  color: #fff;
  padding: 8px 14px;
  border-radius: var(--radius);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* --- son dakika marquee (42s→30s daha canlı akış) --- */
.pl-marquee { display: flex; width: max-content; animation: hp-marquee 30s linear infinite; }
/* mobilde otomatik akış yerine elle kaydırılabilir şerit */
.pl-breaking-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}
.pl-breaking-scroll > * { scroll-snap-align: start; }

/* --- manşet slider okları --- */
.pl-slider-arrow { opacity: 0; transition: opacity .2s ease, background .2s ease; }
@media (hover: none) { .pl-slider-arrow { opacity: .85; } }
/* klavye: ok tuşlarıyla gezinince oklar görünür olsun */
.pl-slider:focus-within .pl-slider-arrow { opacity: 1; }

/* --- odak halkaları: arama kutuları --- */
.pl-masthead-search:focus-within,
.pl-mobile-menu form:focus-within {
  outline: 2px solid var(--acc);
  outline-offset: 2px;
  border-radius: var(--radius);
}

/* --- kategori navigasyonu: masaüstünde sticky kalsın --- */
.pl-catnav-desktop {
  position: sticky;
  top: 0;
  z-index: var(--z-topbar);
}

/* --- reklam yuvaları: sabit yükseklikli placeholder (CLS = 0) --- */
.pl-ad {
  display: none; /* reklam alanları pasif */
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: var(--chip);
  color: var(--muted);
  position: relative;
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  letter-spacing: .08em;
}
.pl-ad::before {
  content: 'REKLAM';
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  letter-spacing: .1em;
  position: absolute;
  top: 6px;
  left: 8px;
  color: var(--muted);
}
.pl-ad-leader { min-height: 120px; }     /* 728×90 standart leaderboard + etiket payı (eskiden 250px, slider'ı fold altına itiyordu) */
.pl-ad-leader-m { min-height: 90px; }    /* mobil yatay banner */
.pl-ad-box { min-height: 250px; }
.pl-ad-sky { min-height: 600px; position: sticky; top: 80px; }

/* --- makale gövdesi: enjekte HTML görselleri CLS kilidi + ölçü sınırı --- */
.pl-article-body img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.pl-article-measure { max-width: 680px; }

/* --- mobil --- */
.pl-burger { display: none; }
.pl-mobile-search { display: none; }
.pl-mobile-menu { display: none; }

@media (max-width: 900px) {
  .pl-quicknav { display: none !important; }
  .pl-masthead-search { display: none !important; }
  .pl-burger { display: inline-flex !important; }
  .pl-mobile-search { display: inline-flex !important; }
  .pl-mobile-menu.open { display: block; }

  /* kategori şeridi: gizlemek yerine kalıcı yatay-scroll (Türk haber sözleşmesi) */
  .pl-catnav-desktop {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    -webkit-mask-image: linear-gradient(90deg, #000 88%, transparent);
    mask-image: linear-gradient(90deg, #000 88%, transparent);
  }
  .pl-catnav-desktop .pl-navlink {
    min-height: 44px;
    padding: 12px 14px;
    scroll-snap-align: start;
    white-space: nowrap;
    flex: 0 0 auto;
  }

  /* son-dakika: mobilde animasyonu durdur, elle kaydır */
  .pl-marquee { animation: none; }

  .pl-hero { grid-template-columns: 1fr !important; gap: var(--gutter) !important; }
  .pl-hero-rail { border-left: none !important; padding-left: 0 !important; border-top: 1px solid var(--line); padding-top: var(--sp-5b) !important; }
  .pl-hero-compact { grid-template-columns: 1fr !important; }
  .pl-mainsidebar { grid-template-columns: 1fr !important; gap: var(--sp-5) !important; }
  .pl-block-grid { grid-template-columns: 1fr !important; }
  .pl-gallery { grid-template-columns: repeat(2, 1fr) !important; }
  .pl-article-grid { grid-template-columns: 1fr !important; gap: var(--sp-5) !important; }
  .pl-cards-grid { grid-template-columns: 1fr !important; }
  .pl-footer-grid { grid-template-columns: 1fr 1fr !important; }
  .pl-article-h1 { font-size: var(--fs-3xl) !important; }
  .pl-slide-h1 h2 { font-size: var(--fs-2xl) !important; }
  .pl-footer-bottom-inner { flex-direction: column; gap: 6px; text-align: center; }
}

@media (max-width: 540px) {
  .pl-gallery { grid-template-columns: 1fr !important; }
  .pl-footer-grid { grid-template-columns: 1fr !important; }
  /* küçük ekranda manşet/grid başlık ölçeği token üzerinden sadeleşir */
  .pl-feature-title { font-size: var(--fs-xl) !important; }
  .pl-card-title { font-size: var(--fs-lg) !important; }
}

/* --- makale gövdesi tipografisi (SSR — WP'den gelen HTML) --- */
.pl-article-body { font-size: 17px; line-height: 1.7; color: var(--ink); }
.pl-article-body p { margin: 0 0 20px; }
.pl-article-body h2 { font-family: var(--font-head); font-weight: 800; font-size: var(--fs-2xl); line-height: 1.2; margin: 32px 0 12px; }
.pl-article-body h3 { font-family: var(--font-head); font-weight: 800; font-size: var(--fs-xl); line-height: 1.25; margin: 26px 0 10px; }
.pl-article-body a { color: var(--acc); text-decoration: underline; text-underline-offset: 2px; }
.pl-article-body ul, .pl-article-body ol { margin: 0 0 20px; padding-left: 22px; }
.pl-article-body li { margin: 6px 0; }
.pl-article-body figure { margin: 20px 0; }
.pl-article-body figcaption { font-family: var(--font-mono); font-size: var(--fs-xs); color: var(--muted); text-align: center; margin-top: 6px; }
.pl-article-body blockquote { margin: 24px 0; padding: 4px 0 4px 20px; border-left: 3px solid var(--acc); font-size: var(--fs-lg); line-height: 1.5; font-style: italic; }
.pl-article-body iframe { max-width: 100%; margin: 20px 0; }

/* mobil menü paneli (SSR — JS toggle .open ile) */
.pl-mobile-menu { position: fixed; inset: 0; z-index: var(--z-overlay); background: rgba(0,0,0,.4); }
.pl-mobile-menu:not(.open) { display: none; }

/* mobil alt-nav (SSR) — yalnız ≤900px */
@media (max-width: 900px) {
  .pl-bottom-nav { display: flex !important; }
  .has-bottom-nav-mobile { padding-bottom: calc(56px + env(safe-area-inset-bottom)); }
}

/* ============================================================
   MOBİL APP DENEYİMİ — sıkı boşluk, app-kıvamı font, taşma kilidi
   ============================================================ */

/* Grid child'ları küçülebilsin → uzun metin sarılır, yatay taşma biter.
   ("1fr" = minmax(auto,1fr); içerik kolonu şişiriyordu.) */
@media (max-width: 900px) {
  .pl-hero, .pl-mainsidebar, .pl-block-grid, .pl-article-grid,
  .pl-cards-grid, .pl-gallery, .pl-footer-grid { grid-template-columns: minmax(0, 1fr) !important; }
  .pl-hero > *, .pl-mainsidebar > *, .pl-block-grid > *, .pl-article-grid > *,
  .pl-cards-grid > *, .pl-gallery > *, .pl-card, article, aside { min-width: 0; }
}

@media (max-width: 680px) {
  /* yatay taşma güvenlik kilidi */
  html, body { overflow-x: hidden; max-width: 100%; }
  .pl-wrap { overflow-x: clip; }
  img, iframe, video { max-width: 100%; height: auto; }

  /* daha dar nefes payı (app hissi) */
  :root { --gutter: 14px; --sp-7: 28px; --sp-6: 20px; --sp-5: 15px; }
  .container { padding: 0 14px; }
  main.container { padding-left: 14px !important; padding-right: 14px !important; padding-top: 14px !important; }

  /* reklam yuvaları: dev üst banner → mobil banner; sky reklamı gizle */
  .pl-ad-leader { min-height: 90px; }
  .pl-ad-box { min-height: 160px; }
  .pl-ad-sky { display: none !important; }

  /* bölüm başlıkları daha sıkı */
  .sec-head { margin: 20px 0 12px !important; padding-bottom: 6px !important; }

  /* hero + bölüm dikey boşlukları */
  .pl-hero { padding: 14px 0 !important; }
  .pl-hero-rail { padding-top: 14px !important; }

  /* font ölçeği — app kıvamı (biraz küçült, sıkı satır) */
  body { font-size: 15px; }
  .pl-article-body { font-size: 16px; line-height: 1.62; }
  .pl-article-body p { margin: 0 0 14px; }
  .pl-article-h1 { font-size: 25px !important; line-height: 1.15 !important; }
  .pl-article-measure { max-width: 100%; }

  /* kart ızgaraları: tek kolon + sıkı dikey boşluk */
  .pl-cards-grid { gap: 16px !important; }
  .pl-block-grid { gap: 14px !important; }
  .pl-mainsidebar { gap: 20px !important; padding: 20px 0 34px !important; }

  /* galeri: 2 kolon (tek yerine) daha app-vari, küçük gap */
  .pl-gallery { grid-template-columns: repeat(2, minmax(0,1fr)) !important; gap: 10px !important; }

  /* piyasa/son dakika şeritleri: dikey daha ince */
  .pl-marquee a, .pl-breaking-scroll a { font-size: 13px; }

  /* alt sabit nav zaten var — içerik altına yeterli boşluk (safe-area) */
  .has-bottom-nav-mobile { padding-bottom: calc(60px + env(safe-area-inset-bottom)); }
}

@media (max-width: 420px) {
  .pl-article-h1 { font-size: 23px !important; }
}

@media (max-width: 680px) {
  /* kompakt masthead — daha az dikey boşluk */
  #masthead > .container { padding: 12px 14px !important; }
  /* utility bar sıkı */
  .pl-wrap > div:first-of-type .container { padding-top: 5px !important; padding-bottom: 5px !important; }
  /* breadcrumb üstü sıkı */
  .pl-catnav-desktop .container { padding: 0 10px !important; }
}

/* ============================================================
   MOBİL APP DENEYİMİ v2 — kart düzeni, reklamsız, sıkı, cilalı
   ============================================================ */
:root { --card-sh: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04); }
:root[data-theme='dark'], html[data-theme='dark'] { --card-sh: 0 1px 3px rgba(0,0,0,.4); }
@media (prefers-color-scheme: dark) { :root { --card-sh: 0 1px 3px rgba(0,0,0,.4); } }

@media (max-width: 680px) {
  /* 1) Boş reklam yuvalarını tamamen gizle */
  .pl-ad { display: none !important; }

  /* 2) Daha sıkı boşluk sistemi */
  :root { --gutter: 12px; --sp-7: 24px; --sp-6: 16px; --sp-5: 12px; }
  .container { padding: 0 12px; }
  main.container { padding: 10px 12px 28px !important; }
  .sec-head { margin: 18px 0 10px !important; padding-bottom: 6px !important; }
  .pl-hero { padding: 10px 0 4px !important; border-bottom: none !important; }
  .pl-hero-rail { padding-top: 12px !important; }
  .pl-mainsidebar { padding: 12px 0 26px !important; gap: 22px !important; }

  /* 3) KART TABANLI DÜZEN */
  .pl-block-grid, .pl-cards-grid { gap: 12px !important; }
  .pl-mainsidebar > div { gap: 28px !important; }

  /* grid kartı (kategori/arama/liste) → yükseltilmiş app kartı */
  .pl-grid.card-surface { border-radius: 12px; box-shadow: var(--card-sh); }

  /* öne çıkan kart → yüzey + yuvarlak + gölge */
  .pl-feature {
    background: var(--surface); border: 1px solid var(--line);
    border-radius: 12px; padding: 10px; box-shadow: var(--card-sh);
  }
  .pl-feature .pl-card-img, .pl-feature > div:first-child > div { border-radius: 8px !important; }

  /* thumb liste öğesi → ayrı kart (çizgi yerine) */
  .pl-thumb {
    border-bottom: none !important; background: var(--surface);
    border: 1px solid var(--line); border-radius: 12px;
    padding: 8px !important; margin-bottom: 10px !important; gap: 10px !important;
    box-shadow: var(--card-sh);
  }
  .pl-thumb .pl-card-img { border-radius: 8px; }

  /* compact kart (İlginizi Çekebilir) → app kartı */
  .pl-compact {
    background: var(--surface); border: 1px solid var(--line);
    border-radius: 12px; padding: 8px; box-shadow: var(--card-sh);
  }

  /* Öne Çıkanlar rayı: numaralı temiz liste (kart değil, sıkı) */
  .pl-hero-rail .pl-card { padding: 10px 0 !important; }

  /* 4) ALT NAVİGASYON + BAŞLIK CİLASI */
  .pl-bottom-nav {
    height: 60px !important;
    box-shadow: 0 -1px 12px rgba(0,0,0,.10);
    backdrop-filter: saturate(1.1);
  }
  .pl-bottom-nav > * { font-size: 10px !important; gap: 3px !important; }
  .pl-bottom-nav > * > span:first-child { font-size: 20px !important; }

  /* kategori şeridinde aktif = masaüstüyle aynı: kırmızı metin + alt vurgu çizgisi (hap kaldırıldı) */
  .pl-catnav-desktop .pl-navlink.active {
    background: transparent !important; color: var(--acc) !important;
    border-radius: 0 !important; border-bottom-color: var(--acc) !important;
  }

  /* haber detayı: paylaş kutuları biraz sıkı */
  .pl-article-body { font-size: 16px; }
}

/* Liste sayfası başlıkları (kategori/yazar/video/dergi/arama) — mobilde çok daha küçük */
@media (max-width: 680px) {
  .pl-page-head { margin-bottom: 12px !important; padding-bottom: 8px !important; gap: 8px !important; flex-wrap: wrap; }
  .pl-page-title { font-size: 18px !important; letter-spacing: 0 !important; line-height: 1.2 !important; }
  .pl-page-head > span[style*="width:16px"] { width: 10px !important; height: 10px !important; }
  .pl-page-desc { flex-basis: 100%; font-size: 12px !important; margin-top: 2px; line-height: 1.4; }
}

/* ---- Açık tema token'ı: prefers-color-scheme:dark medya sorgusunu ez ---- */
:root[data-theme='light'], html[data-theme='light'] {
  --bg:#f5f4f1; --surface:#ffffff; --ink:#16140f; --muted:#57544e;
  --line:#dcd9d2; --acc:#d61f26; --chip:#efece6; --ok:#1a7f3c; --warn:#946a00;
  --card-sh:0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);
}

/* ---- Menü (kategori şeridi) + piyasa şeridi: daha ince ---- */
.pl-catnav-desktop .pl-navlink { padding-top: 9px !important; padding-bottom: 9px !important; }
.pl-market .pl-mkt-item { padding-top: 5px !important; padding-bottom: 5px !important; }

/* koyu temada logo: siyah slab dark zeminde kaybolmasın diye beyaz plaka (logo açık zemin için tasarlı) */
:root[data-theme='dark'] .pl-logo, html[data-theme='dark'] .pl-logo {
  background: #fff; padding: 5px 8px; border-radius: 8px; box-sizing: content-box;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme='light']) .pl-logo { background: #fff; padding: 5px 8px; border-radius: 8px; box-sizing: content-box; }
}

@media (max-width: 680px) {
  /* menü şeridi mobilde daha ince — aktif de aynı ölçüde (hizalı alt çizgi) */
  .pl-catnav-desktop .pl-navlink { padding-top: 7px !important; padding-bottom: 7px !important; min-height: 0 !important; font-size: 12px !important; }
  /* piyasa şeridi mobilde daha ince + küçük font */
  .pl-market { padding-left: 12px !important; padding-right: 12px !important; }
  .pl-market .pl-mkt-item { padding-top: 4px !important; padding-bottom: 4px !important; min-width: 104px !important; }
  /* logo mobilde biraz küçük */
  .pl-logo-lg { height: 32px !important; }
}

/* ============================================================
   PİYASA ŞERİDİ — YENİDEN TASARIM (UI): tek satır, kompakt ~34px
   ============================================================ */
.pl-market {
  display: flex !important; align-items: center !important; gap: 0 !important;
  height: 34px !important; overflow-x: auto; padding: 0 16px !important;
  scroll-snap-type: x proximity; scrollbar-width: none;
  -webkit-mask-image: linear-gradient(to right, #000 94%, transparent);
  mask-image: linear-gradient(to right, #000 94%, transparent);
}
.pl-market::-webkit-scrollbar { display: none; }
.pl-mkt-tag {
  flex: none; font-size: 9.5px; letter-spacing: .08em; text-transform: uppercase;
  color: var(--muted); padding-right: 14px; margin-right: 14px;
  border-right: 1px solid var(--line); white-space: nowrap;
}
.pl-market .pl-mkt-item {
  flex: none !important; min-width: 0 !important;
  display: inline-flex !important; align-items: baseline !important; gap: 6px !important;
  padding: 0 14px !important; white-space: nowrap; border-right: 1px solid var(--line);
}
.pl-market .pl-mkt-item:last-child { border-right: none; }
.pl-mkt-sym { font-size: 10.5px; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); }
.pl-mkt-val { font-size: 13px; font-weight: 700; color: var(--ink); font-variant-numeric: tabular-nums; }
.pl-mkt-chg { font-size: 11px; font-weight: 600; font-variant-numeric: tabular-nums; display: inline-flex; align-items: center; gap: 2px; }
.pl-mkt-chg.up { color: var(--ok); }
.pl-mkt-chg.down { color: var(--acc); }
.pl-mkt-chg > span { font-size: 8px; position: relative; top: -1px; }

/* --- EN ÜST İNCE ŞERİT: Son Dakika + piyasa/hava (masaüstü yan yana, mobil alt alta) --- */
.pl-topbar { border-bottom: 1px solid var(--line); background: var(--surface); }
.pl-topbar-inner { display: flex; align-items: stretch; padding: 0; }
.pl-breaking { flex: 1 1 auto; min-width: 0; display: flex; align-items: stretch; background: var(--bg); overflow: hidden; }
.pl-breaking-label { flex: none; display: flex; align-items: center; gap: 6px; background: var(--acc); color: #fff; padding: 4px 12px 4px 22px; font-weight: 800; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.pl-breaking-dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.85); display: inline-block; }
.pl-breaking-track { flex: 1; min-width: 0; overflow: hidden; position: relative; display: flex; align-items: center; }

/* veri şeridi: Samsun hava (seçili) + piyasa item'ları */
.pl-datastrip { display: flex; align-items: stretch; overflow-x: auto; scrollbar-width: none; }
.pl-datastrip::-webkit-scrollbar { display: none; }
.pl-wx { flex: none; display: inline-flex; align-items: center; gap: 8px; padding: 0 16px; border-right: 1px solid var(--line); white-space: nowrap; background: var(--chip); }
.pl-wx-icon { font-size: 19px; line-height: 1; }
.pl-wx-txt { display: inline-flex; flex-direction: column; line-height: 1.08; }
.pl-wx-city { font-size: 10.5px; letter-spacing: .05em; text-transform: uppercase; color: var(--acc); font-weight: 800; }
.pl-wx-cond { font-size: 9.5px; letter-spacing: .01em; color: var(--muted); }
.pl-wx-temp { font-size: 16px; font-weight: 800; color: var(--ink); font-variant-numeric: tabular-nums; margin-left: 1px; }
.pl-datastrip .pl-mkt-item { flex: none; display: inline-flex; align-items: center; gap: 6px; padding: 0 13px; white-space: nowrap; border-right: 1px solid var(--line); }
.pl-datastrip .pl-mkt-item:last-child { border-right: none; }

/* masaüstü: veri şeridi sağda, dikey çizgiyle ayrık, sağ kenar solar */
@media (min-width: 901px) {
  .pl-datastrip { flex: 0 0 auto; max-width: 54%; border-left: 1px solid var(--line);
    -webkit-mask-image: linear-gradient(to right, #000 95%, transparent); mask-image: linear-gradient(to right, #000 95%, transparent); }
}
/* mobil: alt alta, Son Dakika üstte ince ayraçla, veri şeridi tam genişlik */
@media (max-width: 900px) {
  .pl-topbar-inner { flex-wrap: wrap; }
  .pl-breaking { flex: 1 1 100%; border-bottom: 1px solid var(--line); }
  .pl-breaking-track { overflow-x: auto; scrollbar-width: none; }
  .pl-breaking-track::-webkit-scrollbar { display: none; }
  .pl-datastrip { flex: 1 1 100%; }
  .pl-datastrip .pl-mkt-item, .pl-wx { padding: 4px 12px; }
}

/* ============================================================
   HEADER YENİDEN TASARIM — app-bar (hamburger · logo · arama)
   ============================================================ */
.pl-utility { border-bottom: 1px solid var(--line); background: var(--surface); }
.pl-utility-inner { display: flex; align-items: center; gap: 16px; padding: 6px 22px; font-size: 11px; color: var(--muted); }
.pl-live { display: inline-flex; align-items: center; gap: 6px; color: var(--ink); font-weight: 600; white-space: nowrap; }
.pl-live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--acc); display: inline-block; }
.pl-util-date { text-transform: uppercase; letter-spacing: .04em; }
.pl-util-right { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.pl-util-wx { color: var(--ink); }
.pl-socials { display: flex; gap: 1px; align-items: center; }
.pl-utility .pl-social { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; min-height: 28px; color: var(--muted); border-radius: 6px; }
.pl-theme-btn { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; min-height: 30px; border: 1px solid var(--line); background: transparent; color: var(--ink); border-radius: 8px; font-size: 14px; cursor: pointer; }

.pl-appbar { background: var(--surface); }
/* mobil app-bar: logo sol · sağ küme (hava pill + arama). Native app app-bar'ı. */
.pl-appbar-inner { display: flex; align-items: center; gap: 10px; padding: 10px 14px; }
.pl-brand { margin-right: auto; display: inline-flex; align-items: center; }
.pl-appbar-actions { display: flex; align-items: center; gap: 6px; }
.pl-wx-pill { display: inline-flex; align-items: center; gap: 5px; height: 32px; padding: 0 11px; border-radius: 16px; background: var(--chip); border: 1px solid var(--line); font-weight: 700; white-space: nowrap; color: var(--ink); }
.pl-wx-pill .js-wx-icon { font-size: 15px; line-height: 1; }
.pl-wx-pill .js-wx-temp { font-size: 13px; font-variant-numeric: tabular-nums; }

/* --- mobil döviz/piyasa seçici pill + dropdown --- */
.pl-fx { position: relative; display: inline-flex; }
.pl-fx-pill { display: inline-flex; align-items: center; gap: 4px; height: 30px; padding: 0 9px; border-radius: 16px; background: var(--chip); border: 1px solid var(--line); color: var(--ink); cursor: pointer; white-space: nowrap; }
.pl-fx-short { font-weight: 700; font-size: 11px; letter-spacing: .01em; }
.pl-fx-val { font-weight: 600; font-size: 12px; font-variant-numeric: tabular-nums; }
.pl-fx-chev { color: var(--muted); flex: none; transition: transform .18s ease; }
.pl-fx-pill[aria-expanded="true"] .pl-fx-chev { transform: rotate(180deg); }
.pl-fx-menu { position: absolute; top: calc(100% + 7px); right: 0; z-index: var(--z-overlay); background: var(--surface); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 10px 34px rgba(0,0,0,.20); padding: 6px; min-width: 220px; }
.pl-fx-menu[hidden] { display: none; }
.pl-fx-opt { display: flex; align-items: center; gap: 8px; width: 100%; padding: 9px 10px; border: none; background: transparent; border-radius: 8px; cursor: pointer; text-align: left; }
.pl-fx-opt.sel { background: var(--chip); }
@media (hover: hover) { .pl-fx-opt:hover { background: var(--chip); } }
.pl-fx-opt-name { font-family: var(--font-head); font-weight: 700; font-size: 13px; color: var(--ink); }
.pl-fx-opt-val { margin-left: auto; font-size: 13px; font-weight: 700; color: var(--ink); font-variant-numeric: tabular-nums; }
.pl-fx-opt-chg { font-size: 11px; font-variant-numeric: tabular-nums; white-space: nowrap; }
.pl-fx-opt-chg.up { color: var(--ok); }
.pl-fx-opt-chg.down { color: var(--acc); }
.pl-fx-note { padding: 7px 10px 3px; font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .03em; color: var(--muted); }
.pl-iconbtn { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: none; background: transparent; color: var(--ink); border-radius: 12px; cursor: pointer; }
/* masaüstü hızlı menü + arama: mobilde gizli, ≥901px'te görünür */
.pl-appbar-nav, .pl-appbar-search { display: none; }
@media (hover: hover) {
  .pl-iconbtn:hover, .pl-theme-btn:hover, .pl-utility .pl-social:hover { background: var(--chip); }
  .pl-utility .pl-social:hover { color: var(--ink); }
}

/* --- MASAÜSTÜ MASTHEAD (≥901px): logo sola, hızlı menü+arama sağa, hamburger YOK --- */
@media (min-width: 901px) {
  .pl-appbar-inner { display: flex; align-items: center; gap: 20px; padding: 15px 22px; }
  .pl-appbar-mobileonly { display: none !important; }   /* hamburger + mobil arama ikonu */
  .pl-brand { justify-self: auto; margin-right: auto; }  /* logo sola yaslı */
  .pl-appbar-nav { display: flex; align-items: center; gap: 2px; }
  .pl-appbar-nav .pl-quick { font-weight: 700; font-size: 13px; color: var(--ink); padding: 10px 12px; letter-spacing: .01em; border-radius: 6px; transition: color .15s ease; }
  .pl-appbar-search { display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 8px; padding: 8px 12px; width: 190px; background: var(--bg); }
  .pl-appbar-search input { border: none; background: transparent; font-size: 13px; color: var(--ink); width: 100%; }
  .pl-appbar-search input::placeholder { color: var(--muted); }
  .pl-appbar-search button { border: none; background: transparent; color: var(--muted); padding: 0; cursor: pointer; display: inline-flex; align-items: center; }
}
@media (min-width: 901px) and (hover: hover) {
  .pl-appbar-nav .pl-quick:hover { color: var(--acc); }
  .pl-appbar-search:focus-within { outline: 2px solid var(--acc); outline-offset: 2px; }
}

/* ============================================================
   MOBİL UYGULAMA DENEYİMİ (≤900px): 5 şerit → 2 (app-bar + kategori sekmeleri)
   Son Dakika içeriğe (kart dizisi) taşındı, hava app-bar pill'i, piyasa/CANLI gizli.
   ============================================================ */
.pl-bcards { display: none; } /* masaüstünde gizli — mobil Son Dakika kartları */
@media (max-width: 900px) {
  /* ağır şeritleri kaldır: üst piyasa/hava bandı + CANLI/utility bandı */
  .pl-topbar { display: none !important; }
  .pl-utility { display: none !important; }

  /* app-bar tek satır: logo sol · hava pill + arama sağ */
  .pl-appbar-inner { padding: 9px 12px; min-width: 0; flex-wrap: nowrap; }
  .pl-appbar .pl-logo-lg { height: 30px !important; }   /* app-bar için sıkı logo */
  .pl-brand { min-width: 0; flex: 0 1 auto; }
  .pl-appbar-actions { gap: 6px; flex: 0 0 auto; }
  .pl-wx-pill { height: 30px; padding: 0 9px; }
  .pl-appbar .pl-iconbtn { width: 40px; height: 40px; }

  /* kategori sekmeleri: app-bar kayıp gidince tek sabit eleman kalır */
  .pl-catnav-desktop { position: sticky; top: 0; z-index: var(--z-topbar); }

  /* SON DAKİKA — içeriğin ilk bloğu, yatay kaydırmalı kartlar */
  .pl-bcards {
    display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory;
    padding: 12px 14px 6px; scrollbar-width: none; -webkit-overflow-scrolling: touch;
  }
  .pl-bcards::-webkit-scrollbar { display: none; }
  .pl-bcard {
    flex: 0 0 82%; scroll-snap-align: start; display: flex; flex-direction: column; gap: 7px;
    background: var(--surface); border: 1px solid var(--line); border-radius: 14px;
    padding: 12px 14px; box-shadow: var(--card-sh);
  }
  .pl-bcard-kick {
    display: flex; align-items: center; gap: 6px; font-family: var(--font-head);
    font-weight: 800; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; color: var(--acc);
  }
  .pl-bcard-time { margin-left: auto; color: var(--muted); font-weight: 500; letter-spacing: 0; }
  .pl-bcard-title {
    font-weight: 700; font-size: 14.5px; line-height: 1.3; color: var(--ink);
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  }
}

@media (max-width: 680px) {
  /* durum çubuğu slim: sadece CANLI + tema (tarih/hava/sosyal gizli) */
  .pl-utility-inner { padding: 5px 14px; gap: 10px; }
  .pl-util-date, .pl-util-wx, .pl-socials { display: none !important; }
  .pl-util-right { gap: 8px; }
  /* app-bar sıkı */
  .pl-appbar-inner { padding: 8px 10px; }
  .pl-logo-lg { height: 40px !important; }
}

/* =========================================================
   MOBİL YERLEŞİM — samsunobjektif.com modeli
   Alt manşet = 2 sütun görsel grid; kategori = thumbnail + başlık + özet dikey liste.
   Hepsi yalnız ≤900px; masaüstü grid'leri .pl-hide-mobile ile gizlenir.
   ========================================================= */
.pl-only-mobile { display: none; }
.pl-dot-num { display: none; } /* numaralı pagination yalnız mobilde */

@media (max-width: 900px) {
  .pl-only-mobile { display: block; }
  .pl-hide-mobile { display: none !important; }

  /* Manşet: ekranı taşan tam genişlik (native-app hissi) */
  #heroSlider { margin: 0 calc(var(--gutter) * -1); border-radius: 0; }

  /* --- ALT MANŞET: kaydırılabilir 2-up rail (kicker + zaman + ilerleme göstergesi) --- */
  .pl-mrail {
    display: flex; gap: 13px; overflow-x: auto; overflow-y: hidden;
    scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
    margin: 0 calc(var(--gutter) * -1); padding: 4px var(--gutter) 12px;
    scrollbar-width: none;
  }
  .pl-mrail::-webkit-scrollbar { display: none; }
  .pl-rcard { flex: 0 0 46%; scroll-snap-align: start; display: block; }
  .pl-rcard-media {
    position: relative; width: 100%; aspect-ratio: 16 / 10;
    border-radius: 10px; overflow: hidden; background: var(--chip);
    box-shadow: 0 1px 4px rgba(0,0,0,.10);
  }
  .pl-rcard-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s ease; }
  .pl-rcard:active .pl-rcard-media img { transform: scale(1.03); }
  .pl-rcard-ph {
    position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
    color: var(--muted); font-weight: 800; font-size: 11px; letter-spacing: .06em; text-transform: uppercase;
  }
  .pl-rcard-kick {
    display: inline-flex; align-items: center; gap: 5px; margin: 9px 0 0;
    font-weight: 800; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; color: var(--ink);
  }
  .pl-rcard-kick i { width: 7px; height: 7px; border-radius: 1px; flex-shrink: 0; }
  .pl-rcard-title {
    font-weight: 800; font-size: 14.5px; line-height: 1.2; margin: 5px 0 0; color: var(--ink); letter-spacing: -.01em;
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
  }
  .pl-rcard-time { display: block; margin-top: 5px; font-size: 10.5px; color: var(--muted); }
  /* Parmağı takip eden ince ilerleme göstergesi (statik scrollbar değil) */
  .pl-mrail-prog { position: relative; height: 3px; background: var(--line); border-radius: 99px; margin: 0 2px; overflow: hidden; }
  .pl-mrail-prog span {
    position: absolute; left: 0; top: 0; height: 100%; width: 40%;
    background: var(--acc); border-radius: 99px; transition: left .05s linear;
  }
  .pl-mrail-wrap[data-static] .pl-mrail-prog { display: none; }

  /* --- KATEGORİ: thumbnail + başlık + özet dikey liste --- */
  .pl-mlist { display: flex; flex-direction: column; }
  .pl-lrow {
    display: grid; grid-template-columns: 108px 1fr; gap: 12px; align-items: start;
    padding: 13px 0; border-bottom: 1px solid var(--line);
  }
  .pl-lrow:first-child { padding-top: 4px; }
  .pl-lrow-media {
    position: relative; width: 108px; aspect-ratio: 4 / 3;
    border-radius: 8px; overflow: hidden; background: var(--chip);
  }
  .pl-lrow-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .pl-lrow-ph {
    position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
    color: var(--muted); font-weight: 800; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; text-align: center; padding: 4px;
  }
  .pl-lrow-title {
    font-weight: 700; font-size: 15px; line-height: 1.24; margin: 0; color: var(--ink);
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  }
  .pl-lrow-sum {
    font-size: 12.5px; line-height: 1.38; color: var(--muted); margin: 4px 0 0;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  }
  .pl-lrow-time { display: block; margin-top: 5px; font-size: 10.5px; color: var(--muted); }

  /* --- MANŞET (samsunobjektif detayı): görsel üstte + güçlü siyah dip, ortalı içerik --- */
  .pl-slide-h1 {
    padding: 96px 18px 40px !important; text-align: center;
    background: linear-gradient(to top, #0a0a0a 0%, rgba(10,10,10,.97) 30%, rgba(10,10,10,.62) 48%, rgba(10,10,10,.16) 62%, transparent 73%) !important;
  }
  .pl-slide-badge {
    border-radius: 999px !important; padding: 5px 16px !important; font-size: 11px !important;
    justify-content: center; margin-bottom: 12px !important;
  }
  .pl-slide-title {
    text-transform: uppercase; font-size: clamp(22px, 6.6vw, 33px) !important;
    line-height: 1.04 !important; letter-spacing: -.5px !important; font-weight: 900 !important;
    text-wrap: initial !important; overflow-wrap: anywhere; word-break: break-word; max-width: 100%;
    display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;
  }
  .pl-slide-summary {
    font-size: 13.5px; line-height: 1.4; color: #e9e9e9; margin: 12px auto 0; font-weight: 400; font-style: italic;
    max-width: 40ch;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
    text-shadow: 0 1px 8px rgba(0,0,0,.6);
  }
  /* Numaralı pagination */
  .pl-dots { bottom: 12px !important; flex-wrap: nowrap; gap: 3px !important; padding: 0 10px; overflow-x: auto; scrollbar-width: none; }
  .pl-dots::-webkit-scrollbar { display: none; }
  .pl-dot { padding: 6px 2px !important; }
  .pl-dot > span { display: none !important; }
  .pl-dot-num {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 24px; height: 24px; padding: 0 5px; border-radius: 6px;
    background: rgba(0,0,0,.55); color: rgba(255,255,255,.82);
    font-family: var(--font-head); font-weight: 800; font-size: 12px; font-style: normal; line-height: 1;
  }
  .pl-dot.active .pl-dot-num { background: #fff; color: #111; }

  /* --- Kategori büyük öne-çıkan overlay kart --- */
  .pl-mfeat { position: relative; display: block; border-radius: 10px; overflow: hidden; margin-bottom: 14px; }
  .pl-mfeat > div:first-child, .pl-mfeat .pl-card-img { border-radius: 0 !important; }
  .pl-mfeat-ov {
    position: absolute; left: 0; right: 0; bottom: 0; padding: 46px 14px 13px;
    background: linear-gradient(to top, rgba(0,0,0,.86), rgba(0,0,0,.15) 70%, transparent);
  }
  .pl-mfeat-badge {
    display: inline-block; color: #fff; font-weight: 800; font-size: 9.5px;
    letter-spacing: .05em; text-transform: uppercase; padding: 3px 8px; border-radius: 2px; margin-bottom: 8px;
  }
  .pl-mfeat-title {
    font-weight: 900; font-size: 19px; line-height: 1.16; letter-spacing: -.01em; color: #fff; margin: 0;
    text-shadow: 0 1px 10px rgba(0,0,0,.5);
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
  }

  /* --- Kategori sonu: tüm haberler butonu --- */
  a.pl-cat-more {
    display: flex; align-items: center; justify-content: center; gap: 6px;
    margin-top: 14px; padding: 12px; min-height: 44px;
    border: 1px solid var(--line); border-radius: 8px; background: var(--surface);
    color: var(--acc); font-weight: 700; font-size: 13px; letter-spacing: .01em;
  }
  a.pl-cat-more:active { background: var(--chip); }

  /* Galeri kartları da app-yuvarlak */
  .pl-gallery .pl-card, .pl-gallery .pl-card-img { border-radius: 10px !important; }

  /* Kategori sekme şeridi: sağ kenar solması (daha var ipucu) */
  .pl-catnav-desktop > .container {
    -webkit-mask-image: linear-gradient(to right, #000 92%, transparent);
    mask-image: linear-gradient(to right, #000 92%, transparent);
  }

  /* Başa dön (FAB) */
  .pl-totop {
    position: fixed; right: 14px; bottom: calc(66px + env(safe-area-inset-bottom));
    width: 44px; height: 44px; border-radius: 50%; border: none; cursor: pointer;
    background: var(--ink); color: var(--surface); font-size: 20px; line-height: 1;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 12px rgba(0,0,0,.28); z-index: var(--z-topbar); opacity: .94;
  }
  .pl-totop[hidden] { display: none; }
}

@media (min-width: 901px) {
  .pl-totop { display: none !important; }
}

@media (max-width: 680px) {
  .pl-lrow { grid-template-columns: 96px 1fr; }
  .pl-lrow-media { width: 96px; }
  .pl-lrow-title { font-size: 14px; }
  .pl-rcard { flex-basis: 62%; }        /* dar ekranda 1.5-up: net peek, daha büyük kart */
  .pl-rcard-title { font-size: 14px; }
}

/* ===== MANŞET — Bento Mozaik (pl-mz) — sarı/siyah marka, 4:5 kartlar ===== */
.pl-mz-wrap { padding: 4px 0 8px; }
.pl-mz-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.pl-mz-klabel { font-weight: 900; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; transform: skewX(-7deg); background: #16140f; color: #f1cd2e; padding: 5px 11px; line-height: 1; }
.pl-mz-klabel > span { display: inline-block; transform: skewX(7deg); }
.pl-mz-kline { flex: 1; height: 2px; background: rgba(22,20,15,.14); }

.pl-mz { display: grid; grid-template-columns: repeat(4,1fr); grid-template-rows: repeat(3,1fr); gap: 14px; aspect-ratio: 1.08; }
.pl-mz-card { position: relative; border-radius: 3px; overflow: hidden; box-shadow: 0 6px 22px rgba(22,20,15,.16); text-decoration: none; display: block; background: #16140f; min-height: 0; min-width: 0; }
.pl-mz-feature { grid-column: 1 / 3; grid-row: 1 / 3; }
.pl-mz-c2 { grid-column: 3; grid-row: 1; }
.pl-mz-c3 { grid-column: 4; grid-row: 1; }
.pl-mz-c4 { grid-column: 1; grid-row: 3; }
.pl-mz-c5 { grid-column: 2; grid-row: 3; }
.pl-mz-medium { grid-column: 3 / 5; grid-row: 2 / 4; }

.pl-mz-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.pl-mz-card:hover img { transform: scale(1.04); }
.pl-mz-noimg { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: clamp(20px,5vw,52px); color: rgba(241,205,46,.5); background: radial-gradient(130% 100% at 12% 0%, #2a2620, #16140f 70%); letter-spacing: .02em; }
.pl-mz-grad { position: absolute; inset: 0; background: linear-gradient(transparent 40%, rgba(0,0,0,.86)); }
.pl-mz-accent { position: absolute; top: 0; right: 0; width: 32px; height: 32px; background: #f1cd2e; clip-path: polygon(100% 0, 0 0, 100% 100%); opacity: .92; }
.pl-mz-feature .pl-mz-accent { width: 52px; height: 52px; }
.pl-mz-medium .pl-mz-accent { width: 42px; height: 42px; }

.pl-mz-content { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px; display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.pl-mz-feature .pl-mz-content { padding: 26px; gap: 12px; }
.pl-mz-medium .pl-mz-content { padding: 20px; gap: 10px; }

.pl-mz-tag { display: inline-block; background: #f1cd2e; color: #16140f; font-weight: 800; text-transform: uppercase; font-size: 11px; letter-spacing: .04em; padding: 5px 9px; transform: skewX(-7deg); line-height: 1; }
.pl-mz-tag > span { display: inline-block; transform: skewX(7deg); }
.pl-mz-feature .pl-mz-tag { font-size: 13px; padding: 6px 12px; }
.pl-mz-medium .pl-mz-tag { font-size: 12px; padding: 5px 10px; }

.pl-mz-title { display: block; font-weight: 900; color: #fff; transform: skewX(-7deg); line-height: 1.02; letter-spacing: -.01em; text-shadow: 0 2px 10px rgba(0,0,0,.4); font-size: 17px; }
.pl-mz-feature .pl-mz-title { font-size: clamp(28px,3.1vw,40px); line-height: 1.0; }
.pl-mz-medium .pl-mz-title { font-size: clamp(19px,1.9vw,26px); line-height: 1.02; }

@media (max-width: 700px) {
  .pl-mz { grid-template-columns: 1fr 1fr; grid-auto-rows: auto; grid-template-rows: auto; aspect-ratio: auto; gap: 12px; }
  .pl-mz-feature, .pl-mz-c2, .pl-mz-c3, .pl-mz-c4, .pl-mz-c5, .pl-mz-medium { grid-column: auto; grid-row: auto; }
  .pl-mz-card { aspect-ratio: 4 / 5; }
  .pl-mz-feature { grid-column: 1 / 3; }
  .pl-mz-medium { grid-column: 1 / 3; }
  .pl-mz-feature .pl-mz-title { font-size: clamp(26px,7.6vw,34px); }
  .pl-mz-feature .pl-mz-content { padding: 18px; }
  .pl-mz-medium .pl-mz-title { font-size: clamp(20px,5.6vw,26px); }
  .pl-mz-medium .pl-mz-content { padding: 16px; }
  .pl-mz-title { font-size: 16px; }
  .pl-mz-content { padding: 12px; gap: 7px; }
  .pl-mz-tag { font-size: 10px; padding: 4px 8px; }
  .pl-mz-accent { width: 26px; height: 26px; }
  .pl-mz-feature .pl-mz-accent { width: 40px; height: 40px; }
  .pl-mz-medium .pl-mz-accent { width: 34px; height: 34px; }
}

/* ===== MANŞET SHOWCASE (pl-hs) — sol 20'li slider + sağ 2 dikey + 1 yatay, tek ekran ===== */
.pl-hs-wrap { padding: 4px 0 10px; }
.pl-hs { display: grid; grid-template-columns: 1.62fr 1fr; gap: 14px; height: clamp(480px, calc(100vh - 182px), 880px); }

/* Ortak kart */
.pl-hs-card { position: relative; display: block; overflow: hidden; border-radius: 3px; background: #16140f; text-decoration: none; box-shadow: 0 6px 22px rgba(22,20,15,.16); height: 100%; min-height: 0; }
.pl-hs-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.pl-hs-card:hover img { transform: scale(1.04); }
.pl-hs-noimg { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: clamp(20px,5vw,52px); color: rgba(241,205,46,.5); background: radial-gradient(130% 100% at 12% 0%, #2a2620, #16140f 70%); }
.pl-hs-grad { position: absolute; inset: 0; background: linear-gradient(transparent 42%, rgba(0,0,0,.86)); }
.pl-hs-accent { position: absolute; top: 0; right: 0; width: 30px; height: 30px; background: #f1cd2e; clip-path: polygon(100% 0, 0 0, 100% 100%); opacity: .92; }
.pl-hs-content { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px; display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.pl-hs-tag { display: inline-block; background: #f1cd2e; color: #16140f; font-weight: 800; text-transform: uppercase; font-size: 11px; letter-spacing: .04em; padding: 5px 9px; transform: skewX(-7deg); line-height: 1; }
.pl-hs-tag > span { display: inline-block; transform: skewX(7deg); }
.pl-hs-title { display: block; font-weight: 900; color: #fff; transform: skewX(-7deg); line-height: 1.03; letter-spacing: -.01em; text-shadow: 0 2px 10px rgba(0,0,0,.4); font-size: 17px; }

/* SOL — slider: üstte görsel sahnesi (flex:1), altta numaralı sayı şeridi */
.pl-hs-main { position: relative; height: 100%; display: flex; flex-direction: column; gap: 7px; }
.pl-hs-stage { position: relative; flex: 1 1 auto; min-height: 0; overflow: hidden; border-radius: 3px; }
.pl-hs-main .pl-slide { position: absolute; inset: 0; }
.pl-hs-main .is-main .pl-hs-content { padding: 26px; gap: 12px; }
.pl-hs-main .is-main .pl-hs-tag { font-size: 13px; padding: 6px 12px; }
.pl-hs-main .is-main .pl-hs-title { font-size: clamp(26px, 2.5vw, 40px); line-height: 1.0; }
.pl-hs-main .pl-hs-accent { width: 52px; height: 52px; }
/* Numaralı sayı şeridi (ok yerine) */
.pl-hs-nums { flex: 0 0 auto; display: flex; flex-wrap: wrap; justify-content: center; gap: 5px; padding: 2px 2px 0; }
.pl-num { min-width: 27px; height: 27px; padding: 0 6px; display: inline-flex; align-items: center; justify-content: center; border: none; border-radius: 5px; background: #e6e2d9; color: #5c584f; font-weight: 800; font-size: 13px; line-height: 1; cursor: pointer; font-variant-numeric: tabular-nums; transition: background .18s ease, color .18s ease; }
.pl-num:hover { background: #d8d3c8; }
.pl-num.active { background: #f1cd2e; color: #16140f; }
:root[data-theme='dark'] .pl-num { background: #2a2721; color: #b6b0a4; }
:root[data-theme='dark'] .pl-num:hover { background: #34302a; }
:root[data-theme='dark'] .pl-num.active { background: #f1cd2e; color: #16140f; }

/* SAĞ — 2 dikey (üst) + 1 yatay (alt) */
.pl-hs-side { display: grid; grid-template-rows: 1.12fr 0.88fr; gap: 14px; height: 100%; min-height: 0; }
.pl-hs-top { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; min-height: 0; }
.pl-hs-bottom { min-height: 0; }
.is-v .pl-hs-title { font-size: clamp(15px, 1.15vw, 19px); }
.is-v .pl-hs-content { padding: 13px; gap: 7px; }
.is-h .pl-hs-title { font-size: clamp(18px, 1.5vw, 25px); }
.is-h .pl-hs-content { padding: 18px; gap: 10px; }
.is-h .pl-hs-accent { width: 40px; height: 40px; }

/* MOBİL — dikey akış (tek ekran şartı yalnız masaüstünde) */
@media (max-width: 900px) {
  .pl-hs { grid-template-columns: 1fr; height: auto; gap: 12px; }
  .pl-hs-main { height: auto; }
  .pl-hs-stage { aspect-ratio: 4 / 4.4; }
  .pl-hs-nums { padding-left: var(--gutter); padding-right: var(--gutter); gap: 6px; }
  .pl-hs-side { grid-template-rows: auto auto; }
  .pl-hs-top .pl-hs-card { aspect-ratio: 4 / 5; }
  .pl-hs-bottom .pl-hs-card { aspect-ratio: 16 / 9; }
  .pl-hs-main .is-main .pl-hs-content { padding: 20px; }
  .pl-hs-main .is-main .pl-hs-title { font-size: clamp(26px, 7vw, 38px); }
  .is-v .pl-hs-title { font-size: clamp(15px, 4.2vw, 20px); }
}
