*, * {margin:0;padding:0;box-sizing:border-box}
html {scroll-behavior:smooth}
body {font-family:"PingFang SC","Microsoft YaHei",system-ui,-apple-system,sans-serif;background:#0a0a14;color:#d8d8e0;line-height:1.5;background-image:radial-gradient(ellipse at 20% 0%,rgba(255,0,128,.12) 0%,transparent 50%),radial-gradient(ellipse at 80% 20%,rgba(0,120,255,.1) 0%,transparent 45%);background-attachment:fixed;min-height:100vh;overflow-x:hidden}
::selection {background:#ff0080;color:#0a0a14}
a {color:inherit;text-decoration:none}
ul {list-style:none}
button {font-family:inherit;background:none;border:none;color:inherit;cursor:pointer}
img {display:block;max-width:100%}
header {display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.2rem 2rem;background:rgba(10,10,20,.9);backdrop-filter:blur(12px);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,0,128,.3);box-shadow:0 4px 30px rgba(0,0,0,.6)}
.brand-link {font-size:1.4rem;font-weight:800;letter-spacing:.02em;color:#fff;background:linear-gradient(135deg,#ff0080,#00ccff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;white-space:nowrap;transition:filter .3s}
.brand-link:hover {filter:drop-shadow(0 0 12px rgba(255,0,128,.5))}
.categories-nav {display:flex;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}
.runtime-category {display:inline-block;padding:.35rem .8rem;font-size:.8rem;font-weight:500;color:#a0a0c0;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:999px;white-space:nowrap;transition:all .3s ease}
.runtime-category:hover {color:#fff;background:rgba(255,0,128,.15);border-color:rgba(255,0,128,.5);box-shadow:0 0 15px rgba(255,0,128,.2)}
main {max-width:1440px;margin:0 auto;padding:0 1.5rem}
.movie-overview-panel {display:grid;grid-template-columns:minmax(240px,280px) 1fr;grid-template-rows:auto auto auto auto;grid-template-areas:"poster title" "poster synopsis" "poster cast" "poster details";gap:0 2.5rem;padding:2.5rem;margin:2rem auto;background:linear-gradient(160deg,rgba(20,15,40,.95) 0%,rgba(10,10,20,.98) 70%);border:1px solid rgba(255,0,128,.2);border-radius:8px;box-shadow:0 0 60px rgba(0,0,0,.5),inset 0 0 60px rgba(255,0,128,.03);position:relative;overflow:hidden}
.movie-overview-panel::before {content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#ff0080,#00ccff,#ff0080);opacity:.6}
.poster-media-wrap {grid-area:poster;align-self:start;position:relative;border-radius:4px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.7),0 0 20px rgba(255,0,128,.15)}
.poster-media-wrap::after {content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,0,128,.1) 0%,transparent 40%,rgba(0,204,255,.08) 100%);mix-blend-mode:overlay;pointer-events:none}
.poster-image {width:100%;aspect-ratio:2/3;object-fit:cover;filter:saturate(1.1) contrast(1.05)}
.title-tagline-group {grid-area:title;align-self:end;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:1.5rem}
.movie-title {font-size:clamp(1.6rem,3vw,2.4rem);font-weight:900;letter-spacing:.04em;line-height:1.2;color:#fff;text-shadow:0 0 30px rgba(255,0,128,.4)}
.movie-tagline {margin-top:.6rem;font-size:.9rem;color:#00ccff;letter-spacing:.15em;text-transform:uppercase;opacity:.8}
.synopsis-block {grid-area:synopsis;align-self:start;padding-right:1rem}
.synopsis-paragraph {margin-bottom:.8rem;font-size:.9rem;line-height:1.7;color:#b8b8c8;text-align:justify}
.synopsis-paragraph:last-child {margin-bottom:0}
.cast-columns {grid-area:cast;align-self:start;margin-top:.8rem;padding-top:.8rem;border-top:1px solid rgba(255,255,255,.06)}
.section-subheading {font-size:.75rem;font-weight:700;letter-spacing:.2em;color:#ff0080;text-transform:uppercase;margin-bottom:.8rem}
.cast-grid {display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem 1.5rem}
.cast-item {padding:.4rem .6rem;background:rgba(255,255,255,.03);border-left:2px solid rgba(255,0,128,.4);transition:all .3s}
.cast-item:hover {border-left-color:#00ccff;background:rgba(0,204,255,.06)}
.cast-name {font-size:.9rem;font-weight:600;color:#e0e0f0}
.episode-status-block {grid-area:cast;align-self:end;justify-self:end;margin-top:.5rem;padding:.4rem .9rem;background:rgba(255,0,128,.12);border:1px solid rgba(255,0,128,.3);border-radius:4px;backdrop-filter:blur(4px)}
.current-episode {font-weight:800;color:#ff0080;font-size:1.1rem}
.total-episodes {color:#8888a0;font-size:.85rem}
.details-list {grid-area:details;align-self:start;margin-top:.8rem;padding-top:.8rem;border-top:1px solid rgba(255,255,255,.06)}
.details-meta {display:grid;grid-template-columns:repeat(4,1fr);gap:.4rem 1.5rem}
.details-meta li {display:flex;flex-direction:column;gap:.15rem;padding:.3rem .4rem;background:rgba(255,255,255,.02);border-radius:3px}
.meta-label {font-size:.65rem;letter-spacing:.1em;color:#6666a0;text-transform:uppercase}
.meta-value {font-size:.8rem;font-weight:600;color:#d0d0e0}
.player-wrapper {width:100%;max-width:900px;margin:2rem auto;padding:1rem;background:linear-gradient(145deg,rgba(15,15,30,.95),rgba(5,5,15,.98));border:1px solid rgba(0,204,255,.25);border-radius:8px;box-shadow:0 0 50px rgba(0,204,255,.1),0 20px 60px rgba(0,0,0,.7);position:relative;transition:all .5s ease}
.player-wrapper video {display:block;border-radius:4px;background:#000;aspect-ratio:16/9;width:100%;object-fit:contain}
.player-wrapper.theater-mode {max-width:100%;margin:0 0 2rem;padding:.5rem;background:#000;border-color:rgba(255,0,128,.3)}
.player-controls {display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.8rem;padding-top:.8rem;border-top:1px solid rgba(255,255,255,.08)}
.player-controls button {padding:.3rem .7rem;font-size:.7rem;font-weight:500;color:#b0b0c8;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:3px;transition:all .3s;letter-spacing:.05em}
.player-controls button:hover {color:#fff;background:rgba(255,0,128,.2);border-color:rgba(255,0,128,.5);box-shadow:0 0 10px rgba(255,0,128,.2)}
body.lights-off main {filter:brightness(.35) saturate(.8);transition:filter .5s}
body.lights-off .player-wrapper {filter:brightness(1.2);box-shadow:0 0 80px rgba(255,0,128,.3)}
.timeline-scroll {margin:2.5rem 0;padding:1.5rem 0;border-top:1px solid rgba(255,0,128,.2);border-bottom:1px solid rgba(255,0,128,.2);background:linear-gradient(90deg,transparent,rgba(255,0,128,.04),transparent)}
.section-heading {font-size:1.2rem;font-weight:800;letter-spacing:.1em;color:#fff;margin-bottom:1.2rem;display:flex;align-items:center;gap:.8rem}
.section-heading::after {content:"";flex:1;height:1px;background:linear-gradient(90deg,rgba(255,0,128,.5),transparent)}
.timeline-track {display:flex;gap:1.5rem;overflow-x:auto;padding:.5rem .2rem 1rem;scrollbar-width:thin;scrollbar-color:#ff0080 rgba(255,255,255,.05)}
.timeline-track::-webkit-scrollbar {height:4px}
.timeline-track::-webkit-scrollbar-thumb {background:linear-gradient(90deg,#ff0080,#00ccff);border-radius:2px}
.timeline-item {flex:0 0 auto;min-width:180px;padding:1rem 1.2rem;background:rgba(10,10,25,.7);border:1px solid rgba(255,255,255,.06);border-radius:6px;position:relative;transition:all .3s;display:flex;flex-direction:column;gap:.5rem}
.timeline-item::before {content:"";position:absolute;top:-8px;left:50%;transform:translateX(-50%);width:16px;height:16px;border-radius:50%;background:linear-gradient(135deg,#ff0080,#00ccff);box-shadow:0 0 20px rgba(255,0,128,.5);border:2px solid #0a0a14}
.timeline-item:hover {transform:translateY(-3px);border-color:rgba(0,204,255,.4);box-shadow:0 8px 30px rgba(0,0,0,.4)}
.timecode {font-size:.7rem;font-weight:700;color:#00ccff;letter-spacing:.1em}
.label {font-size:.85rem;color:#c0c0d8;line-height:1.4}
.episodes-grid-section {margin:2.5rem 0}
.episodes-grid {display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}
.episode-card {position:relative;padding:1rem;background:linear-gradient(145deg,rgba(25,20,40,.8),rgba(10,10,20,.9));border:1px solid rgba(255,255,255,.05);border-radius:6px;transition:all .3s;overflow:hidden;display:flex;flex-direction:column;gap:.4rem}
.episode-card::before {content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#ff0080,transparent);opacity:0;transition:opacity .3s}
.episode-card:hover {transform:translateY(-3px);border-color:rgba(255,0,128,.4);box-shadow:0 10px 30px rgba(0,0,0,.4)}
.episode-card:hover::before {opacity:1}
.episode-card:hover .ep-duration {opacity:1;transform:translateY(0)}
.ep-number {font-size:1.6rem;font-weight:900;color:rgba(255,255,255,.1);line-height:1;align-self:flex-end;position:absolute;top:.5rem;right:.8rem;font-family:monospace}
.ep-title {font-size:1rem;font-weight:700;color:#fff;letter-spacing:.05em;padding-right:2rem}
.ep-summary {font-size:.75rem;color:#9a9ab0;line-height:1.5;flex:1}
.ep-duration {position:absolute;bottom:.5rem;right:.8rem;font-size:.65rem;color:#00ccff;background:rgba(0,204,255,.1);padding:.15rem .5rem;border-radius:3px;opacity:0;transform:translateY(5px);transition:all .3s}
.comments-waterfall {margin:2.5rem 0;padding:1.5rem 0;border-top:1px solid rgba(0,204,255,.2);border-bottom:1px solid rgba(0,204,255,.2);column-count:3;column-gap:1.5rem}
.comments-waterfall .section-heading {column-span:all;margin-bottom:1.5rem}
.comment-card {break-inside:avoid;margin-bottom:1rem;padding:1rem 1.2rem;background:rgba(255,255,255,.02);border-radius:6px;border:1px solid rgba(255,255,255,.04);transition:all .3s}
.comment-card:nth-child(even) {background:rgba(255,0,128,.04);border-color:rgba(255,0,128,.1)}
.comment-card:nth-child(odd) {background:rgba(0,204,255,.04);border-color:rgba(0,204,255,.1)}
.comment-card:hover {transform:translateX(-3px);box-shadow:0 4px 20px rgba(0,0,0,.3)}
.comment-nickname {display:inline-block;font-size:.75rem;font-weight:700;color:#fff;background:linear-gradient(135deg,rgba(255,0,128,.3),rgba(0,204,255,.3));padding:.15rem .6rem;border-radius:3px;margin-bottom:.5rem;letter-spacing:.05em}
.comment-text {font-size:.8rem;line-height:1.6;color:#b8b8c8}
.recommendation-region {margin:2.5rem 0;padding:1.5rem;background:rgba(15,15,30,.5);border-radius:8px;border:1px solid rgba(255,255,255,.03)}
.rec-heading {font-size:1.1rem;font-weight:800;letter-spacing:.08em;color:#fff;margin-bottom:1rem;display:flex;align-items:center;gap:.6rem}
.rec-heading::before {content:"";width:4px;height:1.2em;background:linear-gradient(180deg,#ff0080,#00ccff);border-radius:2px}
.rec-grid {display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}
.rec-item {display:flex;flex-direction:column;gap:.5rem;padding:.8rem;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.04);border-radius:6px;transition:all .3s;align-self:flex-start}
.rec-item img {width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:4px;filter:saturate(.9) contrast(1.05);transition:all .3s}
.rec-item:hover {transform:translateY(-4px);background:rgba(255,0,128,.05);border-color:rgba(255,0,128,.3);box-shadow:0 10px 30px rgba(0,0,0,.4)}
.rec-item:hover img {filter:saturate(1.2) contrast(1.1)}
.rec-item span[data-runtime="name"] {font-size:.85rem;font-weight:700;color:#fff;letter-spacing:.03em}
.rec-item span[data-runtime="blurb"] {font-size:.7rem;color:#8a8aa0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
footer {margin-top:3rem;padding:2rem 1.5rem 3rem;background:rgba(5,5,15,.9);border-top:1px solid rgba(255,0,128,.2);text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}
.footer-disclaimer {max-width:700px;font-size:.7rem;color:#666680;line-height:1.6}
.friend-links {display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;align-items:center}
.friend-label {font-size:.75rem;color:#8888a0}
.runtime-friend-link {font-size:.75rem;color:#8888a0;padding:.2rem .6rem;border:1px solid rgba(255,255,255,.05);border-radius:3px;transition:all .3s;white-space:nowrap}
.runtime-friend-link:hover {color:#ff0080;border-color:rgba(255,0,128,.4);background:rgba(255,0,128,.05)}
footer>a {padding:.4rem 1.2rem;font-size:.8rem;color:#b0b0c8;border:1px solid rgba(255,255,255,.1);border-radius:4px;transition:all .3s;display:inline-block;margin:0 .3rem}
footer>a:hover {color:#fff;border-color:#00ccff;box-shadow:0 0 15px rgba(0,204,255,.2)}
.player .play .progress .volume .mute .speed .pip .fullscreen .theater .light .click .data-player-action {outline:none}
.player-controls button[data-player-action="play"].active {color:#ff0080;background:rgba(255,0,128,.2)}
@media (max-width:1100px){.movie-overview-panel {grid-template-columns:220px 1fr;gap:0 2rem}
.details-meta {grid-template-columns:repeat(2,1fr)}
.episodes-grid {grid-template-columns:repeat(3,1fr)}
.comments-waterfall {column-count:2}}
@media (max-width:900px){header {padding:1rem;flex-direction:column;gap:.8rem}
.categories-nav {justify-content:center}
.movie-overview-panel {grid-template-columns:1fr;grid-template-areas:"poster" "title" "synopsis" "cast" "details";gap:1.5rem 0;padding:1.5rem}
.poster-media-wrap {max-width:240px;margin:0 auto}
.title-tagline-group {text-align:center}
.movie-tagline {letter-spacing:.08em}
.synopsis-block {padding-right:0}
.episode-status-block {justify-self:center}
.cast-grid {grid-template-columns:repeat(4,1fr)}
.episodes-grid {grid-template-columns:repeat(2,1fr)}
.rec-grid {grid-template-columns:repeat(2,1fr)}
.timeline-item {min-width:150px}}
@media (max-width:600px){body {padding:0}
main {padding:0 1rem}
.movie-overview-panel {padding:1.2rem;margin:1rem 0}
.movie-title {font-size:1.3rem}
.cast-grid {grid-template-columns:repeat(2,1fr)}
.details-meta {grid-template-columns:1fr 1fr}
.episodes-grid {grid-template-columns:1fr}
.comments-waterfall {column-count:1}
.rec-grid {grid-template-columns:1fr}
.player-controls button {flex:1 1 auto;text-align:center}
.categories-nav {flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;-webkit-overflow-scrolling:touch;padding-bottom:.3rem}
.runtime-category {flex-shrink:0}
header {position:static}
.timeline-item {min-width:130px}
.episode-status-block {position:static;text-align:center}
.friend-links {flex-direction:column;gap:.3rem}}
@media (max-width:420px){.movie-overview-panel {grid-template-columns:1fr}
.poster-media-wrap {max-width:200px}
.details-meta {grid-template-columns:1fr}
.player-wrapper {padding:.5rem}
.player-controls {gap:.2rem}}

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}
