*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  background: #f7f1e3;
  color: #4a3b2a;
  font-family: "Trebuchet MS", "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.5;
  min-height: 100vh;
}
img, video { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; color: inherit; background: none; border: none; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-weight: 700; line-height: 1.2; }
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.site-header {
  background: #f7f1e3;
  border-bottom: 2px dashed #c9b896;
  padding: 0.6rem 1rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  position: sticky;
  top: 0;
  z-index: 100;
}
a[data-contract="site-name"] {
  font-family: "Comic Sans MS", "Chalkboard SE", "PingFang SC", cursive;
  font-size: 1.5rem;
  font-weight: 700;
  color: #6b8e23;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 0 #e8dcc8, 2px 2px 0 #d4c4a8;
  text-decoration: none;
  white-space: nowrap;
}
a[data-contract="site-name"]:hover { color: #556b2f; }
.category-nav {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.5rem;
  justify-content: flex-end;
  min-width: 200px;
}
.runtime-category {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  background: #f0e8d5;
  border: 1px solid #d4c4a8;
  border-radius: 999px;
  font-size: 0.8rem;
  color: #5a4a32;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.runtime-category:hover {
  background: #e8dcc8;
  color: #3d2f1f;
}
.page-main {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0.8rem 1rem 2rem;
}
.hero-player {
  position: relative;
  border: 2px dashed #c9b896;
  border-radius: 24px;
  background: #f0e8d5;
  padding: 1.2rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.hero-illustration {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 320px;
}
.mushroom-scape {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 85%, #8fbc8f 0%, transparent 12%),
    radial-gradient(circle at 85% 80%, #7c9d6e 0%, transparent 15%),
    radial-gradient(circle at 50% 90%, #a8c3a0 0%, transparent 20%),
    radial-gradient(circle at 25% 70%, #d4c4a8 0%, transparent 8%),
    radial-gradient(circle at 70% 65%, #c9b896 0%, transparent 10%),
    radial-gradient(circle at 10% 50%, #b8a888 0%, transparent 6%),
    radial-gradient(circle at 90% 45%, #b8a888 0%, transparent 7%),
    radial-gradient(circle at 50% 30%, #e8dcc8 0%, transparent 18%),
    linear-gradient(180deg, #f7f1e3 0%, #e8dcc8 60%, #d4c4a8 100%);
  border-radius: 18px;
}
.player-device {
  position: relative;
  width: min(760px, 90%);
  min-width: 480px;
  background: #4a3b2a;
  border-radius: 20px;
  padding: 1rem 1rem 0.6rem;
  box-shadow: 0 8px 24px rgba(74, 59, 42, 0.3), inset 0 0 0 2px #6b5d4a;
  z-index: 2;
  border: 3px solid #8b7355;
}
.player-device video {
  border-radius: 10px;
  background: #000;
  display: block;
}
.player-controls {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.2rem 0.2rem;
  flex-wrap: wrap;
}
.player-controls button {
  background: #6b8e23;
  color: #f7f1e3;
  font-size: 0.7rem;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s;
}
.player-controls button:hover { background: #556b2f; }
.player-controls input[type="range"] {
  flex: 1;
  min-width: 80px;
  accent-color: #6b8e23;
  height: 4px;
  cursor: pointer;
}
.doodle-mushroom {
  position: absolute;
  width: 30px; height: 30px;
  background: radial-gradient(circle at 50% 20%, #d2691e 0%, #8b4513 70%);
  border-radius: 50% 50% 45% 45% / 40% 40% 60% 60%;
  box-shadow: inset -3px -3px 0 rgba(0,0,0,0.15);
  z-index: 1;
}
.doodle-mushroom::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  width: 10px; height: 12px;
  background: #f7f1e3;
  border-radius: 0 0 4px 4px;
}
.doodle-mushroom.small { width: 18px; height: 18px; }
.doodle-dew {
  position: absolute;
  width: 14px; height: 14px;
  background: radial-gradient(circle at 35% 35%, #e0f7fa, #b2ebf2 60%, #80deea);
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  z-index: 1;
}
.doodle-dew.small { width: 9px; height: 9px; }
.doodle-leaf {
  position: absolute;
  width: 22px; height: 14px;
  background: #7c9d6e;
  border-radius: 100% 0 100% 0;
  transform: rotate(-20deg);
  z-index: 1;
}
.doodle-mushroom:first-of-type { top: 12%; left: 8%; }
.doodle-dew:first-of-type { top: 20%; right: 12%; }
.doodle-leaf { bottom: 15%; left: 15%; transform: rotate(20deg); }
.doodle-mushroom.small { bottom: 20%; right: 10%; transform: scale(0.8); }
.doodle-dew.small { top: 35%; left: 5%; }
.hero-player.lights-down .hero-illustration { filter: brightness(0.7); }
.hero-player.lights-down .player-device { box-shadow: 0 4px 12px rgba(0,0,0,0.5); }
.player-device.theater-mode {
  width: 100%;
  max-width: none;
  min-width: 0;
  border-radius: 0;
}
.movie-overview {
  background: #fdf8ee;
  border: 2px dashed #c9b896;
  border-radius: 20px;
  padding: 1.2rem;
  display: flex;
  gap: 1.2rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.poster-wrapper {
  flex-shrink: 0;
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.main-poster-img {
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
  border-radius: 12px;
  border: 3px solid #d4c4a8;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.overview-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  min-width: 0;
}
.movie-title {
  font-family: "Comic Sans MS", "Chalkboard SE", "PingFang SC", cursive;
  font-size: 1.6rem;
  color: #5a4a32;
  text-shadow: 1px 1px 0 #e8dcc8, 2px 2px 0 #d4c4a8;
  line-height: 1.2;
}
.tagline {
  font-size: 0.9rem;
  color: #8b7355;
  font-style: italic;
  border-left: 3px solid #6b8e23;
  padding-left: 0.6rem;
}
.cast-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
}
.chip-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #8b7355;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #e8dcc8;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
}
.actor-chip {
  font-size: 0.8rem;
  background: #f0e8d5;
  border: 1px solid #d4c4a8;
  border-radius: 999px;
  padding: 0.2rem 0.7rem;
  color: #5a4a32;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.synopsis-block {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.synopsis-line {
  font-size: 0.85rem;
  color: #5a4a32;
  line-height: 1.6;
  text-align: justify;
}
.episode-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
}
.status-current {
  background: #6b8e23;
  color: #f7f1e3;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  font-weight: 600;
}
.status-dot {
  width: 6px; height: 6px;
  background: #d4a017;
  border-radius: 50%;
  display: inline-block;
}
.status-duration {
  color: #8b7355;
  font-size: 0.8rem;
}
.detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 0.3rem 0.8rem;
  border-top: 1px solid #e8dcc8;
  padding-top: 0.6rem;
}
.detail-item {
  display: flex;
  gap: 0.3rem;
  font-size: 0.8rem;
}
.detail-key {
  color: #8b7355;
  font-weight: 600;
  white-space: nowrap;
}
.detail-value {
  color: #4a3b2a;
}
.timeline-section {
  background: #fdf8ee;
  border: 2px dashed #c9b896;
  border-radius: 20px;
  padding: 1rem 1.2rem;
  margin-bottom: 1.5rem;
}
.section-title {
  font-family: "Comic Sans MS", "Chalkboard SE", "PingFang SC", cursive;
  font-size: 1.2rem;
  color: #5a4a32;
  margin-bottom: 0.8rem;
  border-bottom: 2px solid #e8dcc8;
  padding-bottom: 0.4rem;
  text-shadow: 1px 1px 0 #e8dcc8;
}
.timeline-track {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.6rem;
  overflow-x: auto;
}
.timeline-item {
  background: #f0e8d5;
  border: 1px solid #d4c4a8;
  border-radius: 12px;
  padding: 0.6rem 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  position: relative;
  box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}
.timeline-item::before {
  content: "🍄";
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8rem;
}
.timecode {
  font-size: 0.7rem;
  color: #8b7355;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.timeline-label {
  font-size: 0.8rem;
  color: #4a3b2a;
  line-height: 1.4;
}
.episode-list-section {
  background: #fdf8ee;
  border: 2px dashed #c9b896;
  border-radius: 20px;
  padding: 1rem 1.2rem;
  margin-bottom: 1.5rem;
}
.episode-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.episode-card {
  background: #f0e8d5;
  border: 1px solid #d4c4a8;
  border-radius: 12px;
  padding: 0.6rem 0.8rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem 0.8rem;
  cursor: pointer;
  transition: background 0.2s;
}
.episode-card:hover { background: #e8dcc8; }
.ep-number {
  font-size: 0.75rem;
  font-weight: 700;
  color: #6b8e23;
  background: #e8dcc8;
  padding: 0.1rem 0.5rem;
  border-radius: 999px;
  border: 1px solid #c9b896;
}
.ep-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #4a3b2a;
}
.ep-summary {
  font-size: 0.8rem;
  color: #8b7355;
  flex-basis: 60%;
  min-width: 150px;
}
.ep-duration {
  font-size: 0.7rem;
  color: #8b7355;
  margin-left: auto;
  white-space: nowrap;
}
.cast-card-row {
  background: #fdf8ee;
  border: 2px dashed #c9b896;
  border-radius: 20px;
  padding: 1rem 1.2rem;
  margin-bottom: 1.5rem;
}
.cast-card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.8rem;
}
.cast-card {
  background: radial-gradient(circle at 50% 20%, #f7f1e3, #e8dcc8);
  border: 2px solid #d4c4a8;
  border-radius: 16px;
  padding: 1rem 0.6rem;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0,0,0,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cast-name {
  font-family: "Comic Sans MS", "Chalkboard SE", "PingFang SC", cursive;
  font-size: 1rem;
  color: #5a4a32;
}
.comments-section {
  background: #fdf8ee;
  border: 2px dashed #c9b896;
  border-radius: 20px;
  padding: 1rem 1.2rem;
  margin-bottom: 1.5rem;
}
.comments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.8rem;
}
.comment-card {
  background: #f0e8d5;
  border: 1px solid #d4c4a8;
  border-radius: 12px;
  padding: 0.6rem 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}
.comment-card:nth-child(even) {
  transform: translateY(0.4rem);
}
.comment-nick {
  font-size: 0.75rem;
  font-weight: 700;
  color: #6b8e23;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.comment-nick::before {
  content: "🍄";
  font-size: 0.7rem;
}
.comment-text {
  font-size: 0.8rem;
  color: #5a4a32;
  line-height: 1.5;
}
.recommendation-region {
  background: #fdf8ee;
  border: 2px dashed #c9b896;
  border-radius: 20px;
  padding: 1rem 1.2rem;
  margin-bottom: 1.5rem;
}
.recommendation-title {
  font-family: "Comic Sans MS", "Chalkboard SE", "PingFang SC", cursive;
  font-size: 1rem;
  color: #5a4a32;
  margin-bottom: 0.6rem;
  border-bottom: 2px solid #e8dcc8;
  padding-bottom: 0.3rem;
  text-shadow: 1px 1px 0 #e8dcc8;
}
.rec-card-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.8rem;
}
.rec-card {
  background: #f0e8d5;
  border: 1px solid #d4c4a8;
  border-radius: 12px;
  overflow: hidden;
  padding-bottom: 0.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}
.rec-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.rec-card img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-bottom: 1px solid #d4c4a8;
}
.rec-card span {
  font-size: 0.75rem;
  color: #4a3b2a;
  padding: 0 0.6rem;
}
.rec-card span[data-runtime="name"] {
  font-weight: 700;
  font-size: 0.8rem;
}
.rec-card span[data-runtime="blurb"] {
  color: #8b7355;
  line-height: 1.3;
}
.site-footer {
  background: #f0e8d5;
  border-top: 2px dashed #c9b896;
  padding: 1.5rem 1rem 1rem;
  margin-top: 1rem;
}
.footer-disclaimer {
  font-size: 0.7rem;
  color: #8b7355;
  text-align: center;
  margin-bottom: 0.8rem;
  line-height: 1.5;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.footer-links {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  margin-bottom: 1rem;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 0.8rem;
  color: #5a4a32;
  text-decoration: none;
  border-bottom: 1px solid #c9b896;
  padding-bottom: 0.1rem;
  transition: color 0.2s;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: #6b8e23;
  border-bottom-color: #6b8e23;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.8rem;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0;
  border-top: 1px solid #e8dcc8;
}
.friend-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #8b7355;
  margin-right: 0.4rem;
}
.runtime-friend-link {
  font-size: 0.75rem;
  color: #5a4a32;
  text-decoration: none;
  border-bottom: 1px dotted #c9b896;
  transition: color 0.2s;
}
.runtime-friend-link:hover {
  color: #6b8e23;
  border-bottom-color: #6b8e23;
}
.player {  }
.player.play { }
.player.pause { }
.player.progress { }
.player.volume { }
.player.mute { }
.player.speed { }
.player.pip { }
.player.fullscreen { }
.player.theater { }
.player.light { }
.player.timeupdate { }
.player.input { }
.player.click { }
.player.dblclick { }
.player.lights-down { }
.player.theater-mode { }
@media (max-width: 768px) {.movie-overview {
    flex-direction: column;
    align-items: center;
  }
.poster-wrapper {
    width: 160px;
  }
.player-device {
    min-width: 0;
    width: 100%;
  }
.hero-illustration {
    min-height: 240px;
    padding: 0.5rem;
  }
.timeline-track {
    grid-template-columns: 1fr;
    overflow-x: visible;
  }
.ep-summary {
    flex-basis: 100%;
  }
.comments-grid {
    grid-template-columns: 1fr;
  }
.comment-card:nth-child(even) {
    transform: none;
  }
.rec-card-row {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
.detail-grid {
    grid-template-columns: 1fr 1fr;
  }}
@media (max-width: 480px) {.site-header {
    flex-direction: column;
    gap: 0.4rem;
    padding: 0.5rem;
  }
.category-nav {
    justify-content: center;
  }
.page-main {
    padding: 0.5rem;
  }
.hero-player, .movie-overview, .timeline-section, .episode-list-section, .cast-card-row, .comments-section, .recommendation-region {
    padding: 0.8rem;
    border-radius: 16px;
  }
.movie-title {
    font-size: 1.2rem;
  }
.detail-grid {
    grid-template-columns: 1fr;
  }
.cast-card-container {
    grid-template-columns: repeat(2, 1fr);
  }
.rec-card-row {
    grid-template-columns: 1fr;
  }
.rec-card img {
    height: 140px;
  }
.player-controls {
    gap: 0.2rem;
  }
.player-controls button {
    font-size: 0.6rem;
    padding: 0.2rem 0.4rem;
  }}

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}
