*, *::before, *::after {box-sizing:border-box;margin:0;padding:0}
html {scroll-behavior:smooth}
body {background:#1a1a1d;color:#f0e6d2;font-family:"PingFang SC","Hiragino Sans GB","Microsoft YaHei",system-ui,sans-serif;line-height:1.6;font-size:14px;position:relative;overflow-x:hidden}
body::before {content:"";position:fixed;inset:0;pointer-events:none;z-index:9999;mix-blend-mode:overlay}
img, video {max-width:100%;display:block}
a {color:inherit;text-decoration:none}
ul {list-style:none}
button {font:inherit;cursor:pointer;background:none;border:none;color:inherit}
header {position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1.25rem;background:rgba(26,26,29,.92);backdrop-filter:blur(8px);border-bottom:1px solid #3a3a3e}
.site-brand {font-family:Georgia,"Times New Roman","Songti SC",serif;font-size:1.35rem;font-weight:700;letter-spacing:.08em;color:#e8c174;text-transform:uppercase;transition:color .3s}
.site-brand:hover {color:#f0d48a}
nav[data-contract="categories"] {display:flex;flex-wrap:wrap;gap:.35rem;justify-content:flex-end}
.runtime-category {display:inline-block;padding:.3rem .75rem;font-size:.8rem;color:#c9c0b0;border:1px solid #4a4a4e;border-radius:2rem;white-space:nowrap;transition:all .25s;background:rgba(60,60,64,.3)}
.runtime-category:hover {color:#e8c174;border-color:#e8c174;background:rgba(232,193,116,.08)}
main {max-width:1440px;margin:0 auto;padding:0 1rem}
section {padding:1.5rem 0;border-bottom:1px solid #2a2a2e}
section:last-of-type {border-bottom:none}
.section-heading {font-family:Georgia,"Times New Roman","Songti SC",serif;font-size:1.7rem;font-weight:700;color:#e8c174;letter-spacing:.04em;margin-bottom:1.2rem;position:relative;display:flex;align-items:center;gap:.75rem}
.section-heading::after {content:"";flex:1;height:1px;background:linear-gradient(to right,#e8c17433,transparent)}
.section-subtitle {font-family:Georgia,"Times New Roman","Songti SC",serif;font-size:1.05rem;color:#d4b978;font-weight:600;letter-spacing:.06em;margin-bottom:.6rem;border-left:3px solid #b03030;padding-left:.6rem}
.hero-overview {background:linear-gradient(180deg,#1f1f22 0%,#1a1a1d 100%);border-bottom:1px solid #3a3a3e;position:relative}
.hero-poster-block {display:grid;grid-template-columns:minmax(200px,320px) 1fr;gap:1.5rem;align-items:end;margin-bottom:1.5rem}
.poster-wrapper {position:relative;overflow:hidden;border-radius:4px;box-shadow:0 12px 28px rgba(0,0,0,.6);border:1px solid #3a3a3e}
.hero-poster-img {width:100%;height:auto;aspect-ratio:2/3;object-fit:cover;filter:saturate(.85) contrast(1.05)}
.hero-title-group {padding-bottom:.5rem}
.movie-title {font-family:Georgia,"Times New Roman","Songti SC",serif;font-size:clamp(1.8rem,4vw,3rem);font-weight:700;line-height:1.15;color:#f0e6d2;letter-spacing:.02em;margin-bottom:.5rem;text-shadow:0 2px 12px rgba(0,0,0,.5)}
.hero-tagline {font-size:1rem;color:#b8ad9a;letter-spacing:.12em;font-style:italic;border-left:2px solid #b03030;padding-left:.75rem;margin-top:.5rem}
.movie-info-grid {display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,300px);gap:1.5rem;margin-top:1rem}
.info-left-column {display:flex;flex-direction:column;gap:1.25rem;min-width:0}
.cast-block {padding-bottom:1rem;border-bottom:1px solid #2a2a2e}
.cast-chip-list {display:flex;flex-wrap:wrap;gap:.4rem}
.cast-chip {display:flex;align-items:baseline;gap:.3rem;background:rgba(60,60,64,.5);border:1px solid #3a3a3e;border-radius:3px;padding:.35rem .7rem;font-size:.85rem;transition:border-color .2s}
.cast-chip:hover {border-color:#b03030}
.actor-name {color:#f0e6d2;font-weight:600}
.role-name {color:#b8ad9a;font-size:.8rem}
.synopsis-block {padding-bottom:1rem;border-bottom:1px solid #2a2a2e}
.synopsis-paragraph {font-size:.9rem;color:#d8cfc0;margin-bottom:.6rem;text-align:justify;padding-left:.35rem;border-left:1px solid #3a3a3e;padding-left:.7rem}
.synopsis-paragraph:last-child {margin-bottom:0}
.episode-status-block {padding-bottom:.5rem}
.episode-progress-meta {display:flex;gap:1rem;align-items:baseline;margin-bottom:.8rem;font-size:.85rem;flex-wrap:wrap}
.total-episodes {color:#e8c174;font-weight:700;background:rgba(232,193,116,.1);padding:.2rem .6rem;border-radius:2px}
.current-episode {color:#b8ad9a}
.player-wrapper {min-width:0;min-height:0;position:relative;background:#111;border-radius:6px;overflow:hidden;border:1px solid #3a3a3e}
.main-player {width:100%;display:block;background:#111}
.player-controls {display:flex;flex-wrap:wrap;gap:.35rem;padding:.6rem .8rem;background:rgba(20,20,22,.98);border-top:1px solid #2a2a2e;justify-content:center}
.player-controls button {font-size:.75rem;padding:.3rem .7rem;border-radius:3px;background:#2a2a2e;color:#d8cfc0;transition:all .2s;border:1px solid #3a3a3e;white-space:nowrap}
.player-controls button:hover {background:#b03030;color:#fff;border-color:#b03030}
.player-wrapper.theater-mode {position:fixed;inset:0;z-index:999;border-radius:0;background:#000;display:flex;flex-direction:column;justify-content:center}
.player-wrapper.theater-mode .main-player {width:100%;height:auto;max-height:100vh}
.details-block {padding:1.2rem;background:rgba(30,30,33,.6);border:1px solid #2a2a2e;border-radius:6px;align-self:start}
.details-list {display:grid;gap:.4rem}
.detail-item {display:flex;justify-content:space-between;gap:1rem;font-size:.85rem;padding:.35rem 0;border-bottom:1px dotted #2a2a2e}
.detail-item:last-child {border-bottom:none}
.detail-item dt {color:#b8ad9a;flex-shrink:0}
.detail-item dd {color:#f0e6d2;text-align:right;font-weight:500}
.episodes-section {padding:2rem 0}
.episodes-scroll-container {display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;padding-bottom:.75rem}
.episode-card {background:#202024;border:1px solid #2a2a2e;border-radius:6px;padding:1rem;transition:border-color .25s,transform .25s;position:relative;overflow:hidden}
.episode-card::before {content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:#b03030;opacity:.6}
.episode-card:hover {border-color:#e8c174;transform:translateY(-2px)}
.episode-number {display:inline-block;font-family:Georgia,serif;font-size:.8rem;color:#e8c174;background:rgba(232,193,116,.08);padding:.2rem .6rem;border-radius:2px;margin-bottom:.5rem}
.episode-title {font-family:Georgia,"Songti SC",serif;font-size:1.15rem;color:#f0e6d2;margin-bottom:.4rem;font-weight:600}
.episode-summary {font-size:.8rem;color:#b8ad9a;line-height:1.5;margin-bottom:.6rem}
.episode-duration {font-size:.75rem;color:#7a7469;display:block}
.cast-grid-section {padding:2rem 0}
.cast-grid {display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.25rem}
.cast-figure {background:#202024;border:1px solid #2a2a2e;border-radius:6px;overflow:hidden;transition:border-color .25s,transform .25s}
.cast-figure:hover {border-color:#e8c174;transform:translateY(-3px)}
.cast-photo {width:100%;aspect-ratio:3/4;object-fit:cover;filter:saturate(.8) contrast(1.05);transition:filter .3s}
.cast-figure:hover .cast-photo {filter:saturate(.95) contrast(1.1)}
.cast-figure figcaption {padding:.7rem .8rem;background:rgba(20,20,22,.8);font-size:.85rem;color:#d8cfc0;text-align:center;border-top:1px solid #2a2a2e}
.cast-actor {font-weight:600;color:#f0e6d2}
.cast-role {color:#e8c174;font-weight:500}
.timeline-section {padding:2rem 0}
.timeline-timeline {position:relative;display:grid;gap:1.25rem;max-width:800px;margin:0 auto;padding-left:1.5rem}
.timeline-timeline::before {content:"";position:absolute;left:7px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,transparent,#b03030 10%,#e8c174 50%,#b03030 90%,transparent)}
.timeline-node {position:relative;background:#202024;border:1px solid #2a2a2e;border-radius:6px;padding:1rem 1.2rem;display:flex;flex-direction:column;gap:.3rem;transition:border-color .25s}
.timeline-node::before {content:"";position:absolute;left:-1.5rem;top:1.1rem;width:10px;height:10px;border-radius:50%;background:#b03030;border:2px solid #1a1a1d;box-shadow:0 0 0 2px #b03030}
.timeline-node:nth-child(even) {background:#1c1c1f}
.timeline-node:hover {border-color:#e8c174}
.timeline-time {font-family:Georgia,serif;font-size:.8rem;color:#e8c174;font-weight:700;letter-spacing:.05em}
.timeline-label {font-size:.9rem;color:#d8cfc0;line-height:1.5}
.comments-section {padding:2rem 0}
.comments-masonry {columns:3;column-gap:1rem;column-fill:balance}
.comment-card {background:#202024;border:1px solid #2a2a2e;border-radius:6px;padding:1rem;margin-bottom:1rem;break-inside:avoid;transition:border-color .25s;display:inline-block;width:100%}
.comment-card:hover {border-color:#b03030}
.comment-text {font-size:.85rem;color:#d8cfc0;line-height:1.6;margin-bottom:.6rem}
.comment-author {font-size:.78rem;color:#7a7469;text-align:right;font-style:normal}
.recommendation-region {padding:2rem 0}
.recommendation-title {font-family:Georgia,"Songti SC",serif;font-size:1.4rem;color:#e8c174;font-weight:700;margin-bottom:1.25rem;letter-spacing:.04em;display:flex;align-items:center;gap:.75rem}
.recommendation-title::after {content:"";flex:1;height:1px;background:linear-gradient(to right,#e8c17433,transparent)}
.recommendation-scroll {display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,280px);gap:1rem;overflow-x:auto;padding-bottom:.75rem;scrollbar-width:thin;scrollbar-color:#b03030 #1a1a1d}
.recommendation-scroll::-webkit-scrollbar {height:6px}
.recommendation-scroll::-webkit-scrollbar-track {background:#1a1a1d}
.recommendation-scroll::-webkit-scrollbar-thumb {background:#b03030;border-radius:3px}
.rec-card {background:#202024;border:1px solid #2a2a2e;border-radius:6px;overflow:hidden;transition:border-color .25s,transform .25s;display:flex;flex-direction:column;text-decoration:none;color:inherit}
.rec-card:hover {border-color:#e8c174;transform:translateY(-3px)}
[data-runtime="recommendation"] img {width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;filter:saturate(.8) contrast(1.05)}
.rec-card .rec-name {padding:.6rem .8rem .1rem;font-size:.9rem;font-weight:600;color:#f0e6d2}
.rec-card .rec-blurb {padding:0 .8rem .8rem;font-size:.78rem;color:#b8ad9a;line-height:1.4;flex-grow:1}
.recommendation-grid {display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}
.rec-grid-card {background:#202024;border:1px solid #2a2a2e;border-radius:6px;overflow:hidden;transition:border-color .25s,transform .25s;display:flex;flex-direction:column;text-decoration:none;color:inherit}
.rec-grid-card:hover {border-color:#b03030;transform:translateY(-2px)}
.rec-grid-card .rec-name {padding:.6rem .8rem .1rem;font-size:.85rem;font-weight:600;color:#f0e6d2}
.rec-grid-card .rec-blurb {padding:0 .8rem .8rem;font-size:.75rem;color:#b8ad9a;line-height:1.4;flex-grow:1}
footer {background:#161618;border-top:1px solid #2a2a2e;padding:1.5rem 1rem 2rem;margin-top:2rem}
.friend-links {display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;margin-bottom:1rem}
.friend-links-label {font-size:.8rem;color:#b8ad9a;margin-right:.4rem;font-family:Georgia,serif;letter-spacing:.05em}
.runtime-friend-link {font-size:.78rem;color:#8a8272;padding:.25rem .6rem;border:1px solid #2a2a2e;border-radius:3px;transition:all .2s;background:#1e1e21;white-space:nowrap}
.runtime-friend-link:hover {color:#e8c174;border-color:#e8c174}
.disclaimer {font-size:.75rem;color:#5a564e;line-height:1.6;margin-bottom:1rem;padding:.6rem;border-left:3px solid #2a2a2e;background:rgba(30,30,33,.4)}
.footer-links {display:flex;gap:1.5rem;font-size:.8rem}
.footer-links a {color:#b8ad9a;transition:color .2s}
.footer-links a:hover {color:#e8c174}
body.lights-dim .hero-overview, body.lights-dim .episodes-section, body.lights-dim .cast-grid-section, body.lights-dim .timeline-section, body.lights-dim .comments-section, body.lights-dim .recommendation-region, body.lights-dim footer {filter:brightness(.8) contrast(1.05)}
a[data-contract="site-name"] {color:#e8c174;text-decoration:none}
a.runtime-category {color:#c9c0b0;text-decoration:none}
a.rec-card {color:inherit;text-decoration:none}
a.rec-grid-card {color:inherit;text-decoration:none}
a.runtime-friend-link {color:#8a8272;text-decoration:none}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {color:#b8ad9a;text-decoration:none}
@media (max-width:1200px){.movie-info-grid {grid-template-columns:1fr}
.details-block {margin-top:.5rem}
.hero-poster-block {grid-template-columns:minmax(180px,280px) 1fr}}
@media (max-width:900px){.comments-masonry {columns:2}
.hero-poster-block {grid-template-columns:1fr;gap:1rem}
.poster-wrapper {max-width:320px}
.hero-title-group {padding-bottom:0}
.recommendation-scroll {grid-auto-columns:minmax(180px,240px)}}
@media (max-width:640px){main {padding:0 .75rem}
header {padding:.6rem .75rem;flex-wrap:wrap}
.site-brand {font-size:1.1rem}
.section-heading {font-size:1.4rem}
.cast-grid {grid-template-columns:repeat(2,1fr);gap:.75rem}
.episodes-scroll-container {grid-template-columns:1fr}
.comments-masonry {columns:1}
.recommendation-grid {grid-template-columns:repeat(2,1fr)}
.player-controls {gap:.25rem}
.player-controls button {font-size:.7rem;padding:.25rem .5rem}
.movie-title {font-size:1.5rem}
.hero-tagline {font-size:.85rem}
.detail-item {font-size:.8rem}
.recommendation-scroll {grid-auto-columns:minmax(160px,220px)}}
@media (max-width:400px){.cast-grid {grid-template-columns:1fr}
.recommendation-grid {grid-template-columns:1fr}
.friend-links {flex-direction:column;align-items:flex-start}}

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}
