/* Pulse Portal — Türk haber portalı iskeleti (özgün) */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,700;1,9..40,400&family=Source+Serif+4:opsz,wght@8..60,600;8..60,700&display=swap');

:root {
  --pp-ink: #111827;
  --pp-ink-soft: #1f2937;
  --pp-paper: #ffffff;
  --pp-card: #ffffff;
  --pp-signal: #dc2626;
  --pp-signal-deep: #b91c1c;
  --pp-teal: #0f766e;
  --pp-line: #e5e7eb;
  --pp-muted: #6b7280;
  --pp-menu-bg: #111827;
  --pp-menu-text: #f3f4f6;
  --pp-menu-hover: #dc2626;
  --pp-topline-bg: #111827;
  --pp-footer-bg: #f5f5f5;
  --pp-btn: #dc2626;
  --pp-page-bg: #f3f4f6;
  --pp-breaking: #dc2626;
  --pp-breaking-deep: #7f1d1d;
  --pp-footer-bg: #f5f5f5;
  --pp-footer-text: #6b7280;
  --pp-footer-title: #111827;
  --pp-ms-accent: #dc2626;
  --pp-ms-pager: #f3f4f6;
  --pp-topline-text: #d1d5db;
  --pp-serif: "Source Serif 4", Georgia, serif;
  --pp-sans: "DM Sans", system-ui, sans-serif;
}

body#bg { background: var(--pp-page-bg) !important; font-family: var(--pp-sans) !important; color: var(--pp-ink); }
.pp-wrap { overflow-x: hidden; }
.pp-site-header { background: #fff; }
.pp-home { padding-top: 14px; padding-bottom: 32px; }

.pp-breaking { background: var(--pp-breaking, var(--pp-signal)); color: #fff; overflow: hidden; }
.pp-breaking-inner { display: grid; grid-template-columns: auto 1fr; align-items: center; min-height: 36px; }
.pp-breaking-label {
  background: var(--pp-breaking-deep, var(--pp-signal-deep)); font-size: 11px; font-weight: 800; letter-spacing: .06em;
  padding: 9px 14px; white-space: nowrap; display: inline-flex; align-items: center; gap: 6px;
}
.pp-breaking-track { overflow: hidden; }
.pp-breaking-marquee {
  display: flex; gap: 40px; width: max-content; animation: pp-marquee 42s linear infinite; padding-left: 16px;
}
.pp-breaking-marquee a { color: #fff; text-decoration: none; font-size: 13px; font-weight: 600; white-space: nowrap; }
.pp-breaking-marquee a:hover { text-decoration: underline; }
.pp-breaking-marquee a::before { content: "●"; margin-right: 10px; font-size: 8px; vertical-align: middle; opacity: .7; }
@keyframes pp-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.pp-topline { background: var(--pp-topline-bg); color: var(--pp-topline-text, #9ca3af); font-size: 12px; }
.pp-topline a { color: var(--pp-topline-text, #d1d5db); text-decoration: none; }
.pp-topline a:hover { opacity: .85; }
.pp-topline-inner { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 7px 0; flex-wrap: wrap; }
.pp-topline-links { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.pp-date { color: #f3f4f6; font-weight: 600; }

.pp-brandbar { background: #fff; border-bottom: 1px solid var(--pp-line); padding: 14px 0; }
.pp-brandbar-inner { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center; }
.pp-logo img { max-height: 52px; width: auto; }
.pp-logo-text { font-family: var(--pp-serif); font-size: clamp(1.5rem, 2.8vw, 2rem); font-weight: 700; color: var(--pp-ink); margin: 0; line-height: 1; }
.pp-logo-text span { color: var(--pp-signal); }
.pp-brandbar-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  min-width: 0;
  max-width: 100%;
}
.pp-tickers { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; min-width: 0; max-width: 100%; align-items: stretch; }
.pp-tickers--block { margin: 10px 0 18px; justify-content: flex-start; }
.pp-ticker {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 108px;
  padding: 8px 10px;
  border-radius: 10px;
  background: linear-gradient(165deg, #ffffff 0%, #f3f5f8 100%);
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
  position: relative;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.pp-ticker::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: #94a3b8;
}
.pp-ticker.is-up::before { background: #10b981; }
.pp-ticker.is-down::before { background: #ef4444; }
.pp-ticker.is-flat::before { background: #94a3b8; }
.pp-ticker:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(15, 23, 42, .08);
  border-color: rgba(15, 23, 42, .12);
}
.pp-ticker-ico {
  width: 28px; height: 28px; flex-shrink: 0;
  border-radius: 8px;
  display: inline-flex; align-items: center; justify-content: center;
  background: #eef2f7;
  color: #334155;
  font-size: 13px;
}
.pp-ticker.is-usd .pp-ticker-ico { background: #ecfdf5; color: #047857; }
.pp-ticker.is-eur .pp-ticker-ico { background: #eff6ff; color: #1d4ed8; }
.pp-ticker.is-altin .pp-ticker-ico { background: #fffbeb; color: #b45309; }
.pp-ticker.is-bist .pp-ticker-ico { background: #fef2f2; color: #b91c1c; }
.pp-ticker.is-btc .pp-ticker-ico { background: #fff7ed; color: #c2410c; }
.pp-ticker.is-faiz .pp-ticker-ico { background: #ecfeff; color: #0e7490; }
.pp-ticker-ico.is-wx {
  background: linear-gradient(145deg, #e0f2fe, #fef3c7);
  color: #0369a1;
}
.pp-ticker-ico.is-wx .pp-weather-ico { display: block; }
.pp-ticker-body {
  display: flex; flex-direction: column; gap: 1px; min-width: 0; flex: 1;
}
.pp-ticker .k {
  display: block; font-size: 9px; letter-spacing: .06em;
  text-transform: uppercase; color: #64748b; font-weight: 800; line-height: 1.1;
}
.pp-ticker .v {
  display: block; font-size: 13px; font-weight: 800; color: #0f172a;
  font-variant-numeric: tabular-nums; line-height: 1.15; white-space: nowrap;
}
.pp-ticker .p {
  display: inline-flex; align-items: center; justify-content: center;
  margin-top: 3px;
  padding: 2px 6px;
  border-radius: 999px;
  font-size: 10px; font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
  white-space: nowrap;
  width: fit-content;
  max-width: 100%;
}
.pp-ticker.is-up .p { color: #047857; background: #d1fae5; }
.pp-ticker.is-down .p { color: #b91c1c; background: #fee2e2; }
.pp-ticker.is-flat .p { color: #475569; background: #e2e8f0; }
.pp-ticker.pp-weather {
  min-width: 128px;
  background: linear-gradient(165deg, #f0f9ff 0%, #fffbeb 100%);
  border-color: rgba(14, 165, 233, .18);
}
.pp-ticker.pp-weather::before { background: #0ea5e9; }
.pp-ticker.pp-weather .p {
  color: #475569; background: rgba(255,255,255,.7);
  max-width: 92px; overflow: hidden; text-overflow: ellipsis;
}
.pp-ticker.pp-weather .v { font-size: 15px; }

.pp-nav {
  background: var(--pp-menu-bg) !important;
  background-color: var(--pp-menu-bg) !important;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 3px solid var(--pp-signal);
}
.middle-header.pp-nav,
.header .middle-header.pp-nav,
.header.sticky .middle-header.pp-nav,
.pp-site-header .middle-header.pp-nav {
  background: var(--pp-menu-bg) !important;
  background-color: var(--pp-menu-bg) !important;
}
.pp-navbar { padding: 0 !important; }
.pp-nav .nav.main-menu { flex-wrap: nowrap; overflow-x: visible; align-items: stretch; }
.pp-nav .nav.main-menu > li > a,
.pp-nav .nav.main-menu > li > .pp-nav-more-btn {
  color: var(--pp-menu-text) !important; font-weight: 700 !important; font-size: 12px !important;
  text-transform: uppercase; letter-spacing: .04em; padding: 13px 11px !important; white-space: nowrap;
  display: block; background: transparent; border: 0; cursor: pointer; font-family: inherit; line-height: inherit;
}
.pp-nav .nav.main-menu > li > a:hover,
.pp-nav .nav.main-menu > li > .pp-nav-more-btn:hover,
.pp-nav-more.is-open > .pp-nav-more-btn {
  color: #fff !important; background: var(--pp-menu-hover) !important;
}
.pp-nav-more { position: relative !important; }
.pp-nav-more-btn i { margin-left: 4px; font-size: 11px; }
/* Tema .header .nav li (inline-block + yeşil ::before) dropdown'ı bozuyordu — tam override */
.header .nav li.pp-nav-more,
.pp-nav .nav li.pp-nav-more {
  position: relative !important;
  display: flex !important;
  float: none !important;
  margin-right: 0 !important;
}
.header .nav .pp-nav-drop,
.pp-nav .pp-nav-drop {
  display: none !important;
  position: absolute !important;
  left: auto !important;
  right: 0 !important;
  top: 100% !important;
  width: 240px !important;
  min-width: 240px !important;
  max-width: 280px !important;
  z-index: 9999 !important;
  margin: 0 !important;
  padding: 8px 0 !important;
  list-style: none !important;
  float: none !important;
  background: #0b1220 !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  border-top: 3px solid var(--pp-signal) !important;
  box-shadow: 0 14px 32px rgba(0,0,0,.4) !important;
  text-align: left !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.pp-nav-more:hover > .pp-nav-drop,
.pp-nav-more.is-open > .pp-nav-drop,
.header .nav li.pp-nav-more:hover > .pp-nav-drop,
.header .nav li.pp-nav-more.is-open > .pp-nav-drop {
  display: block !important;
}
.header .nav .pp-nav-drop > li,
.pp-nav .pp-nav-drop > li {
  display: block !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  position: static !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.07) !important;
}
.header .nav .pp-nav-drop > li:last-child,
.pp-nav .pp-nav-drop > li:last-child { border-bottom: 0 !important; }
.header .nav .pp-nav-drop > li > a,
.header .nav li.pp-nav-more:hover .pp-nav-drop > li > a,
.header .nav li.pp-nav-more.active .pp-nav-drop > li > a,
.pp-nav .pp-nav-drop > li > a {
  display: block !important;
  float: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 11px 18px !important;
  color: #e5e7eb !important;
  background: transparent !important;
  text-decoration: none !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: .03em !important;
  white-space: nowrap !important;
  line-height: 1.3 !important;
  position: relative !important;
  transform: none !important;
}
.header .nav .pp-nav-drop > li > a::before,
.header .nav .pp-nav-drop > li > a::after,
.header .nav li.pp-nav-more:hover .pp-nav-drop > li > a::before,
.header .nav li.pp-nav-more:hover .pp-nav-drop > li > a::after,
.header .nav li.pp-nav-more.active .pp-nav-drop > li > a::before,
.pp-nav .pp-nav-drop > li > a::before,
.pp-nav .pp-nav-drop > li > a::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  background: none !important;
  transform: none !important;
}
.header .nav .pp-nav-drop > li > a:hover,
.header .nav .pp-nav-drop > li:hover > a,
.pp-nav .pp-nav-drop > li > a:hover,
.pp-nav .pp-nav-drop > li:hover > a {
  color: #fff !important;
  background: var(--pp-signal) !important;
}
.pp-site-header .pp-nav .nav-inner {
  float: none !important;
  text-align: left !important;
  margin: 0 !important;
}
.pp-site-header .pp-nav .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  width: 100%;
}
.pp-mobile-bar { padding: 8px 0; }

/* Sürmanşet — kaydırmalı vitrin */
.pp-sm {
  background: transparent; margin: 0 0 14px; padding-top: 10px;
  position: relative;
}
.pp-sm .container { position: relative; }
.pp-sm-viewport {
  overflow: hidden;
  width: 100%;
}
.pp-sm-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  will-change: transform;
  transition: transform .45s ease;
}
.pp-sm-card {
  flex: 0 0 25%;
  max-width: 25%;
  box-sizing: border-box;
  padding: 0 7px;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
  transition: none;
  min-width: 0;
}
.pp-sm-card > a {
  display: block; text-decoration: none; color: var(--pp-ink);
  background: #fff; border: 1px solid #ececec; box-shadow: 0 1px 3px rgba(0,0,0,.06);
  overflow: hidden; height: 100%;
  transition: box-shadow .2s ease, transform .2s ease;
}
.pp-sm-card > a:hover { box-shadow: 0 6px 18px rgba(0,0,0,.1); transform: translateY(-2px); }
.pp-sm-media {
  display: block; position: relative; aspect-ratio: 16 / 10; background: #e5e7eb; overflow: hidden;
}
.pp-sm-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.pp-sm-card > a:hover .pp-sm-media img { transform: scale(1.04); }
.pp-sm-badge {
  position: absolute; left: 0; top: 12px; z-index: 2;
  background: #111; color: #fff; font-size: 11px; font-weight: 700;
  letter-spacing: .02em; padding: 6px 14px 6px 12px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}
.pp-sm-title {
  padding: 12px 14px 14px; font-family: var(--pp-sans);
  font-size: 15px; font-weight: 700; line-height: 1.35; min-height: 3.2em;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.pp-sm-nav {
  position: absolute; left: 0; right: 0; top: 38%;
  display: flex; justify-content: space-between; pointer-events: none;
  padding: 0 2px; z-index: 5;
}
.pp-sm-prev, .pp-sm-next {
  pointer-events: auto;
  width: 36px; height: 36px; border: 0; border-radius: 50%;
  background: rgba(17,17,17,.72); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: 18px; line-height: 1;
  transition: background .15s ease, opacity .15s ease;
  opacity: .85;
}
.pp-sm-prev:hover, .pp-sm-next:hover { background: var(--pp-signal); opacity: 1; }
.pp-sm.is-dragging .pp-sm-track { transition: none; }
.pp-sm.is-dragging .pp-sm-card > a { pointer-events: none; }

@media (max-width: 991px) {
  .pp-sm-card { flex-basis: 50%; max-width: 50%; padding: 0 5px; }
  .pp-sm-title { font-size: 13px; min-height: 0; padding: 10px; }
  .pp-sm-nav { top: 34%; }
}
@media (max-width: 575px) {
  .pp-sm-card { flex-basis: 100%; max-width: 100%; padding: 0; }
  .pp-sm-card > a { border-radius: 0; }
  .pp-sm-badge { font-size: 10px; padding: 5px 10px 5px 8px; top: 8px; }
  .pp-sm-nav { display: none; }
}

.pp-flash {
  display: grid; grid-template-columns: auto 1fr; background: #fff; border: 1px solid var(--pp-line);
  border-left: 4px solid var(--pp-signal); margin: 0 0 14px; overflow: hidden;
}
.pp-flash-label {
  background: var(--pp-signal); color: #fff; font-weight: 800; font-size: 11px; letter-spacing: .06em;
  text-transform: uppercase; padding: 10px 14px; display: flex; align-items: center; white-space: nowrap;
}
.pp-flash-track { display: flex; gap: 24px; align-items: center; padding: 8px 14px; overflow-x: auto; white-space: nowrap; }
.pp-flash-track a { color: var(--pp-ink); text-decoration: none; font-size: 13px; font-weight: 600; }
.pp-flash-track a:hover { color: var(--pp-signal); }
.pp-flash-track time { color: var(--pp-muted); font-size: 11px; margin-right: 6px; }

.pp-chip {
  display: inline-block; background: var(--pp-signal); color: #fff; font-size: 10px; font-weight: 800;
  letter-spacing: .05em; text-transform: uppercase; padding: 3px 7px; margin: 0 4px 6px 0;
}
.pp-chip.video { background: var(--pp-teal); }
.pp-chip.flash { background: #f59e0b; color: #111; }

/* Manşet — slider + yan reklam */
.pp-ms { margin: 0 0 22px; }
.pp-ms-layout {
  display: grid; grid-template-columns: 1fr 300px; gap: 0; min-height: 420px;
  background: #fff; border: 1px solid #e5e7eb; overflow: hidden;
}
.pp-ms-main { position: relative; background: #0b0b0b; min-height: 420px; display: flex; flex-direction: column; min-width: 0; }
.pp-ms-stage { position: relative; flex: 1; min-height: 360px; display: flex; flex-direction: column; }
.pp-ms-slides { position: relative; flex: 1; min-height: 360px; }
.pp-ms-slide {
  position: absolute; inset: 0; opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .35s ease;
}
.pp-ms-slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; z-index: 1; }
.pp-ms-slide-link { display: block; height: 100%; position: relative; color: #fff; text-decoration: none; }
.pp-ms-slide img, .pp-ms-ph {
  width: 100%; height: 100%; object-fit: cover; display: block; min-height: 360px;
}
.pp-ms-ph { background: linear-gradient(135deg, #1f2937, #111827); }
.pp-ms-slide-link::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.15) 42%, rgba(0,0,0,.35) 100%);
  pointer-events: none;
}
.pp-ms-top {
  position: absolute; left: 0; right: 0; top: 0; z-index: 2;
  display: flex; align-items: flex-start; justify-content: space-between; gap: 16px;
  padding: 18px 20px 12px;
}
.pp-ms-headline {
  font-family: var(--pp-sans); font-size: clamp(1.15rem, 2.1vw, 1.65rem);
  font-weight: 800; line-height: 1.25; max-width: 72%;
  text-shadow: 0 1px 8px rgba(0,0,0,.45);
}
.pp-ms-more {
  flex-shrink: 0; font-size: 12px; font-weight: 800; letter-spacing: .04em;
  color: var(--pp-ms-accent, #f5b942); text-transform: uppercase; white-space: nowrap;
  margin-top: 4px; text-shadow: 0 1px 4px rgba(0,0,0,.4);
}
.pp-ms-pager {
  display: flex; width: 100%; border-top: 3px solid var(--pp-ms-accent, var(--pp-signal)); background: var(--pp-ms-pager, #f3f4f6); z-index: 3;
  overflow: hidden;
}
.pp-ms-dot {
  flex: 1 1 0; min-width: 0; width: auto; border: 0; border-right: 1px solid #e5e7eb; background: var(--pp-ms-pager, #f3f4f6); color: #111;
  font-family: var(--pp-sans); font-size: clamp(10px, 1.05vw, 13px); font-weight: 700; padding: 10px 2px; cursor: pointer;
  transition: background .15s ease, color .15s ease; text-align: center;
}
.pp-ms-dot span { display: block; }
.pp-ms-dot:last-child { border-right: 0; }
.pp-ms-dot:hover { filter: brightness(.96); }
.pp-ms-dot.is-active { background: var(--pp-ms-accent, var(--pp-signal)); color: #fff; }

/* Oklar: masaüstünde gizli, mobilde görsel üzerinde */
.pp-ms-prev, .pp-ms-next {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  width: 36px; height: 36px; border: 0; border-radius: 50%;
  background: rgba(0,0,0,.45); color: #fff;
  align-items: center; justify-content: center;
  font-size: 22px; line-height: 1; cursor: pointer;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}
.pp-ms-prev { left: 8px; }
.pp-ms-next { right: 8px; }
.pp-ms-prev:active, .pp-ms-next:active { background: rgba(0,0,0,.65); }

.pp-ms-ad {
  border-left: 1px solid #e5e7eb;
  background: #f9fafb;
  display: flex; align-items: center; justify-content: center;
  min-height: 250px; padding: 12px; box-sizing: border-box;
}
.pp-ms-ad-link { display: block; width: 100%; height: 100%; }
.pp-ms-ad img {
  display: block; width: 100%; height: 100%; max-height: 100%;
  object-fit: cover; object-position: center;
}
.pp-ms-ad-ph {
  width: 100%; height: 100%; min-height: 250px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
  background: repeating-linear-gradient(-45deg, #f3f4f6, #f3f4f6 10px, #e5e7eb 10px, #e5e7eb 20px);
  color: #9ca3af; text-align: center; padding: 16px;
  border: 1px dashed #d1d5db;
}
.pp-ms-ad-ph span { font-size: 18px; font-weight: 800; letter-spacing: .04em; color: #6b7280; }
.pp-ms-ad-ph em { font-style: normal; font-size: 12px; font-weight: 600; }

/* Eski yan liste (detay kompakt manşette yok; geriye dönük) */
.pp-ms-side {
  background: #fff; color: var(--pp-ink); display: flex; flex-direction: column;
  border-left: 1px solid #e5e7eb;
}
.pp-ms-side-item {
  flex: 1; display: grid; grid-template-columns: 92px 1fr; gap: 12px; align-items: center;
  padding: 14px 14px; text-decoration: none; color: var(--pp-ink);
  border-bottom: 1px solid #ececec;
  transition: background .15s ease;
}
.pp-ms-side-item:last-child { border-bottom: 0; }
.pp-ms-side-item:hover, .pp-ms-side-item.is-active { background: #f5f5f5; }
.pp-ms-side-thumb {
  width: 92px; height: 68px; overflow: hidden; background: #e5e7eb; flex-shrink: 0;
}
.pp-ms-side-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pp-ms-side-body { min-width: 0; }
.pp-ms-side-body strong {
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  font-size: 14px; font-weight: 700; line-height: 1.3; margin-bottom: 4px; color: #111;
}
.pp-ms-side-body em {
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  font-style: normal; font-size: 12px; line-height: 1.35; color: #6b7280;
}

.pp-section { margin: 22px 0; }
.pp-section-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.pp-section-head h2 {
  font-family: var(--pp-sans); font-size: 15px; margin: 0; font-weight: 800; text-transform: uppercase;
  letter-spacing: .04em; background: var(--pp-signal); color: #fff; padding: 8px 14px; display: inline-block;
}
.pp-section-head a { font-size: 12px; font-weight: 700; color: var(--pp-ink); text-decoration: none; border-bottom: 2px solid var(--pp-signal); padding-bottom: 2px; }

.pp-stream { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.pp-card { background: #fff; border: 1px solid var(--pp-line); overflow: hidden; transition: box-shadow .2s ease; }
.pp-card:hover { box-shadow: 0 8px 20px rgba(0,0,0,.08); }
.pp-card a { color: inherit; text-decoration: none; }
.pp-card-media { position: relative; aspect-ratio: 16/10; background: #e5e7eb; overflow: hidden; }
.pp-card-media img { width: 100%; height: 100%; object-fit: cover; }
.pp-card-body { padding: 12px; }
.pp-card-body h3 { font-family: var(--pp-serif); font-size: 1.02rem; line-height: 1.3; margin: 4px 0 6px; font-weight: 600; }
.pp-card-body .meta { font-size: 12px; color: var(--pp-muted); }

.pp-authors { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.pp-author { background: #fff; border: 1px solid var(--pp-line); padding: 16px; text-align: center; }
.pp-author img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; margin-bottom: 10px; border: 2px solid var(--pp-line); }
.pp-author h3 { font-size: 15px; margin: 0 0 4px; font-family: var(--pp-serif); }
.pp-author p { font-size: 13px; color: var(--pp-muted); margin: 0; }

.pp-kunye { background: #fff; border: 1px solid var(--pp-line); padding: 28px; margin: 24px 0; }
.pp-kunye h1 { font-family: var(--pp-serif); margin-top: 0; }
.pp-kunye dl { display: grid; grid-template-columns: 220px 1fr; gap: 10px 16px; }
.pp-kunye dt { font-weight: 700; color: var(--pp-muted); }
.pp-kunye dd { margin: 0; }

.pp-list-item { display: grid; grid-template-columns: 220px 1fr; gap: 16px; background: #fff; border: 1px solid var(--pp-line); overflow: hidden; margin-bottom: 12px; }
.pp-list-item > a { display: block; background: #e5e7eb; min-height: 140px; }
.pp-list-item img { width: 100%; height: 140px; object-fit: cover; display: block; }
.pp-list-ph { display: block; width: 100%; height: 140px; background: linear-gradient(135deg, #e5e7eb, #d1d5db); }
.pp-list-item .body { padding: 14px 16px 14px 0; min-width: 0; }
.pp-list-item .meta {
  display: flex; flex-wrap: wrap; gap: 12px; font-size: 12px; color: var(--pp-muted); margin-bottom: 4px;
}
.pp-list-item .meta i { margin-right: 4px; }
.pp-list-item h2 { font-family: var(--pp-serif); font-size: 1.2rem; margin: 6px 0; line-height: 1.3; }
.pp-list-item h2 a:hover { color: var(--pp-signal); }
.pp-list-item .body p { margin: 0; font-size: 13px; line-height: 1.5; color: #4b5563; }
.pp-list-item a { color: var(--pp-ink); text-decoration: none; }

.pp-cat-page { padding: 16px 0 28px; }
.pp-cat-crumb {
  display: flex; flex-wrap: wrap; align-items: center; gap: 6px;
  margin: 0 0 14px; font-size: 13px; color: var(--pp-muted);
}
.pp-cat-crumb a { color: var(--pp-muted); text-decoration: none; }
.pp-cat-crumb a:hover { color: var(--pp-signal); }
.pp-cat-crumb strong { color: var(--pp-ink); font-weight: 700; }
.pp-cat-page-head { margin: 0 0 16px; }
.pp-cat-page-head h1 {
  margin: 0 0 4px; font-size: clamp(1.35rem, 2.4vw, 1.75rem); font-weight: 800;
  text-transform: uppercase; letter-spacing: .02em;
}
.pp-cat-page-head p { margin: 0; font-size: 13px; color: var(--pp-muted); }
.pp-cat-row { align-items: start; }

/* Kategori manşeti — sidebar ile aynı satırda */
.pp-km { margin: 0 0 18px; }
.pp-km-ms {
  margin-bottom: 12px;
  border: 1px solid var(--pp-line);
  background: #fff;
  overflow: hidden;
}
.pp-km-ms .pp-ms-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0 !important;
  height: auto !important;
  background: #0b0b0b;
}
.pp-km-ms .pp-ms-stage {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  height: 360px;
  min-height: 360px !important;
  max-height: 360px;
  overflow: hidden;
  display: block;
}
.pp-km-ms .pp-ms-slides {
  position: absolute;
  inset: 0;
  flex: none;
  min-height: 0 !important;
  height: 100% !important;
  width: 100%;
  overflow: hidden;
}
.pp-km-ms .pp-ms-slide {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.pp-km-ms .pp-ms-slide-link {
  display: block;
  position: absolute;
  inset: 0;
  height: auto;
}
.pp-km-ms .pp-ms-slide img,
.pp-km-ms .pp-ms-ph {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: cover;
  display: block;
}
.pp-km-ms .pp-ms-slide-link::after {
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.55) 72%, rgba(0,0,0,.82) 100%);
}
.pp-km-ms .pp-km-caption {
  top: auto !important;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px 18px 16px;
  align-items: flex-end;
}
.pp-km-ms .pp-km-caption .pp-ms-headline {
  max-width: 100%;
  font-size: clamp(1.05rem, 1.8vw, 1.4rem);
}
.pp-km-ms .pp-ms-pager {
  position: relative;
  z-index: 5;
  flex: 0 0 auto;
  width: 100%;
  margin: 0;
}
.pp-km-ms .pp-ms-dot { flex: 1; }
.pp-km-ms .pp-ms-prev,
.pp-km-ms .pp-ms-next { z-index: 6; }

/* 11. haberdan itibaren 3’lü kart sırası */
.pp-km-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0 0 16px;
}
.pp-km-tile {
  background: #fff;
  border: 1px solid var(--pp-line);
  overflow: hidden;
}
.pp-km-tile > a {
  display: block; color: var(--pp-ink); text-decoration: none;
}
.pp-km-tile-media {
  display: block; aspect-ratio: 16 / 10; background: #e5e7eb; overflow: hidden;
}
.pp-km-tile-media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .35s ease;
}
.pp-km-tile > a:hover .pp-km-tile-media img { transform: scale(1.04); }
.pp-km-tile-title {
  display: block; padding: 10px 12px 4px;
  font-size: 14px; font-weight: 800; line-height: 1.35;
}
.pp-km-tile-date {
  display: block; padding: 0 12px 12px;
  font-style: normal; font-size: 12px; color: var(--pp-muted);
}
.pp-km-ph {
  display: block; width: 100%; height: 100%; min-height: 100px;
  background: linear-gradient(135deg, #e5e7eb, #d1d5db);
}

/* Kategori sağ: Güncel Haberler */
.pp-cat-guncel { margin-bottom: 14px; }
.pp-cat-guncel-list { display: flex; flex-direction: column; }
.pp-cat-guncel-item {
  display: grid; grid-template-columns: 88px 1fr; gap: 10px;
  padding: 10px 12px; border-bottom: 1px solid var(--pp-line);
  text-decoration: none; color: var(--pp-ink);
}
.pp-cat-guncel-item:last-child { border-bottom: 0; }
.pp-cat-guncel-item:hover strong { color: var(--pp-signal); }
.pp-cat-guncel-item .thumb {
  display: block; width: 88px; height: 66px; background: #e5e7eb; overflow: hidden;
}
.pp-cat-guncel-item .thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pp-cat-guncel-item .body { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.pp-cat-guncel-item em {
  font-style: normal; font-size: 11px; color: var(--pp-muted);
}
.pp-cat-guncel-item em i { margin-right: 3px; }
.pp-cat-guncel-kat { color: var(--pp-signal); font-weight: 700; }
.pp-cat-guncel-item strong {
  font-size: 13px; font-weight: 800; line-height: 1.3;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.pp-cat-guncel-item .snippet {
  font-size: 12px; color: #6b7280; line-height: 1.35;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

.pp-pager {
  display: flex; flex-wrap: wrap; gap: 6px; margin: 18px 0 8px;
}
.pp-pager-num {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 36px; height: 36px; padding: 0 10px;
  border: 1px solid #e5e7eb; background: #fff; color: var(--pp-ink);
  font-size: 13px; font-weight: 700; text-decoration: none;
}
.pp-pager-num:hover { border-color: var(--pp-signal); color: var(--pp-signal); }
.pp-pager-num.is-active {
  background: var(--pp-signal); border-color: var(--pp-signal); color: #fff;
}

.pp-article { background: #fff; border: 1px solid var(--pp-line); padding: 24px; margin: 20px 0; }
.pp-article h1 { font-family: var(--pp-serif); font-size: clamp(1.6rem, 3vw, 2.2rem); line-height: 1.25; margin: 0 0 12px; }
.pp-article-lead {
  margin: 0 0 16px;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #374151;
  font-weight: 500;
}
.pp-article .pp-article-hero { width: 100%; max-height: 480px; object-fit: cover; margin: 16px 0; }
.pp-article .content { font-size: 1.05rem; line-height: 1.7; }

.pp-footer { background: var(--pp-ink) !important; color: #9ca3af; margin-top: 28px; padding: 36px 0 0 !important; }
.pp-footer a { color: #e5e7eb; }
.pp-footer .widget-title, .pp-footer h3 {
  color: #fff !important; font-size: 14px !important; font-weight: 800 !important; text-transform: uppercase;
  letter-spacing: .04em; border-left: 3px solid var(--pp-signal); padding-left: 10px !important;
}
.pp-footer .copyright { background: #0b1220; border-top: 1px solid rgba(255,255,255,.08); padding: 14px 0; margin-top: 8px; }
.pp-footer .copyright-content p { margin: 0; font-size: 12px; color: #9ca3af; }

/* Haber portalı footer — açık / modern (referans) */
.pp-ft {
  --pp-ft-bg: #f5f5f5;
  --pp-ft-surface: #ffffff;
  --pp-ft-text: #6b7280;
  --pp-ft-title: #111827;
  --pp-ft-line: #e5e7eb;
  --pp-ft-accent: var(--pp-signal, #dc2626);
  margin-top: 48px;
  background: var(--pp-ft-bg);
  color: var(--pp-ft-text);
  font-family: var(--pp-sans);
  border-top: 1px solid var(--pp-ft-line);
}
.pp-ft a { color: var(--pp-ft-text); text-decoration: none; transition: color .15s ease; }
.pp-ft a:hover { color: var(--pp-ft-accent); }
.pp-ft-shell { padding: 52px 0 40px; background: var(--pp-ft-bg); }
.pp-ft-grid {
  display: grid;
  grid-template-columns: 1.35fr .85fr .75fr 1fr;
  gap: 36px 32px;
  align-items: start;
}

/* Marka kolonu */
.pp-ft-wordmark {
  display: inline-flex; align-items: center; gap: 10px;
  margin: 0 0 10px; text-decoration: none !important;
}
.pp-ft-mark {
  width: 28px; height: 28px; border-radius: 4px; flex-shrink: 0;
  background: var(--pp-ft-accent);
  box-shadow: 0 2px 0 rgba(0,0,0,.06);
}
.pp-ft-title {
  font-size: 1.35rem; font-weight: 800; letter-spacing: .02em;
  text-transform: uppercase; color: var(--pp-ft-title) !important; line-height: 1;
}
.pp-ft-logo { display: inline-block; margin: 0 0 10px; }
.pp-ft-logo img { max-height: 42px; width: auto; display: block; }
.pp-ft-slogan {
  margin: 0 0 14px; font-size: 11px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: #9ca3af;
}
.pp-ft-about {
  margin: 0 0 18px; font-size: 13.5px; line-height: 1.65;
  color: var(--pp-ft-text); max-width: 340px;
}
.pp-ft-social { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 22px; }
.pp-ft-social a {
  width: 36px; height: 36px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: #eceff3; color: #4b5563 !important; font-size: 14px;
  border: 0; transition: background .15s ease, color .15s ease;
}
.pp-ft-social a:hover { background: var(--pp-ft-accent); color: #fff !important; }

/* Bülten */
.pp-ft-news {
  padding-top: 18px; border-top: 1px solid var(--pp-ft-line);
  max-width: 340px;
}
.pp-ft-news-head {
  display: flex; align-items: center; gap: 8px; margin: 0 0 6px;
}
.pp-ft-news-head i { color: var(--pp-ft-accent); font-size: 15px; }
.pp-ft-news-head strong {
  font-size: 12px; font-weight: 800; letter-spacing: .04em;
  text-transform: uppercase; color: var(--pp-ft-title);
}
.pp-ft-news-lead { margin: 0 0 12px; font-size: 13px; color: var(--pp-ft-text); }
.pp-ft-news-msg { margin: 0 0 10px; font-size: 12px; font-weight: 600; }
.pp-ft-news-msg.is-ok { color: #059669; }
.pp-ft-news-msg.is-err { color: var(--pp-ft-accent); }
.pp-ft-news-form {
  display: flex; align-items: stretch; gap: 0;
  border: 1px solid #d1d5db; border-radius: 4px; overflow: hidden;
  background: #fff;
}
.pp-ft-news-form input[type="email"] {
  flex: 1; min-width: 0; border: 0; outline: 0;
  padding: 11px 14px; font-size: 13px; font-family: inherit;
  color: var(--pp-ft-title); background: transparent;
}
.pp-ft-news-form input::placeholder { color: #9ca3af; }
.pp-ft-news-form button {
  width: 46px; flex-shrink: 0; border: 0; cursor: pointer;
  background: var(--pp-ft-accent); color: #fff; font-size: 15px;
  transition: filter .15s ease;
}
.pp-ft-news-form button:hover { filter: brightness(.92); }

/* Kolon başlıkları */
.pp-ft-col h3 {
  display: flex; align-items: center; gap: 8px;
  margin: 0 0 16px; padding: 0 0 10px;
  font-size: 13px; font-weight: 800; letter-spacing: .06em;
  text-transform: uppercase; color: var(--pp-ft-title);
  border-bottom: 2px solid var(--pp-ft-accent);
  width: fit-content; min-width: 0;
}
.pp-ft-col h3 i { color: var(--pp-ft-accent); font-size: 14px; }

/* Link listeleri */
.pp-ft-links { list-style: none; margin: 0; padding: 0; }
.pp-ft-links li { margin: 0 0 8px; }
.pp-ft-links a {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13.5px; font-weight: 500; line-height: 1.4;
  color: #4b5563;
}
.pp-ft-links a::before {
  content: "›";
  font-size: 15px; font-weight: 700; color: #9ca3af;
  line-height: 1; transition: color .15s ease, transform .15s ease;
}
.pp-ft-links a:hover { color: var(--pp-ft-accent); }
.pp-ft-links a:hover::before { color: var(--pp-ft-accent); transform: translateX(2px); }

/* Alt bar */
.pp-ft-bar {
  background: transparent;
  border-top: 1px solid var(--pp-ft-line);
  padding: 16px 0 18px;
}
.pp-ft-bar-inner {
  display: flex; flex-wrap: wrap; align-items: center;
  justify-content: space-between; gap: 12px 20px;
}
.pp-ft-copy { margin: 0; font-size: 12px; color: #9ca3af; line-height: 1.5; }
.pp-ft-credit {
  margin: 10px 0 0;
  padding: 0;
  text-align: right;
  font-size: 11px;
  color: #9ca3af;
  line-height: 1.4;
}
.pp-ft-credit a { color: #6b7280; font-weight: 600; }
.pp-ft-credit a:hover { color: var(--pp-ft-accent, #c8102e); }
.pp-ft-legal {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; align-items: center; gap: 0;
  flex: 1 1 auto; justify-content: flex-end;
}
.pp-ft-legal li { display: inline-flex; align-items: center; }
.pp-ft-legal li:not(:last-child)::after {
  content: "|"; margin: 0 10px; color: #d1d5db; font-weight: 400;
}
.pp-ft-legal a {
  font-size: 11.5px; font-weight: 500; color: #6b7280;
  text-transform: none; letter-spacing: 0;
}
.pp-ft-legal a:hover { color: var(--pp-ft-accent); }
.pp-ft-top {
  width: 34px; height: 34px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: #e5e7eb; color: #374151 !important; font-size: 12px;
  flex-shrink: 0; transition: background .15s ease, color .15s ease;
}
.pp-ft-top:hover { background: var(--pp-ft-accent); color: #fff !important; }

/* Eski sınıflar (uyumluluk) */
.pp-ft-cats, .pp-ft-brandrow, .pp-ft-contact, .pp-ft-ico, .pp-ft-more { display: none !important; }
.pp-ft-main { display: contents; }
.pp-ft-news-list { list-style: none; margin: 0; padding: 0; }

@media (max-width: 1100px) {
  .pp-ft-grid { grid-template-columns: 1fr 1fr; gap: 32px 28px; }
  .pp-ft-brand { grid-column: 1 / -1; }
  .pp-ft-about, .pp-ft-news { max-width: 480px; }
}
@media (max-width: 767px) {
  .pp-ft-shell { padding: 36px 0 28px; }
  .pp-ft-grid { grid-template-columns: 1fr; gap: 28px; }
  .pp-ft-brand { grid-column: auto; }
  .pp-ft-bar-inner { flex-direction: column; align-items: flex-start; }
  .pp-ft-legal { justify-content: flex-start; }
  .pp-ft-legal li:not(:last-child)::after { margin: 0 8px; }
}

.pp-sd-list { background: #fff; border: 1px solid var(--pp-line); overflow: hidden; }
.pp-sd-row { display: grid; grid-template-columns: 110px 1fr; gap: 10px; align-items: center; padding: 10px 12px; border-bottom: 1px solid var(--pp-line); text-decoration: none; color: var(--pp-ink); }
.pp-sd-row:last-child { border-bottom: 0; }
.pp-sd-row:hover { background: #f9fafb; }
.pp-sd-row:hover strong { color: var(--pp-signal); }
.pp-sd-row time { font-size: 11px; color: var(--pp-muted); font-weight: 700; }
.pp-sd-row strong { font-family: var(--pp-serif); font-size: 14px; font-weight: 600; line-height: 1.3; }

.pp-trend { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.pp-trend-item { display: grid; grid-template-columns: 32px 68px 1fr; gap: 8px; align-items: center; background: #fff; border: 1px solid var(--pp-line); padding: 8px; text-decoration: none; color: var(--pp-ink); }
.pp-trend-item:hover strong { color: var(--pp-signal); }
.pp-trend-item .rank { font-family: var(--pp-serif); font-size: 1.3rem; font-weight: 700; color: var(--pp-signal); text-align: center; }
.pp-trend-item img { width: 68px; height: 50px; object-fit: cover; }
.pp-trend-item em { display: block; font-style: normal; font-size: 10px; font-weight: 700; color: var(--pp-muted); text-transform: uppercase; }
.pp-trend-item strong { display: block; font-family: var(--pp-serif); font-size: 13px; line-height: 1.25; }
.pp-trend-item small { color: var(--pp-muted); font-size: 11px; }

.pp-kat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.pp-kat-col { background: #fff; border: 1px solid var(--pp-line); padding: 12px; }
.pp-kat-col .pp-section-head { margin-bottom: 10px; }
.pp-kat-col .pp-section-head h2 { font-size: 13px; padding: 6px 10px; }
.pp-kat-lead a { text-decoration: none; color: var(--pp-ink); display: block; }
.pp-kat-lead img { width: 100%; height: 150px; object-fit: cover; margin-bottom: 8px; }
.pp-kat-lead strong { display: block; font-family: var(--pp-serif); font-size: 1.05rem; line-height: 1.25; }
.pp-kat-lead small { color: var(--pp-muted); font-size: 12px; }
.pp-kat-list { list-style: none; margin: 10px 0 0; padding: 0; border-top: 1px solid var(--pp-line); }
.pp-kat-list li { border-bottom: 1px solid var(--pp-line); }
.pp-kat-list a { display: block; padding: 8px 0; text-decoration: none; color: var(--pp-ink); font-size: 13px; font-weight: 600; line-height: 1.3; }
.pp-kat-list a:hover { color: var(--pp-signal); }

.pp-gundem { display: grid; grid-template-columns: 1.15fr 1fr; gap: 12px; }
.pp-gundem-main { background: #fff; border: 1px solid var(--pp-line); overflow: hidden; }
.pp-gundem-main a { text-decoration: none; color: var(--pp-ink); display: block; }
.pp-gundem-main img { width: 100%; height: 240px; object-fit: cover; }
.pp-gundem-main .body { padding: 14px; }
.pp-gundem-main h3 { font-family: var(--pp-serif); font-size: 1.25rem; line-height: 1.25; margin: 6px 0; }
.pp-gundem-main p { color: var(--pp-muted); font-size: 13px; line-height: 1.5; margin: 0 0 6px; }
.pp-gundem-list { background: #fff; border: 1px solid var(--pp-line); }
.pp-gundem-list a { display: block; padding: 10px 12px; border-bottom: 1px solid var(--pp-line); text-decoration: none; color: var(--pp-ink); }
.pp-gundem-list a:last-child { border-bottom: 0; }
.pp-gundem-list a:hover strong { color: var(--pp-signal); }
.pp-gundem-list em { display: block; font-style: normal; font-size: 10px; font-weight: 800; color: var(--pp-signal); text-transform: uppercase; }
.pp-gundem-list strong { display: block; font-family: var(--pp-serif); font-size: 14px; line-height: 1.3; margin: 2px 0; }
.pp-gundem-list small { color: var(--pp-muted); font-size: 11px; }

.pp-split-row { display: grid; grid-template-columns: .8fr 1.4fr; gap: 12px; align-items: start; }
.pp-sd-compact .pp-sd-row { grid-template-columns: 78px 1fr; padding: 9px 10px; }
.pp-sd-compact .pp-sd-row strong { font-size: 13px; }
.pp-split-main .pp-gundem { margin: 0; }
.pp-split-main .pp-gundem-main img { height: 200px; }

.pp-play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 46px; height: 46px; border-radius: 50%; background: rgba(220,38,38,.95);
  color: #fff; display: flex; align-items: center; justify-content: center; font-size: 15px;
}

.pp-gallery-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.pp-gallery-grid a { display: block; aspect-ratio: 1; overflow: hidden; background: #e5e7eb; }
.pp-gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.pp-gallery-grid a:hover img { transform: scale(1.05); }


.hero-slider, .yesilalan { display: none !important; }

/* Anasayfa: kategoriler + sidebar */
.pp-home-row {
  display: grid; grid-template-columns: 1fr 320px; gap: 18px; align-items: start; margin-top: 8px;
}
.pp-home-main { min-width: 0; }
.pp-home-side { position: sticky; top: 12px; }

.pp-catblock {
  --pp-cat: var(--pp-signal, #dc2626);
  background: transparent;
  border: 0;
  margin: 0 0 32px;
  overflow: visible;
}
.pp-catblock-head {
  display: flex; align-items: center; justify-content: space-between; gap: 14px 20px;
  background: transparent; color: inherit; padding: 0 0 14px; margin: 0;
  flex-wrap: wrap;
}
.pp-catblock-head-left {
  display: flex; align-items: center; gap: 12px; min-width: 0; flex: 1 1 auto;
}
.pp-catblock-ico {
  width: 42px; height: 42px; border-radius: 10px; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--pp-cat); color: #fff; font-size: 17px;
}
.pp-catblock-ico i { color: #fff; }
.pp-catblock-titles { min-width: 0; }
.pp-catblock-titles h2 {
  margin: 0 0 2px; font-size: clamp(1.2rem, 2vw, 1.5rem); font-weight: 800;
  text-transform: uppercase; letter-spacing: .02em; color: var(--pp-ink);
  line-height: 1.1;
}
.pp-catblock-titles p {
  margin: 0; font-size: 13px; color: var(--pp-muted); line-height: 1.35;
}
.pp-catblock-all {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 14px; border-radius: 8px; font-size: 11.5px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .03em; text-decoration: none !important;
  color: var(--pp-cat) !important; background: #fff;
  border: 1.5px solid var(--pp-cat);
  transition: background .15s ease, color .15s ease;
  white-space: nowrap; flex-shrink: 0;
}
.pp-catblock-all:hover { background: var(--pp-cat); color: #fff !important; }
.pp-catblock-all i { font-size: 11px; }

.pp-catblock-body {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}

/* Sol lead */
.pp-catblock-lead {
  margin: 0; min-width: 0; min-height: 0;
  display: flex;
}
.pp-catblock-lead-link {
  position: relative; display: block; flex: 1;
  min-height: 340px; width: 100%;
  border-radius: 14px; overflow: hidden; text-decoration: none !important; color: #fff;
  background: #1f2937; box-shadow: 0 8px 24px rgba(15, 23, 42, .08);
}
.pp-catblock-lead-media {
  position: absolute; inset: 0; overflow: hidden;
}
.pp-catblock-lead-media img,
.pp-catblock-ph {
  position: absolute; inset: 0; width: 100% !important; height: 100% !important;
  max-width: none !important; object-fit: cover; display: block;
}
.pp-catblock-ph { background: linear-gradient(135deg, #334155, #1e293b); }
.pp-catblock-ph.is-sm {
  position: absolute; inset: 0; border-radius: 0;
}
.pp-catblock-shade {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(15,23,42,.12) 0%, rgba(15,23,42,.35) 42%, rgba(15,23,42,.92) 100%);
  pointer-events: none;
}
.pp-catblock-badge {
  position: absolute; top: 14px; left: 14px; z-index: 3;
  background: var(--pp-cat); color: #fff; font-size: 10px; font-weight: 800;
  letter-spacing: .06em; text-transform: uppercase; padding: 5px 10px; border-radius: 6px;
}
.pp-catblock-lead-content {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: 22px 56px 18px 18px;
  display: flex; flex-direction: column; gap: 7px;
}
.pp-catblock-lead-content em {
  font-style: normal; font-size: 11px; font-weight: 800; letter-spacing: .06em;
  text-transform: uppercase; color: var(--pp-cat);
}
.pp-catblock-lead-content strong {
  font-size: clamp(1.1rem, 1.9vw, 1.4rem); font-weight: 800; line-height: 1.25;
  color: #fff; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.pp-catblock-excerpt {
  font-size: 13px; line-height: 1.45; color: rgba(255,255,255,.82);
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  max-width: 92%;
}
.pp-catblock-meta {
  display: flex; flex-wrap: wrap; gap: 8px 14px; margin-top: 2px;
  font-size: 11.5px; font-weight: 600; color: rgba(255,255,255,.72);
}
.pp-catblock-meta i { margin-right: 4px; opacity: .9; }
.pp-catblock-go {
  position: absolute; right: 14px; bottom: 14px; z-index: 3;
  width: 40px; height: 40px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.35);
  color: #fff; font-size: 14px;
  transition: background .15s ease, transform .15s ease, border-color .15s ease;
}
.pp-catblock-lead-link:hover .pp-catblock-go {
  background: var(--pp-cat); border-color: var(--pp-cat); transform: translateX(2px);
}
.pp-catblock-lead-link:hover .pp-catblock-lead-media img { transform: scale(1.04); }
.pp-catblock-lead-media img { transition: transform .35s ease; }

/* Sağ liste — eşit yükseklik, okunaklı başlık */
.pp-catblock-grid {
  display: flex; flex-direction: column; gap: 10px;
  min-width: 0; min-height: 0; height: 100%;
}
.pp-catblock-item {
  display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 12px;
  align-items: center; flex: 1 1 0;
  height: 84px; min-height: 84px; max-height: 84px;
  padding: 10px 12px; text-decoration: none !important; color: var(--pp-ink);
  background: #fff; border: 1px solid var(--pp-line); border-radius: 12px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, .04);
  transition: border-color .15s ease, box-shadow .15s ease;
  overflow: hidden;
}
.pp-catblock-item:hover {
  border-color: var(--pp-cat);
  box-shadow: 0 4px 14px rgba(15, 23, 42, .08);
}
.pp-catblock-item:hover strong { color: var(--pp-cat); }
.pp-catblock-item .thumb {
  position: relative; width: 88px; height: 64px; border-radius: 10px;
  overflow: hidden; background: #e5e7eb; flex-shrink: 0;
}
.pp-catblock-item .thumb img {
  width: 100% !important; height: 100% !important; max-width: none !important;
  object-fit: cover; display: block;
}
.pp-catblock-num {
  position: absolute; top: 6px; left: 6px; z-index: 1;
  width: 22px; height: 22px; border-radius: 6px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--pp-cat); color: #fff; font-size: 11px; font-weight: 800;
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.pp-catblock-item .body {
  min-width: 0; max-width: 100%; overflow: hidden;
  display: flex; flex-direction: column; gap: 4px; justify-content: center;
}
.pp-catblock-item em {
  font-style: normal; font-size: 10px; font-weight: 800; letter-spacing: .05em;
  text-transform: uppercase; color: var(--pp-cat); line-height: 1;
}
.pp-catblock-item strong {
  display: block; font-size: 13.5px; font-weight: 800; line-height: 1.3;
  color: var(--pp-ink); margin: 0;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.pp-catblock-item-meta {
  display: inline-flex; align-items: center; gap: 6px; max-width: 100%;
  font-size: 11px; color: var(--pp-muted); font-weight: 600; line-height: 1.2;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.pp-catblock-item-meta i { font-size: 11px; opacity: .85; flex-shrink: 0; }

/* Bildirim CTA */
.pp-cat-notify {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  margin: 0 0 28px; padding: 16px 18px; border-radius: 14px;
  background: #fef2f2; border: 1px solid #fecaca; flex-wrap: wrap;
}
.pp-cat-notify-left { display: flex; align-items: center; gap: 14px; min-width: 0; }
.pp-cat-notify-ico {
  width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--pp-signal); color: #fff; font-size: 16px;
}
.pp-cat-notify-left strong {
  display: block; font-size: 13px; font-weight: 800; letter-spacing: .02em;
  text-transform: uppercase; color: var(--pp-ink); margin: 0 0 3px;
}
.pp-cat-notify-left p { margin: 0; font-size: 12.5px; color: var(--pp-muted); line-height: 1.4; }
.pp-cat-notify-btn {
  display: inline-flex; align-items: center; gap: 8px; border: 0; cursor: pointer;
  padding: 11px 16px; border-radius: 8px; font-family: inherit;
  font-size: 12px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase;
  background: var(--pp-signal); color: #fff; white-space: nowrap;
  transition: filter .15s ease;
}
.pp-cat-notify-btn:hover { filter: brightness(.94); }

@media (max-width: 1199px) {
  .pp-catblock-body { grid-template-columns: 1fr 1fr; gap: 12px; }
  .pp-catblock-lead-link { min-height: 300px; }
  .pp-catblock-item .thumb { width: 76px; height: 56px; }
  .pp-catblock-item { grid-template-columns: 76px minmax(0, 1fr); height: 78px; min-height: 78px; max-height: 78px; }
}
@media (max-width: 991px) {
  .pp-home-row { grid-template-columns: 1fr; }
  .pp-home-side { position: static; }
  .pp-catblock-body { grid-template-columns: 1fr; }
  .pp-catblock-lead-link { min-height: 260px; }
  .pp-catblock-grid { display: grid; grid-template-columns: 1fr 1fr; height: auto; gap: 10px; }
  .pp-catblock-item { flex: none; height: 78px; min-height: 78px; max-height: 78px; }
}
@media (max-width: 575px) {
  .pp-catblock-all { width: 100%; justify-content: center; }
  .pp-cat-notify { flex-direction: column; align-items: flex-start; }
  .pp-catblock-grid { grid-template-columns: 1fr; }
  .pp-catblock-item { grid-template-columns: 72px minmax(0, 1fr); padding: 10px; height: 74px; min-height: 74px; max-height: 74px; }
  .pp-catblock-item .thumb { width: 72px; height: 54px; }
  .pp-catblock-lead-content { padding: 18px 52px 16px 14px; }
}
.pp-side-box { background: #fff; border: 1px solid #e5e7eb; margin: 0 0 14px; overflow: hidden; box-shadow: 0 1px 3px rgba(15,23,42,.04); }
.pp-side-head {
  background: var(--pp-signal); color: #fff; font-size: 13px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .04em; padding: 10px 12px;
  display: flex; align-items: center; gap: 8px;
}
.pp-side-band {
  background: var(--pp-signal); color: #fff;
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 12px 12px; min-height: 58px;
}
.pp-side-band-main {
  display: flex; align-items: center; gap: 10px; min-width: 0; flex: 1;
}
.pp-side-band-ico {
  width: 34px; height: 34px; flex-shrink: 0;
  border: 1.5px solid rgba(255,255,255,.85); border-radius: 4px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 15px; color: #fff;
}
.pp-side-band-ico.pp-eczane-ico {
  background: #fff;
  border-color: #fff;
  color: #15803d;
}
.pp-eczane-svg { display: block; width: 18px; height: 18px; }
.pp-side-band-txt {
  display: flex; flex-direction: column; gap: 2px; min-width: 0;
}
.pp-side-band-txt strong {
  font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em;
  line-height: 1.2; color: #fff;
}
.pp-side-band-txt em {
  font-style: normal; font-size: 11px; font-weight: 500; line-height: 1.25;
  color: rgba(255,255,255,.88);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.pp-side-band-btn {
  flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,.9); border-radius: 6px;
  color: #fff !important; text-decoration: none !important;
  font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .03em;
  white-space: nowrap; transition: background .15s ease, color .15s ease;
}
.pp-side-band-btn:hover { background: #fff; color: var(--pp-signal) !important; }
.pp-side-empty { margin: 0; padding: 14px; font-size: 13px; color: var(--pp-muted); }

/* Yazarlar listesi */
.pp-side-ylist { display: flex; flex-direction: column; }
.pp-side-yitem {
  display: grid; grid-template-columns: 52px minmax(0, 1fr) 16px; gap: 10px; align-items: center;
  padding: 12px; text-decoration: none; color: var(--pp-ink);
  border-bottom: 1px solid #eee;
}
.pp-side-yitem:last-child { border-bottom: 0; }
.pp-side-yitem:hover strong { color: var(--pp-signal); }
.pp-side-yphoto {
  position: relative; width: 48px; height: 48px; border-radius: 50%;
  overflow: visible; flex-shrink: 0;
}
.pp-side-yphoto img,
.pp-side-yph {
  width: 48px; height: 48px; border-radius: 50%; object-fit: cover; display: block;
  background: #e5e7eb;
}
.pp-side-yno {
  position: absolute; top: -4px; left: -4px; z-index: 1;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--pp-signal); color: #fff;
  font-size: 10px; font-weight: 800; line-height: 18px; text-align: center;
  box-shadow: 0 0 0 2px #fff;
}
.pp-side-ybody { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.pp-side-ybody strong {
  font-size: 13px; font-weight: 800; line-height: 1.3;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.pp-side-ysnip {
  font-size: 12px; color: #6b7280; line-height: 1.35;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.pp-side-ymeta {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 2px;
}
.pp-side-ymeta b {
  font-size: 12px; font-weight: 800; color: var(--pp-signal);
}
.pp-side-ysep {
  width: 1px; height: 12px; background: #d1d5db; display: inline-block;
}
.pp-side-ycount {
  font-size: 11px; color: #9ca3af; font-weight: 600;
}
.pp-side-ycount i { margin-right: 3px; }
.pp-side-yarr {
  color: var(--pp-signal); font-size: 16px; text-align: center;
}
.pp-side-ycta {
  display: flex; align-items: center; gap: 10px;
  padding: 12px; background: #f3f4f6; border-top: 1px solid #e5e7eb;
}
.pp-side-ycta-ico {
  width: 32px; height: 32px; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--pp-signal); font-size: 18px;
}
.pp-side-ycta-txt {
  flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 1px;
}
.pp-side-ycta-txt strong {
  font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; color: var(--pp-ink);
}
.pp-side-ycta-txt em {
  font-style: normal; font-size: 11px; color: #6b7280; line-height: 1.3;
}
.pp-side-ycta-btn {
  flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 7px 10px; border-radius: 6px;
  border: 1px solid var(--pp-signal); background: #fff;
  color: var(--pp-signal) !important; text-decoration: none !important;
  font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .02em;
  white-space: nowrap; transition: background .15s ease, color .15s ease;
}
.pp-side-ycta-btn:hover { background: var(--pp-signal); color: #fff !important; }
@media (max-width: 420px) {
  .pp-side-band { flex-wrap: wrap; }
  .pp-side-ycta { flex-wrap: wrap; }
  .pp-side-ycta-btn { width: 100%; }
}

/* Eski yazar satırları (yedek) */
.pp-side-author {
  display: grid; grid-template-columns: 64px 1fr; gap: 10px; padding: 10px 12px;
  text-decoration: none; color: var(--pp-ink); border-bottom: 1px solid #eee; align-items: center;
}
.pp-side-author:last-child { border-bottom: 0; }
.pp-side-author .photo { width: 64px; height: 64px; overflow: hidden; background: #e5e7eb; }
.pp-side-author .photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pp-side-author strong {
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  font-size: 13px; font-weight: 700; line-height: 1.3; margin-bottom: 8px;
}
.pp-side-author em {
  display: inline-block; font-style: normal; font-size: 11px; font-weight: 700;
  background: #e5e7eb; color: #374151; padding: 3px 8px;
}
.pp-side-author.is-first em { background: var(--pp-signal); color: #fff; }
.pp-side-author:hover strong { color: var(--pp-signal); }

.pp-side-tabs, .pp-lig-tabs {
  display: flex; border-bottom: 1px solid #e5e7eb; background: #f9fafb;
}
.pp-side-tabs button, .pp-lig-tabs button {
  flex: 1; border: 0; background: transparent; padding: 9px 6px; cursor: pointer;
  font-size: 11px; font-weight: 800; text-transform: uppercase; color: #6b7280;
  border-bottom: 2px solid transparent;
}
.pp-side-tabs button.is-active, .pp-lig-tabs button.is-active {
  color: var(--pp-signal); border-bottom-color: var(--pp-signal); background: #fff;
}

.pp-side-read { list-style: none; margin: 0; padding: 0; display: none; }
.pp-side-read.is-active { display: block; }
.pp-side-read li { border-bottom: 1px solid #eee; }
.pp-side-read li:last-child { border-bottom: 0; }
.pp-side-read a {
  display: grid; grid-template-columns: 24px 1fr auto; gap: 8px; align-items: start;
  padding: 10px 12px; text-decoration: none; color: var(--pp-ink);
}
.pp-side-read .no { font-weight: 800; color: var(--pp-signal); font-size: 14px; }
.pp-side-read .t {
  font-size: 13px; font-weight: 600; line-height: 1.3;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.pp-side-read .h { font-size: 11px; color: var(--pp-muted); white-space: nowrap; }
.pp-side-read a:hover .t { color: var(--pp-signal); }

.pp-lig-panel { display: none; padding: 0; }
.pp-lig-panel.is-active { display: block; }
.pp-lig-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.pp-lig-table th, .pp-lig-table td { padding: 7px 8px; border-bottom: 1px solid #eee; text-align: left; }
.pp-lig-table th { background: #f9fafb; font-size: 10px; text-transform: uppercase; color: #6b7280; }
.pp-lig-table td:first-child, .pp-lig-table th:first-child { width: 28px; text-align: center; color: var(--pp-signal); font-weight: 800; }
.pp-lig-table td:nth-child(3), .pp-lig-table td:nth-child(4),
.pp-lig-table th:nth-child(3), .pp-lig-table th:nth-child(4) { text-align: center; width: 28px; }
.pp-lig-fix { list-style: none; margin: 0; padding: 0; }
.pp-lig-fix li { padding: 10px 12px; border-bottom: 1px solid #eee; }
.pp-lig-fix .when { display: block; font-size: 11px; color: var(--pp-muted); margin-bottom: 6px; }
.pp-lig-fix .match {
  display: flex; align-items: center; justify-content: space-between; gap: 6px;
  font-size: 12px; font-weight: 600; color: var(--pp-ink);
}
.pp-lig-fix .team {
  display: inline-flex; align-items: center; gap: 6px; min-width: 0; flex: 1;
}
.pp-lig-fix .team.home { justify-content: flex-start; }
.pp-lig-fix .team.away { justify-content: flex-end; text-align: right; }
.pp-lig-fix .team span {
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.pp-lig-form b { color: var(--pp-signal); margin: 0 4px; flex-shrink: 0; font-size: 13px; }
.pp-lig-logo {
  width: 18px; height: 18px; object-fit: contain; flex-shrink: 0;
  display: inline-block; vertical-align: middle;
}
.pp-lig-team {
  display: flex; align-items: center; gap: 6px;
}
.pp-lig-team span { min-width: 0; }
.pp-lig-upd { display: block; padding: 8px 12px; font-size: 10px; color: #9ca3af; border-top: 1px solid #eee; }

/* Manşet 4. kutu — reklam */
.pp-ms-dot-ad {
  background: #111827 !important;
  color: #fbbf24 !important;
  font-weight: 800;
}
.pp-ms-dot-ad.is-active {
  background: #f59e0b !important;
  color: #111 !important;
}
.pp-ms-ad-slide {
  background: #0b0b0b;
}
.pp-ms-ad-slide img {
  object-fit: contain;
  background: #111;
}
.pp-ms-ad-badge {
  position: absolute; left: 12px; top: 12px; z-index: 3;
  background: rgba(0,0,0,.7); color: #fbbf24;
  font-size: 10px; font-weight: 800; letter-spacing: .08em;
  padding: 4px 8px; text-transform: uppercase;
}
.pp-ms-ad-empty { position: relative; }
.pp-ms-ad-empty-txt {
  position: absolute; inset: 0; z-index: 2;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: #fff; text-align: center; padding: 20px; gap: 6px;
}
.pp-ms-ad-empty-txt strong { font-size: 1.2rem; }
.pp-ms-ad-empty-txt em { font-style: normal; font-size: 12px; color: #d1d5db; }

@media (min-width: 1200px) { .pp-kat-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 1100px) {
  .pp-ms-layout { grid-template-columns: 1fr 260px; }
  .pp-split-row { grid-template-columns: 1fr; }
  .pp-kat-grid { grid-template-columns: repeat(2, 1fr); }
  .pp-gallery-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 991px) {
  .pp-ms-layout { grid-template-columns: 1fr; }
  .pp-ms-ad {
    border-left: 0; border-top: 1px solid #e5e7eb;
    min-height: 0; padding: 10px;
  }
  .pp-ms-ad img { max-height: 250px; width: auto; max-width: 100%; margin: 0 auto; object-fit: contain; }
  .pp-ms-ad-ph { min-height: 180px; }
  .pp-ms-side { flex-direction: row; flex-wrap: wrap; border-left: 0; border-top: 1px solid #e5e7eb; }
  .pp-ms-side-item { flex: 1 1 45%; min-width: 220px; border-right: 1px solid #ececec; }
  .pp-ms-slides, .pp-ms-slide img, .pp-ms-ph { min-height: 280px; }
  .pp-kat-grid, .pp-gundem, .pp-trend { grid-template-columns: 1fr; }
  .pp-stream { grid-template-columns: 1fr 1fr; }
  .pp-sd-row { grid-template-columns: 1fr; gap: 4px; }
  .pp-brandbar-inner { grid-template-columns: 1fr; }
  .pp-brandbar-tools { justify-content: flex-start; }
  .pp-tickers { justify-content: flex-start; }
  .pp-authors { grid-template-columns: 1fr 1fr; }
  .pp-list-item { grid-template-columns: 1fr; }
  .pp-kunye dl { grid-template-columns: 1fr; }
  .pp-km-ms .pp-ms-stage {
    height: 260px;
    min-height: 260px !important;
    max-height: 260px;
  }
  .pp-km-ms .pp-ms-slides,
  .pp-km-ms .pp-ms-slide img,
  .pp-km-ms .pp-ms-ph { min-height: 0 !important; }
  .pp-km-grid { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
  .pp-ms-headline { max-width: 100%; }
  .pp-ms-side-item { flex: 1 1 100%; border-right: 0; }
  .pp-stream, .pp-authors, .pp-gallery-grid { grid-template-columns: 1fr 1fr; }
  .pp-breaking-label { font-size: 10px; padding: 8px; }
  .pp-km-ms .pp-ms-stage {
    height: 220px;
    min-height: 220px !important;
    max-height: 220px;
  }
  .pp-km-ms .pp-ms-pager { overflow-x: auto; }
  .pp-km-ms .pp-ms-dot { flex: 0 0 36px; min-width: 36px; }
  .pp-cat-guncel-item { grid-template-columns: 72px 1fr; }
  .pp-cat-guncel-item .thumb { width: 72px; height: 54px; }
}

@media (max-width: 991px) {
  .pp-home-row { grid-template-columns: 1fr; }
  .pp-home-side { position: static; }
}
@media (max-width: 575px) {
  .pp-catblock-all { width: 100%; justify-content: center; }
  .pp-cat-notify { flex-direction: column; align-items: flex-start; }
}


.pp-ecz-bar {
  display: flex; align-items: center; gap: 8px; padding: 10px 12px;
  border-bottom: 1px solid #eee; background: #f9fafb;
}
.pp-ecz-bar label { margin: 0; font-size: 12px; font-weight: 700; color: #6b7280; }
.pp-ecz-select {
  flex: 1; height: 34px; border: 1px solid #e5e7eb; background: #fff;
  font-size: 13px; padding: 0 8px; color: #111;
}
.pp-ecz-list { list-style: none; margin: 0; padding: 0; max-height: 420px; overflow-y: auto; }
.pp-ecz-list li {
  padding: 10px 12px; border-bottom: 1px solid #eee; font-size: 12px; line-height: 1.4;
}
.pp-ecz-list li:last-child { border-bottom: 0; }
.pp-ecz-list strong { display: block; font-size: 13px; font-weight: 800; color: #111; margin-bottom: 3px; }
.pp-ecz-list em {
  display: inline-block; font-style: normal; font-size: 10px; font-weight: 700;
  background: #fee2e2; color: #b91c1c; padding: 2px 6px; margin-bottom: 4px;
}
.pp-ecz-list span { display: block; color: #4b5563; margin: 2px 0 4px; }
.pp-ecz-list a.tel {
  display: inline-block; color: var(--pp-signal); font-weight: 700; text-decoration: none;
}
.pp-ecz-list a.tel:hover { text-decoration: underline; }

/* ——— Mobil / tablet uyum ——— */
html { -webkit-text-size-adjust: 100%; }
body#bg { overflow-x: hidden; }
.pp-wrap img, .pp-home img, .pp-ms img, .pp-sm img, .pp-ft img {
  max-width: 100%; height: auto;
}
.pp-catblock-lead-media img,
.pp-catblock-item .thumb img {
  max-width: none !important;
  height: 100% !important;
}
.pp-lig-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.pp-lig-scroll .pp-lig-table { min-width: 260px; }

.pp-nav-row { position: relative; }
.pp-mobile-bar {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 10px 0 !important; margin: 0 !important; width: 100%;
  cursor: pointer;
}
.pp-mobile-brand {
  color: var(--pp-mobile-brand, #111827); font-size: 13px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .06em;
  flex: 1; min-width: 0;
}
.pp-burger {
  width: 42px; height: 42px; border: 0; background: var(--pp-signal);
  display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 5px; cursor: pointer; padding: 0; flex-shrink: 0;
  position: relative; z-index: 2;
}
.pp-burger span {
  display: block; width: 20px; height: 2px; background: #fff;
  transition: transform .2s ease, opacity .2s ease;
}
.pp-burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.pp-burger.is-open span:nth-child(2) { opacity: 0; }
.pp-burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Soldan açılan mobil menü (Bootstrap offcanvas tarzı) */
.pp-offcanvas-backdrop {
  display: none;
  position: fixed; inset: 0; z-index: 1040;
  background: rgba(0, 0, 0, .45);
}
.pp-offcanvas-backdrop.is-open { display: block; }
.pp-offcanvas {
  position: fixed;
  top: 0; bottom: 0; left: 0;
  z-index: 1045;
  width: min(86vw, 320px);
  max-width: 100%;
  background: var(--pp-mobile-bg, #0b1220);
  color: var(--pp-mobile-text, #f3f4f6);
  box-shadow: 4px 0 24px rgba(0,0,0,.35);
  transform: translateX(-105%);
  transition: transform .28s ease;
  display: flex; flex-direction: column;
  visibility: hidden;
  pointer-events: none;
}
.pp-offcanvas.is-open {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}
.pp-offcanvas-header {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 14px 16px;
  border-bottom: 2px solid var(--pp-signal);
  flex-shrink: 0;
}
.pp-offcanvas-header strong {
  font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em;
  color: var(--pp-mobile-text, #f3f4f6);
}
.pp-offcanvas-close {
  width: 36px; height: 36px; border: 0; background: transparent;
  color: var(--pp-signal, #dc2626); font-size: 28px; line-height: 1; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0;
}
.pp-mobile-auth {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  flex-shrink: 0;
}
.pp-mobile-auth-hello {
  width: 100%; margin: 0 0 4px; font-size: 13px; color: #d1d5db;
}
.pp-mobile-auth-hello strong { color: #fff; }
.pp-mobile-auth-btn {
  display: inline-flex; align-items: center; justify-content: center;
  flex: 1 1 calc(50% - 4px);
  min-width: 120px;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.28);
  color: #fff !important; text-decoration: none !important;
  font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em;
  text-align: center;
}
.pp-mobile-auth-btn.is-solid {
  background: var(--pp-signal); border-color: var(--pp-signal);
}
.pp-mobile-auth-link {
  width: 100%;
  display: block; padding: 8px 0 0;
  color: #f5b942 !important; font-size: 13px; font-weight: 700; text-decoration: none !important;
}
.pp-offcanvas-body {
  flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch;
}
.pp-mobile-list {
  list-style: none; margin: 0; padding: 6px 0;
  display: block;
}
.pp-mobile-list li { border-bottom: 1px solid rgba(255,255,255,.08); }
.pp-mobile-list a {
  display: block; padding: 13px 16px; color: var(--pp-mobile-text, #f3f4f6) !important;
  font-size: 14px; font-weight: 700; text-decoration: none; text-transform: uppercase;
  letter-spacing: .03em;
}
.pp-mobile-list a:hover,
.pp-mobile-list a:focus { background: var(--pp-signal); color: #fff !important; }
body.pp-nav-open { overflow: hidden; }

@media (min-width: 992px) {
  .pp-offcanvas,
  .pp-offcanvas-backdrop { display: none !important; }
}

/* Eski tema mobil çakışmalarını bastır */
.pp-site-header .middle-header.pp-nav { padding: 0 !important; }
.pp-site-header .slicknav_menu,
.pp-site-header .mobile-nav { display: none !important; }

@media (max-width: 1199px) {
  .pp-home-row { grid-template-columns: 1fr 280px; gap: 14px; }
}

@media (max-width: 991px) {
  .pp-home { padding-top: 10px; padding-bottom: 24px; }
  .pp-home-row { grid-template-columns: 1fr; gap: 14px; }
  .pp-home-side { position: static; }
  .pp-brandbar { padding: 10px 0; overflow: hidden; }
  .pp-brandbar .container { max-width: 100%; overflow: hidden; }
  .pp-brandbar-inner {
    grid-template-columns: 1fr; gap: 10px;
    min-width: 0; max-width: 100%;
  }
  .pp-brandbar-tools {
    min-width: 0; max-width: 100%; width: 100%;
    overflow: hidden;
  }
  .pp-logo img { max-height: 44px; }
  .pp-tickers {
    display: flex; flex-wrap: nowrap;
    width: 100%; max-width: 100%;
    overflow-x: auto; overflow-y: hidden;
    gap: 8px;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
    padding-bottom: 4px;
    scrollbar-width: none;
    box-sizing: border-box;
  }
  .pp-tickers::-webkit-scrollbar { display: none; }
  .pp-ticker {
    min-width: 118px; max-width: none; flex: 0 0 auto;
    padding: 8px 10px; box-sizing: border-box;
  }
  .pp-ticker.pp-weather { min-width: 132px; max-width: none; }
  .pp-topline-inner { padding: 6px 0; gap: 8px; }
  .pp-topline-links { gap: 10px; }
  .pp-topline-auth { display: none !important; }
  .pp-breaking-inner { grid-template-columns: auto 1fr; min-height: 34px; }
  .pp-sm { padding-top: 8px; margin-bottom: 10px; }
  .pp-ms { margin-bottom: 14px; }
  .pp-ms-layout { grid-template-columns: 1fr; min-height: 0; }
  .pp-ms-main { min-height: 0; }
  .pp-km-ms .pp-ms-main { min-height: 0 !important; }
  .pp-ms-slides, .pp-ms-slide img, .pp-ms-ph { min-height: 220px; }
  .pp-km-ms .pp-ms-slides,
  .pp-km-ms .pp-ms-slide img,
  .pp-km-ms .pp-ms-ph { min-height: 0 !important; }
  .pp-ms-slides { min-height: 240px; }
  .pp-ms-ad {
    border-left: 0; border-top: 1px solid #e5e7eb;
    padding: 10px; min-height: 0;
  }
  .pp-ms-ad img { max-height: 220px; object-fit: contain; }
  .pp-ms-side {
    flex-direction: column; flex-wrap: nowrap; border-left: 0;
    border-top: 1px solid #e5e7eb; max-height: 280px; overflow-y: auto;
  }
  .pp-ms-side-item {
    flex: 0 0 auto; min-width: 0; width: 100%;
    border-right: 0; grid-template-columns: 72px 1fr; padding: 10px 12px;
  }
  .pp-ms-side-thumb { width: 72px; height: 54px; }
  .pp-ms, .pp-ms-layout, .pp-ms-main { max-width: 100%; overflow-x: hidden; }
  .pp-ms-main { position: relative; border: 0; }
  .pp-ms-layout { border: 0; background: transparent; }
  .pp-ms-slides { min-height: 220px; }
  .pp-ms-stage { min-height: 220px; }
  .pp-ms-slides, .pp-ms-slide img, .pp-ms-ph { min-height: 220px; }
  .pp-km-ms .pp-ms-stage {
    height: 220px !important;
    min-height: 220px !important;
    max-height: 220px !important;
  }
  .pp-km-ms .pp-ms-slides,
  .pp-km-ms .pp-ms-slide img,
  .pp-km-ms .pp-ms-ph { min-height: 0 !important; height: 100% !important; }

  /* Haberler.com tarzı mobil manşet */
  .pp-ms-slide-link::after {
    background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.55) 70%, rgba(0,0,0,.82) 100%);
  }
  .pp-ms-top {
    top: auto; bottom: 0; left: 0; right: 0;
    padding: 12px 14px 14px;
    background: rgba(0,0,0,.72);
    flex-direction: column; align-items: stretch; gap: 0;
  }
  .pp-ms-headline {
    max-width: 100%;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: .01em;
    text-shadow: none;
  }
  .pp-ms-more { display: none !important; }
  .pp-ms-prev, .pp-ms-next {
    display: inline-flex !important;
  }
  .pp-ms-pager {
    display: flex !important;
    border-top: 0;
    background: #fff;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 10px 8px 6px;
    overflow: visible;
    flex-wrap: nowrap;
  }
  .pp-ms-dot {
    flex: 0 0 auto;
    width: 7px; height: 7px; min-width: 7px;
    padding: 0; margin: 0;
    border: 0; border-radius: 50%;
    background: #d1d5db;
    color: transparent;
    font-size: 0; line-height: 0;
  }
  .pp-ms-dot span { display: none; }
  .pp-ms-dot:hover { background: #9ca3af; }
  .pp-ms-dot.is-active {
    background: #111;
    color: transparent;
    transform: scale(1.15);
  }
  .pp-stream { grid-template-columns: 1fr 1fr; gap: 10px; }
}

@media (max-width: 575px) {
  .pp-catblock-head { align-items: flex-start; }
  .pp-catblock-titles p { white-space: normal; max-width: none; }
  .pp-catblock-lead-link { min-height: 240px; }
  .pp-ms-side { display: none; }
  .pp-ms-slides, .pp-ms-slide img, .pp-ms-ph { min-height: 210px; }
  .pp-ms-slides { min-height: 210px; }
  .pp-ms-headline { font-size: 14px; }
  .pp-ms-dot { width: 6px; height: 6px; min-width: 6px; gap: 4px; }
  .pp-breaking-label { font-size: 10px; padding: 8px 10px; }
  .pp-topline .pp-topline-links:last-child a:not(:first-child) { display: none; }
  .pp-stream { grid-template-columns: 1fr; }
  .pp-side-read a { grid-template-columns: 22px 1fr; }
  .pp-side-read .h { display: none; }
  .pp-ecz-list { max-height: 320px; }
  .wpon img, .araon, .ig-float { width: 52px !important; height: 52px !important; }
  .araon .araon-icon, .ig-float { font-size: 24px !important; }
}

@media (max-width: 380px) {
  .pp-ticker { min-width: 110px; }
  .pp-ticker .v { font-size: 12px; }
  .pp-ticker-ico { width: 26px; height: 26px; font-size: 12px; }
}

/* Haber detay */
.pp-detail-page { padding-top: 16px; padding-bottom: 28px; }
.pp-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 22px;
  align-items: start;
}
.pp-detail-main .pp-article { margin: 0 0 20px; }
.pp-detail-side {
  position: static;
  max-height: none;
  overflow: visible;
}
.pp-reader-stage {
  transition: opacity .2s ease, transform .2s ease;
}
.pp-reader-stage.is-leaving {
  opacity: 0;
  transform: translateY(12px);
}
.pp-reader-stage.is-entering {
  animation: ppReaderIn .28s ease;
}
@keyframes ppReaderIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
.pp-detail-main.is-loading .pp-next-card { opacity: .55; pointer-events: none; }
.pp-next-card {
  display: block;
  margin: 8px 0 0;
  text-decoration: none;
  color: #fff;
  background: #0b1220;
  border: 1px solid var(--pp-line);
  overflow: hidden;
}
.pp-next-card-media {
  position: relative;
  display: block;
  min-height: 220px;
  background: #111827;
}
.pp-next-card-media img,
.pp-next-card-ph {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}
.pp-next-card-ph {
  background: linear-gradient(135deg, #1f2937, #0b1220);
}
.pp-next-card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,.72) 100%);
}
.pp-next-card-label {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: var(--pp-signal);
  color: #fff;
  padding: 5px 10px;
}
.pp-next-card-title {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 18px;
  z-index: 2;
  font-family: var(--pp-serif);
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  text-shadow: 0 1px 10px rgba(0,0,0,.45);
}
.pp-next-card-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  background: #111827;
  color: #f3f4f6;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.pp-next-card:hover .pp-next-card-cta { background: var(--pp-signal); color: #fff; }
.pp-next-hero {
  position: relative;
  margin: 0 0 16px;
  overflow: hidden;
  background: #0b1220;
}
.pp-next-hero img,
.pp-next-hero-ph {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.pp-next-hero-ph { background: linear-gradient(135deg, #1f2937, #111827); }
.pp-next-hero-cap {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 16px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.75));
  color: #fff;
}
.pp-next-hero-cap em {
  display: inline-block;
  font-style: normal;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  background: var(--pp-signal);
  padding: 3px 8px;
  margin-bottom: 8px;
}
.pp-next-hero-cap strong {
  display: block;
  font-family: var(--pp-serif);
  font-size: 1.2rem;
  line-height: 1.3;
}
.pp-story-end {
  margin: 8px 0 0;
  padding: 14px;
  text-align: center;
  font-size: 13px;
  color: var(--pp-muted);
  border: 1px dashed var(--pp-line);
  background: #f9fafb;
}
.pp-detail-side .pp-ms-compact {
  margin: 0 0 14px;
  border: 1px solid var(--pp-line);
  background: #fff;
  overflow: hidden;
}
.pp-detail-side .pp-ms-compact .pp-side-head { margin: 0; }
.pp-detail-side .pp-ms-compact .pp-ms-main { min-height: 0; }
.pp-detail-side .pp-ms-compact .pp-ms-slides,
.pp-detail-side .pp-ms-compact .pp-ms-slide img,
.pp-detail-side .pp-ms-compact .pp-ms-ph {
  min-height: 200px;
}
.pp-detail-side .pp-ms-compact .pp-ms-slides { min-height: 210px; }
.pp-detail-side .pp-ms-compact .pp-ms-headline {
  max-width: 100%;
  font-size: 1rem;
}
.pp-detail-side .pp-ms-compact .pp-ms-top { padding: 12px 12px 8px; }
.pp-detail-side .pp-ms-compact .pp-ms-dot {
  flex: 1;
  min-width: 0;
  font-size: 12px;
  padding: 8px 0;
}
.pp-article-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--pp-line);
}
.pp-article-tags-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--pp-ink, #111827);
  margin-right: 4px;
}
.pp-article-tags-label i { color: var(--pp-signal); font-size: 13px; }
.pp-article-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pp-article-tags-list a,
.pp-article-tags span {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: var(--pp-ink, #1f2937);
  background: #f8fafc;
  border: 1px solid var(--pp-line);
  padding: 5px 12px;
  border-radius: 999px;
  text-decoration: none;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.pp-article-tags-list a:hover {
  background: var(--pp-signal);
  border-color: var(--pp-signal);
  color: #fff;
}
@media (max-width: 991px) {
  .pp-detail-layout { grid-template-columns: 1fr; gap: 16px; }
  .pp-detail-side {
    position: static;
    max-height: none;
    overflow: visible;
  }
}
.pp-article h1 {
  font-family: var(--pp-serif); font-size: clamp(1.35rem, 4vw, 2rem);
  line-height: 1.25; margin: 0 0 14px; font-weight: 700;
}
.pp-article-hero { width: 100%; height: auto; display: block; margin: 0 0 14px; }
.pp-article .service-content,
.pp-article .blog-detail { max-width: 100%; overflow-wrap: anywhere; word-break: break-word; }
.pp-article .service-content img { max-width: 100% !important; height: auto !important; }
.pp-article .news-meta,
.blog-detail .news-meta {
  display: flex; flex-wrap: wrap; gap: 10px 16px; list-style: none; margin: 0; padding: 0;
  color: var(--pp-muted); font-size: 13px; align-items: center;
}
.news-meta .pp-share {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 4px;
  padding-left: 12px;
  border-left: 1px solid var(--pp-line);
}
.news-meta .pp-share-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--pp-muted);
  margin-right: 2px;
}
.news-meta .pp-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--pp-line);
  background: #f9fafb;
  color: var(--pp-ink);
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
  transition: background .15s, color .15s, border-color .15s;
}
.news-meta .pp-share-btn:hover { color: #fff; border-color: transparent; }
.news-meta .pp-share-btn.fb:hover { background: #1877f2; }
.news-meta .pp-share-btn.tw:hover { background: #0f1419; }
.news-meta .pp-share-btn.wa:hover { background: #25d366; }
.news-meta .pp-share-btn.tg:hover { background: #229ed9; }
.news-meta .pp-share-btn.cp:hover { background: var(--pp-signal); }
.news-meta .pp-share-btn.copied { background: var(--pp-teal); color: #fff; border-color: transparent; }
@media (max-width: 575px) {
  .pp-article { padding: 14px 12px 20px; margin-left: 0; margin-right: 0; }
  .service-single { padding-top: 8px; }
  .service-single .col-lg-8, .service-single .col-lg-4 { padding-left: 10px; padding-right: 10px; }
}

/* Burç yorumları */
.pp-burc-side-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; padding: 10px 8px 8px;
}
.pp-burc-side-grid a {
  display: flex; flex-direction: column; align-items: center; gap: 5px;
  padding: 10px 4px 8px; text-decoration: none; color: var(--pp-ink);
  border-radius: 10px; font-size: 11px; font-weight: 700;
  background: #fafafa; border: 1px solid transparent;
  transition: background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.pp-burc-side-grid a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(15, 23, 42, .08);
}
.pp-burc-side-grid a.is-ates:hover { background: #fff7ed; border-color: #fdba74; }
.pp-burc-side-grid a.is-toprak:hover { background: #f7fee7; border-color: #bef264; }
.pp-burc-side-grid a.is-hava:hover { background: #eff6ff; border-color: #93c5fd; }
.pp-burc-side-grid a.is-su:hover { background: #f0f9ff; border-color: #7dd3fc; }
.pp-burc-side-grid a strong {
  font-size: 10px; letter-spacing: .02em; line-height: 1.2; text-align: center;
}
.pp-burc-side-cta {
  display: block; text-align: center; padding: 10px 12px; margin: 4px 0 0;
  font-size: 12px; font-weight: 800; color: var(--pp-signal); text-decoration: none;
  border-top: 1px solid #eee;
}
.pp-burc-side-cta:hover { background: #fef2f2; }

/* Zodiac SVG icons */
.pp-zodiac {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0; border-radius: 50%;
  background: linear-gradient(145deg, #fff 0%, #f3f4f6 100%);
  box-shadow: inset 0 0 0 1px rgba(15,23,42,.06), 0 2px 6px rgba(15,23,42,.06);
  color: #6b7280;
}
.pp-zodiac svg { display: block; width: 100%; height: 100%; }
.pp-zodiac.sm { width: 34px; height: 34px; padding: 6px; }
.pp-zodiac.md { width: 48px; height: 48px; padding: 9px; }
.pp-zodiac.lg { width: 72px; height: 72px; padding: 14px; }
.pp-zodiac.is-ates {
  color: #c2410c;
  background: linear-gradient(145deg, #fff7ed 0%, #ffedd5 100%);
  box-shadow: inset 0 0 0 1px rgba(194,65,12,.18), 0 2px 8px rgba(194,65,12,.12);
}
.pp-zodiac.is-toprak {
  color: #3f6212;
  background: linear-gradient(145deg, #f7fee7 0%, #ecfccb 100%);
  box-shadow: inset 0 0 0 1px rgba(63,98,18,.18), 0 2px 8px rgba(63,98,18,.12);
}
.pp-zodiac.is-hava {
  color: #1d4ed8;
  background: linear-gradient(145deg, #eff6ff 0%, #dbeafe 100%);
  box-shadow: inset 0 0 0 1px rgba(29,78,216,.16), 0 2px 8px rgba(29,78,216,.1);
}
.pp-zodiac.is-su {
  color: #0e7490;
  background: linear-gradient(145deg, #ecfeff 0%, #cffafe 100%);
  box-shadow: inset 0 0 0 1px rgba(14,116,144,.18), 0 2px 8px rgba(14,116,144,.1);
}
.pp-burc-side-grid a:hover .pp-zodiac {
  transform: scale(1.06);
  transition: transform .2s ease;
}

.pp-burc-page { padding: 20px 15px 40px; }
.pp-burc-page-head { margin: 0 0 20px; }
.pp-burc-page-head h1 {
  margin: 0 0 6px; font-family: var(--pp-serif); font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 700;
}
.pp-burc-page-head p { margin: 0; color: var(--pp-muted); font-size: 14px; }

.pp-burc-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
.pp-burc-card {
  display: flex; flex-direction: column; gap: 6px;
  background: #fff; border: 1px solid var(--pp-line); padding: 18px 16px;
  text-decoration: none; color: var(--pp-ink); border-radius: 4px;
  transition: box-shadow .2s, border-color .2s, transform .2s;
}
.pp-burc-card:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(0,0,0,.08); }
.pp-burc-card.is-ates:hover { border-color: #fb923c; }
.pp-burc-card.is-toprak:hover { border-color: #a3e635; }
.pp-burc-card.is-hava:hover { border-color: #60a5fa; }
.pp-burc-card.is-su:hover { border-color: #22d3ee; }
.pp-burc-card strong { font-size: 1.15rem; font-weight: 800; }
.pp-burc-card em { font-style: normal; font-size: 12px; color: var(--pp-muted); }
.pp-burc-preview {
  font-size: 13px; line-height: 1.45; color: #4b5563; margin-top: 4px;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.pp-burc-go {
  margin-top: auto; padding-top: 10px; font-size: 12px; font-weight: 800;
  color: var(--pp-signal); text-transform: uppercase; letter-spacing: .04em;
}

.pp-burc-crumb {
  display: flex; flex-wrap: wrap; gap: 6px 8px; align-items: center;
  font-size: 13px; color: var(--pp-muted); margin: 0 0 16px;
}
.pp-burc-crumb a { color: var(--pp-ink); text-decoration: none; font-weight: 600; }
.pp-burc-crumb a:hover { color: var(--pp-signal); }

.pp-burc-detail {
  background: #fff; border: 1px solid var(--pp-line); padding: 22px 24px 28px; margin-bottom: 22px;
}
.pp-burc-detail-head {
  display: flex; align-items: center; gap: 16px; margin-bottom: 20px;
  padding-bottom: 16px; border-bottom: 2px solid var(--pp-signal);
}
.pp-burc-detail-head.is-ates { border-bottom-color: #ea580c; }
.pp-burc-detail-head.is-toprak { border-bottom-color: #65a30d; }
.pp-burc-detail-head.is-hava { border-bottom-color: #2563eb; }
.pp-burc-detail-head.is-su { border-bottom-color: #0891b2; }
.pp-burc-detail-head h1 { margin: 0 0 4px; font-family: var(--pp-serif); font-size: clamp(1.4rem, 3vw, 1.85rem); }
.pp-burc-detail-head p { margin: 0; color: var(--pp-muted); font-size: 13px; }
.pp-burc-block { margin: 0 0 18px; }
.pp-burc-block h2 {
  margin: 0 0 8px; font-size: 14px; font-weight: 800; text-transform: uppercase;
  letter-spacing: .04em; color: var(--pp-signal);
}
.pp-burc-block p { margin: 0; font-size: 15px; line-height: 1.65; color: #1f2937; }
.pp-burc-tip {
  margin: 8px 0 0; padding: 12px 14px; background: #fef2f2; border-left: 3px solid var(--pp-signal);
  font-size: 14px; font-weight: 600; color: #7f1d1d;
}
.pp-burc-tip i { margin-right: 6px; }

.pp-burc-other h2 {
  margin: 0 0 12px; font-size: 15px; font-weight: 800; text-transform: uppercase;
}
.pp-burc-mini {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px;
}
.pp-burc-mini-item {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  background: #fff; border: 1px solid var(--pp-line); padding: 12px 6px;
  text-decoration: none; color: var(--pp-ink); font-size: 12px; font-weight: 700;
  border-radius: 8px; transition: border-color .2s, background .2s, transform .2s;
}
.pp-burc-mini-item:hover, .pp-burc-mini-item.is-active {
  transform: translateY(-1px);
}
.pp-burc-mini-item.is-ates:hover, .pp-burc-mini-item.is-ates.is-active { border-color: #fb923c; background: #fff7ed; }
.pp-burc-mini-item.is-toprak:hover, .pp-burc-mini-item.is-toprak.is-active { border-color: #a3e635; background: #f7fee7; }
.pp-burc-mini-item.is-hava:hover, .pp-burc-mini-item.is-hava.is-active { border-color: #60a5fa; background: #eff6ff; }
.pp-burc-mini-item.is-su:hover, .pp-burc-mini-item.is-su.is-active { border-color: #22d3ee; background: #ecfeff; }

@media (max-width: 991px) {
  .pp-burc-grid { grid-template-columns: repeat(2, 1fr); }
  .pp-burc-mini { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 575px) {
  .pp-burc-grid { grid-template-columns: 1fr; }
  .pp-burc-mini { grid-template-columns: repeat(3, 1fr); }
  .pp-burc-detail { padding: 16px 14px 22px; }
  .pp-burc-detail-head { flex-direction: column; align-items: flex-start; gap: 8px; }
  .pp-burc-side-grid { grid-template-columns: repeat(4, 1fr); gap: 4px; }
  .pp-zodiac.sm { width: 30px; height: 30px; padding: 5px; }
}

/* Auth / üye / yazar paneli */
.pp-topline-auth { gap: 10px; }
.pp-auth-hello { color: #f3f4f6; font-weight: 600; }
.pp-auth-btn {
  display: inline-block; padding: 3px 10px; border: 1px solid rgba(255,255,255,.25);
  color: #fff !important; font-weight: 700; font-size: 11px; text-transform: uppercase;
  letter-spacing: .04em; text-decoration: none !important;
}
.pp-auth-btn:hover { background: rgba(255,255,255,.1); color: #fff !important; }
.pp-auth-btn-solid { background: var(--pp-signal); border-color: var(--pp-signal); }
.pp-auth-btn-solid:hover { background: var(--pp-signal-deep); }

.pp-auth-page { padding: 28px 15px 48px; max-width: 720px; }
.pp-auth-page.pp-yazar-panel { max-width: 960px; }
.pp-auth-box {
  background: #fff; border: 1px solid var(--pp-line); padding: 28px 24px; max-width: 440px; margin: 0 auto;
}
.pp-auth-box h1 { margin: 0 0 8px; font-size: 1.5rem; font-weight: 800; }
.pp-auth-lead { margin: 0 0 18px; color: var(--pp-muted); font-size: 14px; line-height: 1.45; }
.pp-auth-form label { display: block; font-size: 12px; font-weight: 700; margin: 0 0 6px; color: #374151; }
.pp-auth-form input[type="text"],
.pp-auth-form input[type="email"],
.pp-auth-form input[type="password"],
.pp-auth-form textarea {
  width: 100%; box-sizing: border-box; margin: 0 0 14px; padding: 10px 12px;
  border: 1px solid #e5e7eb; font-size: 14px; font-family: inherit;
}
.pp-auth-form textarea { resize: vertical; min-height: 200px; line-height: 1.5; }
.pp-auth-form button,
.pp-btn {
  display: inline-flex; align-items: center; gap: 6px; border: 0; cursor: pointer;
  padding: 11px 18px; font-size: 13px; font-weight: 800; text-decoration: none;
  background: var(--pp-signal); color: #fff !important;
}
.pp-auth-form button:hover, .pp-btn.primary:hover { background: var(--pp-signal-deep); }
.pp-btn.ghost {
  background: #fff; color: var(--pp-ink) !important; border: 1px solid #e5e7eb;
}
.pp-btn.ghost:hover { border-color: var(--pp-signal); color: var(--pp-signal) !important; }
.pp-auth-alert {
  background: #fef2f2; color: #991b1b; border: 1px solid #fecaca;
  padding: 10px 12px; margin: 0 0 14px; font-size: 13px; font-weight: 600;
}
.pp-auth-ok {
  background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0;
  padding: 10px 12px; margin: 0 0 14px; font-size: 13px; font-weight: 600;
}
.pp-auth-switch { margin: 16px 0 0; font-size: 13px; color: var(--pp-muted); }
.pp-auth-switch a { color: var(--pp-signal); font-weight: 700; }

.pp-yp-head {
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; align-items: flex-start;
  margin: 0 0 20px;
}
.pp-yp-head h1 { margin: 0 0 6px; font-size: 1.5rem; font-weight: 800; }
.pp-yp-head p { margin: 0; color: var(--pp-muted); font-size: 14px; }
.pp-yp-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.pp-yp-list {
  background: #fff; border: 1px solid var(--pp-line); padding: 18px;
}
.pp-yp-list h2 { margin: 0 0 14px; font-size: 15px; font-weight: 800; text-transform: uppercase; }
.pp-yp-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.pp-yp-table th, .pp-yp-table td { padding: 10px 8px; border-bottom: 1px solid #eee; text-align: left; }
.pp-yp-table th { font-size: 11px; text-transform: uppercase; color: #6b7280; }
.pp-yp-table a { color: var(--pp-ink); font-weight: 700; text-decoration: none; }
.pp-yp-table a:hover { color: var(--pp-signal); }
.pp-yp-table .acts { white-space: nowrap; }
.pp-yp-table .acts a { margin-right: 10px; font-size: 12px; }
.pp-yp-table .acts a.danger { color: #b91c1c; }
.pp-yp-form {
  background: #fff; border: 1px solid var(--pp-line); padding: 20px;
}
.pp-article-author {
  display: flex; align-items: center; gap: 10px; margin: 0 0 14px;
  padding: 10px 12px; background: #f9fafb; border-left: 3px solid var(--pp-signal);
  text-decoration: none; color: inherit;
}
.pp-article-author img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.pp-article-author strong { display: block; font-size: 14px; }
.pp-article-author em { font-style: normal; font-size: 12px; color: var(--pp-muted); }

@media (max-width: 575px) {
  .pp-topline-auth .pp-auth-hello { display: none; }
  .pp-yp-table { display: block; overflow-x: auto; }
}

/* Üye paneli */
.pp-up-page {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 22px;
  padding: 24px 15px 56px;
  max-width: 1120px;
  margin: 0 auto;
  align-items: start;
}
.pp-up-side {
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
  color: #e2e8f0;
  padding: 18px 14px;
  position: sticky;
  top: 72px;
}
.pp-up-side-head {
  display: flex; gap: 10px; align-items: center;
  padding: 0 6px 16px; margin: 0 0 10px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.pp-up-avatar {
  width: 40px; height: 40px; border-radius: 10px;
  background: var(--pp-signal); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 16px; flex-shrink: 0;
  text-transform: uppercase;
}
.pp-up-side-head strong { display: block; font-size: 13px; color: #fff; }
.pp-up-side-head em { font-style: normal; font-size: 11px; color: #94a3b8; }
.pp-up-nav { display: flex; flex-direction: column; gap: 2px; }
.pp-up-nav-item {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 10px; color: #cbd5e1 !important; text-decoration: none !important;
  font-size: 13px; font-weight: 600; border-left: 3px solid transparent;
}
.pp-up-nav-item i { width: 16px; text-align: center; opacity: .85; }
.pp-up-nav-item:hover { background: rgba(255,255,255,.06); color: #fff !important; }
.pp-up-nav-item.is-active {
  background: rgba(255,255,255,.08); color: #fff !important;
  border-left-color: var(--pp-signal);
}
.pp-up-logout {
  display: block; margin-top: 14px; padding: 10px;
  color: #fca5a5 !important; font-size: 12px; font-weight: 700;
  text-decoration: none !important; border-top: 1px solid rgba(255,255,255,.1);
}
.pp-up-main { min-width: 0; }
.pp-up-head h1 { margin: 0 0 16px; font-size: 1.55rem; font-weight: 800; letter-spacing: -.02em; }
.pp-up-alert {
  padding: 10px 12px; margin: 0 0 14px; font-size: 13px; font-weight: 600;
  border: 1px solid transparent;
}
.pp-up-alert.is-ok { background: #ecfdf5; color: #065f46; border-color: #a7f3d0; }
.pp-up-alert.is-err { background: #fef2f2; color: #991b1b; border-color: #fecaca; }
.pp-up-stats {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 0 0 16px;
}
.pp-up-stat {
  background: #fff; border: 1px solid var(--pp-line); padding: 14px 12px;
}
.pp-up-stat span { display: block; font-size: 1.25rem; font-weight: 800; color: var(--pp-ink); }
.pp-up-stat strong { display: block; margin-top: 4px; font-size: 11px; color: var(--pp-muted); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.pp-up-block {
  background: #fff; border: 1px solid var(--pp-line); padding: 18px; margin: 0 0 14px;
}
.pp-up-block-head {
  display: flex; justify-content: space-between; align-items: center; gap: 10px; margin: 0 0 12px;
}
.pp-up-block-head h2 { margin: 0; font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.pp-up-block-head a, .pp-up-linkbtn {
  font-size: 12px; font-weight: 700; color: var(--pp-signal); background: none; border: 0; cursor: pointer; padding: 0;
}
.pp-up-lead { margin: 0 0 12px; color: #475569; font-size: 14px; line-height: 1.5; }
.pp-up-empty { margin: 0; color: var(--pp-muted); font-size: 14px; }
.pp-up-empty a { color: var(--pp-signal); font-weight: 700; }
.pp-up-btn {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 8px; padding: 10px 16px; border: 0; cursor: pointer;
  background: var(--pp-signal); color: #fff !important; font-weight: 800; font-size: 13px;
  text-decoration: none !important;
}
.pp-up-btn:hover { background: var(--pp-signal-deep); }
.pp-up-btn.is-danger { background: #b91c1c; }
.pp-up-btn.is-danger:hover { background: #991b1b; }
.pp-up-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.pp-up-card {
  display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 10px;
  text-decoration: none !important; color: inherit; border: 1px solid #eef2f7;
  background: #fafbfc; overflow: hidden;
}
.pp-up-card:hover { border-color: #cbd5e1; }
.pp-up-card-media { display: block; height: 72px; background: #e2e8f0; overflow: hidden; }
.pp-up-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pp-up-ph { display: block; width: 100%; height: 100%; background: linear-gradient(135deg, #e2e8f0, #f1f5f9); }
.pp-up-card-body { padding: 8px 8px 8px 0; display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.pp-up-card-body strong { font-size: 13px; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.pp-up-card-body em { font-style: normal; font-size: 11px; color: var(--pp-muted); }
.pp-up-kat { font-size: 10px; font-weight: 800; text-transform: uppercase; color: var(--pp-signal); letter-spacing: .04em; }
.pp-up-notes { list-style: none; margin: 0; padding: 0; }
.pp-up-notes li {
  padding: 10px 0; border-bottom: 1px solid #f1f5f9;
  display: grid; gap: 2px;
}
.pp-up-notes li.is-read { opacity: .65; }
.pp-up-notes strong { font-size: 13px; }
.pp-up-notes span { font-size: 13px; color: #475569; }
.pp-up-notes em { font-style: normal; font-size: 11px; color: var(--pp-muted); }
.pp-up-cats {
  display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 12px;
}
.pp-up-cats label {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 10px; border: 1px solid #e2e8f0; background: #f8fafc;
  font-size: 13px; font-weight: 600; cursor: pointer;
}
.pp-up-cats label:has(input:checked) {
  border-color: var(--pp-signal); background: #fff5f5; color: var(--pp-signal-deep);
}
.pp-up-list { list-style: none; margin: 0; padding: 0; }
.pp-up-list > li { padding: 12px 0; border-bottom: 1px solid #f1f5f9; }
.pp-up-list-top { display: flex; justify-content: space-between; gap: 10px; align-items: center; margin: 0 0 6px; }
.pp-up-list-top a, .pp-up-list-top strong { font-size: 14px; font-weight: 700; color: var(--pp-ink); text-decoration: none; }
.pp-up-list p { margin: 0 0 4px; font-size: 13px; color: #334155; line-height: 1.45; }
.pp-up-list em { font-style: normal; font-size: 11px; color: var(--pp-muted); }
.pp-up-badge {
  display: inline-block; padding: 2px 8px; font-size: 10px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .03em; background: #e2e8f0; color: #475569;
  white-space: nowrap;
}
.pp-up-badge.is-onayli, .pp-up-badge.is-kabul, .pp-up-badge.is-aktif { background: #d1fae5; color: #047857; }
.pp-up-badge.is-beklemede, .pp-up-badge.is-inceleniyor { background: #fef3c7; color: #b45309; }
.pp-up-badge.is-red { background: #fee2e2; color: #b91c1c; }
.pp-up-premium-hero {
  margin: 0 0 16px; padding: 18px;
  background: linear-gradient(135deg, #0f172a, #334155);
  color: #fff;
}
.pp-up-premium-hero h2 { margin: 0 0 8px; font-size: 1.2rem; }
.pp-up-price { margin: 0 0 8px; }
.pp-up-price strong { font-size: 2rem; font-weight: 800; }
.pp-up-price span { font-size: 14px; opacity: .85; }
.pp-up-premium-hero p { margin: 0; opacity: .9; font-size: 14px; }
.pp-up-meta { list-style: none; margin: 0 0 14px; padding: 0; }
.pp-up-meta li {
  display: flex; justify-content: space-between; gap: 12px;
  padding: 8px 0; border-bottom: 1px solid #f1f5f9; font-size: 13px;
}
.pp-up-meta span { color: var(--pp-muted); }
.pp-up-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.pp-up-table th, .pp-up-table td { padding: 9px 6px; border-bottom: 1px solid #eee; text-align: left; }
.pp-up-table th { font-size: 11px; text-transform: uppercase; color: #64748b; }
.pp-up-form label { display: block; font-size: 12px; font-weight: 700; margin: 0 0 6px; color: #334155; }
.pp-up-form input[type="text"],
.pp-up-form input[type="email"],
.pp-up-form input[type="password"],
.pp-up-form input[type="url"],
.pp-up-form select,
.pp-up-form textarea {
  width: 100%; box-sizing: border-box; margin: 0 0 14px; padding: 10px 12px;
  border: 1px solid #e2e8f0; font-size: 14px; font-family: inherit; background: #fff;
}
.pp-up-form input[type="file"] { margin: 0 0 14px; font-size: 13px; }
.pp-up-hint { margin: 0 0 12px; font-size: 12px; color: var(--pp-muted); line-height: 1.45; }
.pp-up-hr { border: 0; border-top: 1px solid #eef2f7; margin: 8px 0 16px; }
.pp-up-toggles .pp-up-switch {
  display: flex; align-items: center; gap: 10px;
  padding: 12px; margin: 0 0 8px; border: 1px solid #e2e8f0; background: #f8fafc;
  font-size: 14px; font-weight: 600; cursor: pointer;
}
.pp-up-toggles .pp-up-switch input { width: auto; margin: 0; }
.pp-article-tools { display: inline-flex; align-items: center; gap: 8px; margin-left: 6px; }
.pp-article-tools .pp-save-btn,
.pp-article-tools .pp-tool-link {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 4px 10px; border: 1px solid #e2e8f0; background: #fff;
  color: #334155 !important; font-size: 12px; font-weight: 700; text-decoration: none !important;
  cursor: pointer;
}
.pp-article-tools .pp-save-btn.is-on { border-color: var(--pp-signal); color: var(--pp-signal) !important; background: #fff5f5; }
.pp-comments { margin: 28px 0 8px; padding-top: 20px; border-top: 1px solid var(--pp-line); }
.pp-comments h2 { margin: 0 0 14px; font-size: 1.1rem; font-weight: 800; }
.pp-comments-list { list-style: none; margin: 0 0 18px; padding: 0; }
.pp-comments-list li { padding: 12px 0; border-bottom: 1px solid #f1f5f9; }
.pp-comments-list strong { display: block; font-size: 13px; margin: 0 0 4px; }
.pp-comments-list p { margin: 0 0 4px; font-size: 14px; color: #334155; line-height: 1.5; }
.pp-comments-list em { font-style: normal; font-size: 11px; color: var(--pp-muted); }
.pp-comments-form textarea {
  width: 100%; box-sizing: border-box; min-height: 90px; padding: 10px 12px;
  border: 1px solid #e2e8f0; font-family: inherit; font-size: 14px; margin: 0 0 10px;
}
.pp-comments-form button {
  border: 0; cursor: pointer; padding: 10px 16px;
  background: var(--pp-signal); color: #fff; font-weight: 800; font-size: 13px;
}
.pp-comments-login { font-size: 14px; color: var(--pp-muted); }
.pp-up-invoice-head {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px;
  margin: 0 0 16px; padding-bottom: 16px; border-bottom: 1px solid #eef2f7;
}
.pp-up-invoice-head em {
  display: block; font-style: normal; font-size: 11px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .06em; color: var(--pp-muted);
}
.pp-up-invoice-head h2 { margin: 4px 0 6px; font-size: 1.35rem; font-weight: 800; }
.pp-up-invoice-head p { margin: 0; color: #64748b; font-size: 14px; }
.pp-up-invoice-total {
  text-align: right; padding: 12px 16px;
  background: linear-gradient(135deg, #0f172a, #334155); color: #fff;
}
.pp-up-invoice-total span { display: block; font-size: 11px; opacity: .8; text-transform: uppercase; }
.pp-up-invoice-total strong { display: block; font-size: 1.6rem; font-weight: 800; margin: 4px 0; }
.pp-up-invoice-total small { font-size: 11px; opacity: .75; }
.pp-up-banks { display: grid; gap: 10px; margin: 0 0 16px; }
.pp-up-bank {
  display: grid; gap: 3px; padding: 12px 14px;
  border: 1px solid #e2e8f0; background: #f8fafc; font-size: 13px;
}
.pp-up-bank strong { font-size: 14px; color: var(--pp-ink); }
.pp-up-iban code {
  display: inline-block; margin-top: 2px; padding: 2px 6px;
  background: #fff; border: 1px solid #e2e8f0; font-size: 12px; letter-spacing: .02em;
}
#paytriframe { border: 1px solid #e2e8f0; background: #fff; }

.pp-comments-login a { color: var(--pp-signal); font-weight: 700; }

@media (max-width: 900px) {
  .pp-up-page { grid-template-columns: 1fr; }
  .pp-up-side { position: static; }
  .pp-up-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; }
  .pp-up-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .pp-up-cards { grid-template-columns: 1fr; }
  .pp-up-nav { grid-template-columns: 1fr; }
}

/* Reklam alanları — masaüstü + mobil */
.pp-ad-wrap {
  display: flex; justify-content: center; align-items: center;
  margin: 14px 0; width: 100%;
}
.pp-ad-wrap-header { margin: 10px auto 14px; max-width: 970px; padding: 0 15px; }
.pp-ad-wrap-manset { margin: 16px 0 8px; }
.pp-ad-wrap-between { margin: 8px 0 18px; }
.pp-ad-wrap-side { margin: 0 0 14px; }
.pp-ad-wrap-article-top { margin: 12px 0 18px; }
.pp-ad-wrap-footer { margin: 20px auto 8px; max-width: 970px; padding: 0 15px; }

.pp-ad {
  position: relative;
  display: inline-flex; flex-direction: column; align-items: center;
  max-width: 100%;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  overflow: hidden;
}
.pp-ad-badge {
  position: absolute; top: 0; left: 0; z-index: 2;
  font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  background: rgba(15,23,42,.72); color: #fff; padding: 2px 6px;
}
.pp-ad img {
  display: block; max-width: 100%; height: auto; margin: 0 auto;
}
.pp-ad-link { display: block; line-height: 0; }
.pp-ad-code {
  display: flex; justify-content: center; align-items: center;
  min-height: 50px; width: 100%; overflow: hidden;
}
.pp-ad-code iframe, .pp-ad-code ins { max-width: 100% !important; }
.pp-ad-ph {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 4px; min-width: 280px; min-height: 90px; padding: 16px 20px;
  background: repeating-linear-gradient(-45deg, #f8fafc, #f8fafc 8px, #f1f5f9 8px, #f1f5f9 16px);
  color: #94a3b8; text-align: center;
}
.pp-ad-ph span { font-size: 13px; font-weight: 800; color: #64748b; }
.pp-ad-ph em { font-style: normal; font-size: 11px; }

.pp-ad-header_lb { width: 100%; max-width: 728px; }
.pp-ad-under_manset { width: 100%; max-width: 970px; }
.pp-ad-between_cats { width: 100%; max-width: 728px; }
.pp-ad-home_sidebar,
.pp-ad-article_side,
.pp-ad-article_top,
.pp-ad-article_mid { width: 100%; max-width: 336px; }
.pp-ad-footer_bb { width: 100%; max-width: 970px; }
.pp-ad-article_mid { margin: 20px auto; display: flex; }

/* Cihaz görünürlüğü */
@media (max-width: 991px) {
  .pp-ad-cihaz-masaustu { display: none !important; }
}
@media (min-width: 992px) {
  .pp-ad-cihaz-mobil { display: none !important; }
  .pp-ad-sticky-mobile { display: none !important; }
}

/* Mobil sticky alt bar */
.pp-ad-sticky-mobile {
  position: fixed !important;
  left: 0; right: 0; bottom: 0;
  z-index: 90;
  width: 100% !important; max-width: none !important;
  margin: 0 !important;
  border-radius: 0;
  border-left: 0; border-right: 0; border-bottom: 0;
  box-shadow: 0 -4px 16px rgba(15,23,42,.12);
  background: #fff;
}
.pp-ad-sticky-mobile .pp-ad-link,
.pp-ad-sticky-mobile img {
  width: 100%; max-height: 50px; object-fit: contain;
}
.pp-ad-sticky-mobile .pp-ad-code { min-height: 50px; max-height: 50px; }
body.pp-has-sticky-ad { padding-bottom: 56px; }

@media (max-width: 575px) {
  .pp-ad-header_lb,
  .pp-ad-under_manset,
  .pp-ad-between_cats,
  .pp-ad-footer_bb { max-width: 100%; }
  .pp-ad-ph { min-width: 0; width: 100%; }
}

/* Kayan yan reklam 160x600 — menü altında; footer’a gelince JS ile durur */
.pp-sky {
  display: none;
  position: fixed;
  top: 120px;
  z-index: 20;
  width: 160px;
  height: 600px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 18px rgba(0,0,0,.08);
  overflow: hidden;
  pointer-events: auto;
  will-change: top;
}
.pp-sky a { display: block; width: 160px; height: 600px; }
.pp-sky img {
  display: block; width: 160px; height: 600px; max-width: 160px !important;
  object-fit: cover; object-position: center top;
}
.pp-sky-ph {
  width: 100%; height: 100%; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 6px;
  background: repeating-linear-gradient(-45deg, #f9fafb, #f9fafb 10px, #f3f4f6 10px, #f3f4f6 20px);
  color: #9ca3af; text-align: center; padding: 12px;
}
.pp-sky-ph span { font-size: 18px; font-weight: 800; letter-spacing: .04em; color: #6b7280; }
.pp-sky-ph em { font-style: normal; font-size: 12px; font-weight: 600; }

@media (min-width: 1400px) {
  .pp-sky { display: block; }
  .pp-sky-sol { left: max(6px, calc(50% - 570px - 176px)); }
  .pp-sky-sag { right: max(6px, calc(50% - 570px - 176px)); }
}
@media (min-width: 1600px) {
  .pp-sky-sol { left: max(12px, calc(50% - 570px - 190px)); }
  .pp-sky-sag { right: max(12px, calc(50% - 570px - 190px)); }
}

/* —— Namaz vakitleri (sidebar) —— */
.pp-namaz {
  --nz-hi: #e8ff6a;
  margin: 0 0 16px;
  padding: 16px 14px 14px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(165deg, #0f5c45 0%, #1a8a52 42%, #7ed957 100%);
  box-shadow: 0 8px 22px rgba(15, 92, 69, .28);
  position: relative;
  overflow: hidden;
}
.pp-namaz.is-loading { opacity: .72; pointer-events: none; }
.pp-namaz-top {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  margin: 0 0 14px;
}
.pp-namaz-ico { display: flex; color: #fff; opacity: .95; flex-shrink: 0; }
.pp-namaz-ico svg { display: block; }
.pp-namaz-city {
  position: relative;
  display: inline-flex; align-items: center; gap: 6px;
  max-width: 68%;
  padding: 6px 10px 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.22);
  border: 1px solid rgba(255,255,255,.28);
  backdrop-filter: blur(4px);
  cursor: pointer;
}
.pp-namaz-city > .fa-map-marker,
.pp-namaz-city > .fa-angle-down {
  font-size: 12px; opacity: .95; pointer-events: none; flex-shrink: 0;
}
.pp-namaz-select {
  appearance: none !important; -webkit-appearance: none !important;
  border: 0 !important; background: transparent !important; color: #fff !important;
  font: inherit; font-size: 13px; font-weight: 700;
  padding: 0 2px !important; margin: 0 !important; max-width: 9.5em;
  height: auto !important; line-height: 1.2 !important;
  cursor: pointer; outline: none; box-shadow: none !important;
}
.pp-namaz-select option { color: #111; background: #fff; }
.pp-namaz-city::before { display: none !important; content: none !important; }
.pp-namaz-mid { text-align: center; margin: 0 0 16px; }
.pp-namaz-date {
  font-size: 13px; font-weight: 500; opacity: .92; margin: 0 0 6px;
}
.pp-namaz-remain-label {
  font-size: 15px; font-weight: 800; letter-spacing: .01em; margin: 0 0 4px;
}
.pp-namaz-countdown {
  font-size: 34px; font-weight: 800; line-height: 1.1;
  letter-spacing: .02em; font-variant-numeric: tabular-nums;
}
.pp-namaz-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 6px;
  text-align: center;
}
.pp-namaz-cell .k {
  display: block; font-size: 12px; font-weight: 600; opacity: .92; margin: 0 0 2px;
}
.pp-namaz-cell .v {
  display: block; font-size: 15px; font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.pp-namaz-cell.is-next .k,
.pp-namaz-cell.is-next .v { color: var(--nz-hi); }

/* Hızlı bağlantılar — finans / yol sayfaları */
.pp-ft-links a i { margin-right: 6px; opacity: .75; width: 14px; text-align: center; }
.pp-fin-page { padding: 18px 0 40px; }
.pp-fin-head { margin: 0 0 22px; }
.pp-fin-head h1 {
  margin: 0 0 6px;
  font-size: clamp(24px, 3.2vw, 34px);
  font-weight: 800;
  letter-spacing: -.02em;
  color: var(--pp-ink);
}
.pp-fin-head p { margin: 0; font-size: 14px; color: var(--pp-muted); line-height: 1.5; }
.pp-fin-ip { opacity: .7; font-size: 12px; }
.pp-fin-sub {
  margin: 8px 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: var(--pp-ink);
}
.pp-fin-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 12px;
  margin: 0 0 24px;
}
.pp-fin-card {
  padding: 14px 14px 12px;
  background: linear-gradient(165deg, #fff 0%, #f3f5f8 100%);
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 10px;
}
.pp-fin-card .k {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--pp-muted);
  margin-bottom: 6px;
}
.pp-fin-card .v {
  display: block;
  font-size: 20px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: var(--pp-ink);
  line-height: 1.15;
}
.pp-fin-card .p {
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.pp-fin-card.is-up .p { color: #059669; }
.pp-fin-card.is-down .p { color: #dc2626; }
.pp-fin-more {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 8px;
}
.pp-fin-more a {
  font-size: 14px;
  font-weight: 700;
  color: var(--pp-signal);
}
.pp-fin-more a:hover { text-decoration: underline; }
.pp-fin-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 10px;
  background: #fff;
}
.pp-fin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}
.pp-fin-table th,
.pp-fin-table td {
  padding: 11px 14px;
  text-align: left;
  border-bottom: 1px solid rgba(15, 23, 42, .06);
  white-space: nowrap;
}
.pp-fin-table th {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--pp-muted);
  background: #f8fafc;
}
.pp-fin-table tbody tr:last-child td { border-bottom: 0; }
.pp-fin-table tbody tr:hover td { background: #f8fafc; }
.pp-fin-table .is-up { color: #059669; font-weight: 700; }
.pp-fin-table .is-down { color: #dc2626; font-weight: 700; }
.pp-yol-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 16px;
}
.pp-yol-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: var(--pp-signal);
  border-radius: 8px;
  text-decoration: none;
}
.pp-yol-btn:hover { filter: brightness(1.05); color: #fff; }
.pp-yol-btn.is-ghost {
  color: var(--pp-ink);
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .12);
}
.pp-yol-map {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .1);
  background: #e5e7eb;
  aspect-ratio: 16 / 9;
  min-height: 280px;
}
.pp-yol-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.pp-yol-note {
  margin: 12px 0 0;
  font-size: 12px;
  color: var(--pp-muted);
  line-height: 1.45;
}
@media (max-width: 640px) {
  .pp-fin-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pp-yol-map { aspect-ratio: 4 / 5; min-height: 320px; }
}

/* Özel video player */
.pp-video-open {
  display: block; width: 100%; text-align: left; border: 0; background: transparent;
  padding: 0; cursor: pointer; color: inherit; text-decoration: none;
}
.pp-video-open:hover .pp-play,
.pp-video-open:hover .pp-vh-play { transform: translate(-50%, -50%) scale(1.08); }

/* —— Videolu Haberler (yeni düzen) —— */
.pp-vh { margin: 28px 0; }
.pp-vh-head {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 16px;
  margin-bottom: 16px;
}
.pp-vh-head-txt h2 {
  margin: 0 0 4px; font-family: var(--pp-sans); font-size: 20px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .03em; color: var(--pp-ink);
  display: flex; align-items: center; gap: 10px;
}
.pp-vh-bar {
  display: inline-block; width: 5px; height: 1.1em; background: var(--pp-signal);
  border-radius: 2px; flex-shrink: 0;
}
.pp-vh-head-txt p {
  margin: 0; font-size: 13px; color: #9ca3af; font-weight: 500;
}
.pp-vh-all {
  flex-shrink: 0;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 14px; border: 1.5px solid var(--pp-signal); border-radius: 6px;
  color: var(--pp-signal) !important; text-decoration: none !important;
  font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .03em;
  transition: background .15s ease, color .15s ease;
}
.pp-vh-all:hover { background: var(--pp-signal); color: #fff !important; }
.pp-vh-all i { font-size: 14px; }

.pp-vh-featured {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 16px;
}
.pp-vh-feat { position: relative; border-radius: 10px; overflow: hidden; background: #111; }
.pp-vh-media {
  position: relative; display: block; width: 100%; aspect-ratio: 16/10;
  border: 0; padding: 0; cursor: pointer; text-align: left; color: #fff;
  background: #1f2937; overflow: hidden;
}
.pp-vh-media img,
.pp-vh-ph {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block;
}
.pp-vh-ph { background: linear-gradient(145deg, #374151, #111827); }
.pp-vh-shade {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,.25) 40%, rgba(0,0,0,.82) 100%);
  pointer-events: none;
}
.pp-vh-play {
  position: absolute; z-index: 3; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--pp-signal); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 22px;
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
  transition: transform .2s ease;
}
.pp-vh-play i { margin-left: 3px; }
.pp-vh-play.is-sm {
  width: 40px; height: 40px; font-size: 14px;
  background: rgba(255,255,255,.92); color: var(--pp-signal);
  border: 2px solid #fff; box-shadow: 0 4px 14px rgba(0,0,0,.25);
}
.pp-vh-media:hover .pp-vh-play { transform: translate(-50%, -50%) scale(1.08); }
.pp-vh-badge {
  position: absolute; z-index: 3; top: 12px; left: 12px;
  background: var(--pp-signal); color: #fff;
  font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em;
  padding: 5px 9px; border-radius: 4px;
}
.pp-vh-overlay {
  position: absolute; z-index: 2; left: 0; right: 0; bottom: 0;
  padding: 16px 16px 14px; display: flex; flex-direction: column; gap: 6px;
  pointer-events: none;
}
.pp-vh-label {
  font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em;
  color: #fecaca;
}
.pp-vh-label i { margin-right: 4px; color: var(--pp-signal); }
.pp-vh-overlay strong {
  font-size: 18px; font-weight: 800; line-height: 1.3; color: #fff;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.pp-vh-meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: 6px;
  font-size: 12px; color: rgba(255,255,255,.82); font-weight: 600;
}
.pp-vh-meta i { margin-right: 4px; opacity: .9; }
.pp-vh-meta-sep { opacity: .5; }
.pp-vh-dur {
  position: absolute; z-index: 3; right: 10px; bottom: 10px;
  background: rgba(0,0,0,.72); color: #fff;
  font-size: 11px; font-weight: 700; padding: 3px 7px; border-radius: 4px;
  font-variant-numeric: tabular-nums;
}

.pp-vh-strip-wrap {
  position: relative; display: flex; align-items: stretch; gap: 0;
}
.pp-vh-nav {
  position: absolute; top: 48px; z-index: 4;
  width: 36px; height: 36px; border-radius: 50%; border: 1px solid #e5e7eb;
  background: #fff; color: var(--pp-ink); cursor: pointer;
  display: flex; align-items: center; justify-content: center; font-size: 18px;
  box-shadow: 0 4px 14px rgba(15,23,42,.12);
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.pp-vh-nav:hover { background: var(--pp-signal); color: #fff; border-color: var(--pp-signal); }
.pp-vh-nav.is-prev { left: -6px; }
.pp-vh-nav.is-next { right: -6px; }
.pp-vh-strip {
  display: flex; gap: 12px; overflow-x: auto; scroll-behavior: smooth;
  padding: 2px 28px 6px; scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
.pp-vh-strip::-webkit-scrollbar { display: none; }
.pp-vh-thumb {
  flex: 0 0 calc((100% - 60px) / 6); min-width: 140px; max-width: 200px;
}
.pp-vh-thumb-media {
  position: relative; display: block; width: 100%; aspect-ratio: 16/10;
  border: 0; padding: 0; cursor: pointer; border-radius: 8px; overflow: hidden;
  background: #1f2937;
}
.pp-vh-thumb-media img,
.pp-vh-thumb-media .pp-vh-ph {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.pp-vh-thumb-media .pp-vh-dur { bottom: 6px; right: 6px; font-size: 10px; }
.pp-vh-thumb-body {
  display: block; margin-top: 8px; text-decoration: none; color: var(--pp-ink);
}
.pp-vh-thumb-body strong {
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  font-size: 13px; font-weight: 800; line-height: 1.3; margin-bottom: 4px;
}
.pp-vh-thumb-body:hover strong { color: var(--pp-signal); }
.pp-vh-thumb-body em {
  display: block; font-style: normal; font-size: 11px; color: #9ca3af; font-weight: 600;
}
.pp-vh-thumb-body em i { margin-right: 4px; }

@media (max-width: 1100px) {
  .pp-vh-thumb { flex: 0 0 calc((100% - 36px) / 4); }
}
@media (max-width: 900px) {
  .pp-vh-featured { grid-template-columns: 1fr; }
  .pp-vh-overlay strong { font-size: 16px; }
  .pp-vh-thumb { flex: 0 0 calc((100% - 24px) / 3); }
}
@media (max-width: 640px) {
  .pp-vh-head { flex-direction: column; align-items: flex-start; }
  .pp-vh-play { width: 52px; height: 52px; font-size: 18px; }
  .pp-vh-thumb { flex: 0 0 68%; min-width: 180px; max-width: none; }
  .pp-vh-nav { top: 40px; }
  .pp-vh-strip { padding-left: 20px; padding-right: 20px; }
}

.pp-vplayer {
  position: relative; background: #0b0f14; border-radius: 10px; overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,.22);
  --vp-accent: var(--pp-signal, #dc2626);
}
.pp-vplayer-stage {
  position: relative; aspect-ratio: 16/9; background: #000;
}
.pp-vplayer-media {
  position: absolute; inset: 0; z-index: 1;
}
.pp-vplayer-media iframe,
.pp-vplayer-media video {
  width: 100%; height: 100%; border: 0; display: block; background: #000;
  object-fit: contain;
}
.pp-vplayer-poster {
  position: absolute; inset: 0; z-index: 2;
  background: #111 center/cover no-repeat;
  transition: opacity .25s ease;
}
.pp-vplayer-poster.is-empty {
  background: linear-gradient(145deg, #1f2937, #0b0f14);
}
.pp-vplayer.is-playing .pp-vplayer-poster,
.pp-vplayer.is-playing .pp-vplayer-bigplay { opacity: 0; pointer-events: none; }
.pp-vplayer-bigplay {
  position: absolute; z-index: 3; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 72px; height: 72px; border-radius: 50%; border: 0;
  background: var(--vp-accent); color: #fff; font-size: 26px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
  cursor: pointer; transition: transform .2s ease, filter .2s;
}
.pp-vplayer-bigplay i { margin-left: 3px; }
.pp-vplayer-bigplay:hover { transform: translate(-50%, -50%) scale(1.06); filter: brightness(1.05); }
.pp-vplayer-bar {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px; background: linear-gradient(180deg, #111827, #0b0f14);
  color: #e5e7eb;
}
.pp-vplayer-btn {
  width: 34px; height: 34px; border: 0; border-radius: 8px;
  background: rgba(255,255,255,.08); color: #fff; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
}
.pp-vplayer-btn:hover { background: var(--vp-accent); }
.pp-vplayer-progress {
  position: relative; flex: 1; height: 6px; border-radius: 99px;
  background: rgba(255,255,255,.15); cursor: pointer; overflow: hidden;
}
.pp-vplayer-buf {
  position: absolute; left: 0; top: 0; bottom: 0; width: 0;
  background: rgba(255,255,255,.28);
}
.pp-vplayer-knob {
  position: absolute; left: 0; top: 0; bottom: 0; width: 0;
  background: var(--vp-accent);
}
.pp-vplayer-time {
  font-size: 12px; font-variant-numeric: tabular-nums; min-width: 38px; opacity: .85;
}
.pp-vplayer-caption {
  padding: 10px 14px 12px; font-size: 14px; font-weight: 700; color: #f3f4f6;
  background: #111827;
}
.pp-article-video { margin: 0 0 18px; }
.pp-article .pp-article-video { margin: 0 0 16px; }
.pp-article .pp-article-video + h1 { margin-top: 4px; }


.pp-vmodal[hidden] { display: none !important; }
.pp-vmodal {
  position: fixed; inset: 0; z-index: 10050;
  display: flex; align-items: center; justify-content: center; padding: 16px;
}
.pp-vmodal-backdrop {
  position: absolute; inset: 0; background: rgba(0,0,0,.72); backdrop-filter: blur(2px);
}
.pp-vmodal-box {
  position: relative; z-index: 1; width: min(920px, 100%);
  background: #0b0f14; border-radius: 12px; overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,.45);
}
.pp-vmodal-close {
  position: absolute; top: 8px; right: 10px; z-index: 5;
  width: 36px; height: 36px; border: 0; border-radius: 50%;
  background: rgba(0,0,0,.55); color: #fff; font-size: 22px; line-height: 1; cursor: pointer;
}
.pp-vmodal-close:hover { background: var(--pp-signal); }
.pp-vmodal-player .pp-vplayer { border-radius: 0; box-shadow: none; }
.pp-vmodal-link {
  display: block; padding: 12px 16px; text-align: center;
  color: #fff; font-weight: 700; text-decoration: none;
  background: #111827; border-top: 1px solid rgba(255,255,255,.06);
}
.pp-vmodal-link:hover { color: #fff; background: var(--pp-signal); }
@media (max-width: 575px) {
  .pp-vplayer-bigplay { width: 58px; height: 58px; font-size: 22px; }
  .pp-vplayer-time { display: none; }
}


