*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body, h1, h2, h3, p, dl, dd, dt, ul, ol, li {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
img, video {
  display: block;
  max-width: 100%;
}
button, input, select {
  font: inherit;
  color: inherit;
}
button {
  cursor: pointer;
  border: 0;
  background: none;
}
a {
  color: inherit;
  text-decoration: none;
}
:root {
  --warm-grey: #2b2926;
  --warm-grey-2: #35322e;
  --warm-grey-3: #403c37;
  --cream: #ece5d8;
  --cream-dim: #b9b2a5;
  --dark-green: #2f4438;
  --dark-green-2: #23342b;
  --note-yellow: #e8c96a;
  --note-yellow-2: #f0d787;
  --key-brass: #b98a4a;
  --key-brass-2: #d8ab63;
  --line: rgba(236, 229, 216, 0.12);
  --line-strong: rgba(236, 229, 216, 0.22);
  --maxw: 1240px;
  --gap: 14px;
}
html {
  background: var(--warm-grey);
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  background:
    radial-gradient(1200px 700px at 20% -10%, rgba(232, 201, 106, 0.09), transparent 60%),
    radial-gradient(900px 600px at 90% 5%, rgba(185, 138, 74, 0.07), transparent 55%),
    var(--warm-grey);
  color: var(--cream);
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(43, 41, 38, 0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.site-name {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--note-yellow);
  white-space: nowrap;
}
a[data-contract="site-name"] {
  color: var(--note-yellow);
  text-decoration: none;
}
a[data-contract="site-name"]:hover {
  color: var(--note-yellow-2);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.category-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  flex: 1 1 auto;
  min-width: 0;
}
.runtime-category, a.runtime-category {
  display: inline-block;
  padding: 3px 9px;
  font-size: 12.5px;
  color: var(--cream-dim);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
a.runtime-category:hover {
  color: var(--warm-grey);
  background: var(--note-yellow);
  border-color: var(--note-yellow);
}
.page-main {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 16px 16px 34px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.section-heading {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--note-yellow);
  text-transform: uppercase;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-heading::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, var(--line-strong), transparent);
}
.hero-table {
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  background: linear-gradient(180deg, var(--warm-grey-2), var(--warm-grey));
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 16px;
  position: relative;
  box-shadow: 0 18px 40px -28px rgba(0, 0, 0, 0.9);
}
.hero-poster-wrap {
  position: relative;
  align-self: start;
  width: 100%;
}
.hero-poster {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid var(--line-strong);
  background: var(--warm-grey-3);
  filter: saturate(0.88) brightness(0.94);
}
.hero-keys {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero-key {
  position: absolute;
  width: 30px;
  height: 13px;
  border-radius: 3px;
  background: linear-gradient(140deg, var(--key-brass-2), var(--key-brass) 60%, #7d5a2c);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.55), inset 0 0 0 1px rgba(255, 236, 190, 0.25);
}
.hero-key::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 2px;
  width: 8px;
  height: 9px;
  border-radius: 50%;
  border: 3px solid var(--key-brass-2);
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.key-1 { top: 8%;  left: 6%;  transform: rotate(-24deg); }
.key-2 { top: 26%; right: 8%; transform: rotate(38deg); }
.key-3 { top: 48%; left: 10%; transform: rotate(12deg); }
.key-4 { top: 66%; right: 12%; transform: rotate(-52deg); }
.key-5 { bottom: 12%; left: 16%; transform: rotate(74deg); }
.key-6 { bottom: 24%; right: 20%; transform: rotate(-8deg); }
.hero-notes {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero-note {
  position: absolute;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 600;
  color: #4a3c18;
  background: linear-gradient(160deg, var(--note-yellow-2), var(--note-yellow));
  padding: 6px 8px;
  max-width: 96px;
  box-shadow: 0 6px 14px -6px rgba(0, 0, 0, 0.8);
  border-radius: 2px;
}
.note-a { top: 36%; left: -6px; transform: rotate(-7deg); }
.note-b { top: 58%; right: -6px; transform: rotate(5deg); }
.note-c { bottom: 6%; left: 24%; transform: rotate(-3deg); }
.hero-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}
.movie-title {
  font-size: clamp(22px, 3.2vw, 32px);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: var(--cream);
}
.movie-tagline {
  font-size: 13.5px;
  color: var(--cream-dim);
  border-left: 3px solid var(--note-yellow);
  padding-left: 10px;
  margin-top: -4px;
}
.player-shell {
  position: relative;
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  overflow: hidden;
  background: #17150f;
  box-shadow: 0 10px 30px -18px rgba(0, 0, 0, 0.95);
}
.player-shell video {
  display: block;
  width: 100%;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  background: linear-gradient(180deg, var(--dark-green-2), #1a241d);
  border-top: 1px solid var(--line);
}
.ctrl-btn {
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  color: var(--cream);
  background: rgba(236, 229, 216, 0.07);
  border: 1px solid var(--line-strong);
  white-space: nowrap;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.ctrl-btn:hover {
  background: rgba(232, 201, 106, 0.18);
  border-color: var(--note-yellow);
  color: var(--note-yellow-2);
}
.ctrl-btn.is-active, .ctrl-play.is-active {
  background: var(--note-yellow);
  border-color: var(--note-yellow);
  color: #3d3116;
  font-weight: 700;
}
.ctrl-progress {
  flex: 1 1 180px;
  min-width: 120px;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(236, 229, 216, 0.2);
  border-radius: 999px;
  outline: none;
}
.ctrl-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--note-yellow);
  border: 0;
}
.ctrl-progress::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: var(--note-yellow);
}
.ctrl-volume {
  flex: 0 0 72px;
  width: 72px;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(236, 229, 216, 0.2);
  border-radius: 999px;
  outline: none;
}
.ctrl-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--key-brass-2);
  border: 0;
}
.ctrl-volume::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 50%;
  background: var(--key-brass-2);
}
.ctrl-speed {
  font-size: 12px;
  padding: 4px 6px;
  border-radius: 6px;
  background: rgba(236, 229, 216, 0.07);
  border: 1px solid var(--line-strong);
  color: var(--cream);
}
.ctrl-speed option {
  color: #1d1b17;
}
.player-shell.is-theater {
  border-color: var(--note-yellow);
  box-shadow: 0 0 0 1px rgba(232, 201, 106, 0.35), 0 20px 40px -22px rgba(0, 0, 0, 1);
}
.player-shell.is-lights-off {
  background: #000;
}
.player-shell.is-lights-off .player-controls {
  background: #0c0c0c;
}
.player-shell.is-playing .ctrl-play {
  background: var(--note-yellow);
  border-color: var(--note-yellow);
  color: #3d3116;
}
.movie-seo {
  font-size: 13px;
  line-height: 1.7;
  color: var(--cream-dim);
  border-top: 1px dashed var(--line);
  padding-top: 10px;
}
.episode-status {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.status-chip {
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 4px;
  border: 1px solid var(--line-strong);
  color: var(--cream-dim);
  white-space: nowrap;
}
.status-current {
  background: var(--note-yellow);
  border-color: var(--note-yellow);
  color: #3d3116;
  font-weight: 700;
}
.status-total {
  background: rgba(47, 68, 56, 0.6);
  color: var(--cream);
}
.status-update {
  border-color: var(--key-brass);
  color: var(--key-brass-2);
}
.movie-details {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}
.details-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2px 16px;
}
.detail-row {
  display: flex;
  gap: 8px;
  align-items: baseline;
  font-size: 13px;
  padding: 3px 0;
  border-bottom: 1px dotted rgba(236, 229, 216, 0.1);
}
.detail-row dt {
  flex: 0 0 62px;
  color: var(--cream-dim);
  font-size: 12px;
}
.detail-row dd {
  color: var(--cream);
  min-width: 0;
}
.cast-strip {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}
.cast-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
}
.cast-member {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 68px;
}
.cast-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, var(--cream-dim), transparent 55%),
    linear-gradient(150deg, var(--dark-green), var(--warm-grey-3));
  border: 2px solid var(--key-brass);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.cast-name {
  font-size: 12px;
  color: var(--cream);
  white-space: nowrap;
  text-align: center;
}
.synopsis {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}
.synopsis-paragraph {
  font-size: 13.5px;
  line-height: 1.75;
  color: var(--cream-dim);
}
.synopsis-paragraph + .synopsis-paragraph {
  margin-top: 8px;
}
.timeline-section {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.timeline-strip {
  display: flex;
  gap: 0;
  overflow-x: auto;
  background: #1b1916;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  padding: 10px;
  scrollbar-width: thin;
}
.timeline-frame {
  flex: 1 1 0;
  min-width: 132px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 8px 10px;
  position: relative;
  border-right: 6px solid #1b1916;
  background: linear-gradient(180deg, #2a2723, #201e1a);
  outline: 1px solid rgba(236, 229, 216, 0.07);
}
.timeline-frame:last-child {
  border-right: 0;
}
.timeline-frame::before, .timeline-frame::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 5px;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.75) 1.6px, transparent 1.8px);
  background-size: 10px 5px;
  background-repeat: repeat-x;
  pointer-events: none;
}
.timeline-frame::before { top: 0; }
.timeline-frame::after { bottom: 0; }
.frame-timecode {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--key-brass-2);
  font-weight: 700;
}
.frame-label {
  font-size: 12.5px;
  line-height: 1.4;
  color: var(--cream-dim);
}
.timeline-frame.is-active {
  background: linear-gradient(180deg, #4a3c17, #33290f);
  outline: 1px solid var(--note-yellow);
}
.timeline-frame.is-active .frame-timecode {
  color: var(--note-yellow-2);
}
.timeline-frame.is-active .frame-label {
  color: var(--cream);
  font-weight: 600;
}
.episodes-section {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.episode-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "num title"
    "sum sum"
    "dur dur";
  column-gap: 8px;
  row-gap: 3px;
  align-items: baseline;
  background: var(--warm-grey-2);
  border: 1px solid var(--line);
  border-left: 3px solid var(--dark-green);
  border-radius: 5px;
  padding: 8px 10px;
}
.episode-number {
  grid-area: num;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--key-brass-2);
  white-space: nowrap;
}
.episode-title {
  grid-area: title;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--cream);
  line-height: 1.35;
}
.episode-summary {
  grid-area: sum;
  font-size: 12px;
  line-height: 1.5;
  color: var(--cream-dim);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.episode-duration {
  grid-area: dur;
  font-size: 11px;
  color: rgba(185, 178, 165, 0.75);
}
.comments-section {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.comment-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 6px 4px 10px;
}
.comment-note {
  background: linear-gradient(165deg, var(--note-yellow-2), var(--note-yellow));
  color: #3f3315;
  border-radius: 2px;
  padding: 10px 12px 12px;
  position: relative;
  box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.85), 0 1px 0 rgba(255, 255, 255, 0.35) inset;
  align-self: start;
}
.comment-note::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  width: 46px;
  height: 12px;
  background: rgba(236, 229, 216, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.comment-nickname {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #6a5316;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dashed rgba(63, 51, 21, 0.28);
}
.comment-text {
  font-size: 12.5px;
  line-height: 1.6;
  color: #3f3315;
}
.note-rotate-1 { transform: rotate(-1.6deg); }
.note-rotate-2 { transform: rotate(1.3deg); }
.note-rotate-3 { transform: rotate(-0.8deg); }
.note-rotate-4 { transform: rotate(1.9deg); }
.note-rotate-5 { transform: rotate(-1.1deg); }
.note-rotate-6 { transform: rotate(0.7deg); }
.rec-section {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.rec-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 8px;
  align-items: start;
}
.rec-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: var(--warm-grey-2);
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 7px;
  min-width: 0;
  transition: border-color 0.15s, transform 0.15s;
}
a.rec-card {
  color: var(--cream);
  text-decoration: none;
}
a.rec-card:hover {
  border-color: var(--note-yellow);
  transform: translateY(-2px);
}
a.rec-card:hover .rec-name {
  color: var(--note-yellow-2);
}
[data-runtime="recommendation"] img {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  border-radius: 3px;
  background: var(--warm-grey-3);
  filter: saturate(0.9) brightness(0.95);
}
.rec-name {
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--cream);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rec-blurb {
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--cream-dim);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  background: linear-gradient(180deg, var(--dark-green-2), #1a231c);
  border-top: 1px solid var(--line-strong);
  margin-top: 8px;
}
.footer-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 18px 16px 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-nav a {
  font-size: 13px;
  color: var(--cream);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
a[data-contract="footer-home"] {
  color: var(--note-yellow);
  text-decoration: none;
}
a[data-contract="footer-home"]:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
a[data-contract="footer-sitemap"] {
  color: var(--key-brass-2);
  text-decoration: none;
}
a[data-contract="footer-sitemap"]:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-disclaimer {
  font-size: 12px;
  line-height: 1.7;
  color: rgba(185, 178, 165, 0.78);
  max-width: 760px;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 12px;
  border-top: 1px dashed var(--line);
  padding-top: 10px;
}
.friend-links-label {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--note-yellow);
  white-space: nowrap;
}
.runtime-friend-link, a.runtime-friend-link {
  font-size: 12px;
  color: var(--cream-dim);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px dotted rgba(185, 178, 165, 0.4);
}
a.runtime-friend-link:hover {
  color: var(--note-yellow-2);
  border-bottom-color: var(--note-yellow-2);
}
.player .play, .player .pause, .player .mute, .player .volume, .player .progress, .player .speed, .player .pip, .player .fullscreen, .player .theater, .player .light, .player .change, .player .click, .player .input, .player .timeupdate {
  transition: opacity 0.15s, background 0.15s, color 0.15s;
}
.fullscreen .player-controls, .player-shell:fullscreen .player-controls {
  position: sticky;
  bottom: 0;
}
.player-shell:fullscreen {
  border-radius: 0;
  background: #000;
}
.player-shell:fullscreen video {
  max-height: calc(100vh - 46px);
}
@media (max-width: 1024px) {.hero-table {
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  }
.comment-notes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 860px) {.hero-table {
    grid-template-columns: minmax(0, 1fr);
  }
.hero-poster-wrap {
    max-width: 320px;
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }}
@media (max-width: 640px) {body {
    font-size: 14.5px;
  }
.page-main {
    padding: 12px 12px 28px;
    gap: 18px;
  }
.hero-table {
    padding: 12px;
    gap: 16px;
  }
.hero-poster-wrap {
    max-width: 260px;
  }
.hero-note {
    font-size: 10px;
    max-width: 82px;
  }
.comment-notes {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
.comment-note {
    transform: none;
  }
.rec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.timeline-frame {
    min-width: 118px;
  }
.header-inner {
    padding: 9px 12px;
    gap: 10px;
  }}
@media (max-width: 420px) {.rec-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-member {
    width: 62px;
  }
.cast-avatar {
    width: 46px;
    height: 46px;
  }
.hero-poster-wrap {
    max-width: 220px;
  }}

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}
