/*
  Page bundle: Episode Watch / Theme: Cinema Dark
  Version: v1.9.3-phase3
  Purpose: Selected episode/watch-only layout rules. Shared series shell, tabs,
  episode cards, details, news cards and related rails are loaded from
  cinema-dark-series-shared.css.
  Scope: .kyi-theme-cinema-dark only. Does not touch Blogger/JW core/player runtime.
*/

/* Selected episode watch layout */
.kyi-theme-cinema-dark .kyi-cd-watch-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
  gap: clamp(12px, 1.35vw, 18px);
  align-items: start;
  margin: 0 0 clamp(18px, 2vw, 28px);
}
.kyi-theme-cinema-dark .kyi-cd-watch-main,
.kyi-theme-cinema-dark .kyi-cd-watch-sidebar {
  min-width: 0;
}
.kyi-theme-cinema-dark .kyi-cd-episode-detail {
  background: transparent;
  border: 0;
}
.kyi-theme-cinema-dark .kyi-cd-episode-player-shell {
  position: relative;
  width: 100%;
  max-width: none;
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
  box-sizing: border-box;
  background: #000;
  border: 0;
  box-shadow: none;
}
.kyi-theme-cinema-dark .kyi-cd-episode-player-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  box-sizing: border-box;
  display: block;
  background: #000;
}
.kyi-theme-cinema-dark .kyi-cd-episode-server-strip {
  width: 100%;
  max-width: none;
  margin-top: 8px;
  padding: 10px;
  background: var(--kyi-server-strip-bg, rgba(2,6,23,.72));
  border: 1px solid rgba(255,255,255,.08);
}
.kyi-theme-cinema-dark .kyi-cd-episode-server-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.kyi-theme-cinema-dark .kyi-cd-server-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid var(--kyi-server-button-border, rgba(255,255,255,.18));
  border-radius: 1px;
  background: var(--kyi-server-button-bg, rgba(15,23,42,.96));
  color: var(--kyi-server-button-text, #e5e7eb);
  text-decoration: none;
  font-size: 12px;
  font-weight: 760;
}
.kyi-theme-cinema-dark .kyi-cd-server-button.is-active {
  border-color: transparent;
  background: var(--kyi-server-button-active-bg, #e7dca6);
  color: var(--kyi-server-button-active-text, #0f172a);
}
.kyi-theme-cinema-dark .kyi-cd-episode-detail-copy {
  max-width: none;
  padding: clamp(12px, 1.45vw, 18px) 0 0;
}
.kyi-theme-cinema-dark .kyi-cd-episode-detail-copy h2,
.kyi-theme-cinema-dark .kyi-cd-episode-detail-copy h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 1.85vw, 34px);
  line-height: 1.14;
  font-weight: 720;
  letter-spacing: -.035em;
}
.kyi-theme-cinema-dark .kyi-cd-episode-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 9px;
  color: var(--kyi-series-muted);
  font-size: var(--kyi-series-meta);
  font-weight: 600;
}
.kyi-theme-cinema-dark .kyi-cd-episode-detail-copy p {
  margin: 12px 0 0;
  max-width: 820px;
  color: var(--kyi-series-muted);
  font-size: var(--kyi-series-copy);
  line-height: 1.65;
}
.kyi-theme-cinema-dark .kyi-cd-episode-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}
.kyi-theme-cinema-dark .kyi-cd-episode-action {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(15,23,42,.62);
  font-size: 12px;
  font-weight: 720;
}
.kyi-theme-cinema-dark .kyi-cd-watch-sidebar {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.kyi-theme-cinema-dark .kyi-cd-sidebar-block {
  background: rgba(8,14,25,.68);
  border: 1px solid rgba(255,255,255,.09);
  padding: 10px;
}
.kyi-theme-cinema-dark .kyi-cd-sidebar-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}
.kyi-theme-cinema-dark .kyi-cd-sidebar-heading span {
  color: #fff;
  font-size: 13px;
  font-weight: 760;
}
.kyi-theme-cinema-dark .kyi-cd-sidebar-heading small {
  color: var(--kyi-series-muted);
  font-size: 11px;
  font-weight: 620;
}
.kyi-theme-cinema-dark .kyi-cd-sidebar-episode-card {
  display: block;
  transform: none !important;
}
.kyi-theme-cinema-dark .kyi-cd-sidebar-episode-card:hover,
.kyi-theme-cinema-dark .kyi-cd-sidebar-episode-card:focus-visible {
  transform: none !important;
}
.kyi-theme-cinema-dark .kyi-cd-sidebar-episode-copy {
  padding: 8px 0 0;
}
.kyi-theme-cinema-dark .kyi-cd-sidebar-episode-copy span {
  -webkit-line-clamp: 2;
}


/* Focus states */
.kyi-theme-cinema-dark .kyi-cd-server-button:focus-visible,
.kyi-theme-cinema-dark .kyi-cd-episode-action:focus-visible {
  outline: 2px solid rgba(255,255,255,.48);
  outline-offset: 3px;
}

/* Responsive */
@media (max-width: 1280px) {
  .kyi-theme-cinema-dark .kyi-cd-watch-stage { grid-template-columns: minmax(0, 1fr) minmax(240px, 300px); }
}
@media (max-width: 1080px) {
  .kyi-theme-cinema-dark .kyi-cd-watch-stage { grid-template-columns: 1fr; }
  .kyi-theme-cinema-dark .kyi-cd-watch-sidebar { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .kyi-theme-cinema-dark .kyi-cd-watch-sidebar { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .kyi-theme-cinema-dark .kyi-cd-episode-server-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
