*, *::before, *::after {box-sizing:border-box;margin:0;padding:0}
html {scroll-behavior:smooth}
body {font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;background:#faf6f0;color:#4a4a4a;line-height:1.5;font-size:15px}
img, video {max-width:100%;display:block}
a {color:inherit;text-decoration:none}
ul {list-style:none}
button {font:inherit;border:none;background:none;cursor:pointer}
h1, h2, h3 {font-weight:600;color:#2d2a26}
.header-shell {background:linear-gradient(135deg,#f5ede3,#faf6f0);border-bottom:1px solid #e8ddd0;padding:0.65rem 1.2rem;position:sticky;top:0;z-index:100;display:flex;align-items:center;gap:2rem;flex-wrap:wrap;box-shadow:0 1px 6px rgba(0,0,0,0.04)}
.site-brand {font-size:1.2rem;font-weight:700;color:#8c6b4d;letter-spacing:1px;white-space:nowrap}
.site-brand:hover {color:#6f5438}
.category-nav {display:flex;gap:0.4rem;flex-wrap:wrap;align-items:center;flex:1}
.runtime-category {display:inline-block;padding:0.3rem 0.75rem;border-radius:16px;background:#f0e6d8;color:#7a5c40;font-size:0.85rem;white-space:nowrap;transition:background 0.2s,color 0.2s}
.runtime-category:hover {background:#e2d2be;color:#5c4129}
.main-shell {max-width:1280px;margin:0 auto;padding:1rem 1.2rem 2rem;display:flex;flex-direction:column;gap:1.8rem}
.movie-overview-block {display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:1.5rem;background:#fdfaf7;border-radius:16px;border:1px solid #eee4d8;box-shadow:0 2px 10px rgba(140,107,77,0.08);padding:1.2rem;align-items:start}
.poster-column {position:relative;border-radius:12px;overflow:hidden;box-shadow:0 4px 18px rgba(90,60,30,0.18)}
.hero-poster {width:100%;aspect-ratio:2/3;object-fit:cover;border-radius:12px;filter:saturate(0.95) sepia(0.08)}
.poster-column::after {content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 55%,rgba(255,240,220,0.25) 100%);pointer-events:none}
.overview-info {display:flex;flex-direction:column;gap:1rem;min-width:0}
.movie-title {font-size:1.8rem;font-weight:700;color:#3d2f1f;line-height:1.2;letter-spacing:0.5px}
.movie-tagline {font-size:1rem;color:#8a7560;font-style:italic;border-left:3px solid #d4b896;padding-left:0.8rem;margin-bottom:0.2rem}
.section-label {font-size:0.95rem;font-weight:600;color:#6b543c;text-transform:uppercase;letter-spacing:1px;margin-bottom:0.5rem;position:relative;display:inline-block}
.section-label::after {content:"";position:absolute;left:0;bottom:-2px;width:30px;height:2px;background:#cbb294;border-radius:1px}
.cast-section {margin-top:0.2rem}
.cast-list {display:flex;gap:0.6rem;flex-wrap:wrap}
.cast-item {display:flex;flex-direction:column;align-items:center;gap:0.25rem;padding:0.4rem 0.5rem;border-radius:10px;transition:background 0.2s}
.cast-item:hover {background:#f5ede3}
.cast-photo {width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid #e8d5c0;box-shadow:0 2px 6px rgba(0,0,0,0.08)}
.cast-name {font-size:0.75rem;color:#5a4632;font-weight:500;text-align:center;white-space:nowrap}
.synopsis-para {font-size:0.9rem;color:#5c5c5c;line-height:1.7;margin-bottom:0.4rem;text-align:justify}
.synopsis-para:last-child {margin-bottom:0}
.details-panel {background:#faf4ec;border-radius:10px;padding:0.8rem 1rem;margin-top:0.2rem}
.details-grid {display:grid;grid-template-columns:repeat(4,1fr);gap:0.4rem 1rem}
.detail-item {display:flex;gap:0.4rem;align-items:baseline;font-size:0.85rem}
.detail-item dt {color:#8a7560;font-weight:500;white-space:nowrap}
.detail-item dd {color:#4a3a2a;font-weight:600;margin:0}
.episode-status-wrap {margin-top:0.2rem}
.status-meta {display:flex;gap:1rem;align-items:center;margin-bottom:0.6rem;flex-wrap:wrap}
.total-episodes, .current-episode {font-size:0.8rem;padding:0.25rem 0.75rem;border-radius:12px;background:#eee2d2;color:#6b543c;font-weight:500}
.current-episode {background:#d9c4a8;color:#4a3620}
.player-container {position:relative;border-radius:12px;overflow:hidden;background:#1a1a1a;box-shadow:0 4px 16px rgba(0,0,0,0.15)}
.main-player {display:block;width:100%;aspect-ratio:16/9;object-fit:cover;background:#000}
.player-controls-bar {display:flex;gap:0.4rem;flex-wrap:wrap;padding:0.5rem 0.6rem;background:rgba(0,0,0,0.75);position:absolute;bottom:0;left:0;right:0;justify-content:center;opacity:0;transition:opacity 0.3s;z-index:5}
.player-container:hover .player-controls-bar {opacity:1}
.ctrl-btn {background:rgba(255,255,255,0.15);color:#f0e8dd;font-size:0.7rem;padding:0.25rem 0.6rem;border-radius:8px;transition:background 0.2s}
.ctrl-btn:hover {background:rgba(255,255,255,0.3)}
.player-container.theater-mode .main-player {aspect-ratio:21/9;object-fit:contain;background:#111}
.player-container.theater-mode .player-controls-bar {opacity:1}
.player-container.lights-off {background:#000}
.player-container.lights-off .main-player {opacity:0.92}
.player-container.is-fullscreen {position:fixed;inset:0;z-index:9999;border-radius:0;width:100%;height:100%}
.player-container.is-fullscreen .main-player {height:100%;aspect-ratio:auto;object-fit:contain}
.player-container.is-fullscreen .player-controls-bar {opacity:1;padding:0.8rem}
.timeline-section {background:#fdfaf7;border-radius:14px;border:1px solid #eee4d8;padding:1rem 1.2rem}
.timeline-heading {margin-bottom:0.8rem}
.timeline-scroll {display:flex;gap:0.8rem;overflow-x:auto;padding-bottom:0.6rem;scrollbar-width:thin;scrollbar-color:#cbb294 #f5ede3}
.timeline-scroll::-webkit-scrollbar {height:6px}
.timeline-scroll::-webkit-scrollbar-track {background:#f5ede3;border-radius:3px}
.timeline-scroll::-webkit-scrollbar-thumb {background:#cbb294;border-radius:3px}
.timeline-card {flex:0 0 auto;min-width:120px;background:rgba(245,237,227,0.75);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:12px;padding:0.8rem 1rem;border:1px solid rgba(232,221,208,0.8);display:flex;flex-direction:column;gap:0.3rem;transition:transform 0.2s,box-shadow 0.2s}
.timeline-card:hover {transform:translateY(-2px);box-shadow:0 4px 12px rgba(140,107,77,0.15)}
.timecode {font-size:0.85rem;font-weight:700;color:#8c6b4d;font-variant-numeric:tabular-nums}
.timeline-label {font-size:0.8rem;color:#5c4a36;line-height:1.3}
.episodes-list-section {background:#fdfaf7;border-radius:14px;border:1px solid #eee4d8;padding:1rem 1.2rem}
.episodes-vertical {display:grid;grid-template-columns:repeat(2,1fr);gap:0 2rem}
.episode-item {display:flex;gap:0.8rem;padding:0.7rem 0;border-bottom:1px solid #ece1d3;align-items:flex-start}
.episode-item:last-child {border-bottom:none}
.episode-number {font-size:1.1rem;font-weight:700;color:#b89a78;min-width:2rem;line-height:1.4;font-variant-numeric:tabular-nums}
.episode-info {flex:1;min-width:0}
.episode-title {font-size:0.95rem;font-weight:600;color:#3d2f1f;margin-bottom:0.15rem}
.episode-summary {font-size:0.8rem;color:#7a6a58;line-height:1.4;margin-bottom:0.2rem}
.episode-duration {font-size:0.72rem;color:#a08b72;display:inline-block;background:#f5ede3;padding:0.1rem 0.5rem;border-radius:8px}
.comments-section {background:#fdfaf7;border-radius:14px;border:1px solid #eee4d8;padding:1rem 1.2rem}
.comments-grid {display:grid;grid-template-columns:1fr 1fr;gap:0.8rem}
.comment-card {background:#fff;border:1px solid #eee4d8;border-radius:12px;padding:0.9rem 1rem;position:relative;transition:box-shadow 0.2s}
.comment-card:hover {box-shadow:0 3px 10px rgba(140,107,77,0.1)}
.comment-card::before {content:"“";font-size:2.2rem;color:#d4b896;position:absolute;top:0.1rem;left:0.6rem;line-height:1;font-family:Georgia,serif}
.comment-text {font-size:0.85rem;color:#5c5c5c;line-height:1.6;padding-left:1.2rem;margin-bottom:0.4rem}
.comment-author {font-size:0.8rem;color:#8a7560;text-align:right;font-style:normal}
.recommendation-region {margin-bottom:0.4rem}
.rec-title {font-size:1.1rem;font-weight:600;color:#3d2f1f;margin-bottom:0.8rem;padding-left:0.6rem;border-left:3px solid #cbb294}
.rec-list {display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.recommendation-region[data-recommendation-region="2"] .rec-list, .recommendation-region[data-recommendation-region="3"] .rec-list {grid-template-columns:repeat(3,1fr)}
.rec-item {display:flex;flex-direction:column;gap:0.4rem;background:#fdfaf7;border-radius:12px;border:1px solid #eee4d8;padding:0.6rem;transition:transform 0.2s,box-shadow 0.2s;text-decoration:none;color:inherit}
.rec-item:hover {transform:translateY(-3px);box-shadow:0 6px 16px rgba(140,107,77,0.15)}
.rec-item img {width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px;background:#eee}
.rec-item [data-runtime="name"] {font-size:0.9rem;font-weight:600;color:#4a3a2a;line-height:1.3}
.rec-item [data-runtime="blurb"] {font-size:0.78rem;color:#8a7a68;line-height:1.4;flex:1}
.footer-shell {background:#f0e8dc;border-top:1px solid #e0d2bf;padding:1.2rem 1.5rem;margin-top:2rem}
.friend-links {display:flex;flex-wrap:wrap;gap:0.4rem 1rem;align-items:center;margin-bottom:0.8rem;font-size:0.8rem}
.friend-links-label {color:#8a7560;font-weight:500;white-space:nowrap}
.runtime-friend-link {color:#6b543c;text-decoration:underline;text-decoration-color:#cbb294;text-underline-offset:3px;transition:color 0.2s}
.runtime-friend-link:hover {color:#4a3620;text-decoration-color:#4a3620}
.disclaimer {font-size:0.75rem;color:#9a8a78;line-height:1.5;margin-bottom:0.8rem;max-width:800px}
.footer-links {display:flex;gap:1.2rem;font-size:0.8rem;color:#6b543c}
.footer-links a {text-decoration:none;transition:color 0.2s}
.footer-links a:hover {color:#3d2f1f;text-decoration:underline}
@media (max-width:1024px){.main-shell {padding:0.8rem 1rem 1.5rem;gap:1.4rem}
.movie-overview-block {grid-template-columns:200px minmax(0,1fr);gap:1rem}
.movie-title {font-size:1.5rem}
.details-grid {grid-template-columns:repeat(2,1fr)}}
@media (max-width:768px){body {font-size:14px}
.header-shell {padding:0.5rem 0.8rem;gap:0.8rem}
.movie-overview-block {grid-template-columns:1fr;padding:0.8rem;gap:0.8rem}
.poster-column {max-width:260px;margin:0 auto}
.hero-poster {aspect-ratio:2/3}
.overview-info {gap:0.8rem}
.movie-title {font-size:1.3rem;text-align:center}
.movie-tagline {text-align:center;border-left:none;padding-left:0;border-bottom:1px solid #e8d5c0;padding-bottom:0.4rem}
.cast-list {justify-content:center}
.details-grid {grid-template-columns:repeat(2,1fr)}
.episode-status-wrap {order:2}
.player-controls-bar {opacity:1;position:static;background:#2a2620;flex-wrap:wrap;justify-content:center;gap:0.3rem;padding:0.4rem}
.ctrl-btn {font-size:0.68rem}
.episodes-vertical {grid-template-columns:1fr;gap:0}
.comments-grid {grid-template-columns:1fr}
.rec-list {grid-template-columns:repeat(2,1fr);gap:0.8rem}
.recommendation-region[data-recommendation-region="2"] .rec-list, .recommendation-region[data-recommendation-region="3"] .rec-list {grid-template-columns:repeat(2,1fr)}}
@media (max-width:480px){.main-shell {padding:0.5rem 0.6rem 1rem;gap:1rem}
.category-nav {gap:0.3rem;width:100%;justify-content:center}
.runtime-category {font-size:0.78rem;padding:0.25rem 0.6rem}
.movie-overview-block {padding:0.6rem;border-radius:12px}
.cast-photo {width:46px;height:46px}
.cast-name {font-size:0.7rem}
.details-grid {grid-template-columns:1fr 1fr;gap:0.3rem 0.6rem}
.detail-item {font-size:0.78rem}
.status-meta {gap:0.5rem}
.total-episodes, .current-episode {font-size:0.72rem;padding:0.2rem 0.5rem}
.timeline-scroll {gap:0.5rem}
.timeline-card {min-width:100px;padding:0.6rem 0.8rem}
.timeline-label {font-size:0.72rem}
.episode-item {gap:0.5rem;padding:0.6rem 0}
.episode-number {min-width:1.5rem;font-size:1rem}
.episode-title {font-size:0.85rem}
.episode-summary {font-size:0.75rem}
.episode-duration {font-size:0.68rem}
.comment-card {padding:0.7rem 0.8rem}
.comment-text {font-size:0.8rem;padding-left:1rem}
.comment-author {font-size:0.75rem}
.rec-title {font-size:1rem}
.rec-list {grid-template-columns:1fr;gap:0.6rem}
.recommendation-region[data-recommendation-region="2"] .rec-list, .recommendation-region[data-recommendation-region="3"] .rec-list {grid-template-columns:1fr}
.rec-item {flex-direction:row;align-items:center;gap:0.6rem}
.rec-item img {width:88px;height:60px;aspect-ratio:auto;flex-shrink:0}
.rec-item [data-runtime="name"] {font-size:0.85rem}
.rec-item [data-runtime="blurb"] {font-size:0.72rem;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.footer-shell {padding:0.8rem 0.8rem}
.friend-links {gap:0.3rem 0.6rem;font-size:0.72rem}
.footer-links {gap:0.8rem;font-size:0.75rem}
.disclaimer {font-size:0.7rem}
.player-container {border-radius:8px}
.player-container.theater-mode .main-player {aspect-ratio:16/9;object-fit:cover}
.player-container.is-fullscreen {position:fixed;inset:0;border-radius:0}
.player-container.is-fullscreen .main-player {height:100%;object-fit:contain}
.player-container.is-fullscreen .player-controls-bar {position:fixed;bottom:0;padding:0.4rem;flex-wrap:wrap;gap:0.2rem}}
@media (min-width:769px) and (max-width:1024px){.rec-list {grid-template-columns:repeat(3,1fr)}
.recommendation-region[data-recommendation-region="2"] .rec-list, .recommendation-region[data-recommendation-region="3"] .rec-list {grid-template-columns:repeat(2,1fr)}}
@media (min-width:1025px){.recommendation-region[data-recommendation-region="2"] .rec-list, .recommendation-region[data-recommendation-region="3"] .rec-list {grid-template-columns:repeat(3,1fr)}}

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}
