*, *::before, *::after {box-sizing:border-box;margin:0;padding:0}
html {scroll-behavior:smooth;font-size:16px}
body {background:#0a0b0d;color:#d9dee3;font-family:"Helvetica Neue",Arial,"PingFang SC","Microsoft YaHei",sans-serif;line-height:1.5;min-height:100vh;overflow-x:hidden;padding:0 1.5rem}
body.lights-dim {background:#050607}
a {color:inherit;text-decoration:none}
img, video {display:block;max-width:100%}
button {background:none;border:none;color:inherit;cursor:pointer;font:inherit}
h1, h2, h3, h4 {font-weight:700;line-height:1.2}
header {align-items:center;border-bottom:1px solid #1f2226;display:flex;gap:1.5rem;justify-content:space-between;max-width:1600px;margin:0 auto;padding:0.75rem 0;position:sticky;top:0;z-index:100;background:#0a0b0d}
main {max-width:1600px;margin:0 auto}
footer {border-top:1px solid #1f2226;margin-top:3rem;max-width:1600px;margin-left:auto;margin-right:auto;padding:1rem 0 2rem;font-size:0.8rem;color:#8a9199}
a[data-contract="site-name"] {color:#f2f5f7;font-family:"Courier New",Courier,monospace;font-size:1.1rem;font-weight:700;letter-spacing:0.1em;text-decoration:none;text-transform:uppercase}
a[data-contract="site-name"]:hover {color:#e83c3c}
a.runtime-category {color:#8a9199;display:inline-block;font-size:0.85rem;font-weight:500;letter-spacing:0.05em;padding:0.25rem 0.5rem;text-decoration:none;border:1px solid transparent;transition:color 0.2s,border-color 0.2s;white-space:nowrap}
a.runtime-category:hover {color:#e83c3c;border-color:#e83c3c;border-radius:2px}
a[data-runtime="recommendation"] {color:#d9dee3;display:flex;flex-direction:column;text-decoration:none;transition:transform 0.2s,box-shadow 0.2s}
a[data-runtime="recommendation"]:hover {transform:translateY(-2px);box-shadow:0 4px 20px rgba(232,60,60,0.2)}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {color:#8a9199;text-decoration:none;transition:color 0.2s}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {color:#e83c3c;text-decoration:underline}
a.runtime-friend-link {color:#6b7280;font-size:0.75rem;text-decoration:none;transition:color 0.2s}
a.runtime-friend-link:hover {color:#e83c3c;text-decoration:underline}
.site-logo {position:relative;flex-shrink:0}
.site-logo::after {content:"";position:absolute;left:0;bottom:-3px;width:100%;height:2px;background:linear-gradient(90deg,#e83c3c,transparent)}
[data-contract="categories"] {display:flex;flex-wrap:wrap;justify-content:flex-end;gap:0.25rem;overflow-x:auto;scrollbar-width:none}
[data-contract="categories"]::-webkit-scrollbar {display:none}
.hero-tagline {align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:60vh;padding:3rem 0;position:relative;text-align:center;border-bottom:1px solid #1f2226;margin-bottom:2rem}
.hero-tagline h1 {color:#f2f5f7;font-family:"Courier New",Courier,monospace;font-size:clamp(1.5rem,4vw,2.8rem);font-weight:700;letter-spacing:0.08em;line-height:1.3;max-width:900px;text-shadow:0 0 40px rgba(232,60,60,0.3);position:relative;z-index:2}
.data-stream {position:absolute;inset:0;display:flex;flex-direction:column;gap:0.5rem;justify-content:space-evenly;pointer-events:none;opacity:0.6;overflow:hidden}
.stream-unit {background:linear-gradient(90deg,transparent,rgba(232,60,60,0.8),transparent);height:1px;width:100%;animation:stream-flow 4s linear infinite}
.stream-unit:nth-child(2n) {animation-duration:3s;animation-delay:-1s;opacity:0.4}
.stream-unit:nth-child(3n) {animation-duration:5s;animation-delay:-2s;opacity:0.7}
.stream-unit:nth-child(5n) {animation-delay:-3s}
@keyframes stream-flow{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}
.movie-unit {background:#0e1013;border:1px solid #1f2226;border-radius:8px;display:grid;gap:1.5rem;grid-template-columns:minmax(200px,240px) 1fr;margin-bottom:2.5rem;padding:1.5rem;position:relative}
.poster-wrapper {align-self:start;position:relative}
.poster-wrapper::before {content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 60%,rgba(232,60,60,0.15));pointer-events:none;border-radius:4px}
.main-poster-img {aspect-ratio:2/3;background:#1a1d21;border-radius:4px;object-fit:cover;width:100%}
.movie-info-group {display:flex;flex-direction:column;gap:1rem;min-width:0}
.movie-title {color:#f2f5f7;font-family:"Courier New",Courier,monospace;font-size:1.4rem;letter-spacing:0.03em;line-height:1.2}
.movie-tagline {color:#e83c3c;font-size:0.9rem;letter-spacing:0.15em;text-transform:uppercase;border-left:3px solid #e83c3c;padding-left:0.75rem}
.detail-grid {display:grid;gap:0.4rem 1rem;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));border-top:1px solid #1f2226;border-bottom:1px solid #1f2226;padding:0.75rem 0}
.detail-item {color:#a0a8b0;font-size:0.85rem}
.detail-label {color:#5c636b;display:block;font-family:"Courier New",Courier,monospace;font-size:0.75rem;letter-spacing:0.05em;text-transform:uppercase}
.cast-panel {border-top:1px solid #1f2226;padding-top:0.75rem}
.cast-list {display:flex;flex-wrap:wrap;gap:0.4rem;margin-top:0.5rem}
.cast-card {background:#15181c;border:1px solid #2a2e33;border-radius:4px;color:#c0c7ce;font-size:0.8rem;padding:0.3rem 0.75rem;transition:border-color 0.2s,color 0.2s}
.cast-card:hover {border-color:#e83c3c;color:#e83c3c}
.section-subtitle {color:#e83c3c;font-family:"Courier New",Courier,monospace;font-size:0.85rem;letter-spacing:0.1em;text-transform:uppercase}
.synopsis-block {border-top:1px solid #1f2226;padding-top:0.75rem}
.synopsis-block p {color:#a0a8b0;font-size:0.85rem;margin-top:0.5rem;max-width:70ch}
.episode-status {align-items:center;display:flex;flex-wrap:wrap;gap:0.75rem;border-top:1px solid #1f2226;padding-top:0.75rem}
.status-total {background:#e83c3c;border-radius:3px;color:#0a0b0d;font-family:"Courier New",Courier,monospace;font-size:0.75rem;font-weight:700;padding:0.2rem 0.5rem;letter-spacing:0.05em}
.status-current {color:#8a9199;font-size:0.8rem}
.player-wrapper {grid-column:1/-1;background:#050607;border-radius:6px;padding:1rem;position:relative}
.player-wrapper video {border-radius:4px;font-size:0.75rem}
.player-controls {align-items:center;display:flex;flex-wrap:wrap;gap:0.5rem;margin-top:0.75rem}
.player-controls button {background:#15181c;border:1px solid #2a2e33;border-radius:3px;color:#b0b8c0;font-size:0.7rem;padding:0.3rem 0.6rem;transition:background 0.2s,color 0.2s,border-color 0.2s}
.player-controls button:hover {background:#e83c3c;border-color:#e83c3c;color:#0a0b0d}
.player-wrapper.theater-mode {background:#000;border-radius:0;padding:0;margin-left:-1.5rem;margin-right:-1.5rem}
.player-wrapper.theater-mode video {border-radius:0}
.timeline-module {margin-bottom:2.5rem;border-bottom:1px solid #1f2226;padding-bottom:2rem}
.section-title {color:#f2f5f7;font-family:"Courier New",Courier,monospace;font-size:1.2rem;letter-spacing:0.1em;margin-bottom:1rem;position:relative;text-transform:uppercase}
.section-title::after {content:"";position:absolute;left:0;bottom:-0.25rem;width:3rem;height:2px;background:#e83c3c}
.timeline-list {display:grid;gap:0;grid-template-columns:1fr;position:relative}
.timeline-entry {align-items:baseline;display:flex;gap:1rem;padding:0.75rem 1rem;position:relative;border-left:2px solid #2a2e33;transition:border-color 0.2s}
.timeline-entry:hover {border-left-color:#e83c3c}
.timeline-entry::before {content:"";position:absolute;left:-6px;top:50%;width:10px;height:10px;background:#e83c3c;border-radius:50%;transform:translateY(-50%);box-shadow:0 0 8px rgba(232,60,60,0.6)}
.timecode {color:#e83c3c;font-family:"Courier New",Courier,monospace;font-size:0.85rem;font-weight:700;white-space:nowrap}
.timeline-entry .label {color:#a0a8b0;font-size:0.9rem}
.episodes-module {margin-bottom:2.5rem;border-bottom:1px solid #1f2226;padding-bottom:2rem}
.episodes-scroll {display:grid;gap:0.75rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));overflow:visible}
.episode-card {background:#0e1013;border:1px solid #1f2226;border-left:3px solid #2a2e33;border-radius:6px;display:flex;flex-direction:column;gap:0.5rem;padding:1rem;transition:border-color 0.2s,transform 0.2s}
.episode-card:hover {border-color:#e83c3c;transform:translateY(-2px)}
.ep-number {color:#e83c3c;font-family:"Courier New",Courier,monospace;font-size:1rem;font-weight:700}
.episode-card h4 {color:#f2f5f7;font-size:0.95rem}
.episode-card p {color:#8a9199;font-size:0.8rem;line-height:1.5}
.ep-duration {align-self:flex-start;border-top:1px solid #1f2226;color:#5c636b;font-family:"Courier New",Courier,monospace;font-size:0.7rem;letter-spacing:0.05em;padding-top:0.5rem;width:100%}
.recommendation-zone {margin-bottom:2rem;border-bottom:1px solid #1f2226;padding-bottom:1.5rem}
.data-recommendation-title {color:#f2f5f7;font-family:"Courier New",Courier,monospace;font-size:1.1rem;letter-spacing:0.1em;margin-bottom:0.75rem;text-transform:uppercase;position:relative}
.data-recommendation-title::before {content:"// ";color:#e83c3c}
.recommendation-band {display:grid;gap:0.75rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}
.recommendation-band a[data-runtime="recommendation"] {background:#0e1013;border:1px solid #1f2226;border-radius:6px;overflow:hidden;padding-bottom:0.75rem}
.recommendation-band a[data-runtime="recommendation"] img {aspect-ratio:16/9;background:#1a1d21;object-fit:cover;width:100%}
.recommendation-band a[data-runtime="recommendation"] [data-runtime="name"] {color:#d9dee3;font-size:0.85rem;font-weight:600;padding:0.5rem 0.75rem 0}
.recommendation-band a[data-runtime="recommendation"] [data-runtime="blurb"] {color:#6b7280;font-size:0.75rem;line-height:1.4;padding:0.25rem 0.75rem 0}
.comments-module {margin-bottom:2rem}
.comments-grid {column-count:3;column-gap:0.75rem}
.comment-card {background:#0e1013;border:1px solid #1f2226;border-radius:6px;break-inside:avoid;margin-bottom:0.75rem;padding:0.75rem 1rem;transition:border-color 0.2s}
.comment-card:hover {border-color:#3a4046}
.comment-nick {color:#e83c3c;display:block;font-family:"Courier New",Courier,monospace;font-size:0.8rem;font-weight:700;letter-spacing:0.05em;margin-bottom:0.5rem}
.comment-text {color:#a0a8b0;font-size:0.85rem;line-height:1.5}
.footer-contract {color:#5c636b;font-size:0.7rem;line-height:1.6;margin-bottom:0.75rem;max-width:80ch}
.footer-nav {display:flex;gap:1.5rem;margin-bottom:0.75rem}
.footer-nav a {font-size:0.8rem}
.friend-links {align-items:center;display:flex;flex-wrap:wrap;gap:0.4rem 1rem}
.friend-label {color:#e83c3c;font-family:"Courier New",Courier,monospace;font-size:0.7rem;letter-spacing:0.1em;text-transform:uppercase}
.player, .player .click, .player .play, .player .progress, .player .volume, .player .mute, .player .speed, .player .pip, .player .fullscreen, .player .theater, .player .light {color:inherit}
.player-controls .click {background:#e83c3c}
.player-controls .theater-mode {background:#e83c3c;border-color:#e83c3c;color:#0a0b0d}
.player-controls .fullscreen {background:#e83c3c;border-color:#e83c3c;color:#0a0b0d}
.player-controls .pip {background:#e83c3c;border-color:#e83c3c;color:#0a0b0d}
.player-controls .mute {background:#e83c3c;border-color:#e83c3c;color:#0a0b0d}
.player-controls .speed {background:#e83c3c;border-color:#e83c3c;color:#0a0b0d}
.player-controls .volume {background:#e83c3c;border-color:#e83c3c;color:#0a0b0d}
.player-controls .progress {background:#e83c3c;border-color:#e83c3c;color:#0a0b0d}
.player-controls .light {background:#e83c3c;border-color:#e83c3c;color:#0a0b0d}
.player-controls .theater {background:#e83c3c;border-color:#e83c3c;color:#0a0b0d}
.player-controls .data-player-action {background:#15181c}
.player-controls .data-player-action:hover {background:#e83c3c}
.player-controls .data-player-action:active {background:#c22e2e}
.player-controls .data-player-action:focus {outline:1px solid #e83c3c;outline-offset:1px}
@media(min-width:700px){.timeline-list {grid-template-columns:1fr 1fr}
.timeline-entry:nth-child(even) {border-left:2px solid #e83c3c}
.timeline-entry:nth-child(even)::before {left:auto;right:-6px}
.timeline-entry:nth-child(even) {flex-direction:row-reverse;text-align:right;border-left:2px solid #2a2e33;border-right:2px solid #2a2e33;border-left-width:0}
.timeline-entry:nth-child(even)::before {right:-6px;left:auto}
.timeline-entry:nth-child(odd) {border-right:2px solid #2a2e33;border-left-width:0}
.timeline-entry:nth-child(odd)::before {left:-6px}
.timeline-entry:nth-child(4n/**/+1) {border-right-color:#e83c3c}
.timeline-entry:nth-child(4n/**/+2) {border-right-color:#e83c3c}
.timeline-entry:nth-child(4n/**/+3) {border-left-color:#e83c3c}
.timeline-entry:nth-child(4n/**/+4) {border-left-color:#e83c3c}}
@media(min-width:900px){.movie-unit {grid-template-columns:minmax(220px,260px) minmax(0,1fr) minmax(320px,0.9fr)}
.poster-wrapper {grid-row:1}
.movie-info-group {grid-column:2;grid-row:1}
.player-wrapper {grid-column:3;grid-row:1;align-self:start;padding:0.75rem}
.player-wrapper video {aspect-ratio:16/9;width:100%}
.player-controls {flex-direction:column;gap:0.35rem;align-items:stretch}
.player-controls button {text-align:left}
.timeline-list {grid-template-columns:1fr 1fr 1fr}
.episodes-scroll {grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}
.recommendation-band {grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}
.comments-grid {column-count:4}}
@media(min-width:1200px){.episodes-scroll {grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}
.recommendation-band {grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}
.comments-grid {column-count:5}}
@media(max-width:600px){body {padding:0 0.75rem}
header {flex-direction:column;gap:0.5rem;align-items:flex-start;padding:0.5rem 0}
[data-contract="categories"] {justify-content:flex-start;width:100%}
.hero-tagline {min-height:40vh;padding:2rem 0}
.movie-unit {grid-template-columns:1fr;padding:1rem}
.poster-wrapper {width:100%}
.main-poster-img {max-width:200px}
.player-wrapper {margin-left:0;margin-right:0;padding:0.5rem}
.player-wrapper.theater-mode {margin-left:0;margin-right:0}
.player-controls {flex-direction:row;flex-wrap:wrap}
.player-controls button {font-size:0.65rem;padding:0.25rem 0.4rem}
.timeline-list {grid-template-columns:1fr}
.timeline-entry:nth-child(even) {flex-direction:row;text-align:left;border-left:2px solid #2a2e33;border-right:0}
.timeline-entry:nth-child(even)::before {left:-6px;right:auto}
.timeline-entry:nth-child(odd) {border-left:2px solid #2a2e33;border-right:0}
.episodes-scroll {grid-template-columns:1fr}
.recommendation-band {grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}
.comments-grid {column-count:2}
.comment-card {padding:0.5rem 0.75rem}}
@media(max-width:400px){.detail-grid {grid-template-columns:1fr}
.recommendation-band {grid-template-columns:1fr}
.comments-grid {column-count:1}}

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}
