*, *::before, *::after {box-sizing:border-box;margin:0;padding:0}
html {scroll-behavior:smooth}
body {font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;background:#e8e2d8;color:#2d2a26;line-height:1.6;font-size:14px;-webkit-font-smoothing:antialiased}
img, video {display:block;max-width:100%}
a {color:inherit;text-decoration:none}
ul {list-style:none}
button {font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}
.site-header {position:sticky;top:0;z-index:100;background:rgba(232,226,216,.92);backdrop-filter:blur(8px);border-bottom:1px solid rgba(112,88,76,.15)}
.header-inner {max-width:1440px;margin:0 auto;padding:10px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}
a[data-contract="site-name"] {font-family:"Songti SC","SimSun",serif;font-size:1.6rem;font-weight:700;letter-spacing:.05em;color:#4a3f3a;white-space:nowrap;transition:color .2s}
a[data-contract="site-name"]:hover {color:#8a6f5c}
.categories-nav {display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}
.categories-nav .runtime-category {font-size:13px;color:#5c4f48;padding:6px 14px;border-radius:20px;background:rgba(255,255,255,.5);border:1px solid rgba(112,88,76,.2);transition:all .2s;white-space:nowrap}
.categories-nav .runtime-category:hover {background:#fff;color:#3a2f2a;border-color:#8a6f5c}
.page-main {max-width:1440px;margin:0 auto;padding:24px}
.movie-overview-shell {background:linear-gradient(135deg,#f4efe8 0%,#e9e0d4 100%);border-radius:16px;padding:32px;box-shadow:0 4px 24px rgba(74,63,58,.08);border:1px solid rgba(255,255,255,.6)}
.overview-layout {display:grid;grid-template-columns:minmax(280px,340px) minmax(0,1fr);gap:40px;align-items:start}
.poster-wrapper {border-radius:12px;overflow:hidden;box-shadow:0 8px 28px rgba(74,63,58,.18);position:relative;background:#d8cfc2;aspect-ratio:2/3}
.main-poster-img {width:100%;height:100%;object-fit:cover;transition:transform .4s}
.poster-wrapper:hover .main-poster-img {transform:scale(1.03)}
.overview-content {display:flex;flex-direction:column;min-width:0}
.movie-title {font-family:"Songti SC","SimSun",serif;font-size:1.9rem;font-weight:700;color:#3a2f2a;line-height:1.3;margin-bottom:4px;letter-spacing:.02em}
.movie-tagline {font-size:14px;color:#8a7a6e;margin-bottom:20px;font-style:italic;padding-left:12px;border-left:3px solid #c0a898}
.cast-panel {margin-bottom:18px}
.section-subtitle {font-family:"Songti SC","SimSun",serif;font-size:1.1rem;font-weight:700;color:#4a3f3a;margin-bottom:10px;letter-spacing:.06em;position:relative;padding-left:14px}
.section-subtitle::before {content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:18px;background:#c0a898;border-radius:3px}
.cast-list {display:flex;flex-wrap:wrap;gap:8px 16px}
.cast-item {font-size:14px;color:#5c4f48;padding:4px 12px;background:rgba(255,255,255,.55);border-radius:16px;border:1px solid rgba(112,88,76,.15)}
.episode-status-panel {display:flex;gap:10px;margin-bottom:18px}
.episode-current, .episode-total {font-size:13px;padding:4px 14px;border-radius:16px;font-weight:600}
.episode-current {background:#8a6f5c;color:#f4efe8}
.episode-total {background:rgba(138,111,92,.15);color:#5c4f48;border:1px solid rgba(138,111,92,.3)}
.details-panel {margin-bottom:24px}
.details-grid {display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px 24px}
.detail-item {display:flex;flex-direction:column;padding:8px 0;border-bottom:1px dashed rgba(112,88,76,.15)}
.detail-item dt {font-size:11px;color:#a08d7e;text-transform:uppercase;letter-spacing:.08em;margin-bottom:2px}
.detail-item dd {font-size:14px;color:#3a2f2a;font-weight:500}
.player-wrapper {width:100%;max-width:640px;background:#1d1a17;border-radius:12px;overflow:hidden;position:relative;box-shadow:0 6px 20px rgba(0,0,0,.3)}
.player-wrapper video {display:block;border:none}
.player-controls {display:flex;flex-wrap:wrap;gap:4px;padding:8px 12px;background:rgba(29,26,23,.95);border-top:1px solid rgba(255,255,255,.1)}
.player-btn {font-size:12px;color:#d8cfc2;padding:6px 12px;border-radius:6px;transition:background .2s,color .2s;white-space:nowrap}
.player-btn:hover {background:rgba(255,255,255,.15);color:#fff}
.synopsis-panel {margin-top:32px;padding-top:28px;border-top:1px solid rgba(112,88,76,.15)}
.synopsis-paragraph {font-size:15px;line-height:1.8;color:#4a3f3a;margin-bottom:12px;max-width:760px;text-align:justify}
.synopsis-paragraph:first-of-type::first-letter {font-family:"Songti SC","SimSun",serif;font-size:2.2em;float:left;line-height:1;padding:4px 8px 0 0;color:#8a6f5c}
.timeline-section {padding:48px 0 32px}
.timeline-container {display:flex;justify-content:space-between;align-items:flex-start;position:relative;padding:0 20px}
.timeline-container::before {content:"";position:absolute;top:10px;left:40px;right:40px;height:2px;background:linear-gradient(to right,transparent,#c0a898,transparent)}
.timeline-node {display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;position:relative;z-index:1;flex:1;padding:0 8px}
.timeline-dot {width:22px;height:22px;border-radius:50%;background:#f4efe8;border:3px solid #8a6f5c;box-shadow:0 0 0 4px rgba(138,111,92,.15);transition:transform .3s,background .3s}
.timeline-node:hover .timeline-dot {transform:scale(1.15);background:#8a6f5c}
.timeline-timecode {font-size:13px;font-weight:700;color:#4a3f3a;background:#f4efe8;padding:2px 10px;border-radius:10px;border:1px solid rgba(112,88,76,.15)}
.timeline-label {font-size:13px;color:#7a6a5c;line-height:1.4;max-width:120px}
.episodes-section {padding:24px 0 48px}
.episodes-list {display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px}
.episode-card {background:#f4efe8;border-radius:12px;border:1px solid rgba(112,88,76,.12);overflow:hidden;transition:box-shadow .2s,border-color .2s}
.episode-card:hover {border-color:#8a6f5c;box-shadow:0 4px 16px rgba(74,63,58,.1)}
.episode-summary {list-style:none;display:flex;align-items:center;gap:12px;padding:14px 16px;cursor:pointer;background:#f4efe8;transition:background .2s}
.episode-summary::-webkit-details-marker {display:none}
.episode-summary::after {content:"+";margin-left:auto;font-size:20px;color:#8a6f5c;font-weight:300;transition:transform .2s}
.episode-card[open] .episode-summary::after {transform:rotate(45deg)}
.episode-card[open] .episode-summary {background:rgba(138,111,92,.08)}
.episode-number {width:32px;height:32px;border-radius:50%;background:#8a6f5c;color:#f4efe8;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0}
.episode-title {font-size:14px;font-weight:600;color:#3a2f2a;flex:1}
.episode-duration {font-size:12px;color:#a08d7e;white-space:nowrap}
.episode-summary-text {padding:12px 16px 16px 60px;font-size:13px;color:#6a5d50;line-height:1.7;background:rgba(255,255,255,.5)}
.leading-cast-section {padding:24px 0 48px}
.cast-grid {display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:640px;margin:0 auto}
.cast-portrait {display:flex;flex-direction:column;align-items:center;gap:10px}
.portrait-circle {width:100px;height:100px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#e9d5c5,#a88a76 60%,#7a6152);position:relative;box-shadow:0 6px 18px rgba(74,63,58,.2);border:3px solid #f4efe8;transition:transform .3s,box-shadow .3s}
.portrait-circle::after {content:"";position:absolute;inset:8px;border-radius:50%;border:1px solid rgba(255,255,255,.4);background:radial-gradient(circle at 40% 35%,transparent 40%,rgba(255,255,255,.08) 60%,transparent 70%)}
.cast-portrait:hover .portrait-circle {transform:translateY(-4px);box-shadow:0 10px 24px rgba(74,63,58,.25)}
.portrait-name {font-family:"Songti SC","SimSun",serif;font-size:15px;font-weight:600;color:#3a2f2a;letter-spacing:.1em}
.comments-section {padding:24px 0 48px}
.comments-masonry {display:grid;grid-template-columns:repeat(3,1fr);gap:14px;align-items:start}
.comment-card {background:#f4efe8;border-radius:12px;padding:16px 18px;border:1px solid rgba(112,88,76,.1);box-shadow:0 2px 8px rgba(74,63,58,.04);transition:transform .2s,box-shadow .2s}
.comment-card:hover {transform:translateY(-2px);box-shadow:0 4px 16px rgba(74,63,58,.08)}
.comment-nickname {display:block;font-size:13px;font-weight:600;color:#8a6f5c;margin-bottom:8px;font-family:"Songti SC","SimSun",serif}
.comment-text {font-size:13px;color:#5c4f48;line-height:1.6}
.recommendation-region {padding:24px 0 40px}
.recommendation-region+.recommendation-region {border-top:1px solid rgba(112,88,76,.1)}
.recommendation-title {font-family:"Songti SC","SimSun",serif;font-size:1.2rem;font-weight:700;color:#4a3f3a;margin-bottom:18px;letter-spacing:.06em;position:relative;padding-left:14px}
.recommendation-title::before {content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:20px;background:#c0a898;border-radius:3px}
.recommendation-grid {display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px}
a.recommendation-item {display:flex;flex-direction:column;background:#f4efe8;border-radius:12px;overflow:hidden;border:1px solid rgba(112,88,76,.1);transition:transform .2s,box-shadow .2s,border-color .2s;color:#3a2f2a}
a.recommendation-item:hover {transform:translateY(-3px);box-shadow:0 8px 24px rgba(74,63,58,.12);border-color:#8a6f5c}
.recommendation-item img {width:100%;aspect-ratio:16/9;object-fit:cover;background:#d8cfc2}
.recommendation-item [data-runtime="name"] {font-size:14px;font-weight:600;padding:10px 12px 2px;color:#3a2f2a}
.recommendation-item [data-runtime="blurb"] {font-size:12px;color:#8a7a6e;padding:0 12px 14px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.site-footer {background:#2d2a26;color:#b5a89a;padding:32px 24px 24px;margin-top:40px}
.footer-disclaimer {font-size:12px;line-height:1.8;max-width:900px;margin:0 auto 20px;text-align:center;color:#8a7a6e}
.footer-links {display:flex;justify-content:center;gap:24px;margin-bottom:20px}
.footer-links a[data-contract="footer-home"], .footer-links a[data-contract="footer-sitemap"] {font-size:13px;color:#b5a89a;transition:color .2s}
.footer-links a[data-contract="footer-home"]:hover, .footer-links a[data-contract="footer-sitemap"]:hover {color:#f4efe8}
.friend-links {display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 16px;max-width:1000px;margin:0 auto}
.friend-links-label {font-size:13px;color:#8a7a6e;margin-right:8px}
a.runtime-friend-link {font-size:13px;color:#a08d7e;transition:color .2s;white-space:nowrap}
a.runtime-friend-link:hover {color:#f4efe8}
.player-wrapper video.is-paused {opacity:.85}
.player-wrapper video.is-theater-mode {max-width:100%}
.player-wrapper video.is-lights-off {filter:brightness(.4)}
.player-wrapper video.is-muted {opacity:.9}
.player-wrapper video.is-fullscreen {object-fit:contain}
@media (max-width:1024px){.overview-layout {grid-template-columns:260px minmax(0,1fr);gap:24px}
.movie-overview-shell {padding:24px}
.cast-grid {max-width:100%;gap:16px}}
@media (max-width:768px){body {font-size:13px}
.header-inner {flex-direction:column;align-items:flex-start;gap:10px;padding:12px 16px}
.categories-nav {width:100%;justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}
.overview-layout {grid-template-columns:1fr;gap:20px}
.poster-wrapper {max-width:240px;margin:0 auto}
.movie-title {font-size:1.5rem}
.details-grid {grid-template-columns:repeat(2,1fr)}
.player-wrapper {max-width:100%}
.timeline-container {flex-direction:column;gap:20px;padding:0}
.timeline-container::before {display:none}
.timeline-node {flex-direction:row;justify-content:flex-start;gap:12px;text-align:left;width:100%;padding:0}
.timeline-dot {flex-shrink:0}
.timeline-timecode {order:2;margin-right:auto}
.timeline-label {order:3;max-width:none;flex:1}
.episodes-list {grid-template-columns:1fr}
.episode-summary-text {padding-left:16px}
.cast-grid {grid-template-columns:repeat(2,1fr);gap:20px}
.portrait-circle {width:80px;height:80px}
.comments-masonry {grid-template-columns:1fr}
.recommendation-grid {grid-template-columns:repeat(2,1fr);gap:12px}
.friend-links {justify-content:flex-start;flex-direction:column;align-items:flex-start;gap:6px}}
@media (max-width:480px){.page-main {padding:12px}
.movie-overview-shell {padding:16px;border-radius:12px}
.poster-wrapper {max-width:200px}
.details-grid {grid-template-columns:1fr}
.cast-list {flex-direction:column;gap:6px}
.episode-summary {flex-wrap:wrap;gap:8px}
.episode-title {flex-basis:calc(100% - 100px)}
.episode-duration {margin-left:44px}
.cast-grid {grid-template-columns:repeat(2,1fr)}
.recommendation-grid {grid-template-columns:1fr}
.player-controls {justify-content:center}
.player-btn {font-size:11px;padding:5px 10px}
.footer-links {flex-direction:column;align-items:center;gap:10px}}
@media (max-width:360px){.movie-title {font-size:1.3rem}
.timeline-node {flex-wrap:wrap}
.timeline-timecode {width:auto}
.timeline-label {flex-basis:100%;padding-left:34px}}
@media print{.site-header, .player-wrapper, .site-footer {display:none}
.movie-overview-shell {box-shadow:none;border:none}
.page-main {max-width:100%;padding:0}
.overview-layout {grid-template-columns:1fr}
.poster-wrapper {max-width:200px}
.episode-card {break-inside:avoid}
.recommendation-grid, .comments-masonry, .cast-grid {grid-template-columns:repeat(2,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}
