*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  font-family: "Georgia", "Times New Roman", serif;
  background: #f4f4f2;
  color: #2b2b2b;
  line-height: 1.55;
  min-height: 100vh;
}
img, video {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: #2b2b2b;
  text-decoration: none;
}
button, input {
  font-family: inherit;
  font-size: inherit;
}
header {
  background: #ffffff;
  border-bottom: 3px solid #f5c518;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
nav[data-contract="categories"] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
  flex: 1;
}
a.runtime-category {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  background: #f4f4f2;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #2b2b2b;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #e0e0dd;
  transition: background 0.2s, color 0.2s;
}
a.runtime-category:hover, a.runtime-category:focus {
  background: #f5c518;
  color: #2b2b2b;
  border-color: #f5c518;
}
a[data-contract="site-name"] {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #2b2b2b;
  text-decoration: none;
  white-space: nowrap;
  font-family: "Arial", "Helvetica", sans-serif;
  background: #f5c518;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
}
a[data-contract="site-name"]:hover {
  background: #e0b016;
}
main {
  padding: 1rem;
  max-width: 1400px;
  margin: 0 auto;
}
.video-wall {
  margin-bottom: 1.5rem;
}
.video-wall-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
.video-wall-item {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  position: relative;
}
.video-wall-item:first-child {
  grid-column: span 2;
  grid-row: span 2;
}
.video-wall-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}
.video-wall-item video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #1a1a1a;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  padding: 0.4rem;
  background: #2b2b2b;
  align-items: center;
}
.player-controls button {
  background: #3d3d3d;
  color: #fff;
  border: none;
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
  font-size: 0.75rem;
  cursor: pointer;
  line-height: 1.4;
}
.player-controls button:hover, .player-controls button.is-playing, .player-controls button.is-muted, .player-controls button.active {
  background: #f5c518;
  color: #2b2b2b;
}
.player-controls input[type="range"] {
  flex: 1 1 80px;
  min-width: 60px;
  accent-color: #f5c518;
  height: 1.4rem;
}
.movie-overview {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 0;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.overview-poster {
  background: #eaeae6;
}
.overview-poster img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}
.overview-info {
  padding: 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.overview-title {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
  color: #1a1a1a;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #f5c518;
  display: inline-block;
  width: fit-content;
}
.overview-tagline {
  font-size: 0.95rem;
  color: #666;
  font-style: italic;
  margin-top: -0.4rem;
}
.cast-panel {
  padding-top: 0.25rem;
}
.cast-heading {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #555;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.cast-heading::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e0e0dd;
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6rem;
}
.cast-card {
  text-align: center;
  background: #fafaf8;
  border-radius: 6px;
  padding: 0.5rem 0.3rem;
}
.cast-photo {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 0.3rem;
  border: 2px solid #f5c518;
}
.cast-name {
  font-size: 0.8rem;
  font-weight: 600;
  display: block;
  font-family: "Arial", "Helvetica", sans-serif;
}
.synopsis-panel {
  padding-top: 0.25rem;
}
.synopsis-heading {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #555;
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.synopsis-heading::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e0e0dd;
}
.synopsis-paragraph {
  font-size: 0.88rem;
  margin-bottom: 0.25rem;
  color: #333;
}
.episode-status {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  background: #fafaf8;
  border-radius: 6px;
  padding: 0.5rem 0.8rem;
  border-left: 4px solid #f5c518;
}
.status-label {
  font-size: 0.8rem;
  color: #666;
  font-weight: 600;
}
.status-total {
  font-size: 1.6rem;
  font-weight: 800;
  color: #f5c518;
  font-family: "Arial", "Helvetica", sans-serif;
  line-height: 1;
}
.status-divider {
  color: #bbb;
  font-size: 1rem;
}
.status-current {
  font-size: 0.85rem;
  font-weight: 600;
  color: #2b2b2b;
  background: #f5c518;
  padding: 0.15rem 0.5rem;
  border-radius: 3px;
}
.details-panel {
  padding-top: 0.25rem;
}
.details-heading {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #555;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.details-heading::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e0e0dd;
}
.details-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
}
.detail-item {
  background: #fafaf8;
  padding: 0.35rem 0.5rem;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
.detail-item dt {
  font-size: 0.7rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.detail-item dd {
  font-size: 0.85rem;
  font-weight: 600;
  color: #2b2b2b;
  font-family: "Arial", "Helvetica", sans-serif;
}
.timeline-section {
  margin-bottom: 1.5rem;
  background: #fff;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.timeline-heading {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.timeline-heading::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #f5c518;
  border-radius: 50%;
  display: inline-block;
}
.timeline-horizontal {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}
.timeline-node {
  flex: 0 0 180px;
  background: #fafaf8;
  border-radius: 6px;
  padding: 0.6rem 0.7rem;
  border-top: 3px solid #f5c518;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.timecode {
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: #f5c518;
  background: #2b2b2b;
  padding: 0.1rem 0.4rem;
  border-radius: 3px;
  width: fit-content;
}
.label {
  font-size: 0.8rem;
  color: #444;
  line-height: 1.35;
}
.episodes-section {
  margin-bottom: 1.5rem;
  background: #fff;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.episodes-heading {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.episodes-heading::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #f5c518;
  border-radius: 50%;
  display: inline-block;
}
.episode-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
.episode-item {
  display: grid;
  grid-template-columns: 2.2rem 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 0.6rem;
  row-gap: 0.1rem;
  padding: 0.5rem 0.6rem;
  background: #fafaf8;
  border-radius: 6px;
  align-items: baseline;
}
.ep-number {
  grid-row: 1 / 3;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: #f5c518;
  background: #2b2b2b;
  border-radius: 4px;
  text-align: center;
  padding: 0.15rem 0.2rem;
  line-height: 1;
  align-self: start;
}
.ep-title {
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: #1a1a1a;
}
.ep-duration {
  font-size: 0.75rem;
  color: #999;
  background: #eaeae6;
  padding: 0.1rem 0.4rem;
  border-radius: 3px;
  justify-self: end;
}
.ep-summary {
  font-size: 0.78rem;
  color: #666;
  grid-column: 2 / 4;
  line-height: 1.4;
}
.comments-section {
  margin-bottom: 1.5rem;
  background: #fff;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.comments-heading {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.comments-heading::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #f5c518;
  border-radius: 50%;
  display: inline-block;
}
.comments-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
}
.comment-card {
  background: #fafaf8;
  border-radius: 6px;
  padding: 0.7rem 0.8rem;
  border-left: 3px solid #f5c518;
}
.comment-author {
  display: block;
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  color: #2b2b2b;
  margin-bottom: 0.3rem;
}
.comment-text {
  font-size: 0.82rem;
  color: #444;
  line-height: 1.4;
}
.recommendation-region {
  margin-bottom: 1.5rem;
  background: #fff;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.recommendation-title {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.recommendation-title::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #f5c518;
  border-radius: 50%;
  display: inline-block;
}
.recommendation-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.6rem;
}
.recommendation-region:nth-of-type(2) .recommendation-row {
  grid-template-columns: repeat(4, 1fr);
}
.recommendation-region:nth-of-type(3) .recommendation-row {
  grid-template-columns: repeat(3, 1fr);
}
a[data-runtime="recommendation"] {
  display: flex;
  flex-direction: column;
  background: #fafaf8;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #eaeae6;
  transition: transform 0.15s, box-shadow 0.15s;
  text-decoration: none;
  color: #2b2b2b;
}
a[data-runtime="recommendation"]:hover, a[data-runtime="recommendation"]:focus {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  border-color: #f5c518;
}
a[data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #eaeae6;
}
a[data-runtime="recommendation"] span[data-runtime="name"] {
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.5rem 0.5rem 0.1rem;
}
a[data-runtime="recommendation"] span[data-runtime="blurb"] {
  font-size: 0.75rem;
  color: #777;
  padding: 0 0.5rem 0.5rem;
  line-height: 1.35;
  flex: 1;
}
footer {
  background: #2b2b2b;
  color: #ccc;
  margin-top: 1rem;
}
.footer-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-content p[data-contract="disclaimer"] {
  font-size: 0.78rem;
  color: #aaa;
  line-height: 1.5;
}
nav[data-contract="friend-links"] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.7rem;
  align-items: center;
}
.friend-links-label {
  font-size: 0.8rem;
  color: #999;
  font-weight: 600;
}
a.runtime-friend-link {
  font-size: 0.8rem;
  color: #f5c518;
  text-decoration: none;
  white-space: nowrap;
}
a.runtime-friend-link:hover, a.runtime-friend-link:focus {
  text-decoration: underline;
  color: #ffe066;
}
.footer-links {
  display: flex;
  gap: 1rem;
  border-top: 1px solid #444;
  padding-top: 0.8rem;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 0.85rem;
  color: #ccc;
  text-decoration: none;
  font-family: "Arial", "Helvetica", sans-serif;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: #f5c518;
  text-decoration: underline;
}
body.light-dim {
  background: #1a1a1a;
  color: #ddd;
}
body.light-dim header, body.light-dim .movie-overview, body.light-dim .timeline-section, body.light-dim .episodes-section, body.light-dim .comments-section, body.light-dim .recommendation-region, body.light-dim .video-wall-item {
  background: #222;
  color: #ddd;
  border-color: #333;
}
body.light-dim .overview-title, body.light-dim .timeline-heading, body.light-dim .episodes-heading, body.light-dim .comments-heading, body.light-dim .recommendation-title {
  color: #f5c518;
}
body.light-dim .cast-card, body.light-dim .episode-item, body.light-dim .comment-card, body.light-dim a[data-runtime="recommendation"], body.light-dim .detail-item {
  background: #2d2d2d;
  border-color: #444;
}
body.light-dim .overview-tagline, body.light-dim .ep-summary, body.light-dim .comment-text, body.light-dim a[data-runtime="recommendation"] span[data-runtime="blurb"] {
  color: #bbb;
}
video.theater-mode {
  aspect-ratio: 16 / 9;
  width: 100%;
}
@media (max-width: 1024px) {.video-wall-grid {
    grid-template-columns: repeat(3, 1fr);
  }
.video-wall-item:first-child {
    grid-column: span 2;
    grid-row: span 1;
  }
.movie-overview {
    grid-template-columns: 220px 1fr;
  }
.cast-list {
    grid-template-columns: repeat(2, 1fr);
  }
.details-grid {
    grid-template-columns: repeat(3, 1fr);
  }
.recommendation-row, .recommendation-region:nth-of-type(2) .recommendation-row, .recommendation-region:nth-of-type(3) .recommendation-row {
    grid-template-columns: repeat(3, 1fr);
  }
.episode-list {
    grid-template-columns: 1fr;
  }}
@media (max-width: 768px) {header {
    flex-direction: column;
    align-items: flex-start;
  }
.video-wall-grid {
    grid-template-columns: repeat(2, 1fr);
  }
.video-wall-item:first-child {
    grid-column: span 2;
  }
.movie-overview {
    grid-template-columns: 1fr;
  }
.overview-poster img {
    aspect-ratio: 16 / 9;
  }
.timeline-horizontal {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
.comments-grid {
    grid-template-columns: 1fr;
  }
.recommendation-row, .recommendation-region:nth-of-type(2) .recommendation-row, .recommendation-region:nth-of-type(3) .recommendation-row {
    grid-template-columns: repeat(2, 1fr);
  }
.details-grid {
    grid-template-columns: repeat(2, 1fr);
  }}
@media (max-width: 480px) {main {
    padding: 0.5rem;
  }
.video-wall-grid {
    grid-template-columns: 1fr;
  }
.video-wall-item:first-child {
    grid-column: span 1;
  }
.cast-list {
    grid-template-columns: 1fr 1fr;
  }
.episode-item {
    grid-template-columns: 1.8rem 1fr auto;
  }
.recommendation-row, .recommendation-region:nth-of-type(2) .recommendation-row, .recommendation-region:nth-of-type(3) .recommendation-row {
    grid-template-columns: 1fr;
  }
.details-grid {
    grid-template-columns: 1fr;
  }
.player-controls {
    gap: 0.15rem;
  }
.player-controls button {
    font-size: 0.7rem;
    padding: 0.15rem 0.35rem;
  }}

footer{text-align:center!important}
footer *{justify-content:center!important}
footer :is(div,nav,ul,ol,p,section,address){margin-left:auto!important;margin-right:auto!important}
