*, *::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","Helvetica Neue",Helvetica,Arial,sans-serif;background:#f4efe6;color:#2c3e35;line-height:1.6;background-image:radial-gradient(circle at 1px 1px,#00000005 1px,transparent 0);background-size:12px 12px}
img {display:block;max-width:100%;height:auto}
a {color:inherit;text-decoration:none}
h1, h2, h3 {font-weight:700;font-family:"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;letter-spacing:.02em}
p {overflow-wrap:break-word}
header {display:flex;align-items:center;justify-content:space-between;padding:12px 24px;background:#3d5a4c;color:#fdf6e9;position:sticky;top:0;z-index:100;border-bottom:3px solid #d98e4a;box-shadow:0 2px 8px #00000020}
header a[data-contract="site-name"] {font-size:1.4rem;font-weight:800;letter-spacing:.06em;color:#fdf6e9;transition:color .2s}
header a[data-contract="site-name"]:hover {color:#f5c68b}
header [data-contract="categories"] {display:flex;align-items:center;gap:4px;overflow-x:auto;scrollbar-width:none;flex-wrap:nowrap}
header [data-contract="categories"]::-webkit-scrollbar {display:none}
.runtime-category {display:inline-block;padding:6px 14px;margin:0 2px;font-size:.9rem;font-weight:500;color:#fdf6e9;background:transparent;border:1px solid transparent;border-radius:20px;line-height:1.4;transition:background .2s,border-color .2s;white-space:nowrap;text-decoration:none}
.runtime-category:hover {background:#d98e4a;border-color:#d98e4a;color:#2c3e35}
main {display:block;padding:0}
.overview-shell {display:grid;grid-template-columns:minmax(260px,380px) 1fr;grid-template-rows:auto auto auto auto;gap:20px 28px;padding:32px 24px 24px;background:#fdf9f0;border-bottom:1px solid #d9cba3;max-width:1400px;margin:0 auto;grid-template-areas:"poster title" "poster tagline" "poster synopsis" "poster cast" "poster status" "poster details"}
.poster-frame {grid-area:poster;align-self:start;background:#3d5a4c;border-radius:8px;padding:8px;box-shadow:0 4px 14px #00000025;border:2px solid #b98a4e}
.poster-frame img {width:100%;aspect-ratio:2/3;object-fit:cover;border-radius:4px;background:#e8e0d0}
.movie-title {grid-area:title;align-self:end;font-size:2.2rem;line-height:1.2;color:#3d5a4c;border-bottom:3px solid #d98e4a;padding-bottom:10px;margin:0;letter-spacing:.03em}
.movie-tagline {grid-area:tagline;align-self:start;font-size:1.25rem;color:#d98e4a;font-style:italic;font-weight:600;margin-top:-8px}
.synopsis-block {grid-area:synopsis;align-self:start;background:#f0ead8;padding:16px 20px;border-radius:6px;border-left:4px solid #d98e4a}
.synopsis-block p {font-size:1rem;color:#3d4a3e;margin-bottom:10px;line-height:1.8}
.synopsis-block p:last-child {margin-bottom:0}
.cast-grid {grid-area:cast;display:grid;grid-template-columns:repeat(4,1fr);gap:12px;align-self:start}
.cast-card {background:#ffffff;border:1px solid #d9cba3;border-radius:8px;padding:12px 14px;box-shadow:0 2px 6px #0000000a;display:flex;flex-direction:column;gap:4px;align-items:flex-start}
.cast-name {font-weight:800;font-size:1.05rem;color:#3d5a4c;letter-spacing:.02em}
.cast-role {font-size:.8rem;color:#7a6a50;line-height:1.4}
.episode-status-row {grid-area:status;display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;background:#eef2ec;padding:12px 16px;border-radius:6px;border:1px solid #c7d4c4;align-self:start}
.status-label {font-weight:800;color:#3d5a4c;font-size:1.1rem}
.status-divider {color:#b0b8a8;font-size:1.2rem}
.status-current {font-weight:600;color:#d98e4a;font-size:1rem}
.status-badge {background:#3d5a4c;color:#fdf9f0;font-size:.8rem;padding:4px 12px;border-radius:20px;font-weight:500}
.details-meta {grid-area:details;display:flex;flex-wrap:wrap;gap:8px 18px;align-self:start;background:#faf7ef;padding:12px 16px;border-radius:6px;border:1px dashed #c7b98a}
.detail-item {font-size:.9rem;color:#5a5f4a;display:inline-flex;gap:6px;align-items:baseline}
.detail-item b {color:#3d5a4c;font-weight:700}
.player-shell {background:#2c3e35;padding:20px 24px 12px;border-bottom:1px solid #1e2b24;position:relative}
.player-shell video {display:block;border-radius:6px;background:#000;box-shadow:0 4px 20px #00000040;width:100%}
.player-controls {display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;padding:8px 0}
.player-controls button {background:#3d5a4c;color:#fdf6e9;border:none;padding:8px 16px;border-radius:4px;font-size:.85rem;cursor:pointer;transition:background .2s,transform .1s;font-family:inherit}
.player-controls button:hover {background:#d98e4a;color:#2c3e35}
.player-controls button:active {transform:scale(.95)}
.player-shell.theater-mode {position:fixed;inset:auto 0 0;z-index:200;background:#2c3e35;padding:0}
.player-shell.theater-mode video {border-radius:0;aspect-ratio:16/9;width:100%;max-height:80vh;object-fit:contain}
body.lights-dim main, body.lights-dim header, body.lights-dim footer {background:#1a231e;color:#c8d0c4}
body.lights-dim .overview-shell, body.lights-dim .movie-title, body.lights-dim .movie-tagline, body.lights-dim .synopsis-block, body.lights-dim .cast-card, body.lights-dim .episode-status-row, body.lights-dim .details-meta, body.lights-dim .timeline-section, body.lights-dim .episodes-grid, body.lights-dim .comments-bubble-grid, body.lights-dim .rec-item, body.lights-dim .rec-title, body.lights-dim .movie-info-extra {background:#1a231e;color:#c8d0c4;border-color:#3d4a3e}
body.lights-dim .cast-name, body.lights-dim .ep-title, body.lights-dim .status-label, body.lights-dim .detail-item b {color:#a8c3a0}
body.lights-dim .synopsis-block, body.lights-dim .episode-card, body.lights-dim .comment-bubble {background:#223028}
body.lights-dim .episode-card {border-color:#3d4a3e}
body.lights-dim .timeline-node, body.lights-dim .comment-bubble {border-color:#3d4a3e}
.timeline-section {padding:32px 24px;background:#fdf9f0;border-bottom:1px solid #d9cba3}
.timeline-heading {font-size:1.8rem;color:#3d5a4c;margin-bottom:24px;padding-left:16px;border-left:5px solid #d98e4a}
.timeline-winding {position:relative;display:flex;flex-wrap:wrap;gap:20px 16px;justify-content:space-between;padding:20px 0 10px}
.timeline-winding::before {content:"";position:absolute;top:40px;left:2%;right:2%;height:4px;background:#3d5a4c;opacity:.6;border-radius:4px;background-image:linear-gradient(90deg,#d98e4a 0%,#3d5a4c 30%,#d98e4a 50%,#3d5a4c 70%,#d98e4a 100%)}
.timeline-node {flex:1 1 100px;display:flex;flex-direction:column;align-items:center;gap:8px;position:relative;z-index:1;text-align:center;padding:0 4px}
.timeline-node::before {content:"";width:16px;height:16px;background:#d98e4a;border:3px solid #fdf9f0;border-radius:50%;box-shadow:0 0 0 2px #3d5a4c;margin-top:0}
.node-time {font-weight:800;color:#3d5a4c;font-size:1rem;background:#fdf9f0;padding:0 8px;border-radius:4px}
.node-event {font-size:.9rem;color:#5a5f4a;line-height:1.5;max-width:140px}
.episodes-grid {padding:32px 24px;background:#f4efe2;border-bottom:1px solid #d9cba3;display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:1400px;margin:0 auto}
.episodes-heading {grid-column:1/-1;font-size:1.8rem;color:#3d5a4c;margin-bottom:8px;padding-left:16px;border-left:5px solid #d98e4a}
.episode-card {background:#ffffff;border:1px solid #d9cba3;border-radius:8px;padding:14px 16px;display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 12px;box-shadow:0 2px 4px #00000008;transition:transform .2s,box-shadow .2s}
.episode-card:hover {transform:translateY(-2px);box-shadow:0 6px 16px #00000014}
.ep-number {background:#d98e4a;color:#ffffff;font-weight:800;font-size:1rem;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ep-title {font-weight:800;font-size:1.1rem;color:#3d5a4c;flex:1;letter-spacing:.02em}
.ep-duration {font-size:.8rem;color:#8a7a60;background:#f4efe2;padding:2px 8px;border-radius:4px;flex-shrink:0}
.ep-summary {flex-basis:100%;font-size:.9rem;color:#5a5f4a;margin-top:6px;line-height:1.5}
.comments-bubble-grid {padding:32px 24px;background:#fdf9f0;border-bottom:1px solid #d9cba3;display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:1400px;margin:0 auto}
.comments-heading {grid-column:1/-1;font-size:1.8rem;color:#3d5a4c;margin-bottom:8px;padding-left:16px;border-left:5px solid #d98e4a}
.comment-bubble {background:#f0ead8;border:1px solid #d9cba3;border-radius:16px 16px 16px 4px;padding:14px 18px;display:flex;flex-direction:column;gap:6px;position:relative;box-shadow:0 2px 6px #00000006}
.comment-bubble:nth-child(even) {border-radius:16px 16px 4px 16px;background:#eef2ec}
.comment-user {font-weight:800;font-size:.95rem;color:#3d5a4c}
.comment-text {font-size:.95rem;color:#4a5545;line-height:1.6;margin:0}
.recommendation-region {padding:28px 24px;max-width:1400px;margin:0 auto;border-bottom:1px solid #d9cba3;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;background:#f4efe2}
.rec-title {grid-column:1/-1;font-size:1.6rem;color:#3d5a4c;margin-bottom:4px;padding-left:16px;border-left:5px solid #d98e4a}
.rec-item {background:#ffffff;border:1px dashed #b0a888;border-radius:8px;padding:10px;display:flex;flex-direction:column;gap:6px;transition:all .2s;text-decoration:none;color:inherit}
.rec-item:hover {border-color:#d98e4a;border-style:solid;box-shadow:0 4px 12px #00000010;transform:translateY(-2px)}
.rec-item img {width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:4px;background:#e8e0d0}
.rec-item span:not([data-runtime="blurb"]) {font-weight:800;color:#3d5a4c;font-size:1rem}
.rec-item span[data-runtime="blurb"] {font-size:.85rem;color:#6a6a50;line-height:1.4}
.movie-info-extra {padding:12px 24px 24px;background:#fdf9f0;text-align:center;border-bottom:1px solid #d9cba3}
.info-note {font-size:.9rem;color:#8a7a60;letter-spacing:.1em;display:inline-block;border-bottom:1px solid #d9cba3;padding-bottom:4px}
footer {background:#2c3e35;color:#fdf6e9;padding:24px;display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}
footer p {font-size:.85rem;opacity:.8;max-width:800px;line-height:1.8}
footer a[data-contract="footer-home"], footer a[data-contract="footer-sitemap"] {color:#f5c68b;font-weight:600;text-decoration:none;margin:0 8px;transition:color .2s;font-size:.95rem}
footer a[data-contract="footer-home"]:hover, footer a[data-contract="footer-sitemap"]:hover {color:#ffffff;text-decoration:underline}
footer nav {display:flex;flex-wrap:wrap;gap:8px 16px;justify-content:center;align-items:center;font-size:.85rem}
.friend-label {font-weight:700;color:#d98e4a;margin-right:8px}
.runtime-friend-link {color:#c8d0c4;text-decoration:none;transition:color .2s}
.runtime-friend-link:hover {color:#f5c68b;text-decoration:underline}
@media (max-width:1024px){.overview-shell {grid-template-columns:1fr;grid-template-areas:"poster title" "tagline tagline" "synopsis synopsis" "cast cast" "status status" "details details";gap:16px}
.poster-frame {max-width:420px;margin-right:auto}
.movie-title {font-size:1.8rem}
.cast-grid {grid-template-columns:repeat(2,1fr)}
.timeline-winding::before {top:36px}
.timeline-node {flex:1 1 130px}}
@media (max-width:768px){header {padding:10px 16px;flex-wrap:wrap;gap:8px}
header a[data-contract="site-name"] {font-size:1.2rem}
main {padding:0}
.overview-shell {padding:20px 16px}
.poster-frame {max-width:100%;width:100%}
.movie-title {font-size:1.5rem}
.movie-tagline {font-size:1.1rem}
.synopsis-block {padding:14px}
.cast-grid {grid-template-columns:1fr 1fr;gap:8px}
.cast-card {padding:10px}
.episode-status-row {flex-direction:column;align-items:flex-start;gap:6px}
.details-meta {gap:6px 14px}
.player-shell {padding:12px 12px 8px}
.player-controls button {padding:6px 10px;font-size:.8rem;flex:1 1 auto}
.timeline-section, .episodes-grid, .comments-bubble-grid, .recommendation-region {padding:24px 16px}
.timeline-heading, .episodes-heading, .comments-heading, .rec-title {font-size:1.4rem}
.timeline-winding {flex-direction:column;gap:16px 0;padding-left:30px}
.timeline-winding::before {left:15px;right:auto;top:0;bottom:0;width:4px;height:100%;background-image:linear-gradient(180deg,#d98e4a,#3d5a4c,#d98e4a,#3d5a4c,#d98e4a)}
.timeline-node {flex-direction:row;justify-content:flex-start;text-align:left;gap:10px;flex:1 1 auto}
.timeline-node::before {width:20px;height:20px;border:4px solid #fdf9f0}
.node-time {background:none;padding:0;font-size:1rem}
.node-event {max-width:none;font-size:.9rem}
.episodes-grid {grid-template-columns:1fr}
.episode-card {flex-direction:row;flex-wrap:wrap;align-items:center}
.ep-number {width:36px;height:36px;font-size:1.2rem}
.comments-bubble-grid {grid-template-columns:1fr}
.comment-bubble {max-width:100%}
.recommendation-region {grid-template-columns:1fr}
.rec-item {flex-direction:row;flex-wrap:wrap;align-items:center}
.rec-item img {flex:0 0 120px;height:80px;object-fit:cover;aspect-ratio:auto}
.rec-item span {flex:1}
footer {padding:20px 16px;gap:12px}
footer nav {flex-direction:row;flex-wrap:wrap;gap:6px 12px}}
@media (max-width:480px){header a[data-contract="site-name"] {font-size:1rem}
header [data-contract="categories"] {width:100%;justify-content:flex-start}
.cast-grid {grid-template-columns:1fr}
.movie-title {font-size:1.3rem}
.poster-frame {padding:4px}
.timeline-node {flex-direction:row}
.timeline-node::before {width:16px;height:16px;border-width:3px}
.episodes-grid {grid-template-columns:1fr}
.comments-bubble-grid {grid-template-columns:1fr}
.recommendation-region {grid-template-columns:1fr}
.rec-item {flex-direction:column}
.rec-item img {flex:0 0 auto;width:100%;height:auto;aspect-ratio:16/9}
.player-controls button {font-size:.75rem;padding:6px 8px}
footer a[data-contract="footer-home"], footer a[data-contract="footer-sitemap"] {display:block;margin:4px 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}
