/* ============================================================
   Poyraz TV — özgün layout (pz-* bileşenleri)
   ============================================================ */

/* --- Ortak blok & butonlar --- */
.pz-block {
  margin-bottom: 2rem;
}
.pz-block__header {
  margin-bottom: 1rem;
}
.pz-block__title {
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--tv-text);
  position: relative;
  padding-bottom: 0.4rem;
}
.pz-block__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.75rem;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--tv-accent), var(--tv-live-badge));
}
.pz-block__lede {
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
  color: var(--tv-text-muted);
}

.pz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.55rem 1rem;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
}
.pz-btn--primary {
  background: linear-gradient(135deg, var(--tv-accent), #0891B2);
  color: #fff;
}
.pz-btn--ghost {
  background: transparent;
  border-color: var(--tv-border);
  color: var(--tv-text);
}
.pz-btn--outline {
  background: transparent;
  border-color: rgba(0, 168, 232, 0.45);
  color: var(--tv-accent);
  width: 100%;
  margin-top: 0.75rem;
}
.pz-btn--sm { font-size: 0.78rem; padding: 0.4rem 0.75rem; }
.pz-btn:hover { transform: translateY(-1px); }

/* --- Reklam yerleşimleri --- */
.pz-ad-slot {
  margin: 1rem 0;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
}
.pz-ad-slot--top {
  margin: 0.5rem 0 1.25rem;
  padding: 0.5rem;
  background: rgba(0, 168, 232, 0.04);
  border: 1px dashed rgba(0, 168, 232, 0.2);
}
.pz-ad-slot--inline {
  margin: -0.5rem 0 1.5rem;
}
.pz-ad-slot--mid {
  margin: 1.5rem 0;
  padding: 0.75rem 0;
  border-top: 1px solid var(--tv-border);
  border-bottom: 1px solid var(--tv-border);
}
.pz-ad-slot--card {
  margin: 1rem 0 1.5rem;
}
.pz-ad-slot--foot {
  margin: 2rem 0 0;
}
.pz-watch__aside .pz-ad-slot {
  margin: 0 0 1rem;
  border-radius: 8px;
  background: var(--tv-surface-2);
  padding: 0.35rem;
}

/* --- Anasayfa intro --- */
.pz-intro__heading {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem;
}
.pz-intro__fold { margin-top: 0.5rem; }
.pz-intro__collapse {
  margin-top: 0.5rem;
  background: none;
  border: none;
  color: var(--tv-accent);
  font-size: 0.82rem;
  cursor: pointer;
}

/* --- Şu an ekranda --- */
.pz-onair__rail {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 12px;
}
.pz-onair__tile {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 10px;
  border: 1px solid var(--tv-border);
  border-top: 3px solid var(--tv-live-badge);
  background: linear-gradient(145deg, var(--tv-surface), rgba(8, 22, 34, 0.98));
  padding: 12px;
  transition: transform 0.15s, box-shadow 0.2s;
}
.pz-onair__tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 168, 232, 0.15);
}
.pz-onair__tile.is-hidden { display: none; }
.pz-onair__tile-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pz-onair__logo {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  background: var(--tv-surface-2);
}
.pz-onair__logo img { width: 100%; height: 100%; object-fit: contain; }
.pz-onair__meta { flex: 1; min-width: 0; }
.pz-onair__name {
  display: block;
  font-weight: 700;
  font-size: 0.88rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pz-onair__live {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--tv-live-badge);
  letter-spacing: 0.04em;
}
.pz-onair__pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tv-live-badge);
  animation: pz-pulse 1.5s infinite;
}
@keyframes pz-pulse {
  0% { box-shadow: 0 0 0 0 rgba(45, 212, 191, 0.5); }
  70% { box-shadow: 0 0 0 6px rgba(45, 212, 191, 0); }
}
.pz-onair__play {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--tv-accent), #0891B2);
  color: #fff;
}
.pz-onair__show {
  margin: 8px 0 4px;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.35;
}
.pz-onair__foot {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: var(--tv-text-muted);
}
.pz-onair__bar {
  height: 3px;
  margin-top: 8px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.pz-onair__bar span {
  display: block;
  height: 100%;
  width: var(--bar-pct, 0%);
  background: linear-gradient(90deg, var(--tv-accent), var(--tv-live-badge));
}
.pz-onair__more { margin-top: 12px; text-align: center; }

/* --- Kanal grid --- */
.pz-channel-grid__matrix {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.pz-channel-grid__more { margin-top: 14px; text-align: center; }
.pz-channel-grid__cell.is-hidden { display: none; }
@media (max-width: 992px) {
  .pz-channel-grid__matrix { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 576px) {
  .pz-channel-grid__matrix { grid-template-columns: repeat(3, 1fr); }
}

/* --- Spotlight (öne çıkan) --- */
.pz-spotlight__deck {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
}
.pz-spotlight__card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 10px;
  border: 1px solid var(--tv-border);
  padding: 12px;
  background: linear-gradient(155deg, rgba(12, 31, 46, 0.96), rgba(6, 18, 28, 0.98));
  position: relative;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.pz-spotlight__card:hover {
  border-color: rgba(0, 168, 232, 0.5);
  box-shadow: 0 8px 22px rgba(0, 168, 232, 0.12);
}
.pz-spotlight__ribbon {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 0.62rem;
  font-weight: 800;
  padding: 3px 7px;
  border-radius: 4px;
  background: var(--tv-accent);
  color: #fff;
  letter-spacing: 0.04em;
}
.pz-spotlight__top { display: flex; gap: 10px; align-items: center; }
.pz-spotlight__logo {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--tv-surface-2);
  flex-shrink: 0;
}
.pz-spotlight__channel { font-weight: 700; font-size: 0.86rem; display: block; }
.pz-spotlight__badge {
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--tv-live-badge);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.pz-spotlight__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--tv-live-badge);
}
.pz-spotlight__program {
  margin-top: 8px;
  font-size: 0.82rem;
  font-weight: 600;
}
.pz-spotlight__time { font-size: 0.74rem; color: var(--tv-text-muted); margin-top: 2px; }
.pz-spotlight__progress {
  height: 3px;
  margin-top: 8px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.pz-spotlight__progress span {
  display: block;
  height: 100%;
  width: var(--bar-pct, 0%);
  background: var(--tv-accent);
}
.pz-spotlight__left { font-size: 0.72rem; color: var(--tv-text-muted); margin-top: 4px; }

/* --- Haber feed --- */
.pz-feed__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 1rem;
}
.pz-feed__all {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--tv-accent);
  text-decoration: none;
}
.pz-feed__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
}

/* ============================================================
   Kanal izleme sayfası (pz-watch)
   ============================================================ */
.pz-watch {
  width: 100%;
}
.pz-watch__shell {
  max-width: var(--tv-site-max, 1100px);
  margin: 0 auto;
  padding: 0 16px 48px;
}
.pz-watch__crumb { margin-bottom: 12px; }
.pz-watch__crumb-trail {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.78rem;
  color: var(--tv-text-soft);
}
.pz-watch__crumb-item:not(:last-child)::after {
  content: "›";
  margin-left: 6px;
  opacity: 0.55;
}
.pz-watch__crumb a { color: var(--tv-text-muted); text-decoration: none; }
.pz-watch__crumb a:hover { color: var(--tv-accent); }

.pz-watch__stage {
  margin-bottom: 1.25rem;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--tv-border);
  background: #000;
}
.pz-watch__mast {
  padding: 14px 16px;
  background: linear-gradient(180deg, var(--tv-surface), rgba(4, 13, 20, 0.95));
  border-bottom: 1px solid var(--tv-border);
}
.pz-watch__mast-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pz-watch__brand {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--tv-surface-2);
  flex-shrink: 0;
}
.pz-watch__brand img { width: 100%; height: 100%; object-fit: contain; }
.pz-watch__title {
  margin: 0;
  font-size: clamp(1.2rem, 2.5vw, 1.55rem);
  font-weight: 800;
  line-height: 1.2;
}
.pz-watch__tagline {
  margin: 2px 0 0;
  font-size: 0.8rem;
  color: var(--tv-text-muted);
}
.pz-watch__now-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}
.pz-watch__now-badge {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 4px 9px;
  border-radius: 5px;
  background: linear-gradient(135deg, var(--tv-accent), #0891B2);
  color: #fff;
}
.pz-watch__now-prog { font-size: 0.88rem; font-weight: 600; }

.pz-watch__screen-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
}
.pz-watch__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.pz-watch__toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  background: #111;
  flex-wrap: wrap;
}
.pz-watch__live-tag {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 3px 8px;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--tv-accent), #0891B2);
  color: #fff;
}
.pz-watch__live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tv-live-badge);
  animation: pz-pulse 1.4s infinite;
}
.pz-watch__toolbar-end {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.pz-watch__source {
  font-size: 0.72rem;
  padding: 4px 10px;
  border-radius: 5px;
  border: 1px solid var(--tv-border);
  color: var(--tv-text-muted);
  text-decoration: none;
}
.pz-watch__source.is-active {
  border-color: var(--tv-accent);
  color: var(--tv-accent);
  background: rgba(0, 168, 232, 0.1);
}
.pz-watch__report-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 6px;
  border: 1px solid rgba(255, 180, 80, 0.35);
  background: rgba(255, 180, 80, 0.08);
  color: #fbbf24;
  font-size: 0.72rem;
  font-weight: 600;
  cursor: pointer;
}
.pz-watch__report-btn:hover {
  background: rgba(255, 180, 80, 0.15);
}

.pz-watch__offline,
.pz-watch__cta {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
  color: #ddd;
}
.pz-watch__cta-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}
.pz-watch__cta-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, var(--tv-accent), #0891B2);
  color: #fff;
  box-shadow: 0 6px 24px rgba(0, 168, 232, 0.35);
}
.pz-watch__cta-hint {
  max-width: 520px;
  font-size: 0.85rem;
  line-height: 1.5;
  color: rgba(220, 220, 220, 0.9);
  margin-top: 8px;
}

.pz-watch__layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 20px;
  align-items: start;
}
@media (max-width: 900px) {
  .pz-watch__layout { grid-template-columns: 1fr; }
}

.pz-watch__panel {
  margin-bottom: 1.5rem;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid var(--tv-border);
  background: var(--tv-surface);
}
.pz-watch__panel-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 800;
}
.pz-watch__panel-foot {
  margin: 0.75rem 0 0;
  font-size: 0.82rem;
}
.pz-watch__panel-foot a { color: var(--tv-accent); }
.pz-watch__empty { color: var(--tv-text-muted); font-size: 0.88rem; }

.pz-watch__about { font-size: 0.9rem; line-height: 1.65; }
.pz-watch__about a { color: var(--tv-accent); }
.pz-watch__facts {
  margin: 1rem 0 0;
  display: grid;
  gap: 8px;
}
.pz-watch__fact {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid var(--tv-border);
  font-size: 0.84rem;
}
.pz-watch__fact dt {
  font-weight: 600;
  color: var(--tv-text-muted);
  margin: 0;
}
.pz-watch__fact dd { margin: 0; }

.pz-watch__aside-block {
  margin-bottom: 1rem;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid var(--tv-border);
  background: var(--tv-surface);
}
.pz-watch__aside-title {
  margin: 0 0 10px;
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--tv-text-muted);
}
.pz-watch__suggest { display: grid; gap: 8px; }
.pz-watch__suggest-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  border: 1px solid transparent;
  transition: border-color 0.15s, background 0.15s;
}
.pz-watch__suggest-item:hover {
  border-color: var(--tv-border);
  background: rgba(0, 168, 232, 0.05);
}
.pz-watch__suggest-logo {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--tv-surface-2);
  flex-shrink: 0;
}
.pz-watch__suggest-logo img { width: 100%; height: 100%; object-fit: contain; }
.pz-watch__suggest-name { font-size: 0.82rem; font-weight: 600; }

.pz-watch__peers { display: flex; flex-direction: column; gap: 6px; }
.pz-watch__peer {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  border-left: 3px solid transparent;
  transition: border-color 0.15s, background 0.15s;
}
.pz-watch__peer:hover {
  border-left-color: var(--tv-accent);
  background: rgba(0, 168, 232, 0.05);
}
.pz-watch__peer.is-hidden { display: none; }
.pz-watch__peer-logo {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--tv-surface-2);
}
.pz-watch__peer-logo img { width: 100%; height: 100%; object-fit: contain; }
.pz-watch__peer-body { flex: 1; min-width: 0; }
.pz-watch__peer-name {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
}
.pz-watch__peer-show {
  display: block;
  font-size: 0.72rem;
  color: var(--tv-text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pz-watch__peer-go { color: var(--tv-accent); font-weight: 700; }

/* ============================================================
   Timeline (yayın akışı)
   ============================================================ */
.pz-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}
.pz-timeline__step {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  padding: 0 0 16px;
}
.pz-timeline__step.is-hidden { display: none; }
.pz-timeline__track {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.pz-timeline__node {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid var(--tv-border);
  background: var(--tv-surface);
  flex-shrink: 0;
  z-index: 1;
}
.pz-timeline__line {
  flex: 1;
  width: 2px;
  min-height: 20px;
  background: var(--tv-border);
  margin-top: 2px;
}
.pz-timeline__step.is-now .pz-timeline__node {
  border-color: var(--tv-accent);
  background: var(--tv-accent);
  box-shadow: 0 0 0 4px rgba(0, 168, 232, 0.25);
}
.pz-timeline__step.is-past .pz-timeline__node {
  background: var(--tv-border);
  opacity: 0.6;
}
.pz-timeline__step.is-past .pz-timeline__title {
  opacity: 0.55;
}
.pz-timeline__body {
  padding: 2px 12px 8px;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: border-color 0.2s, background 0.2s;
}
.pz-timeline__step.is-now .pz-timeline__body {
  border-color: rgba(0, 168, 232, 0.35);
  background: rgba(0, 168, 232, 0.06);
}
.pz-timeline__when {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--tv-text-muted);
  font-variant-numeric: tabular-nums;
}
.pz-timeline__title {
  margin: 4px 0 0;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
}
.pz-timeline__title a {
  color: inherit;
  text-decoration: none;
}
.pz-timeline__title a:hover { color: var(--tv-accent); }
.pz-timeline__tag {
  display: inline-block;
  margin-top: 6px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--tv-accent), #0891B2);
  color: #fff;
}
.pz-timeline__tag--muted {
  background: var(--tv-surface-2);
  color: var(--tv-text-muted);
}
.pz-timeline__tag--wait {
  background: rgba(255, 255, 255, 0.06);
  color: var(--tv-text-muted);
  border: 1px solid var(--tv-border);
}
.pz-timeline--collapsible:not(.is-expanded) .pz-timeline__step.is-hidden {
  display: none;
}
.pz-timeline--collapsible.is-expanded .pz-timeline__step.is-hidden {
  display: grid;
}
.pz-timeline-less { display: none; }
[data-pz-timeline-more].is-expanded .pz-timeline-more { display: none; }
[data-pz-timeline-more].is-expanded .pz-timeline-less { display: inline; }

/* EPG detay sayfası */
.pz-epg-detail__wrap { max-width: 720px; margin: 0 auto; }
.pz-epg-detail__hero {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  margin-bottom: 1rem;
}
@media (max-width: 640px) {
  .pz-epg-detail__hero { grid-template-columns: 1fr; }
}
.pz-epg-detail__logo {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  overflow: hidden;
  background: var(--tv-surface-2);
  display: block;
}
.pz-epg-detail__logo img { width: 100%; height: 100%; object-fit: contain; }
.pz-epg-detail__title { margin: 0; font-size: 1.25rem; font-weight: 800; }
.pz-epg-detail__actions { display: flex; gap: 8px; flex-wrap: wrap; }
.pz-epg-detail__livebar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  margin-bottom: 1.25rem;
  border-radius: 10px;
  border: 1px solid rgba(0, 168, 232, 0.3);
  background: rgba(0, 168, 232, 0.06);
  font-size: 0.85rem;
}
.pz-epg-detail__live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tv-live-badge);
  animation: pz-pulse 1.4s infinite;
}
.pz-epg-detail__live-label {
  font-weight: 800;
  font-size: 0.72rem;
  text-transform: uppercase;
  color: var(--tv-accent);
}
.pz-epg-detail__next {
  margin-left: auto;
  font-size: 0.78rem;
  color: var(--tv-text-muted);
}
.pz-epg-detail__progress {
  width: 100%;
  flex-basis: 100%;
  height: 4px;
  margin-top: 4px;
}

/* ============================================================
   Sorun bildir paneli
   ============================================================ */
.pz-report {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
}
.pz-report[hidden] { display: none !important; }
@media (min-width: 640px) {
  .pz-report { align-items: center; padding: 16px; }
}
.pz-report__sheet {
  width: 100%;
  max-width: 440px;
  max-height: 92vh;
  overflow: auto;
  border-radius: 16px 16px 0 0;
  background: var(--tv-surface);
  border: 1px solid var(--tv-border);
  box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.4);
  animation: pz-slide-up 0.25s ease;
}
@media (min-width: 640px) {
  .pz-report__sheet { border-radius: 14px; animation: pz-fade-in 0.2s ease; }
}
@keyframes pz-slide-up {
  from { transform: translateY(100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
@keyframes pz-fade-in {
  from { transform: scale(0.96); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
.pz-report__head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 16px 12px;
  border-bottom: 1px solid var(--tv-border);
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.08), transparent);
}
.pz-report__head-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(251, 191, 36, 0.15);
  color: #fbbf24;
  flex-shrink: 0;
}
.pz-report__head-text { flex: 1; min-width: 0; }
.pz-report__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
}
.pz-report__channel {
  margin: 2px 0 0;
  font-size: 0.8rem;
  color: var(--tv-text-muted);
}
.pz-report__dismiss {
  background: none;
  border: none;
  color: var(--tv-text-muted);
  cursor: pointer;
  padding: 4px;
  border-radius: 6px;
}
.pz-report__dismiss:hover { color: var(--tv-text); background: var(--tv-surface-2); }
.pz-report__content { padding: 16px; }
.pz-report__form { display: flex; flex-direction: column; gap: 10px; }
.pz-report__trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.pz-report__label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--tv-text);
}
.pz-report__field {
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid var(--tv-border);
  background: var(--tv-input-bg, var(--tv-surface-2));
  color: var(--tv-text);
  font-size: 0.88rem;
}
.pz-report__field:focus {
  outline: none;
  border-color: var(--tv-accent);
  box-shadow: 0 0 0 3px rgba(0, 168, 232, 0.15);
}
.pz-report__field--area { min-height: 100px; resize: vertical; }
.pz-report__field.is-invalid { border-color: #f87171; }
.pz-report__hint { font-size: 0.75rem; color: var(--tv-text-muted); margin: 0; }
.pz-report__actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 4px;
}
.pz-report__warn {
  padding: 12px;
  border-radius: 8px;
  background: rgba(251, 191, 36, 0.1);
  border: 1px solid rgba(251, 191, 36, 0.3);
  font-size: 0.85rem;
  color: #fbbf24;
}
.pz-report__notice {
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 0.85rem;
  margin-bottom: 10px;
}
.pz-report__notice[hidden] { display: none !important; }
.pz-report__notice--success {
  background: rgba(45, 212, 191, 0.12);
  border: 1px solid rgba(45, 212, 191, 0.35);
  color: var(--tv-live-badge);
}
.pz-report__notice--error {
  background: rgba(248, 113, 113, 0.1);
  border: 1px solid rgba(248, 113, 113, 0.35);
  color: #f87171;
}
.pz-report__field-error {
  font-size: 0.75rem;
  color: #f87171;
  margin: -4px 0 0;
}

/* ============================================================
   Footer
   ============================================================ */
.pz-site-foot {
  position: relative;
  margin-top: 2.5rem;
  border-top: 2px solid rgba(0, 168, 232, 0.2);
  background: linear-gradient(180deg, transparent, rgba(4, 13, 20, 0.85));
}
.pz-site-foot__top {
  position: absolute;
  top: -18px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tv-accent);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 168, 232, 0.35);
}
.pz-site-foot__wrap {
  max-width: var(--tv-site-max, 1100px);
  margin: 0 auto;
  padding: 2rem 16px 1.5rem;
}
.pz-site-foot__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 768px) {
  .pz-site-foot__grid { grid-template-columns: 1fr; gap: 20px; }
}
.pz-site-foot__name {
  display: block;
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
.pz-site-foot__pitch {
  font-size: 0.84rem;
  line-height: 1.6;
  color: var(--tv-text-muted);
  margin: 0 0 0.75rem;
}
.pz-site-foot__heading {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--tv-accent);
}
.pz-site-foot__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pz-site-foot__list li { margin-bottom: 0.35rem; }
.pz-site-foot__list a {
  font-size: 0.84rem;
  color: var(--tv-text-muted);
  text-decoration: none;
}
.pz-site-foot__list a:hover { color: var(--tv-accent); }
.pz-site-foot__bar {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--tv-border);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
}
.pz-site-foot__copy,
.pz-site-foot__note {
  margin: 0;
  font-size: 0.75rem;
  color: var(--tv-text-soft);
}

[data-theme="light"] .pz-onair__tile,
[data-theme="light"] .pz-spotlight__card,
[data-theme="light"] .pz-watch__panel,
[data-theme="light"] .pz-watch__aside-block {
  box-shadow: 0 4px 14px rgba(10, 22, 32, 0.06);
}
[data-theme="light"] .pz-watch__about,
[data-theme="light"] .pz-watch__about p {
  color: var(--tv-text);
}
[data-theme="light"] .pz-site-foot {
  background: linear-gradient(180deg, transparent, #eef6fa);
}
