* {box-sizing:border-box;margin:0;padding:0}
html {scroll-behavior:smooth}
body {font-family:"DIN","Source Han Sans SC","Noto Sans CJK SC","PingFang SC","Microsoft YaHei",sans-serif;background:#f7f5f0;color:#333;line-height:1.6;font-size:15px}
img, video {display:block;max-width:100%}
a {color:inherit;text-decoration:none}
button {font:inherit;cursor:pointer;border:none;background:none;color:inherit}
.site-brand {display:inline-block;font-weight:700;font-size:1.3rem;letter-spacing:.05em;color:#1e3a5f;text-transform:uppercase}
.site-brand:hover {color:#d4a65a}
.site-brand:active {color:#d4a65a}
.site-brand:visited {color:#1e3a5f}
.categories-shell {display:flex;flex-wrap:wrap;gap:2px 0;padding:0 1rem;border-bottom:1px solid #1e3a5f;background:#fff}
.categories-shell>.runtime-category {display:inline-block;padding:.45rem .7rem;font-size:.8rem;line-height:1;color:#1e3a5f;background:transparent;white-space:nowrap;border-right:1px solid #e0ddd5;transition:background .2s,color .2s}
.categories-shell>.runtime-category:hover {background:#1e3a5f;color:#f7f5f0}
.categories-shell>.runtime-category:active {background:#d4a65a;color:#1e3a5f}
.categories-shell>.runtime-category:visited {color:#1e3a5f}
.categories-shell>.runtime-category:first-child {border-left:1px solid #e0ddd5}
main {max-width:1200px;margin:0 auto;padding:1rem}
section {margin-bottom:2rem}
.overview-shell {display:grid;grid-template-columns:280px 1fr;gap:1.5rem;padding:1rem;background:#fff;border:1px solid #e0ddd5}
.poster-media-wrap {width:100%;align-self:start}
.main-poster-img {width:100%;aspect-ratio:2/3;object-fit:cover;border:1px solid #e0ddd5}
.overview-info-group {display:flex;flex-direction:column;gap:1rem;min-width:0}
.movie-title {font-size:1.8rem;font-weight:700;color:#1e3a5f;line-height:1.2}
.movie-tagline {font-size:.95rem;color:#666;border-left:3px solid #d4a65a;padding-left:.75rem;font-style:italic}
.cast-panel {margin-top:.5rem}
.section-subheading {font-size:1.1rem;font-weight:600;color:#1e3a5f;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #e0ddd5;padding-bottom:.25rem}
.cast-card-list {display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}
.cast-card-item {display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:.5rem;border:1px solid #f0ede5;background:#faf9f6;text-align:center;justify-self:center;width:100%;max-width:140px}
.cast-avatar-placeholder {width:100%;aspect-ratio:1/1;background:linear-gradient(135deg,#1e3a5f 0%,#3a5a80 100%);border:1px solid #e0ddd5;position:relative}
.cast-avatar-placeholder::after {content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 30%,rgba(212,166,90,.3),transparent 70%)}
.cast-name {font-size:.85rem;font-weight:500;color:#333;line-height:1.2}
.synopsis-block {margin-top:.5rem}
.synopsis-columns {column-count:2;column-gap:1.5rem;column-rule:1px solid #e0ddd5}
.synopsis-paragraph {font-size:.9rem;color:#444;margin-bottom:.6rem;break-inside:avoid;text-align:justify;text-indent:2em}
.episode-status-panel {margin-top:.5rem}
.episode-progress-meta {display:flex;align-items:baseline;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}
.episode-current {font-size:1rem;font-weight:700;color:#d4a65a;letter-spacing:.02em}
.episode-total {font-size:.85rem;color:#888;background:#f0ede5;padding:.15rem .5rem;border:1px solid #e0ddd5}
.player-shell {width:100%}
.player-shell video {width:100%;background:#000}
.player-shell video.theater-mode {position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;background:#000}
.player-control-bar {display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.5rem;padding:.5rem;background:#1e3a5f;border:1px solid #1e3a5f}
.player-btn {font-size:.8rem;color:#f7f5f0;background:#2a4a6f;padding:.35rem .75rem;border:1px solid #3a5a80;transition:background .2s}
.player-btn:hover {background:#d4a65a;color:#1e3a5f}
.player-btn:active {background:#d4a65a}
.details-grid {display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-top:.5rem;border-top:1px solid #e0ddd5;padding-top:.75rem}
.detail-item {display:flex;flex-direction:column;gap:.15rem;padding:.4rem;border-left:2px solid #d4a65a;background:#faf9f6}
.detail-label {font-size:.7rem;color:#888;text-transform:uppercase;letter-spacing:.08em}
.detail-value {font-size:.9rem;color:#1e3a5f;font-weight:500}
.highlight-gold {color:#d4a65a !important;font-weight:700}
.timeline-section {padding:1rem;background:#fff;border:1px solid #e0ddd5}
.section-heading {font-size:1.4rem;font-weight:700;color:#1e3a5f;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:3px solid #d4a65a;display:inline-block}
.timeline-vertical {position:relative;padding-left:1.5rem;border-left:2px solid #1e3a5f;margin-left:.5rem}
.timeline-vertical::before {content:"";position:absolute;left:-5px;top:0;bottom:0;width:8px;background:linear-gradient(to bottom,#1e3a5f,#d4a65a)}
.timeline-entry {position:relative;padding:.6rem 0 .6rem 1rem;border-bottom:1px solid #f0ede5;display:flex;align-items:baseline;gap:1rem}
.timeline-entry::before {content:"";position:absolute;left:-1.75rem;top:50%;transform:translateY(-50%);width:10px;height:10px;background:#d4a65a;border:2px solid #1e3a5f;border-radius:50%;z-index:1}
.timeline-time {font-size:.85rem;font-weight:700;color:#1e3a5f;background:#f0ede5;padding:.2rem .6rem;border:1px solid #e0ddd5;white-space:nowrap}
.timeline-desc {font-size:.9rem;color:#444;line-height:1.4}
.episodes-section {padding:1rem;background:#fff;border:1px solid #e0ddd5}
.episode-list {display:grid;grid-template-columns:1fr 1fr;gap:.5rem}
.episode-item {display:flex;align-items:center;gap:.75rem;padding:.6rem;border:1px solid #e0ddd5;background:#faf9f6;transition:border-color .2s}
.episode-item:hover {border-color:#d4a65a}
.episode-number {font-size:1.2rem;font-weight:700;color:#d4a65a;background:#1e3a5f;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;line-height:1}
.episode-info {display:flex;flex-direction:column;gap:.1rem;min-width:0}
.episode-title {font-size:.95rem;font-weight:600;color:#1e3a5f;line-height:1.2}
.episode-summary {font-size:.8rem;color:#666;line-height:1.3}
.episode-duration {font-size:.8rem;color:#888;margin-left:auto;background:#f0ede5;padding:.15rem .4rem;border:1px solid #e0ddd5;flex-shrink:0}
.comments-section {padding:1rem;background:#fff;border:1px solid #e0ddd5}
.comments-grid {display:grid;grid-template-columns:1fr 1fr;gap:.75rem}
.comment-card {display:flex;gap:.75rem;padding:.75rem;border:1px solid #f0ede5;background:#faf9f6;align-items:flex-start}
.comment-avatar {width:2.5rem;height:2.5rem;border-radius:0;background:linear-gradient(135deg,#1e3a5f,#d4a65a);flex-shrink:0;border:1px solid #e0ddd5}
.comment-body {display:flex;flex-direction:column;gap:.25rem;min-width:0}
.comment-nick {font-size:.9rem;font-weight:600;color:#1e3a5f}
.comment-text {font-size:.85rem;color:#444;line-height:1.4;word-break:break-word}
.recommendation-region {padding:1rem;background:#fff;border:1px solid #e0ddd5;margin-bottom:1rem}
.recommendation-heading {font-size:1.2rem;font-weight:700;color:#1e3a5f;margin-bottom:.75rem;padding-bottom:.25rem;border-bottom:2px solid #d4a65a}
.recommendation-strip {display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;overflow-x:auto}
@media(max-width:900px){.recommendation-strip {grid-template-columns:repeat(3,1fr)}}
.recommendation-card {display:flex;flex-direction:column;gap:.4rem;padding:.5rem;border:1px solid #e0ddd5;background:#faf9f6;transition:transform .2s,border-color .2s;min-width:0}
.recommendation-card:hover {transform:translateY(-2px);border-color:#d4a65a}
.recommendation-card:active {transform:translateY(0)}
.recommendation-card:visited {color:#333}
.rec-img {width:100%;aspect-ratio:16/9;object-fit:cover;border:1px solid #e0ddd5}
.rec-name {font-size:.9rem;font-weight:600;color:#1e3a5f;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rec-blurb {font-size:.8rem;color:#666;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.footer-disclaimer {font-size:.8rem;color:#888;text-align:center;padding:1rem;border-top:1px solid #e0ddd5;margin:0 1rem}
.footer-link {display:inline-block;font-size:.85rem;color:#1e3a5f;padding:.4rem .8rem;border:1px solid #e0ddd5;background:#fff;margin:.25rem}
.footer-link:hover {background:#1e3a5f;color:#f7f5f0}
.footer-link:active {background:#d4a65a}
.footer-link:visited {color:#1e3a5f}
.friend-links-nav {display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;padding:1rem;border-top:1px solid #e0ddd5;margin-top:.5rem}
.friend-links-label {font-size:.8rem;color:#888;margin-right:.5rem}
.runtime-friend-link {display:inline-block;font-size:.8rem;color:#1e3a5f;background:#f0ede5;padding:.25rem .6rem;border:1px solid #e0ddd5;transition:background .2s}
.runtime-friend-link:hover {background:#1e3a5f;color:#f7f5f0}
.runtime-friend-link:active {background:#d4a65a}
.runtime-friend-link:visited {color:#1e3a5f}
.lights-off {background:#111}
.lights-off .overview-shell, .lights-off .timeline-section, .lights-off .episodes-section, .lights-off .comments-section, .lights-off .recommendation-region, .lights-off .cast-card-item, .lights-off .detail-item, .lights-off .episode-item, .lights-off .comment-card, .lights-off .recommendation-card {background:#1a1a1a;border-color:#333;color:#ccc}
.lights-off .movie-title, .lights-off .section-heading, .lights-off .section-subheading, .lights-off .recommendation-heading, .lights-off .episode-title, .lights-off .comment-nick, .lights-off .rec-name {color:#d4a65a}
.lights-off .movie-tagline, .lights-off .timeline-desc, .lights-off .episode-summary, .lights-off .comment-text, .lights-off .rec-blurb {color:#aaa}
.lights-off .detail-value {color:#ddd}
.lights-off .episode-number {background:#d4a65a;color:#1a1a1a}
.lights-off .player-control-bar {background:#2a2a2a;border-color:#333}
.lights-off .player-btn {background:#333;color:#ccc;border-color:#444}
.lights-off .footer-disclaimer {color:#888;border-color:#333}
.lights-off .footer-link, .lights-off .runtime-friend-link {background:#222;color:#ccc;border-color:#444}
.lights-off .footer-link:hover, .lights-off .runtime-friend-link:hover {background:#d4a65a;color:#1a1a1a}
@media(max-width:900px){.overview-shell {grid-template-columns:200px 1fr}
.cast-card-list {grid-template-columns:repeat(2,1fr)}
.details-grid {grid-template-columns:repeat(2,1fr)}
.synopsis-columns {column-count:1}
.episode-list {grid-template-columns:1fr}
.recommendation-strip {grid-template-columns:repeat(2,1fr)}
.comments-grid {grid-template-columns:1fr}}
@media(max-width:600px){.overview-shell {grid-template-columns:1fr}
.poster-media-wrap {max-width:280px;margin:0 auto}
.cast-card-list {grid-template-columns:repeat(2,1fr)}
.details-grid {grid-template-columns:1fr}
.episode-list {grid-template-columns:1fr}
.recommendation-strip {grid-template-columns:1fr}
.comments-grid {grid-template-columns:1fr}
.timeline-entry {flex-direction:column;gap:.25rem}
.player-control-bar {flex-direction:column}
.categories-shell>.runtime-category {font-size:.75rem;padding:.35rem .5rem;border-right:none;border-bottom:1px solid #e0ddd5}
.categories-shell {flex-direction:column;gap:0;padding:0}
.categories-shell>.runtime-category:first-child {border-left:none}}
@media(max-width:480px){body {font-size:14px}
.movie-title {font-size:1.4rem}
.section-heading {font-size:1.2rem}
.recommendation-strip {grid-template-columns:1fr}
.cast-card-list {grid-template-columns:repeat(2,1fr)}
.player-shell {min-width:0}
.player-shell video {min-width:0}}

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}
