*, *::before, *::after {box-sizing:border-box;margin:0;padding:0}
html {scroll-behavior:smooth}
body {font-family:"PingFang SC","Microsoft YaHei","Helvetica Neue",Arial,sans-serif;background:linear-gradient(160deg,#0a0e1a 0%,#101524 40%,#1a1f2e 100%);color:#c8ccd4;line-height:1.55;font-size:14px;letter-spacing:.02em;min-height:100vh;overflow-x:hidden}
img, video {max-width:100%;display:block}
a {color:inherit;text-decoration:none}
button {font:inherit;cursor:pointer;border:none;background:none;color:inherit}
header {display:flex;flex-wrap:wrap;align-items:center;gap:16px 24px;padding:14px 24px;background:#0a0e1a;border-bottom:1px solid #232a3b;position:sticky;top:0;z-index:100;backdrop-filter:blur(8px)}
.site-brand {font-size:1.5rem;font-weight:800;letter-spacing:.12em;color:#ff4d1c;text-transform:uppercase;text-shadow:0 0 18px rgba(255,77,28,.35);white-space:nowrap;text-decoration:none}
.site-brand:hover {color:#ff6a3d;text-shadow:0 0 24px rgba(255,77,28,.6)}
.categories-shell {display:flex;flex-wrap:wrap;gap:8px;align-items:center;flex:1;min-width:0}
.runtime-category {display:inline-block;padding:6px 14px;border:1px solid #2c3547;border-radius:2px;font-size:13px;font-weight:600;color:#8b93a7;background:#131926;transition:all .2s;white-space:nowrap;text-decoration:none}
.runtime-category:hover {color:#ff4d1c;border-color:#ff4d1c;background:#1a2030;box-shadow:0 0 12px rgba(255,77,28,.2)}
main {max-width:1600px;margin:0 auto;padding:0 24px}
.overview-shell {display:grid;grid-template-columns:minmax(0,480px) minmax(0,1fr);grid-template-areas:"media title" "media synopsis" "media cast" "media status" "media details";gap:0 36px;padding:32px 0 40px;border-bottom:1px solid #232a3b;position:relative}
.overview-shell::before {content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 20% 20%,rgba(255,77,28,.05) 0%,transparent 60%);pointer-events:none}
.media-combo {grid-area:media;display:flex;flex-direction:column;gap:14px;min-width:0}
.poster-frame {position:relative;width:100%;max-width:480px;aspect-ratio:2/3;overflow:hidden;border:1px solid #2c3547;box-shadow:8px 8px 0 rgba(0,0,0,.4),0 0 40px rgba(0,0,0,.5);background:linear-gradient(145deg,#0d1117,#1a2030)}
.poster-img {width:100%;height:100%;object-fit:cover;filter:saturate(1.1) contrast(1.05)}
.player-frame {width:100%;max-width:480px;background:#080b12;border:1px solid #2c3547;position:relative;padding:0}
.player-frame video {display:block;background:#000}
.player-controls {display:flex;flex-wrap:wrap;gap:0;border-top:1px solid #232a3b;background:#0d1117;padding:6px 8px}
.player-controls button {padding:4px 10px;font-size:12px;color:#6b7280;border-right:1px solid #1a2030;transition:color .2s}
.player-controls button:hover {color:#ff4d1c}
.player-controls button:last-child {border-right:none}
.title-group {grid-area:title;padding-top:0;min-width:0}
.main-title {font-size:clamp(1.4rem,3vw,2.2rem);font-weight:900;letter-spacing:.08em;line-height:1.2;color:#e8ecf3;text-transform:uppercase;margin-bottom:8px;text-shadow:0 2px 12px rgba(0,0,0,.6)}
.tagline {font-size:1rem;color:#ff4d1c;letter-spacing:.16em;font-weight:600;border-left:3px solid #ff4d1c;padding-left:12px;opacity:.9}
.synopsis-panel {grid-area:synopsis;border-top:1px solid #232a3b;border-bottom:1px solid #232a3b;padding:18px 0;position:relative;background:linear-gradient(90deg,rgba(255,77,28,.02) 0%,transparent 30%)}
.synopsis-panel p {font-size:14px;line-height:1.7;color:#aab0bd;margin-bottom:10px;text-align:justify}
.synopsis-panel p:last-child {margin-bottom:0}
.synopsis-panel p::first-letter {color:#ff4d1c;font-weight:700}
.cast-grid {grid-area:cast;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:20px 0;min-width:0}
.cast-card {background:#131926;border:1px solid #2c3547;padding:10px;display:flex;flex-direction:column;gap:6px;transition:transform .2s,border-color .2s;position:relative;overflow:hidden}
.cast-card::after {content:"";position:absolute;top:0;right:0;width:2px;height:100%;background:linear-gradient(to bottom,transparent,#ff4d1c,transparent);opacity:0;transition:opacity .3s}
.cast-card:hover {transform:translateY(-2px);border-color:#ff4d1c}
.cast-card:hover::after {opacity:.6}
.cast-photo {aspect-ratio:3/4;background:linear-gradient(145deg,#1a2030,#0d1117);border:1px solid #232a3b;position:relative;overflow:hidden}
.cast-photo::before {content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 60%,rgba(255,77,28,.15) 0%,transparent 70%)}
.cast-name {font-size:15px;font-weight:700;color:#e8ecf3;letter-spacing:.06em}
.cast-role {font-size:12px;color:#8b93a7;letter-spacing:.08em}
.status-panel {grid-area:status;padding:14px 0;border-bottom:1px solid #232a3b;min-width:0}
.status-meta {display:flex;flex-wrap:wrap;gap:8px 20px;align-items:center}
.status-meta span {font-size:13px;color:#aab0bd;padding:4px 0}
.episode-count, .current-episode, .episode-duration {position:relative;padding-left:16px}
.episode-count::before, .current-episode::before, .episode-duration::before {content:"";position:absolute;left:0;top:50%;width:6px;height:6px;background:#ff4d1c;transform:translateY(-50%);clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%)}
.current-episode {color:#ff4d1c;font-weight:700}
.detail-list {grid-area:details;padding:14px 0;min-width:0}
.detail-list dl {display:grid;grid-template-columns:repeat(2,1fr);gap:0}
.detail-item {display:flex;gap:8px;padding:6px 0;border-bottom:1px solid #1a2030;font-size:13px}
.detail-item dt {color:#6b7280;width:60px;flex-shrink:0}
.detail-item dd {color:#aab0bd;font-weight:500}
.timeline-section {padding:36px 0;position:relative;overflow:hidden}
.timeline-section::before {content:"";position:absolute;left:0;right:0;top:50%;height:2px;background:linear-gradient(90deg,transparent,#2c3547 15%,#ff4d1c 50%,#2c3547 85%,transparent);transform:translateY(-50%);z-index:0}
.timeline-heading {font-size:1.3rem;font-weight:800;letter-spacing:.1em;color:#e8ecf3;margin-bottom:24px;position:relative;z-index:1;display:inline-block;background:#0a0e1a;padding-right:16px}
.timeline-track {display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px;position:relative;z-index:1}
.timeline-node {width:calc(20% - 20px);min-width:140px;background:#0d1117;border:1px solid #2c3547;padding:14px;position:relative;display:flex;flex-direction:column;gap:8px;transition:transform .2s,border-color .2s}
.timeline-node::before {content:"";position:absolute;top:-8px;left:16px;width:16px;height:16px;background:#ff4d1c;clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);box-shadow:0 0 12px rgba(255,77,28,.5)}
.timeline-node:hover {border-color:#ff4d1c;transform:translateY(-4px)}
.timecode {font-size:14px;font-weight:800;color:#ff4d1c;letter-spacing:.08em}
.event-label {font-size:12px;line-height:1.5;color:#aab0bd}
.episodes-section {padding:36px 0;border-top:1px solid #232a3b}
.episodes-heading {font-size:1.3rem;font-weight:800;letter-spacing:.1em;color:#e8ecf3;margin-bottom:20px}
.episode-strip {display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.episode-entry {background:#131926;border:1px solid #2c3547;padding:16px;display:flex;flex-direction:column;gap:8px;position:relative;overflow:hidden;transition:border-color .2s}
.episode-entry::before {content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#ff4d1c,#ff4d1c 60%,transparent)}
.episode-entry:hover {border-color:#ff4d1c}
.ep-number {font-size:13px;font-weight:800;color:#ff4d1c;letter-spacing:.06em}
.ep-title {font-size:16px;font-weight:700;color:#e8ecf3;letter-spacing:.04em}
.ep-summary {font-size:13px;line-height:1.6;color:#aab0bd;flex:1}
.ep-duration {font-size:11px;color:#6b7280;letter-spacing:.08em;text-transform:uppercase}
.comments-section {padding:36px 0;border-top:1px solid #232a3b}
.comments-heading {font-size:1.3rem;font-weight:800;letter-spacing:.1em;color:#e8ecf3;margin-bottom:20px}
.comments-scroll {display:grid;grid-template-columns:repeat(4,1fr);gap:14px;overflow-x:auto}
.comment-card {background:#131926;border:1px solid #2c3547;padding:16px;display:flex;flex-direction:column;gap:10px;position:relative;min-width:0}
.comment-card::after {content:"";position:absolute;bottom:8px;right:12px;width:20px;height:20px;border-right:1px solid #ff4d1c;border-bottom:1px solid #ff4d1c;opacity:.4}
.avatar-dot {width:36px;height:36px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#ff4d1c,#8b1a0a);border:2px solid #ff4d1c;box-shadow:0 0 12px rgba(255,77,28,.4);flex-shrink:0}
.comment-nick {font-size:14px;font-weight:700;color:#e8ecf3;letter-spacing:.04em}
.comment-text {font-size:13px;line-height:1.6;color:#aab0bd}
.recommend-region {padding:36px 0;border-top:1px solid #232a3b}
.region-1 {background:linear-gradient(90deg,rgba(255,77,28,.04) 0%,transparent 50%,rgba(255,77,28,.02) 100%)}
.region-2 {background:linear-gradient(90deg,rgba(44,53,71,.3) 0%,transparent 50%,rgba(44,53,71,.2) 100%)}
.region-3 {background:linear-gradient(90deg,rgba(255,77,28,.06) 0%,transparent 40%,rgba(255,77,28,.03) 100%)}
.region-title {font-size:1.3rem;font-weight:800;letter-spacing:.1em;color:#e8ecf3;margin-bottom:20px;display:inline-block;padding-bottom:6px;border-bottom:2px solid #ff4d1c}
.recommend-grid {display:grid;gap:14px}
.region-1 .recommend-grid {grid-template-columns:repeat(3,1fr)}
.region-2 .recommend-grid {grid-template-columns:repeat(4,1fr)}
.region-3 .recommend-grid {grid-template-columns:repeat(3,1fr);max-width:900px}
.rec-card {display:flex;flex-direction:column;gap:8px;background:#131926;border:1px solid #2c3547;padding:10px;transition:transform .2s,border-color .2s,box-shadow .2s;text-decoration:none;color:inherit;position:relative;overflow:hidden}
.rec-card::before {content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#ff4d1c,transparent);opacity:0;transition:opacity .2s}
.rec-card:hover {border-color:#ff4d1c;transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.4)}
.rec-card:hover::before {opacity:1}
.rec-card img {width:100%;aspect-ratio:16/9;object-fit:cover;background:#0d1117;border:1px solid #1a2030}
.rec-card span[data-runtime="name"] {font-size:14px;font-weight:700;color:#e8ecf3;letter-spacing:.04em;line-height:1.4}
.rec-card span[data-runtime="blurb"] {font-size:12px;color:#8b93a7;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.footer-link {color:#6b7280;text-decoration:none;font-size:13px;transition:color .2s}
.footer-link:hover {color:#ff4d1c}
.disclaimer {padding:24px 0 12px;font-size:12px;color:#4b5263;line-height:1.6;border-top:1px solid #1a2030;text-align:center}
.friend-links {display:flex;flex-wrap:wrap;gap:8px 16px;align-items:center;padding:16px 0;border-top:1px solid #1a2030;border-bottom:1px solid #1a2030;margin-bottom:16px}
.friend-label {font-size:12px;color:#6b7280;font-weight:600;letter-spacing:.08em}
.runtime-friend-link {font-size:12px;color:#8b93a7;text-decoration:none;transition:color .2s;white-space:nowrap}
.runtime-friend-link:hover {color:#ff4d1c;text-decoration:underline}
footer {padding:24px;max-width:1600px;margin:0 auto}
footer .footer-link {display:inline-block;margin-right:16px;padding:6px 0}
footer .footer-link:last-child {margin-right:0}
video.theater-mode {position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90vw;height:auto;z-index:1000;background:#000;border:2px solid #ff4d1c}
video.light-off {filter:brightness(.4) contrast(1.2)}
video.paused {opacity:.7}
.player-controls button[data-player-action="play"]::before {content:"▶ ";font-size:10px}
.player-controls button[data-player-action="progress"]::before {content:"⏱ "}
.player-controls button[data-player-action="volume"]::before {content:"🔊 "}
.player-controls button[data-player-action="mute"]::before {content:"🔇 "}
.player-controls button[data-player-action="speed"]::before {content:"⏩ "}
.player-controls button[data-player-action="pip"]::before {content:"⧉ "}
.player-controls button[data-player-action="fullscreen"]::before {content:"⛶ "}
.player-controls button[data-player-action="theater"]::before {content:"▣ "}
.player-controls button[data-player-action="light"]::before {content:"💡 "}
.player-controls button:hover::before {color:#ff4d1c}
@media(max-width:1200px){.overview-shell {grid-template-columns:minmax(0,400px) minmax(0,1fr);gap:0 28px}
.timeline-node {width:calc(25% - 20px)}
.timeline-node:nth-child(5) {width:calc(25% - 20px)}
.region-2 .recommend-grid {grid-template-columns:repeat(2,1fr)}}
@media(max-width:992px){.overview-shell {grid-template-columns:1fr;grid-template-areas:"media" "title" "synopsis" "cast" "status" "details";gap:20px}
.media-combo {flex-direction:row;flex-wrap:wrap;align-items:flex-start}
.poster-frame {width:45%;max-width:360px;flex-shrink:0}
.player-frame {width:calc(55% - 12px);max-width:none;min-width:0}
.player-frame video {width:100%}
.cast-grid {grid-template-columns:repeat(3,1fr)}
.timeline-track {justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:16px}
.timeline-node {min-width:200px;width:auto;flex-shrink:0}
.episode-strip {grid-template-columns:repeat(2,1fr)}
.comments-scroll {grid-template-columns:repeat(2,1fr)}
.region-1 .recommend-grid {grid-template-columns:repeat(2,1fr)}
.region-3 .recommend-grid {grid-template-columns:repeat(2,1fr);max-width:none}}
@media(max-width:768px){body {font-size:13px}
header {padding:10px 16px;gap:10px}
.site-brand {font-size:1.2rem}
.main-title {font-size:1.3rem}
.overview-shell {padding:20px 0;gap:16px}
.media-combo {flex-direction:column}
.poster-frame {width:100%;max-width:none;aspect-ratio:2/3}
.player-frame {width:100%;max-width:none}
.cast-grid {grid-template-columns:repeat(2,1fr)}
.status-meta {flex-direction:column;align-items:flex-start;gap:6px}
.detail-list dl {grid-template-columns:1fr}
.episode-strip {grid-template-columns:1fr;gap:10px}
.comments-scroll {grid-template-columns:1fr;gap:12px}
.region-1 .recommend-grid, .region-2 .recommend-grid, .region-3 .recommend-grid {grid-template-columns:1fr}
.friend-links {gap:8px 12px}
.timeline-section {padding:24px 0}
.episodes-section, .comments-section, .recommend-region {padding:24px 0}}
@media(max-width:480px){main {padding:0 16px}
header {padding:10px 16px}
.categories-shell {width:100%}
.runtime-category {font-size:12px;padding:4px 10px}
.cast-grid {grid-template-columns:repeat(2,1fr);gap:8px}
.cast-card {padding:8px}
.cast-name {font-size:13px}
.cast-role {font-size:11px}
.detail-list dl {grid-template-columns:1fr}
.timeline-node {min-width:160px}
.player-controls button {padding:4px 8px;font-size:11px}
.poster-frame {aspect-ratio:2/3}
.disclaimer {font-size:11px;padding:16px 0 10px}
.footer-link {display:block;margin:6px 0}}
.cast-grid {grid-template-columns:1fr 1fr}
.rec-card span[data-runtime="name"] {font-size:13px}
.rec-card span[data-runtime="blurb"] {font-size:11px}

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}
