*, *::before, *::after {box-sizing:border-box;margin:0;padding:0}
html {scroll-behavior:smooth}
body {font-family:"PingFang SC","Microsoft YaHei",system-ui,-apple-system,sans-serif;background:#0a0e1a;color:#f0f2f5;line-height:1.5;font-size:15px;letter-spacing:.01em}
.site-header {position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1.5rem;background:rgba(10,14,26,.92);backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.06)}
.site-name-link {font-size:1.35rem;font-weight:800;color:#fff;text-decoration:none;letter-spacing:.04em;background:linear-gradient(90deg,#ff5f6d,#ffc371,#47e3ff,#9d6cff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;transition:opacity .2s}
.site-name-link:hover {opacity:.8}
.categories-nav {display:flex;align-items:center;gap:.35rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;max-width:70%}
.categories-nav::-webkit-scrollbar {display:none}
.runtime-category {display:inline-block;padding:.4rem .9rem;border-radius:999px;background:rgba(255,255,255,.08);color:#c8cdd8;font-size:.9rem;text-decoration:none;white-space:nowrap;border:1px solid rgba(255,255,255,.12);transition:all .2s;flex-shrink:0}
.runtime-category:hover {background:rgba(255,255,255,.18);color:#fff;border-color:rgba(255,255,255,.3)}
.hero-spectrum {position:relative;min-height:52vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem 2rem;background:linear-gradient(120deg,#ff5f6d 0%,#ffc371 20%,#47e3ff 50%,#9d6cff 80%,#ff5f6d 100%);background-size:300% 300%;animation:spectrumShift 16s ease-in-out infinite;overflow:hidden}
.hero-spectrum::before {content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 30% 50%,transparent 0%,rgba(10,14,26,.25) 60%,rgba(10,14,26,.75) 100%);pointer-events:none}
.hero-spectrum::after {content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(10,14,26,.9) 100%);pointer-events:none}
@keyframes spectrumShift{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}
.hero-thumbnails {position:relative;z-index:1;display:flex;gap:1rem;max-width:1200px;width:100%;justify-content:center;flex-wrap:wrap}
.hero-thumb {width:clamp(110px,15vw,180px);aspect-ratio:16/9;border-radius:8px;background:rgba(255,255,255,.22);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.35);box-shadow:0 8px 24px rgba(0,0,0,.25);transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}
.hero-thumb:nth-child(1) {background:linear-gradient(135deg,rgba(255,95,109,.7),rgba(255,195,113,.7))}
.hero-thumb:nth-child(2) {background:linear-gradient(135deg,rgba(71,227,255,.7),rgba(157,108,255,.7));transform:translateY(-12px)}
.hero-thumb:nth-child(3) {background:linear-gradient(135deg,rgba(157,108,255,.7),rgba(255,95,109,.7))}
.hero-thumb::after {content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent 40%,rgba(255,255,255,.15) 50%,transparent 60%);background-size:200% 200%;animation:sheen 4s ease-in-out infinite}
.hero-thumb:hover {transform:translateY(-4px) scale(1.03);box-shadow:0 12px 32px rgba(0,0,0,.35)}
@keyframes sheen{0%,100%{background-position:0% 0%}50%{background-position:100% 100%}}
.movie-overview-block {background:#0f1424;border:1px solid rgba(255,255,255,.06);border-radius:16px;margin:2rem auto;max-width:1280px;width:calc(100% - 2rem);padding:2rem;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.4)}
.poster-player-wrapper {display:grid;grid-template-columns:auto minmax(0,1fr);gap:2rem;align-items:start;margin-bottom:1.8rem}
.poster-shell {width:clamp(160px,22vw,220px)}
.main-poster-img {display:block;width:100%;aspect-ratio:2/3;object-fit:cover;border-radius:10px;box-shadow:0 8px 30px rgba(0,0,0,.5);border:1px solid rgba(255,255,255,.08)}
.player-shell {min-width:0}
.main-player {display:block;width:100%;border-radius:10px;background:#000;box-shadow:0 8px 30px rgba(0,0,0,.5)}
.player-controls {display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.8rem;padding:.6rem;background:rgba(255,255,255,.04);border-radius:8px;border:1px solid rgba(255,255,255,.06)}
.ctrl-btn {background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);color:#dfe3ea;font-size:.78rem;padding:.3rem .7rem;border-radius:6px;cursor:pointer;transition:all .2s;white-space:nowrap}
.ctrl-btn:hover {background:rgba(255,255,255,.22);color:#fff}
.title-tagline-group {margin:1.8rem 0 1.2rem;padding-bottom:1.4rem;border-bottom:1px solid rgba(255,255,255,.08)}
.movie-title {font-size:clamp(1.6rem,3.5vw,2.5rem);font-weight:800;letter-spacing:.05em;line-height:1.2;background:linear-gradient(90deg,#fff,#e8eaf0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.4rem}
.tagline {font-size:1.1rem;color:#9d6cff;font-weight:500;letter-spacing:.12em}
.cast-fragment, .synopsis-fragment, .episode-status-fragment, .details-fragment {margin-bottom:1.6rem}
.fragment-heading {font-size:1.1rem;font-weight:700;color:#ffc371;letter-spacing:.08em;margin-bottom:.9rem;padding-left:.6rem;border-left:3px solid #ff5f6d}
.cast-list {list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.6rem}
.actor-card {background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:.7rem .9rem;font-size:.95rem;color:#dfe3ea;text-align:center;transition:all .2s;cursor:default}
.actor-card:hover {background:rgba(157,108,255,.15);border-color:rgba(157,108,255,.4);transform:translateY(-2px)}
.synopsis-fragment .fragment-heading {color:#47e3ff;border-left-color:#47e3ff}
.synopsis-paragraph {color:#aab2c0;line-height:1.8;margin-bottom:.8rem;max-width:72ch}
.synopsis-paragraph:last-child {margin-bottom:0}
.episode-status-fragment {display:flex;flex-wrap:wrap;align-items:center;gap:.8rem 1.5rem;background:linear-gradient(120deg,rgba(255,95,109,.08),rgba(71,227,255,.08));padding:1rem 1.2rem;border-radius:8px;border:1px solid rgba(255,255,255,.06)}
.total-episodes-label, .current-episode-label {font-weight:600;color:#ffc371;font-size:.95rem;padding:.3rem .7rem;background:rgba(0,0,0,.3);border-radius:999px;border:1px solid rgba(255,195,113,.3)}
.current-episode-label {color:#47e3ff;border-color:rgba(71,227,255,.3)}
.episode-progress-text {width:100%;margin-top:.4rem;font-size:.9rem;color:#8a93a3}
.details-fragment .fragment-heading {color:#9d6cff;border-left-color:#9d6cff}
.details-list {display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem 1rem}
.detail-item {display:flex;gap:.5rem;padding:.45rem .6rem;background:rgba(255,255,255,.03);border-radius:6px;font-size:.9rem}
.detail-item dt {color:#8a93a3;flex-shrink:0}
.detail-item dd {color:#fff;font-weight:500}
.episodes-fragment {max-width:1280px;width:calc(100% - 2rem);margin:0 auto 2.5rem}
.episodes-fragment .fragment-heading {color:#ff5f6d;border-left-color:#ff5f6d;font-size:1.25rem}
.episode-list {list-style:none;display:flex;flex-direction:column;gap:.6rem}
.episode-item {display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"num title dur" "num summary summary";gap:.2rem 1rem;align-items:baseline;padding:1rem 1.2rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:10px;transition:all .2s;grid-template-areas:"num title dur" "num summary summary"}
.episode-item:hover {background:rgba(255,95,109,.06);border-color:rgba(255,95,109,.3);transform:translateX(4px)}
.episode-number {grid-area:num;font-weight:700;color:#ffc371;font-size:1rem;min-width:3.5em;text-align:right}
.episode-title {grid-area:title;font-size:1.05rem;font-weight:600;color:#fff}
.episode-duration {grid-area:dur;font-size:.8rem;color:#8a93a3;background:rgba(255,255,255,.06);padding:.2rem .5rem;border-radius:4px;align-self:center}
.episode-summary {grid-area:summary;color:#8890a0;font-size:.9rem;line-height:1.5;margin-top:.3rem}
.timeline-fragment {max-width:1280px;width:calc(100% - 2rem);margin:0 auto 2.5rem}
.timeline-fragment .fragment-heading {color:#47e3ff;border-left-color:#47e3ff;font-size:1.25rem}
.timeline-scroll {overflow-x:auto;padding-bottom:.8rem;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}
.timeline-scroll::-webkit-scrollbar {height:6px}
.timeline-scroll::-webkit-scrollbar-track {background:rgba(255,255,255,.05);border-radius:3px}
.timeline-scroll::-webkit-scrollbar-thumb {background:linear-gradient(90deg,#ff5f6d,#47e3ff);border-radius:3px}
.timeline-track {display:flex;gap:.8rem;min-width:max-content;padding:.5rem 0}
.timeline-item {background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:.9rem 1.1rem;min-width:180px;max-width:220px;transition:all .2s;position:relative}
.timeline-item::before {content:"";position:absolute;top:50%;left:-.8rem;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid rgba(255,255,255,.08);transform:translateY(-50%)}
.timeline-item:first-child::before {display:none}
.timeline-item:hover {background:rgba(71,227,255,.1);border-color:rgba(71,227,255,.4);transform:translateY(-2px)}
.timecode {display:block;font-weight:700;color:#47e3ff;font-size:.85rem;font-variant-numeric:tabular-nums;margin-bottom:.35rem}
.timeline-label {font-size:.9rem;color:#dfe3ea;line-height:1.4;display:block}
.comments-fragment {max-width:1280px;width:calc(100% - 2rem);margin:0 auto 2.5rem}
.comments-fragment .fragment-heading {color:#ffc371;border-left-color:#ffc371;font-size:1.25rem}
.comments-grid {display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
@media(max-width:900px){.comments-grid {grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.comments-grid {grid-template-columns:1fr}}
.comment-card {background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:1.1rem 1.2rem;transition:all .2s;display:flex;flex-direction:column;gap:.5rem}
.comment-card:hover {background:rgba(255,255,255,.07);border-color:rgba(255,195,113,.3);transform:translateY(-2px)}
.comment-nickname {font-weight:700;color:#ffc371;font-size:.95rem;padding-bottom:.35rem;border-bottom:1px solid rgba(255,255,255,.08)}
.comment-text {color:#b8bfcc;font-size:.95rem;line-height:1.6}
.recommendation-region {max-width:1280px;width:calc(100% - 2rem);margin:0 auto 2.5rem}
.recommendation-title {font-size:1.25rem;font-weight:700;color:#9d6cff;letter-spacing:.06em;margin-bottom:1.2rem;padding-left:.6rem;border-left:3px solid #9d6cff}
.recommendation-row {display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}
.rec-card {display:flex;flex-direction:column;gap:.5rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:.7rem;text-decoration:none;color:#dfe3ea;transition:all .2s;align-self:start;min-width:0}
.rec-card:hover {background:rgba(157,108,255,.1);border-color:rgba(157,108,255,.4);transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.3)}
.rec-card img {width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:6px;display:block;background:#1a2030}
.rec-card span:first-of-type {display:block;font-weight:600;color:#fff;font-size:.95rem;line-height:1.3}
.rec-card span:last-of-type {display:block;color:#8a93a3;font-size:.82rem;line-height:1.4}
.site-footer {background:#0a0d16;border-top:1px solid rgba(255,255,255,.06);padding:2.5rem 1.5rem 3rem;margin-top:2rem}
.footer-disclaimer {max-width:1280px;margin:0 auto 1.8rem;color:#6b7280;font-size:.85rem;line-height:1.7;padding-bottom:1.2rem;border-bottom:1px solid rgba(255,255,255,.06)}
.footer-links {max-width:1280px;margin:0 auto 1.8rem;display:flex;gap:1.5rem;padding-bottom:1.2rem;border-bottom:1px solid rgba(255,255,255,.06)}
.footer-link {color:#a0a8b8;text-decoration:none;font-size:.95rem;transition:color .2s;padding:.3rem .5rem;border-radius:4px}
.footer-link:hover {color:#ffc371;background:rgba(255,195,113,.08)}
.friend-links {max-width:1280px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}
.friend-links-label {color:#6b7280;font-size:.9rem;margin-right:.5rem;white-space:nowrap}
.runtime-friend-link {color:#7d8595;text-decoration:none;font-size:.85rem;padding:.3rem .7rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);border-radius:999px;transition:all .2s;white-space:nowrap}
.runtime-friend-link:hover {color:#47e3ff;border-color:rgba(71,227,255,.4);background:rgba(71,227,255,.08)}
.main-player.theater-active {position:fixed;inset:0;z-index:200;width:100vw;height:100vh;object-fit:contain;background:#000}
.main-player.lights-off {filter:brightness(.6) saturate(1.2)}
.main-player.fullscreen {width:100%;height:100%}
.main-player.pip {opacity:.9}
.player-controls .ctrl-btn.play {background:rgba(255,95,109,.3);border-color:#ff5f6d}
.player-controls .ctrl-btn.progress {background:rgba(255,195,113,.2);border-color:#ffc371}
.player-controls .ctrl-btn.volume {background:rgba(71,227,255,.2);border-color:#47e3ff}
.player-controls .ctrl-btn.mute {background:rgba(157,108,255,.2);border-color:#9d6cff}
.player-controls .ctrl-btn.speed {background:rgba(255,255,255,.15)}
.player-controls .ctrl-btn.pip {background:rgba(255,255,255,.15)}
.player-controls .ctrl-btn.fullscreen {background:rgba(255,255,255,.15)}
.player-controls .ctrl-btn.theater {background:rgba(255,255,255,.15)}
.player-controls .ctrl-btn.light {background:rgba(255,255,255,.15)}
.player-controls .ctrl-btn.click {background:rgba(255,255,255,.3);transform:scale(.95)}
@media(max-width:960px){.poster-player-wrapper {grid-template-columns:auto minmax(0,1fr);gap:1.5rem}
.poster-shell {width:160px}
.hero-spectrum {min-height:40vh;padding:2rem 1rem}
.hero-thumb {width:clamp(100px,20vw,150px)}
.episode-item {grid-template-areas:"num title dur" "summary summary summary"}
.episode-number {text-align:left;min-width:3em}}
@media(max-width:768px){.site-header {flex-direction:column;align-items:flex-start;gap:.6rem;padding:.8rem 1rem}
.categories-nav {max-width:100%;width:100%}
.movie-overview-block {padding:1.2rem;margin:1rem auto;width:calc(100% - 1rem)}
.poster-player-wrapper {grid-template-columns:1fr;gap:1.2rem}
.poster-shell {width:140px;margin:0 auto}
.player-shell {width:100%}
.title-tagline-group {margin-top:1.2rem}
.episode-item {grid-template-areas:"num title" "summary summary" "dur dur"}
.episode-duration {justify-self:start;align-self:start}
.timeline-item {min-width:160px}
.comments-grid {grid-template-columns:repeat(2,1fr)}
.recommendation-row {grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}
.footer-links {flex-wrap:wrap}}
@media(max-width:520px){.site-header {padding:.7rem .8rem}
.site-name-link {font-size:1.1rem}
.hero-spectrum {min-height:32vh;flex-direction:column;gap:.8rem;padding:1.5rem .8rem}
.hero-thumb {width:100%;max-width:280px;aspect-ratio:16/9}
.hero-thumb:nth-child(2) {transform:translateY(0)}
.movie-overview-block {padding:1rem;border-radius:12px}
.poster-shell {width:120px}
.movie-title {font-size:1.3rem}
.tagline {font-size:.95rem}
.cast-list {grid-template-columns:repeat(2,1fr)}
.episode-status-fragment {flex-direction:column;align-items:flex-start;gap:.5rem}
.details-list {grid-template-columns:1fr 1fr}
.episode-item {grid-template-areas:"num title" "summary summary" "dur dur";padding:.8rem}
.episode-number {min-width:auto;text-align:left}
.comments-grid {grid-template-columns:1fr}
.recommendation-row {grid-template-columns:repeat(2,1fr);gap:.7rem}
.rec-card {padding:.5rem}
.rec-card img {aspect-ratio:1/1}
.footer-links {flex-direction:column;gap:.6rem}
.friend-links {flex-direction:column;align-items:flex-start}
.runtime-friend-link {white-space:normal}}
.player-controls .ctrl-btn {min-height:32px}
video:focus {outline:2px solid rgba(71,227,255,.5);outline-offset:2px}
.player-shell:has(.main-player.theater-active) {position:static}
.main-player.theater-active+.player-controls {position:fixed;bottom:20px;left:50%;transform:translateX(-50%);z-index:300;background:rgba(10,14,26,.9)}
::selection {background:#ff5f6d;color:#fff}
.fragment-heading:first-letter {text-transform:uppercase}
.episode-item:nth-child(1) .episode-number {color:#ff5f6d}
.episode-item:nth-child(2) .episode-number {color:#47e3ff}
.episode-item:nth-child(3) .episode-number {color:#9d6cff}
.timeline-item:nth-child(1) .timecode {color:#ff5f6d}
.timeline-item:nth-child(2) .timecode {color:#ffc371}
.timeline-item:nth-child(3) .timecode {color:#47e3ff}
.timeline-item:nth-child(4) .timecode {color:#9d6cff}
.timeline-item:nth-child(5) .timecode {color:#ff5f6d}
.comment-card:nth-child(1) {border-left:3px solid #ff5f6d}
.comment-card:nth-child(2) {border-left:3px solid #47e3ff}
.comment-card:nth-child(3) {border-left:3px solid #ffc371}

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}
