/* =====================================================================
   NEWSPAPER — haber portalı tasarımı v0.5 (editöryel yoğunluk)
   style.css'ten SONRA yüklenir. Referans: TRT Haber / Sabah / A Haber
   düzen dinamikleri — gri zemin + beyaz kutulu kartlar, kalın başlık
   tipografisi, kırmızı son dakika bandı, numaralı manşet ve çok okunanlar.
   Kural: sol renkli şerit YOK, dekoratif gradient YOK (görsel üstü overlay
   serbest), emoji/sembol fontu YOK — çizgi, kutu, tipografi.
   ===================================================================== */
:root {
    /* Renk rolleri (Özelleştir → Marka): tema varsayılanları; kaydedilen değerler bunları ezer */
    --np-max: 1320px;
    --color-primary: #1b2230;
    --color-accent: #e30613;
    --color-breaking: #e30613;
    --color-background: #eceef1;
    --color-surface: #ffffff;
    --color-text: #111111;
    --color-text-muted: #6b7280;
    --color-text-secondary: var(--color-text-muted);
    --color-border: #dde1e6;
    /* Tema token'ları — HEPSİ rollerden türer (özelleştirme her yüzeye yayılır) */
    --np-red: var(--color-accent);
    --np-red-dark: color-mix(in srgb, var(--np-red) 82%, #000);
    --np-breaking: var(--color-breaking);
    --np-ink: var(--color-text);
    --np-navy: var(--color-primary);
    --np-muted: var(--color-text-muted);
    --np-line: var(--color-border);
    --np-paper: var(--color-surface);
    --np-page: var(--color-background);
    --np-soft: color-mix(in srgb, var(--np-paper) 93%, var(--np-ink));
    --np-body: color-mix(in srgb, var(--np-ink) 82%, var(--np-paper));
    --np-focus: var(--np-navy);
    --np-radius: 3px;
    --np-shadow: 0 1px 2px rgba(17, 24, 39, .06);
    --font-heading: 'Rubik', 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
    --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
    --font-display: var(--font-heading);
}
body { font-family: var(--font-body); background: var(--np-page); color: var(--np-ink); -webkit-font-smoothing: antialiased; }
/* kısa sayfalarda alt bilgi ekranın altına yapışır (statik sayfa/404 görünüm altında boşluk bırakmaz) */
body { display: flex; flex-direction: column; min-height: 100vh; }
body > .site-main, body > main { flex: 1 0 auto; }
body > .site-footer-wrap, body > .site-footer { margin-top: auto; }
.container { max-width: var(--np-max); }
h1, h2, h3, h4, .hero-title, .post-card-title, .section-title, .article-title { font-family: var(--font-heading); letter-spacing: -0.01em; }
img { display: block; }
a { color: inherit; }
/* base news bazı başlıkları --color-primary ile boyar (koyu modda lacivert = okunmaz) → metin her yerde ink */
h1, h2, h3, h4, h5, h6, .archive-title, .archive-header h1, .archive-description, .section-title, .hero-title, .hero-title a { color: var(--np-ink); }
/* Kart/widget başlıkları rengi KAPSAYICIDAN alır: Kartlar Stüdyosu 'overlay' düzeni ve Kenar Çubuğu Stüdyosu 'rozet' başlığı kendi rengini (beyaz) verebilsin. */
.post-card { color: var(--np-ink); } .post-card-title, .post-card-title a, .widget-title { color: inherit; }
.archive-description { color: var(--np-muted); }

/* ---------- Kutu (ortak yüzey) ---------- */
.np-box { background: var(--np-paper); border: 1px solid var(--np-line); border-radius: var(--np-radius); box-shadow: var(--np-shadow); }

/* ---------- Üst şerit (tarih · servisler · sosyal) ---------- */
.np-topbar { background: var(--np-ink); color: #fff; font-size: 12px; }
.np-topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 34px; }
.np-topbar__date { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; letter-spacing: .02em; color: rgba(255, 255, 255, .9); }
.np-topbar__date svg { opacity: .8; }
.np-topbar__links { display: flex; align-items: center; gap: 0; list-style: none; margin: 0; padding: 0; }
.np-topbar__links a { display: inline-flex; align-items: center; gap: 6px; padding: 0 12px; height: 34px; color: rgba(255, 255, 255, .9); font-weight: 600; border-left: 0; border-right: 1px solid rgba(255, 255, 255, .12); }
.np-topbar__links li:last-child a { border-right: 0; }
.np-topbar__links a:hover { color: #fff; background: rgba(255, 255, 255, .08); }
.np-topbar__links svg { width: 14px; height: 14px; }
@media (max-width: 992px) { .np-topbar__links { display: none; } .np-topbar__inner { justify-content: center; } }

/* ---------- Üst bilgi ---------- */
.np-header { background: var(--np-paper); border-bottom: 1px solid var(--np-line); position: sticky; top: 0; z-index: 120; box-shadow: 0 1px 0 rgba(0, 0, 0, .02); }
.site-header--static.np-header { position: relative; }
.np-header .header-inner { display: flex; align-items: center; gap: 20px; min-height: 76px; padding: 0; }
.np-header .site-branding { flex: 0 0 auto; text-align: left; }
.np-brand__link { display: inline-flex; align-items: center; }
.np-brand__img { height: 48px; width: auto; max-width: 230px; object-fit: contain; }
.np-brand__text { font-family: var(--font-heading); font-size: 1.75rem; font-weight: 800; letter-spacing: -0.03em; text-transform: none; color: var(--np-ink); }
.np-brand__text--mark::first-letter { color: var(--np-red); }
.np-header .main-nav { flex: 1 1 auto; min-width: 0; background: transparent; border: 0; position: static; z-index: auto; }
.np-header .nav-menu { display: flex; flex-wrap: nowrap; gap: 0; margin: 0; padding: 0; list-style: none; overflow: hidden; }
.np-header .nav-item { position: relative; white-space: nowrap; }
.np-header .nav-link { display: block; padding: 28px 11px; font-family: var(--font-heading); font-size: 13.5px; font-weight: 700; letter-spacing: 0.01em; text-transform: uppercase; color: var(--np-ink); border-radius: 0; transition: color .15s; }
.np-header .nav-link:hover, .np-header .nav-item.active > .nav-link { color: var(--np-red); background: transparent; }
.np-header .nav-item.active > .nav-link::after { content: ''; position: absolute; left: 11px; right: 11px; bottom: 0; height: 3px; background: var(--np-red); }
.np-header .header-actions { flex: 0 0 auto; display: flex; align-items: center; gap: 10px; }
.np-live { display: inline-flex; align-items: center; gap: 8px; color: #fff; background: var(--np-red); font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: 0.03em; padding: 8px 12px; border-radius: 3px; }
.np-live:hover { background: var(--np-red-dark); }
.np-live__dot { width: 8px; height: 8px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 0 rgba(255, 255, 255, .6); animation: np-pulse 1.6s infinite; }
@keyframes np-pulse { 0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, .55); } 70% { box-shadow: 0 0 0 6px rgba(255, 255, 255, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
.np-chip { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--np-ink); padding: 0 14px; height: 34px; border-left: 0; border-right: 1px solid var(--np-line); white-space: nowrap; }
.np-chip b { font-weight: 800; }
.np-chip .np-rate__ico { width: 22px; height: 22px; font-size: 11px; }
.np-chip .np-rate__ico svg { width: 12px; height: 12px; }
.np-chip i { font-style: normal; font-size: 10px; display: inline-flex; }
.np-chip i svg { width: 9px; height: 9px; }
.np-chip .is-up, .np-rate__chg.is-up { color: #15803d; }
.np-chip .is-down, .np-rate__chg.is-down { color: var(--np-red); }
.np-chip--wx svg { color: var(--np-ink); }
.np-header .search-toggle, .np-header .dark-mode-toggle, .np-header .mobile-menu-toggle { color: var(--np-ink); background: transparent; border: 0; width: 38px; height: 38px; padding: 0; display: inline-flex; align-items: center; justify-content: center; border-radius: 3px; cursor: pointer; }
.np-header .search-toggle:hover, .np-header .dark-mode-toggle:hover { background: var(--np-soft); color: var(--np-red); }
.np-header .mobile-menu-toggle { display: none; }
@media (max-width: 1180px) { .np-header .nav-link { padding: 28px 8px; font-size: 12.5px; } .np-chip--wx { display: none; } }
@media (max-width: 992px) {
    .np-header .header-inner { min-height: 64px; width: 100%; flex: 1 1 100%; }
    .np-header > .container { display: flex; }
    .np-header .header-actions { margin-left: auto; width: auto; flex: 0 0 auto; justify-content: flex-end; gap: 4px; }
    .np-header .site-branding { flex: 0 1 auto; min-width: 0; overflow: hidden; }
    .np-brand__link { max-width: 100%; }
    .np-brand__text { font-size: 1.4rem; white-space: nowrap; }
    .np-brand__img { height: 38px; }
    .np-header .nav-menu { display: none; }
    .np-header .mobile-menu-toggle { display: inline-flex; }
    .np-header .nav-menu.active { display: block; }
    .np-header .nav-menu.active .nav-link { color: #fff; padding: 12px 16px; }
    .np-chip, .np-live { display: none; }
}
@media (max-width: 480px) { .np-brand__text { font-size: 1.2rem; } .np-header .header-inner { min-height: 58px; gap: 10px; } }

/* ---------- v1.0.1: üst şeritte kutular · yığın üst bilgi (logo satırı + menü çubuğu) · "Daha Fazla" açılırı ---------- */
.np-topbar__links { margin-left: auto; }
.np-topbar__chips { display: flex; align-items: center; margin-left: 4px; border-left: 1px solid rgba(255, 255, 255, .14); }
.np-topbar__inner > .np-topbar__links + .np-topbar__chips { margin-left: 0; }
.np-topbar .np-chip { color: #fff; height: 34px; padding: 0 12px; font-size: 12px; border-right: 1px solid rgba(255, 255, 255, .14); background: transparent; }
.np-topbar .np-chip:last-child { border-right: 0; }
.np-topbar .np-chip--wx svg { color: #fff; }
.np-topbar .np-chip .is-up { color: #4ade80; }
.np-topbar .np-chip .is-down { color: #fca5a5; }
.np-topbar .np-chip .np-rate__ico { background: rgba(255, 255, 255, .14); color: #fff; }
.np-header--stacked .header-inner { min-height: 72px; }
.np-header--stacked .header-actions { margin-left: auto; }
.np-navbar { border-top: 1px solid var(--np-line); background: var(--np-paper); }
.np-navbar .np-nav { width: 100%; }
.np-navbar .nav-menu { overflow: hidden; }
.np-navbar .nav-link { padding: 15px 13px; font-size: 13.5px; }
.np-navbar .nav-item.active > .nav-link::after { left: 13px; right: 13px; }
.np-header .nav-menu.np-nav--measured { overflow: visible; }
.np-more { position: relative; }
.np-more__btn { display: inline-flex; align-items: center; gap: 6px; background: transparent; border: 0; cursor: pointer; font: inherit; color: inherit; }
.np-more__btn svg { width: 12px; height: 12px; transition: transform .15s; }
.np-more.is-open .np-more__btn svg { transform: rotate(180deg); }
.np-more__list { position: absolute; top: 100%; right: 0; min-width: 230px; margin: 0; padding: 6px 0; list-style: none; background: var(--np-paper); border: 1px solid var(--np-line); box-shadow: 0 14px 34px rgba(0, 0, 0, .14); display: none; z-index: 130; }
.np-more.is-open .np-more__list { display: block; }
.np-more__list .nav-item { white-space: normal; }
.np-header .np-more__list .nav-link { padding: 10px 16px; font-size: 13px; text-align: left; }
.np-header .np-more__list .nav-item.active > .nav-link::after { display: none; }
@media (max-width: 992px) {
    .np-navbar { border-top: 0; }
    .np-navbar .np-nav { position: static; }
    .np-more { display: none; }
    .np-topbar__chips { display: none; }
}

/* ---------- Son Dakika bandı (kırmızı, saatli) ---------- */
.breaking-news-bar { display: flex; align-items: stretch; gap: 0; background: var(--np-breaking); color: #fff; border-bottom: 0; font-family: var(--font-body); position: relative; overflow: hidden; padding: 0; }
.breaking-news-bar::before, .breaking-news-bar::after { display: none; }
.breaking-news-bar .breaking-label { position: relative; z-index: 3; flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px; background: var(--np-ink); color: #fff; font-family: var(--font-heading); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 0 18px; min-height: 40px; white-space: nowrap; }
.breaking-news-bar .breaking-label .pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--np-red); animation: np-pulse-red 1.4s infinite; }
@keyframes np-pulse-red { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
.breaking-news-bar .breaking-ticker { flex: 0 0 auto; width: max-content; overflow: visible; display: flex; align-items: center; padding-left: 0; }
.breaking-news-bar .breaking-item { flex: 0 0 auto; white-space: nowrap; display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 600; font-size: 13.5px; padding: 0 22px; min-height: 40px; }
.breaking-news-bar .breaking-item::after { display: none; }
.breaking-news-bar .breaking-item:hover { color: #fff; text-decoration: underline; }
.breaking-news-bar .np-tick__time { font-weight: 800; font-variant-numeric: tabular-nums; color: #fff; background: rgba(0, 0, 0, .22); padding: 2px 6px; border-radius: 2px; font-size: 12px; }
.breaking-news-bar .np-tick__all { position: absolute; right: 0; top: 0; bottom: 0; z-index: 3; display: inline-flex; align-items: center; gap: 4px; padding: 0 18px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; color: #fff; background: var(--np-ink); white-space: nowrap; }
.breaking-news-bar .np-tick__all:hover { background: #000; }
@media (max-width: 560px) { .breaking-news-bar .breaking-label { padding: 0 12px; font-size: 11px; } .breaking-news-bar .np-tick__all { display: none; } }

/* ---------- Manşet ---------- */
.np-hero { padding: 18px 0 0; }
.np-hero__grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); gap: 16px; align-items: stretch; }
.np-hero--single .np-hero__grid { grid-template-columns: 1fr; }
.np-slider { position: relative; border-radius: var(--np-radius); overflow: hidden; background: #111; display: flex; flex-direction: column; border: 1px solid var(--np-line); box-shadow: var(--np-shadow); }
.np-slider__track { position: relative; flex: 1 1 auto; min-height: 440px; }
@media (max-width: 992px) { .np-slider__track { aspect-ratio: 16 / 10; min-height: 0; } }
.np-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .5s ease; }
.np-slide.is-active { opacity: 1; z-index: 1; }
.np-slide__link { display: block; position: relative; width: 100%; height: 100%; }
.np-slide img, .np-slide__noimg { width: 100%; height: 100%; object-fit: cover; }
.np-slide__noimg { display: block; background: #2b3340; }
.np-slide__body { position: absolute; left: 0; right: 0; bottom: 0; padding: 110px 30px 26px; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .55) 40%, rgba(0, 0, 0, .86) 100%); color: #fff; }
.np-kicker { display: inline-block; background: var(--np-red); color: #fff; font-family: var(--font-heading); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 5px 9px; border-radius: 2px; margin-bottom: 12px; }
.np-kicker--sm { font-size: 10px; padding: 3px 7px; margin-bottom: 8px; }
.np-slide__title { font-size: clamp(1.55rem, 2.7vw, 2.5rem); line-height: 1.1; font-weight: 800; color: #fff; margin: 0; letter-spacing: -0.02em; text-shadow: 0 2px 14px rgba(0, 0, 0, .4); }
.np-slide__excerpt { margin: 12px 0 0; font-size: 15px; line-height: 1.5; color: rgba(255, 255, 255, .88); max-width: 62ch; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.np-slider__arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 42px; height: 42px; border: 0; border-radius: 2px; background: rgba(17, 17, 17, .6); color: #fff; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; opacity: 0; transition: opacity .2s, background .2s; }
.np-slider__arrow--prev { left: 14px; } .np-slider__arrow--next { right: 14px; }
.np-slider:hover .np-slider__arrow, .np-slider:focus-within .np-slider__arrow { opacity: 1; }
.np-slider__arrow:hover { background: var(--np-red); }
/* numaralı şerit (Sabah 1…25 düzeni) */
.np-slider__dots { display: flex; align-items: center; gap: 0; padding: 0 8px; background: var(--np-navy); border-top: 0; min-height: 40px; overflow-x: auto; scrollbar-width: none; }
.np-slider__dots::-webkit-scrollbar { display: none; }
.np-slider__dot { width: 34px; height: 40px; border-radius: 0; border: 0; background: transparent; color: rgba(255, 255, 255, .7); padding: 0; cursor: pointer; font-family: var(--font-heading); font-size: 13px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; position: relative; flex: 0 0 auto; transition: color .15s; }
.np-slider__dot span { display: inline; }
.np-slider__dot:hover { color: #fff; }
.np-slider__dot.is-active { color: #fff; }
.np-slider__dot.is-active::before { content: ''; position: absolute; inset: 6px 3px; border-radius: 50%; background: var(--np-red); z-index: -1; }
.np-slider__dot.is-active { z-index: 1; }
.np-hero__side { display: grid; grid-template-rows: auto 1fr; gap: 14px; }
.np-feature { position: relative; border-radius: var(--np-radius); overflow: hidden; background: #111; border: 1px solid var(--np-line); box-shadow: var(--np-shadow); }
.np-feature__link { display: block; position: relative; aspect-ratio: 16 / 9; }
.np-feature img { width: 100%; height: 100%; object-fit: cover; }
.np-feature__body { position: absolute; left: 0; right: 0; bottom: 0; padding: 70px 18px 16px; background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .82)); color: #fff; }
.np-feature__title { font-size: 1.2rem; line-height: 1.22; font-weight: 800; margin: 0; color: #fff; letter-spacing: -0.01em; }
.np-minis { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.np-mini { background: var(--np-paper); border: 1px solid var(--np-line); border-radius: var(--np-radius); box-shadow: var(--np-shadow); overflow: hidden; }
.np-mini a { display: block; height: 100%; }
.np-mini__img { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--np-soft); }
.np-mini__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.np-mini a:hover img, .np-card a:hover img, .np-overlay a:hover img, .np-catblock__lead-img:hover img, .np-mostread__lead a:hover img { transform: scale(1.03); }
.np-mini__title { font-size: .95rem; line-height: 1.3; font-weight: 700; margin: 10px 12px 12px; padding: 0; color: var(--np-ink); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.np-mini a:hover .np-mini__title { color: var(--np-red); }
@media (max-width: 992px) {
    .np-hero__grid { grid-template-columns: 1fr; }
    .np-slide__body { padding: 80px 18px 18px; }
    .np-slide__excerpt { display: none; }
}
@media (max-width: 560px) { .np-minis { grid-template-columns: 1fr 1fr; gap: 10px; } .np-mini__title { font-size: .88rem; margin: 8px 10px 10px; } }
.np-minis--list { grid-template-columns: 1fr; }
.np-minis--list .np-mini a { display: grid; grid-template-columns: 150px 1fr; gap: 0; align-items: center; }
.np-minis--list .np-mini__title { margin: 0; }

/* ---------- Bilgi şeridi (Sabah/A Haber kutulu şerit) ---------- */
.np-info { margin: 16px auto 0; }
.np-info__row { display: flex; align-items: stretch; border: 1px solid var(--np-line); border-radius: var(--np-radius); overflow: hidden; background: var(--np-paper); box-shadow: var(--np-shadow); }
.np-info__market { flex: 1 1 auto; min-width: 0; display: flex; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x proximity; }
.np-info__market { overflow-x: hidden; }
.np-rate.is-hidden { display: none; }
.np-info__city, .np-info__prayer, .np-info__weather { flex: 0 0 auto; }
.np-info__market::-webkit-scrollbar { display: none; }
.np-rate { flex: 1 0 auto; min-width: 108px; scroll-snap-align: start; padding: 10px 12px 10px 10px; border-right: 1px solid var(--np-line); display: grid; grid-template-columns: 30px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 8px; row-gap: 2px; align-content: center; align-items: center; }
.np-rate__ico { grid-row: 1 / 3; width: 30px; height: 30px; border-radius: 50%; background: var(--np-soft); color: var(--np-navy); display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-heading); font-weight: 800; font-size: 14px; }
.np-rate__ico svg { width: 16px; height: 16px; }
.np-rate__ico--gold { background: #f6e7b4; color: #8a6400; }
.np-rate__ico--silver { background: #e6e9ee; color: #4b5563; }
.np-rate__ico--btc { background: #f7931a; color: #fff; }
.np-rate__ico--eth { background: #3c3c3d; color: #fff; }
.np-rate__ico--usd { background: #dcfce7; color: #166534; }
.np-rate__ico--eur { background: #dbeafe; color: #1e3a8a; }
.np-rate__ico--gbp { background: #ede9fe; color: #4c1d95; }
:root[data-theme="dark"] .np-rate__ico { background: #2a2f37; color: #f3f4f6; }
.np-rate__name { font-family: var(--font-heading); font-size: 11px; font-weight: 700; letter-spacing: .06em; color: var(--np-navy); }
.np-rate__val { font-size: 15px; font-weight: 800; font-variant-numeric: tabular-nums; }
.np-rate__chg { font-size: 11px; font-weight: 700; display: inline-flex; align-items: center; gap: 4px; padding: 2px 6px; border-radius: 2px; width: max-content; background: var(--np-soft); }
.np-rate__chg i { font-style: normal; font-size: 9px; }
.np-rate__chg svg { width: 8px; height: 8px; }
.np-info__city { display: flex; align-items: center; padding: 0 26px; background: var(--np-red); color: #fff; font-family: var(--font-heading); font-weight: 800; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; }
.np-info__prayer, .np-info__weather { display: flex; align-items: center; gap: 12px; padding: 8px 20px; }
.np-info__prayer { border-right: 1px solid var(--np-line); color: var(--np-navy); }
.np-info__label { display: block; font-size: 12px; color: var(--np-muted); font-weight: 600; }
.np-info__prayer strong, .np-info__weather strong { display: block; font-family: var(--font-heading); font-size: 21px; font-weight: 800; line-height: 1.1; font-variant-numeric: tabular-nums; }
.np-info__count { background: var(--np-navy); color: #fff; padding: 3px 10px; border-radius: 2px; }
.np-info__weather { background: var(--np-navy); color: #fff; min-width: 190px; }
.np-info__weather .np-info__label { color: rgba(255, 255, 255, .8); }
.np-info__weather svg { width: 30px; height: 30px; }
.np-info__row [hidden] { display: none !important; }
@media (max-width: 992px) {
    .np-info__row { grid-template-columns: 1fr 1fr; }
    .np-info__market { grid-column: 1 / -1; border-bottom: 1px solid var(--np-line); }
    .np-info__city { display: none; }
    .np-info__prayer { border-right: 1px solid var(--np-line); }
}

/* ---------- Bölüm başlığı (editöryel çizgi) ---------- */
.np-sec { margin: 26px auto 0; padding-top: 0; border-top: 0; }
.np-sec__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 16px; padding-bottom: 10px; border-bottom: 3px solid var(--np-ink); }
.np-sec__title { display: flex; align-items: center; gap: 12px; font-family: var(--font-heading); font-size: clamp(1.35rem, 2vw, 1.85rem); font-weight: 800; margin: 0; letter-spacing: -0.02em; color: var(--np-ink); line-height: 1.1; }
.np-sec__mark { width: 18px; height: 18px; border-radius: 2px; background: var(--np-red); flex: 0 0 auto; }
.np-sec__more { font-family: var(--font-heading); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--np-navy); white-space: nowrap; padding: 6px 10px; border: 1px solid var(--np-line); border-radius: 2px; background: var(--np-paper); }
.np-sec__more:hover { color: #fff; background: var(--np-red); border-color: var(--np-red); }

/* ---------- Kartlar (kutulu) ---------- */
.np-grid { display: grid; gap: 14px; }
.np-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.np-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.np-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.np-card { background: var(--np-paper); border: 1px solid var(--np-line); border-radius: var(--np-radius); box-shadow: var(--np-shadow); overflow: hidden; }
.np-card a { display: block; height: 100%; }
.np-card__img { display: block; aspect-ratio: 16 / 10; overflow: hidden; border-radius: 0; background: var(--np-soft); }
.np-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.np-cat { display: inline-block; margin: 12px 12px 4px; font-family: var(--font-heading); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--np-red); }
.np-card__title { font-size: 1.02rem; line-height: 1.28; font-weight: 700; margin: 0 12px 12px; padding: 0; color: var(--np-ink); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; letter-spacing: -0.01em; }
.np-card a:hover .np-card__title { color: var(--np-red); }
.np-card__time { display: block; margin: -6px 12px 12px; font-size: 12px; color: var(--np-muted); font-weight: 500; }
@media (max-width: 992px) { .np-grid--4, .np-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .np-grid--4, .np-grid--3, .np-grid--2 { grid-template-columns: 1fr; } }

/* ---------- Kategori bloğu (TRT Gündem: metin | büyük görsel | yan kart + 4'lü) ---------- */
.np-catblock__top { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr); gap: 14px; margin-bottom: 14px; align-items: stretch; }
.np-catblock__lead-img { display: block; grid-column: 2; grid-row: 1; aspect-ratio: 16 / 9; overflow: hidden; border-radius: var(--np-radius); background: var(--np-soft); border: 1px solid var(--np-line); box-shadow: var(--np-shadow); }
.np-catblock__lead-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.np-catblock__lead-body { grid-column: 1; grid-row: 1; background: var(--np-paper); border: 1px solid var(--np-line); border-radius: var(--np-radius); box-shadow: var(--np-shadow); padding: 18px 18px 20px; display: flex; flex-direction: column; }
.np-catblock__lead-body .np-cat { margin: 0 0 8px; }
.np-catblock__lead-title { font-size: clamp(1.25rem, 1.7vw, 1.5rem); line-height: 1.18; font-weight: 800; margin: 0 0 12px; letter-spacing: -0.02em; }
.np-catblock__lead-title a:hover { color: var(--np-red); }
.np-catblock__lead-excerpt { color: var(--np-body); font-size: 14px; line-height: 1.6; margin: 0; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; }
.np-card--side { grid-column: 3; grid-row: 1; }
.np-card--side .np-card__title { font-size: 1.05rem; -webkit-line-clamp: 4; }
@media (max-width: 992px) { .np-catblock__top { grid-template-columns: 1fr 1fr; } .np-catblock__lead-img { grid-column: 1 / -1; grid-row: 1; } .np-catblock__lead-body { grid-column: 1; grid-row: 2; } .np-card--side { grid-column: 2; grid-row: 2; } }
@media (max-width: 560px) { .np-catblock__top { grid-template-columns: 1fr; } .np-catblock__lead-body, .np-card--side { grid-column: 1; grid-row: auto; } }

/* ---------- Çok Okunanlar (büyük kart + numaralı liste) ---------- */
.np-mostread__grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 14px; align-items: stretch; }
.np-mostread__lead { background: var(--np-paper); border: 1px solid var(--np-line); border-radius: var(--np-radius); box-shadow: var(--np-shadow); overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); }
.np-mostread__lead a { display: block; }
.np-mostread__lead-img { display: block; overflow: hidden; background: var(--np-soft); min-height: 300px; height: 100%; }
.np-mostread__lead-img img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; transition: transform .35s; }
.np-mostread__lead-body { padding: 18px; }
.np-mostread__lead-body .np-cat { margin: 0 0 8px; }
.np-mostread__lead-title { font-size: 1.35rem; line-height: 1.18; font-weight: 800; margin: 0 0 10px; letter-spacing: -0.02em; }
.np-mostread__lead-title a:hover { color: var(--np-red); }
.np-mostread__lead-excerpt { margin: 0; font-size: 14px; line-height: 1.55; color: var(--np-body); display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
.np-mostread__list { list-style: none; margin: 0; padding: 0; background: var(--np-paper); border: 1px solid var(--np-line); border-radius: var(--np-radius); box-shadow: var(--np-shadow); display: grid; grid-template-columns: 1fr 1fr; }
.np-mostread__list li { border-bottom: 1px solid var(--np-line); }
.np-mostread__list li:nth-child(odd) { border-right: 1px solid var(--np-line); }
.np-mostread__list li:nth-last-child(-n+2) { border-bottom: 0; }
.np-mostread__list a { display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: center; padding: 12px 14px; min-height: 74px; }
.np-mostread__num { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: var(--np-red); color: #fff; font-family: var(--font-heading); font-weight: 800; font-size: 17px; border-radius: 2px; }
.np-mostread__list li:nth-child(n+4) .np-mostread__num { background: var(--np-navy); }
.np-mostread__title { font-size: .95rem; line-height: 1.3; font-weight: 700; color: var(--np-ink); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.np-mostread__list a:hover .np-mostread__title { color: var(--np-red); }
@media (max-width: 992px) { .np-mostread__grid { grid-template-columns: 1fr; } .np-mostread__list { grid-template-columns: 1fr; } .np-mostread__list li:nth-child(odd) { border-right: 0; } .np-mostread__list li:nth-last-child(-n+2) { border-bottom: 1px solid var(--np-line); } .np-mostread__list li:last-child { border-bottom: 0; } }
@media (max-width: 560px) { .np-mostread__lead { grid-template-columns: 1fr; } .np-mostread__lead-img { min-height: 0; aspect-ratio: 16 / 9; } }

/* ---------- İkili kategori (koyu başlıklı kutu + liste) ---------- */
.np-dual__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.np-dual__grid--one { grid-template-columns: 1fr; }
.np-dual__col { background: var(--np-paper); border: 1px solid var(--np-line); border-radius: var(--np-radius); box-shadow: var(--np-shadow); overflow: hidden; display: flex; flex-direction: column; }
.np-dual__col .np-sec__head { margin: 0; padding: 0 14px; border-bottom: 0; background: var(--np-ink); color: #fff; min-height: 44px; align-items: center; }
.np-dual__col .np-sec__title { font-size: 1rem; font-weight: 800; color: #fff; text-transform: uppercase; letter-spacing: .04em; gap: 10px; }
.np-dual__col .np-sec__mark { width: 10px; height: 10px; }
.np-dual__col .np-sec__more { border-color: rgba(255, 255, 255, .25); background: transparent; color: #fff; padding: 4px 8px; font-size: 11px; }
.np-dual__col .np-sec__more:hover { background: var(--np-red); border-color: var(--np-red); }
.np-overlay { position: relative; border-radius: 0; overflow: hidden; background: #111; margin: 0; }
.np-overlay a { display: block; position: relative; aspect-ratio: 16 / 9; }
.np-overlay img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.np-overlay__title { position: absolute; left: 0; right: 0; bottom: 0; margin: 0; padding: 80px 18px 16px; color: #fff; font-size: clamp(1.15rem, 1.6vw, 1.4rem); line-height: 1.18; font-weight: 800; letter-spacing: -0.01em; background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .85)); }
.np-dual__list { list-style: none; margin: 0; padding: 0; }
.np-dual__list li { border-top: 1px solid var(--np-line); }
.np-dual__list a { display: grid; grid-template-columns: 104px 1fr; gap: 12px; align-items: center; padding: 10px 14px; }
.np-dual__thumb { display: block; aspect-ratio: 16 / 10; overflow: hidden; border-radius: 2px; background: var(--np-soft); }
.np-dual__thumb img { width: 100%; height: 100%; object-fit: cover; }
.np-dual__title { font-size: .95rem; line-height: 1.3; font-weight: 700; color: var(--np-ink); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.np-dual__list a:hover .np-dual__title { color: var(--np-red); }
.np-dual__time { display: block; margin-top: 3px; font-size: 11.5px; color: var(--np-muted); font-weight: 500; }
@media (max-width: 860px) { .np-dual__grid { grid-template-columns: 1fr; } }

/* ---------- Video şeridi (koyu panel) ---------- */
.np-videos { background: var(--np-ink); color: #fff; border-radius: var(--np-radius); padding: 18px 18px 16px; margin-top: 22px; }
.np-videos .np-sec__head { border-bottom-color: rgba(255, 255, 255, .18); }
.np-videos .np-sec__title { color: #fff; }
.np-videos .np-sec__more { color: #fff; background: transparent; border-color: rgba(255, 255, 255, .25); }
.np-videos__scroller { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.np-videos__scroller::-webkit-scrollbar { display: none; }
.np-videos__track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 42px) / 4); gap: 14px; }
.np-video { scroll-snap-align: start; }
.np-video a { display: block; }
.np-video__thumb { position: relative; display: block; aspect-ratio: 9 / 16; border-radius: var(--np-radius); overflow: hidden; background: #222; }
.np-video__thumb img { width: 100%; height: 100%; object-fit: cover; }
.np-play { position: absolute; left: 50%; top: 50%; width: 54px; height: 54px; margin: -27px 0 0 -27px; border-radius: 50%; background: rgba(0, 0, 0, .45); border: 2px solid rgba(255, 255, 255, .9); color: #fff; display: inline-flex; align-items: center; justify-content: center; transition: transform .2s, background .2s; }
.np-video a:hover .np-play { transform: scale(1.08); background: var(--np-red); border-color: var(--np-red); }
.np-video__title { font-size: .95rem; line-height: 1.3; font-weight: 700; margin: 10px 0 0; color: #fff; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.np-video a:hover .np-video__title { color: #ff5b66; }
.np-videos__bar { position: relative; height: 3px; background: rgba(255, 255, 255, .18); margin-top: 16px; border-radius: 2px; }
.np-videos__bar span { position: absolute; top: 0; height: 100%; width: 25%; left: 0; background: var(--np-red); border-radius: 2px; transition: left .1s; }
@media (max-width: 992px) { .np-videos__track { grid-auto-columns: calc((100% - 14px) / 2); } }
@media (max-width: 560px) { .np-videos { padding: 14px; } .np-videos__track { grid-auto-columns: 74%; } }

.np-videos--light { background: var(--np-paper); color: var(--np-ink); border: 1px solid var(--np-line); }
.np-videos--light .np-sec__head { border-bottom-color: var(--np-ink); }
.np-videos--light .np-sec__title, .np-videos--light .np-video__title { color: var(--np-ink); }
.np-videos--light .np-sec__more { color: var(--np-navy); border-color: var(--np-line); }
.np-videos--light .np-video__thumb { background: var(--np-soft); }
.np-videos--light .np-videos__bar { background: var(--np-line); }
.np-videos--light .np-video a:hover .np-video__title { color: var(--np-red); }

/* ---------- Arşiv (kategori/yazar/etiket): öne çıkan kart + sayfalama ---------- */
.archive-featured .post-card-horizontal { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 0; background: var(--np-paper); border: 1px solid var(--np-line); border-radius: var(--np-radius); box-shadow: var(--np-shadow); overflow: hidden; }
.archive-featured .post-card-image { display: block; height: 100%; min-height: 300px; }
.archive-featured .post-card-image img { width: 100%; height: 100% !important; object-fit: cover; }
.archive-featured .post-card-content { padding: 24px 26px; display: flex; flex-direction: column; }
.archive-featured .post-card-meta { font-size: 12px; color: var(--np-muted); font-weight: 600; margin-bottom: 10px; }
.archive-featured .post-card-title { font-family: var(--font-heading); font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.15; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 12px; }
.archive-featured .post-card-title a:hover { color: var(--np-red); }
.archive-featured .post-card-excerpt { font-size: 15px; line-height: 1.6; color: var(--np-body); margin: 0; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
.archive-featured .post-card-footer { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--np-line); font-size: 13px; color: var(--np-muted); display: flex; justify-content: space-between; }
@media (max-width: 760px) { .archive-featured .post-card-horizontal { grid-template-columns: 1fr; } .archive-featured .post-card-image { min-height: 0; aspect-ratio: 16 / 9; } }
.pagination { display: flex; justify-content: center; align-items: center; gap: 6px; margin: 28px 0 8px; }
.pagination a, .pagination span.active, .pagination .ellipsis { min-width: 40px; height: 40px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; border: 1px solid var(--np-line); border-radius: 2px; background: var(--np-paper); color: var(--np-ink); font-family: var(--font-heading); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; margin: 0; }
.pagination a:hover { background: var(--np-ink); color: #fff; border-color: var(--np-ink); }
.pagination span.active { background: var(--np-red); color: #fff; border-color: var(--np-red); }
.pagination .ellipsis { border: 0; background: transparent; color: var(--np-muted); }
.pagination a svg { width: 16px; height: 16px; }
.pagination a.prev, .pagination a.next { padding: 0 16px; }
.pagination span.active > span, .pagination a > span { background: transparent; border: 0; color: inherit; padding: 0; min-width: 0; height: auto; margin: 0; display: inline; font: inherit; }
.pagination .ellipsis > span { background: transparent; border: 0; }
.archive-header { background: var(--np-paper); border-bottom: 1px solid var(--np-line); }
.archive-header .archive-title, .archive-header h1 { font-family: var(--font-heading); font-weight: 800; letter-spacing: -0.02em; }

/* içerikteki video sarmalayıcısı (padding-top 56.25%): tembel YouTube yüzü de mutlak konumlanır — boşluk kalmaz */
.article-content .video-embed { position: relative; padding-top: 56.25%; padding-bottom: 0; height: auto; margin: 0 0 1.4em; overflow: hidden; border-radius: 2px; }
.article-content .video-embed > .jek-lite-yt, .article-content .video-embed > iframe, .article-content .video-embed > video { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; margin: 0; }
.article-content > .jek-lite-yt { max-width: 100%; }

/* ---------- Son haberler ---------- */
.np-more { text-align: center; margin-top: 18px; }
.np-btn { display: inline-block; padding: 12px 30px; border: 0; border-radius: 2px; font-family: var(--font-heading); font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .05em; color: #fff; background: var(--np-red); transition: background .2s; }
.np-btn:hover { background: var(--np-ink); color: #fff; }

/* ana sayfa: kenar çubuğu yok, içerik tam genişlik */
body.home .main-layout--full .main-content, .main-layout--full > .main-content { max-width: none; }
.main-layout--full { display: block; }
.np-sec.container, .np-info.container, .np-videos.container { padding-left: 0; padding-right: 0; }
.np-videos.container { max-width: var(--np-max); padding-left: 18px; padding-right: 18px; }
.main-content > .np-sec:first-child { margin-top: 8px; }

/* ---------- Yazarlar (karusel kartları) ---------- */
.np-authors__grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.np-author { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0; padding: 20px 14px 18px; border: 1px solid var(--np-line); border-radius: var(--np-radius); background: var(--np-paper); box-shadow: var(--np-shadow); }
.np-author__avatar { flex: 0 0 auto; width: 76px; height: 76px; border-radius: 50%; overflow: hidden; background: var(--np-soft); display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-heading); font-weight: 800; font-size: 1.6rem; color: var(--np-red); border: 3px solid var(--np-paper); box-shadow: 0 0 0 1px var(--np-line); margin-bottom: 12px; }
.np-author__avatar img { width: 100%; height: 100%; object-fit: cover; }
.np-author__body { display: flex; flex-direction: column; align-items: center; }
.np-author__name { display: block; font-family: var(--font-heading); font-weight: 700; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--np-navy); }
.np-author__name:hover { color: var(--np-red); }
.np-author__role { display: block; font-size: 11.5px; color: var(--np-muted); margin: 2px 0 8px; }
.np-author__last { display: block; font-size: 14px; line-height: 1.35; color: var(--np-ink); font-weight: 700; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.np-author__last:hover { color: var(--np-red); }
@media (max-width: 1100px) { .np-authors__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 860px) { .np-authors__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 560px) { .np-authors__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; } }

/* ---------- Astroloji (kutulu panel; yorum solda, 12 burç sağda) ---------- */
.np-astro__strip { background: var(--np-paper); border: 1px solid var(--np-line); border-radius: var(--np-radius); box-shadow: var(--np-shadow); padding: 18px; }
.np-astro__signs { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); border: 1px solid var(--np-line); border-radius: var(--np-radius); overflow: hidden; background: var(--np-paper); }
.np-astro__sign { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 14px 6px 12px; text-align: center; color: var(--np-ink); border-right: 1px solid var(--np-line); transition: background .15s, color .15s; }
.np-astro__sign:last-child { border-right: 0; }
.np-astro__sign svg { color: var(--np-ink); }
.np-astro__name { font-family: var(--font-heading); font-size: 12px; font-weight: 700; }
.np-astro__dates { font-size: 10px; color: var(--np-muted); line-height: 1.2; }
.np-astro__sign:hover { background: var(--np-soft); }
.np-astro__sign.is-active { background: var(--np-red); color: #fff; }
.np-astro__sign.is-active svg { color: #fff; }
.np-astro__sign.is-active .np-astro__dates { color: rgba(255, 255, 255, .75); }
.np-astro__reading { margin-top: 18px; padding: 18px 0 16px; border-top: 1px solid var(--np-line); border-bottom: 1px solid var(--np-line); }
.np-astro__reading-head { display: flex; align-items: center; gap: 14px; }
.np-astro__reading-head h3 { margin: 0; font-size: 1.1rem; font-weight: 800; }
.np-astro__label { display: block; font-family: var(--font-heading); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--np-red); }
.np-astro__date { margin-left: auto; font-size: 13px; color: var(--np-muted); }
.np-astro__text { margin: 12px 0 0; color: var(--np-body); line-height: 1.65; font-size: 15px; max-width: 78ch; }
.np-astro__text--muted { color: var(--np-muted); }
.np-astro__all { display: inline-block; margin-top: 12px; font-family: var(--font-heading); font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .05em; color: var(--np-navy); }
.np-astro__all:hover { color: var(--np-red); }
@media (max-width: 992px) { .np-astro__signs { grid-template-columns: repeat(6, minmax(0, 1fr)); } .np-astro__sign:nth-child(6) { border-right: 0; } .np-astro__sign:nth-child(-n+6) { border-bottom: 1px solid var(--np-line); } }
@media (max-width: 560px) { .np-astro__signs { grid-template-columns: repeat(4, minmax(0, 1fr)); } .np-astro__sign:nth-child(6) { border-right: 1px solid var(--np-line); } .np-astro__sign:nth-child(4n) { border-right: 0; } .np-astro__sign:nth-child(-n+8) { border-bottom: 1px solid var(--np-line); } }
.np-astro--compact .np-astro__inner { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 0 30px; align-items: start; }
.np-astro--compact .np-astro__signs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.np-astro--compact .np-astro__sign { flex-direction: row; justify-content: flex-start; gap: 10px; padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--np-line); }
.np-astro--compact .np-astro__sign svg { width: 20px; height: 20px; flex: 0 0 20px; }
.np-astro--compact .np-astro__sign:nth-child(4n) { border-right: 0; }
.np-astro--compact .np-astro__sign:nth-child(n+9) { border-bottom: 0; }
.np-astro--compact .np-astro__name { font-size: 13px; }
.np-astro--compact .np-astro__dates { display: none; }
.np-astro--compact .np-astro__reading { margin: 0; padding: 0; border: 0; }
.np-astro--compact .np-astro__reading-head h3 { font-size: 1.4rem; }
.np-astro--compact .np-astro__text { font-size: 15.5px; line-height: 1.7; }
@media (max-width: 992px) {
    .np-astro--compact .np-astro__inner { grid-template-columns: 1fr; gap: 20px; }
    .np-astro--compact .np-astro__signs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .np-astro--compact .np-astro__sign:nth-child(6) { border-right: 1px solid var(--np-line); }
    .np-astro--compact .np-astro__sign:nth-child(4n) { border-right: 0; }
    .np-astro--compact .np-astro__sign:nth-child(-n+8) { border-bottom: 1px solid var(--np-line); }
}
@media (max-width: 560px) {
    .np-astro__strip { padding: 14px; }
    .np-astro--compact .np-astro__signs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .np-astro--compact .np-astro__sign { padding: 10px; gap: 8px; }
    .np-astro--compact .np-astro__sign:nth-child(4n) { border-right: 1px solid var(--np-line); }
    .np-astro--compact .np-astro__sign:nth-child(3n) { border-right: 0; }
    .np-astro--compact .np-astro__sign:nth-child(-n+9) { border-bottom: 1px solid var(--np-line); }
    .np-astro--compact .np-astro__sign:nth-child(n+10) { border-bottom: 0; }
}

/* ---------- Yazar profili (yazar arşivi başı) ---------- */
.np-profile { border-bottom: 1px solid var(--np-line); background: var(--np-paper); }
.np-profile__inner { display: grid; grid-template-columns: 144px minmax(0, 1fr) auto; gap: 32px; align-items: center; padding: 40px 0 34px; }
.np-profile__avatar { width: 144px; height: 144px; border-radius: 50%; overflow: hidden; background: var(--np-soft); display: flex; align-items: center; justify-content: center; font-size: 3rem; font-weight: 800; color: var(--np-ink); border: 1px solid var(--np-line); }
.np-profile__avatar img { width: 100%; height: 100%; object-fit: cover; }
.np-profile__kicker { display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--np-red); margin-bottom: 6px; }
.np-profile__name { font-size: clamp(1.6rem, 2.6vw, 2.3rem); font-weight: 800; margin: 0; letter-spacing: -.02em; }
.np-profile__role { margin: 4px 0 0; font-size: 15px; color: var(--np-muted); font-weight: 500; }
.np-profile__bio { margin: 12px 0 0; color: var(--np-body); line-height: 1.65; max-width: 70ch; }
.np-profile__social { display: flex; gap: 8px; margin-top: 14px; }
.np-profile__social a { width: 36px; height: 36px; border: 1px solid var(--np-line); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--np-ink); }
.np-profile__social a:hover { background: var(--np-ink); color: var(--np-paper); border-color: var(--np-ink); }
.np-profile__stats { display: flex; gap: 0; margin: 0; border: 1px solid var(--np-line); border-radius: var(--np-radius); overflow: hidden; }
.np-profile__stats div { padding: 14px 22px; text-align: center; border-right: 1px solid var(--np-line); min-width: 96px; }
.np-profile__stats div:last-child { border-right: 0; }
.np-profile__stats dt { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--np-muted); }
.np-profile__stats dd { margin: 4px 0 0; font-size: 1.35rem; font-weight: 800; }
@media (max-width: 860px) { .np-profile__inner { grid-template-columns: 96px 1fr; } .np-profile__avatar { width: 96px; height: 96px; } .np-profile__stats { grid-column: 1 / -1; } }

/* ---------- Alt bilgi (tema alt bilgisi; kit şablonu bunu ezer) ---------- */
.np-footer { margin-top: 40px; border-top: 1px solid var(--np-line); background: var(--np-paper); color: var(--np-ink); }
.np-footer__top { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 30px 0 22px; border-bottom: 1px solid var(--np-line); }
.np-footer__copy { font-size: 14px; color: var(--np-body); }
.np-footer__social { display: flex; gap: 8px; }
.np-footer__social a { width: 36px; height: 36px; border: 1px solid var(--np-line); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--np-ink); }
.np-footer__social a:hover { background: var(--np-ink); color: var(--np-paper); border-color: var(--np-ink); }
.site-footer--newspaper { margin-top: 40px !important; }

/* ---------- Koyu mod: tüm yüzeyler token'dan ---------- */
:root[data-theme="dark"] { --color-primary: #1f2632; --color-background: #0c0e12; --color-surface: #161a21; --color-text: #f3f4f6; --color-text-muted: #9ca3af; --color-border: #2a2f37; --np-focus: #0c0e12; --np-soft: #1b1f26; --np-shadow: none; }
:root[data-theme="dark"] body { background: var(--np-page); color: var(--np-ink); }
:root[data-theme="dark"] .np-topbar { background: #000; }
:root[data-theme="dark"] .np-card__img, :root[data-theme="dark"] .np-mini__img, :root[data-theme="dark"] .np-video__thumb { background: #1b1f26; }
:root[data-theme="dark"] .np-rate__chg { background: #1b1f26; }
:root[data-theme="dark"] .np-rate__name { color: #c9cdd3; }
:root[data-theme="dark"] .np-chip .is-up, :root[data-theme="dark"] .np-rate__chg.is-up { color: #4ade80; }
:root[data-theme="dark"] .np-info__weather, :root[data-theme="dark"] .np-info__count { background: #2a3140; }
:root[data-theme="dark"] .np-slider__arrow { background: rgba(15, 17, 21, .7); color: #fff; }
:root[data-theme="dark"] .np-sec__head { border-bottom-color: #3a4048; }
:root[data-theme="dark"] .np-sec__more { color: var(--np-ink); }
:root[data-theme="dark"] .np-dual__col .np-sec__head { background: #0c0e12; }
:root[data-theme="dark"] .np-videos { background: #000; }
:root[data-theme="dark"] .np-mostread__list li:nth-child(n+4) .np-mostread__num { background: #2a3140; }
:root[data-theme="dark"] .np-author__name { color: var(--np-ink); }
:root[data-theme="dark"] .np-astro__all, :root[data-theme="dark"] .np-sec__more { color: var(--np-ink); }
:root[data-theme="dark"] .site-footer--newspaper { --fk-bg: #0c0e12; --fk-text: #f3f4f6; --fk-line: #2a2f37; --fk-muted: #9ca3af; }
:root[data-theme="dark"] .back-to-top { background: var(--np-soft); color: var(--np-ink); border: 1px solid var(--np-line); }
:root[data-theme="dark"] .back-to-top:hover { background: var(--np-red); color: #fff; }
:root[data-theme="dark"] .breaking-news-bar .breaking-label { background: #000; }

/* ---------- Yorumlar (yazı sayfası): kutu, onay kutusu satırı, buton ---------- */
.comments-section { margin-top: 26px; }
.comments-section .comments-title, .comments-section > h2, .comments-section > h3 { font-family: var(--font-heading); font-size: 1.35rem; font-weight: 800; margin: 0 0 14px; padding-bottom: 10px; border-bottom: 3px solid var(--np-ink); }
.comment-form { background: var(--np-paper); border: 1px solid var(--np-line); border-radius: var(--np-radius); box-shadow: var(--np-shadow); padding: 22px 24px 24px; margin-top: 16px; }
.comment-form-title { font-family: var(--font-heading); font-size: 1.15rem; font-weight: 800; margin: 0 0 6px; }
.comment-form label { font-weight: 600; color: var(--np-body); }
.comment-form input, .comment-form textarea { background: var(--np-paper); border: 1px solid var(--np-line); border-radius: 2px; font-family: var(--font-body); }
.comment-form textarea { font-family: var(--font-body); min-height: 140px; }
.comment-form input:focus, .comment-form textarea:focus { border-color: var(--np-ink); box-shadow: 0 0 0 3px rgba(17, 17, 17, .08); }
.comment-form input[type="checkbox"], .comment-form input[type="radio"] { width: 16px; height: 16px; flex: 0 0 auto; margin: 0; padding: 0; accent-color: var(--np-red); }
.comment-form input[type="checkbox"] + label { margin: 0; font-weight: 500; color: var(--np-body); }
.comment-form .form-group:has(input[type="checkbox"]) { display: flex; align-items: center; gap: 10px; justify-content: flex-start; }
.comment-form button[type="submit"], .comment-form .btn-primary, .comment-form .submit-btn { background: var(--np-red); color: #fff; border: 0; border-radius: 2px; padding: 12px 26px; font-family: var(--font-heading); font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .05em; cursor: pointer; }
.comment-form button[type="submit"]:hover, .comment-form .btn-primary:hover, .comment-form .submit-btn:hover { background: var(--np-ink); color: #fff; }
.no-comments, .comments-empty { background: var(--np-paper); border: 1px solid var(--np-line); border-radius: var(--np-radius); padding: 22px; text-align: center; color: var(--np-muted); }

/* ---------- Foto Fokus (koyu panel, katmanlı kartlar) ---------- */
.np-focus__panel { background: var(--np-focus); color: #fff; border-radius: 6px; padding: 22px 24px 26px; }
.np-focus--plain .np-focus__panel { background: transparent; color: var(--np-ink); padding: 0; }
.np-focus__panel .np-sec__head { border-bottom-color: rgba(255, 255, 255, .16); }
.np-focus__panel .np-sec__title { color: inherit; }
.np-focus__panel .np-sec__more { background: transparent; border-color: rgba(255, 255, 255, .28); color: inherit; }
.np-focus--plain .np-focus__panel .np-sec__head { border-bottom-color: var(--np-ink); }
.np-focus--plain .np-focus__panel .np-sec__more { border-color: var(--np-line); color: var(--np-navy); }
.np-focus__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 18px; }
.np-focus__left { display: grid; grid-template-columns: minmax(0, 1fr) 180px; gap: 0 14px; align-content: start; }
.np-focus__big { display: block; grid-column: 1 / -1; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 4px; background: var(--np-soft); }
.np-focus__big img, .np-focus__thumb img, .np-focus__over img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.np-focus__big:hover img, .np-focus__thumb:hover img, .np-focus__over a:hover img { transform: scale(1.03); }
.np-focus__sub { display: contents; }
.np-focus__text { grid-column: 1; margin: -44px 0 0 18px; position: relative; z-index: 2; background: var(--np-paper); color: var(--np-ink); border-radius: 4px; padding: 18px 20px 20px; box-shadow: 0 12px 28px rgba(0, 0, 0, .28); border-top: 3px solid var(--np-red); }
.np-focus__text .np-cat { margin: 0 0 6px; }
.np-focus__title { font-family: var(--font-heading); font-size: 1.3rem; line-height: 1.18; font-weight: 800; margin: 0 0 10px; letter-spacing: -0.02em; color: var(--np-ink); }
.np-focus__title a:hover { color: var(--np-red); }
.np-focus__excerpt { font-size: 14px; line-height: 1.6; color: var(--np-body); margin: 0; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
.np-focus__thumbs { grid-column: 2; display: grid; gap: 12px; align-content: start; margin-top: 14px; }
.np-focus__thumb { display: block; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 4px; background: var(--np-soft); box-shadow: 0 6px 16px rgba(0, 0, 0, .25); }
.np-focus__right { display: grid; gap: 18px; align-content: start; }
.np-focus__over { position: relative; }
.np-focus__over a { display: block; position: relative; }
.np-focus__over a::before { content: ''; display: block; aspect-ratio: 16 / 9; }
.np-focus__over img { position: absolute; inset: 0; border-radius: 4px; }
.np-focus__over h3 { position: relative; z-index: 2; margin: -36px 34px 0 18px; padding: 14px 18px; background: var(--np-paper); color: var(--np-ink); font-family: var(--font-heading); font-size: 1.1rem; font-weight: 800; line-height: 1.2; letter-spacing: -0.01em; border-radius: 4px; box-shadow: 0 12px 28px rgba(0, 0, 0, .28); border-top: 3px solid var(--np-red); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.np-focus__over a:hover h3 { color: var(--np-red); }
.np-focus--plain .np-focus__text, .np-focus--plain .np-focus__over h3 { box-shadow: var(--np-shadow); border: 1px solid var(--np-line); border-top: 3px solid var(--np-red); }
@media (max-width: 992px) { .np-focus__grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .np-focus__panel { padding: 14px; } .np-focus__left { grid-template-columns: 1fr; } .np-focus__text { margin: -30px 10px 0; } .np-focus__thumbs { grid-column: 1; grid-template-columns: 1fr 1fr; } .np-focus__over h3 { margin: -28px 12px 0; font-size: 1rem; } }

/* ---------- İnfografik şeridi (dikey kartlar, yatay kaydırma) ---------- */
.np-infog__scroller { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.np-infog__scroller::-webkit-scrollbar { display: none; }
.np-infog__track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 42px) / 4); gap: 14px; }
.np-infog { scroll-snap-align: start; background: var(--np-paper); border: 1px solid var(--np-line); border-radius: var(--np-radius); box-shadow: var(--np-shadow); overflow: hidden; }
.np-infog a { display: block; }
.np-infog__img { display: block; aspect-ratio: 2 / 3; overflow: hidden; background: var(--np-soft); }
.np-infog__img img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .35s; }
.np-infog a:hover img { transform: scale(1.02); }
.np-infog__title { margin: 0; padding: 10px 12px 12px; font-family: var(--font-heading); font-size: .95rem; font-weight: 700; line-height: 1.3; color: var(--np-ink); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.np-infog a:hover .np-infog__title { color: var(--np-red); }
.np-infog__nav { display: flex; gap: 6px; }
.np-infog__nav button { width: 34px; height: 34px; border: 1px solid var(--np-line); border-radius: 2px; background: var(--np-paper); color: var(--np-ink); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }
.np-infog__nav button:hover { background: var(--np-ink); color: #fff; border-color: var(--np-ink); }
.np-infog__bar { position: relative; height: 3px; background: var(--np-line); margin-top: 14px; border-radius: 2px; }
.np-infog__bar span { position: absolute; top: 0; height: 100%; width: 25%; left: 0; background: var(--np-red); border-radius: 2px; transition: left .1s; }
@media (max-width: 992px) { .np-infog__track { grid-auto-columns: calc((100% - 14px) / 2); } }
@media (max-width: 560px) { .np-infog__track { grid-auto-columns: 74%; } }

/* ---------- Yazı sayfası (editöryel) ---------- */
.breadcrumb { background: transparent; border: 0; }
.breadcrumb-list { font-size: 12.5px; }
.article-header { background: var(--np-paper); border-bottom: 1px solid var(--np-line); padding: 26px 0 22px; }
.article-meta { gap: 10px; margin-bottom: 14px; }
.article-meta .category-badge { background: var(--np-red); color: #fff; font-family: var(--font-heading); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 5px 9px; border-radius: 2px; }
.article-title { font-family: var(--font-heading); font-size: clamp(1.9rem, 3.4vw, 2.9rem); line-height: 1.1; font-weight: 800; letter-spacing: -0.025em; margin: 0 0 14px; max-width: 32ch; }
.article-subtitle { font-size: 1.15rem; line-height: 1.55; color: var(--np-body); font-weight: 500; margin: 0 0 18px; max-width: 72ch; }
.article-byline { border-top: 1px solid var(--np-line); border-bottom: 0; padding: 16px 0 0; gap: 14px; }
.byline-avatar { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--np-line); background: var(--np-soft); }
.byline-name { font-family: var(--font-heading); font-weight: 700; font-size: 15px; color: var(--np-ink); }
.byline-name a:hover { color: var(--np-red); }
.byline-meta { font-size: 13px; color: var(--np-muted); margin-top: 2px; }
.article-share .share-btn { width: 36px; height: 36px; border: 1px solid var(--np-line); border-radius: 2px; background: var(--np-paper); color: var(--np-ink); }
.article-share .share-btn:hover { background: var(--np-ink); color: #fff; border-color: var(--np-ink); }
.single-article .main-layout { gap: 28px; padding-top: 22px; }
.single-article .main-content { background: var(--np-paper); border: 1px solid var(--np-line); border-radius: var(--np-radius); box-shadow: var(--np-shadow); padding: 22px 26px 28px; min-width: 0; }
.article-featured-image { margin: 0 0 22px; }
.article-featured-image img { max-height: none; width: 100%; height: auto; border-radius: 2px; }
.article-featured-image figcaption { font-size: 13px; color: var(--np-muted); border-bottom: 0; padding: 8px 0 0; }
.article-content { font-size: 17.5px; line-height: 1.78; color: var(--np-ink); }
.article-content p { margin: 0 0 1.25em; }
.article-content h2 { font-family: var(--font-heading); font-size: 1.55rem; font-weight: 800; letter-spacing: -0.02em; line-height: 1.2; margin: 1.6em 0 .7em; padding-bottom: 8px; border-bottom: 2px solid var(--np-ink); }
.article-content h3 { font-family: var(--font-heading); font-size: 1.25rem; font-weight: 800; margin: 1.4em 0 .6em; }
.article-content ul, .article-content ol { padding-left: 1.3em; margin: 0 0 1.3em; }
.article-content li { margin-bottom: .45em; }
.article-content li::marker { color: var(--np-red); font-weight: 800; }
.article-content blockquote { border-left: 0 !important; border-top: 3px solid var(--np-red); border-bottom: 1px solid var(--np-line); padding: 18px 0; margin: 1.6em 0; font-family: var(--font-heading); font-size: 1.25rem; font-weight: 700; line-height: 1.4; background: transparent; }
.article-content img { border-radius: 2px; }
.article-content a { color: var(--np-red); text-decoration: underline; text-underline-offset: 2px; }
.toc-wrapper { border: 1px solid var(--np-line); border-radius: var(--np-radius); background: var(--np-soft); padding: 12px 16px; margin: 0 0 22px; }
.toc-header { font-family: var(--font-heading); font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; cursor: pointer; }
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; padding-top: 18px; border-top: 1px solid var(--np-line); }
.article-tags .tag { display: inline-block; padding: 6px 12px; border: 1px solid var(--np-line); border-radius: 2px; font-family: var(--font-heading); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--np-navy); background: var(--np-paper); }
.article-tags .tag::before { content: '#'; color: var(--np-red); margin-right: 2px; }
.article-tags .tag:hover { background: var(--np-ink); color: #fff; border-color: var(--np-ink); }
.jek-reactions { margin-top: 18px; }
/* yazar kutusu */
.np-authorbox { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 20px; align-items: start; margin-top: 26px; padding: 22px; border: 1px solid var(--np-line); border-radius: var(--np-radius); background: var(--np-soft); }
.np-authorbox__avatar { width: 96px; height: 96px; border-radius: 50%; overflow: hidden; background: var(--np-paper); border: 3px solid var(--np-paper); box-shadow: 0 0 0 1px var(--np-line); display: flex; align-items: center; justify-content: center; font-family: var(--font-heading); font-weight: 800; font-size: 2rem; color: var(--np-red); }
.np-authorbox__avatar img { width: 100%; height: 100%; object-fit: cover; }
.np-authorbox__kicker { font-family: var(--font-heading); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--np-red); }
.np-authorbox__name { font-family: var(--font-heading); font-size: 1.3rem; font-weight: 800; margin: 2px 0 0; letter-spacing: -0.01em; }
.np-authorbox__name a:hover { color: var(--np-red); }
.np-authorbox__role { font-size: 13px; color: var(--np-muted); font-weight: 600; margin: 2px 0 10px; }
.np-authorbox__bio { font-size: 15px; line-height: 1.65; color: var(--np-body); margin: 0; }
.np-authorbox__foot { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 14px; }
.np-authorbox__all { font-family: var(--font-heading); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--np-navy); padding: 8px 12px; border: 1px solid var(--np-line); border-radius: 2px; background: var(--np-paper); }
.np-authorbox__all:hover { background: var(--np-red); color: #fff; border-color: var(--np-red); }
.np-authorbox__social { display: flex; gap: 6px; }
.np-authorbox__social a { width: 32px; height: 32px; border: 1px solid var(--np-line); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: var(--np-paper); color: var(--np-ink); }
.np-authorbox__social a:hover { background: var(--np-ink); color: #fff; border-color: var(--np-ink); }
@media (max-width: 560px) { .np-authorbox { grid-template-columns: 72px 1fr; gap: 14px; padding: 16px; } .np-authorbox__avatar { width: 72px; height: 72px; } .single-article .main-content { padding: 16px; } }
/* ilgili haberler */
.related-stories { margin-top: 28px; }
.related-stories .section-header { margin-bottom: 14px; padding-bottom: 10px; border-bottom: 3px solid var(--np-ink); }
.related-stories .section-title { font-family: var(--font-heading); font-size: 1.35rem; font-weight: 800; margin: 0; text-transform: none; letter-spacing: -0.02em; display: flex; align-items: center; gap: 12px; }
.related-stories .section-title::before { content: ''; position: static !important; display: inline-block; width: 18px; height: 18px; background: var(--np-red); border-radius: 2px; transform: none; }
.related-stories .section-title::after { display: none !important; }
.related-stories .section-header::after, .related-stories .section-header::before { display: none !important; }
.related-stories .post-card { border: 1px solid var(--np-line); border-radius: var(--np-radius); overflow: hidden; background: var(--np-paper); box-shadow: var(--np-shadow); }
.related-stories .post-card-title { font-family: var(--font-heading); font-weight: 700; }
:root[data-theme="dark"] .np-authorbox { background: #1b1f26; }
/* kenar çubuğu widget'ları */
.main-sidebar .jek-sbw { border: 1px solid var(--np-line); border-radius: var(--np-radius); box-shadow: var(--np-shadow); }

/* ---------- Editör çubuğu (yazı başı): yazar · tarih · güncelleme · okuma | paylaş · A- A+ ---------- */
.np-edbar { display: flex; align-items: stretch; gap: 0; margin-top: 18px; border: 1px solid var(--np-line); border-radius: var(--np-radius); background: var(--np-paper); min-height: 60px; }
.np-edbar__author { display: flex; align-items: center; gap: 10px; padding: 8px 16px 8px 12px; border-right: 1px solid var(--np-line); color: var(--np-ink); }
.np-edbar__avatar { width: 40px; height: 40px; border-radius: 50%; overflow: hidden; background: var(--np-soft); display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-heading); font-weight: 800; color: var(--np-red); border: 1px solid var(--np-line); flex: 0 0 40px; }
.np-edbar__avatar img { width: 100%; height: 100%; object-fit: cover; }
.np-edbar__who { display: flex; flex-direction: column; line-height: 1.15; }
.np-edbar__who strong { font-family: var(--font-heading); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; }
.np-edbar__who small { font-size: 11px; color: var(--np-muted); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; margin-top: 3px; }
.np-edbar__author:hover strong { color: var(--np-red); }
.np-edbar__meta { display: flex; align-items: stretch; flex: 1 1 auto; min-width: 0; overflow-x: auto; scrollbar-width: none; }
.np-edbar__cell { display: flex; flex-direction: column; justify-content: center; padding: 8px 18px; border-right: 1px solid var(--np-line); white-space: nowrap; }
.np-edbar__val { font-size: 13.5px; color: var(--np-ink); font-variant-numeric: tabular-nums; }
.np-edbar__val b { font-family: var(--font-heading); font-weight: 700; }
.np-edbar__lbl { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--np-muted); margin-top: 3px; }
.np-edbar__tools { display: flex; align-items: center; gap: 12px; padding: 8px 12px; margin-left: auto; }
.np-edbar__share { display: flex; gap: 6px; }
.np-edbar__sh { width: 34px; height: 34px; border-radius: 2px; border: 0; display: inline-flex; align-items: center; justify-content: center; color: #fff; background: var(--np-ink); cursor: pointer; transition: opacity .15s, background .15s; }
.np-edbar__sh:hover { opacity: .85; }
.np-edbar__sh--fb { background: #1877f2; }
.np-edbar__sh--x { background: #111; }
.np-edbar__sh--wa { background: #25d366; }
.np-edbar__sh--more { background: var(--np-red); }
.np-edbar__sh--more.is-done { background: #15803d; }
.np-edbar__fs { display: flex; gap: 6px; padding-left: 12px; border-left: 0; margin-left: 2px; position: relative; }
.np-edbar__fs::before { content: ''; position: absolute; left: 0; top: 4px; bottom: 4px; width: 1px; background: var(--np-line); }
.np-edbar__fs button { width: 34px; height: 34px; border: 1px solid var(--np-line); border-radius: 2px; background: var(--np-paper); color: var(--np-ink); font-family: var(--font-heading); font-weight: 800; font-size: 14px; cursor: pointer; line-height: 1; }
.np-edbar__fs button sup { font-size: 9px; margin-left: 1px; }
.np-edbar__fs button:hover { background: var(--np-ink); color: #fff; border-color: var(--np-ink); }
:root[data-np-fs="-1"] .article-content { font-size: 15.5px; }
:root[data-np-fs="1"] .article-content { font-size: 19.5px; }
:root[data-np-fs="2"] .article-content { font-size: 22px; line-height: 1.7; }
:root[data-theme="dark"] .np-edbar__sh--x { background: #2a2f37; }
@media (max-width: 992px) { .np-edbar { flex-wrap: wrap; } .np-edbar__author { flex: 1 1 auto; border-right: 0; } .np-edbar__tools { margin-left: 0; width: 100%; border-top: 1px solid var(--np-line); justify-content: space-between; } .np-edbar__meta { width: 100%; border-top: 1px solid var(--np-line); } .np-edbar__cell:last-child { border-right: 0; } }

/* ---------- Kenar çubuğu listeleri: küçük görsel + numara rozeti (Gündemdekiler koyu, En Çok Okunanlar açık) ---------- */
.np-sbw .widget-header { padding: 14px 16px; border-bottom: 1px solid var(--np-line); background: transparent; }
:where(.np-sbw) .widget-header { color: var(--np-ink); }
/* Kenar Çubuğu Stüdyosu ile uyum: 'rozet' başlık stili newspaper'da köşede yüzen bir hap değil, tam genişlik dolgulu başlık çubuğu olur;
   'kutulu' widget stili sarmalayıcıya çerçeve verdiğinden iç kutunun kendi çerçevesi/gölgesi düşer (çift çerçeve yok). */
.main-sidebar .jek-sbw > .np-sbw, .main-sidebar .jek-sbw > .sidebar-widget { border: 0; box-shadow: none; }
.main-sidebar .jek-sbw:has(> .newsletter-widget) { padding: 0 !important; overflow: hidden; }
.main-sidebar .np-sbw .widget-header, .main-sidebar .jek-sb .jek-sb__title, .main-sidebar .sidebar-widget > .widget-header { display: flex; align-items: center; gap: 10px; width: auto; border-radius: 8px; }
.main-sidebar .jek-sbw:has(> .np-sbw--trending) { background: var(--np-ink) !important; border-color: var(--np-ink) !important; }
.main-sidebar .jek-sbw > .np-sbw--trending { background: transparent; }
.main-sidebar .np-sbw--trending .widget-header { background: transparent !important; color: #fff !important; border-radius: 0 !important; margin: 0 !important; padding: 14px 16px !important; }
.np-sbw .widget-title { display: flex; align-items: center; gap: 10px; margin: 0; font-family: var(--font-heading); font-size: 1.05rem; font-weight: 800; letter-spacing: -0.01em; text-transform: none; }
.np-sbw .widget-title svg { width: 18px; height: 18px; color: var(--np-red); }
.np-sbw .widget-content { padding: 0; }
.np-sbl { list-style: none; margin: 0; padding: 0; }
.np-sbl__item { border-bottom: 1px solid var(--np-line); }
.np-sbl__item:last-child { border-bottom: 0; }
.np-sbl__item a { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 12px; align-items: center; padding: 10px 14px; }
.np-sbl__thumb { position: relative; display: block; aspect-ratio: 3 / 2; border-radius: 3px; overflow: hidden; background: var(--np-soft); }
.np-sbl__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.np-sbl__item a:hover img { transform: scale(1.05); }
.np-sbl__num { position: absolute; left: -1px; top: -1px; min-width: 24px; height: 24px; padding: 0 6px; background: var(--np-red); color: #fff; font-family: var(--font-heading); font-weight: 800; font-size: 12px; display: inline-flex; align-items: center; justify-content: center; border-radius: 0 0 4px 0; }
.np-sbl__title { display: block; font-family: var(--font-heading); font-size: .92rem; font-weight: 700; line-height: 1.28; color: var(--np-ink); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.np-sbl__item a:hover .np-sbl__title { color: var(--np-red); }
.np-sbl__meta { display: block; margin-top: 4px; font-size: 11.5px; color: var(--np-muted); font-weight: 500; }
/* Gündemdekiler: koyu panel */
.main-sidebar .np-sbw--trending { background: var(--np-ink); color: #fff; border-radius: var(--np-radius); overflow: hidden; }
.main-sidebar .np-sbw--trending .widget-header { border-bottom-color: rgba(255, 255, 255, .14); }
.main-sidebar .np-sbw--trending .widget-title { color: #fff; }
.main-sidebar .np-sbw--trending .np-sbl__item { border-bottom-color: rgba(255, 255, 255, .1); }
.main-sidebar .np-sbw--trending .np-sbl__title { color: #fff; }
.main-sidebar .np-sbw--trending .np-sbl__item a:hover .np-sbl__title { color: #ff6b74; }
.main-sidebar .np-sbw--trending .np-sbl__meta { color: rgba(255, 255, 255, .6); }
.main-sidebar .np-sbw--trending .np-sbl__thumb { background: #2a2f37; }
:root[data-theme="dark"] .main-sidebar .np-sbw--trending { background: #000; }
/* En Çok Okunanlar: açık panel, lacivert numara */
.main-sidebar .np-sbw--popular .np-sbl__num { background: var(--np-navy); }
.main-sidebar .np-sbw--popular .np-sbl__item:nth-child(-n+3) .np-sbl__num { background: var(--np-red); }
