*, *::before, *::after {box-sizing:border-box;margin:0;padding:0}
html {scroll-behavior:smooth}
body {background:#0b1220;color:#c7d0dd;font-family:Georgia,"Times New Roman",serif;line-height:1.55;font-size:15px;letter-spacing:.01em}
img, video {display:block;max-width:100%}
a {color:inherit;text-decoration:none}
button {font:inherit;background:none;border:none;color:inherit;cursor:pointer}
header {display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.6rem 1.2rem;background:#0f1729;border-bottom:1px solid #1e2a44;position:sticky;top:0;z-index:50}
.site-brand {font-size:1.3rem;font-weight:700;color:#e8edf5;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}
a[data-contract="site-name"] {color:#e8edf5;text-decoration:none}
a[data-contract="site-name"]:hover {color:#d4b483;text-decoration:underline}
.category-nav {display:flex;gap:0;overflow-x:auto;scrollbar-width:none;white-space:nowrap}
.category-nav::-webkit-scrollbar {display:none}
.runtime-category {display:inline-block;padding:.3rem .7rem;font-size:.85rem;color:#a4b3cc;text-decoration:none;border-left:1px solid #1e2a44;white-space:nowrap;transition:color .2s}
a.runtime-category {color:#a4b3cc;text-decoration:none}
a.runtime-category:hover {color:#d4b483;text-decoration:underline}
main {max-width:1440px;margin:0 auto;padding:1rem 1.2rem 2rem}
.movie-overview-shell {display:grid;grid-template-columns:minmax(180px,240px) 1fr;grid-template-areas:"poster title" "poster synopsis" "poster cast" "poster status" "poster details" "player player";gap:.4rem 1.5rem;background:#0f1729;border:1px solid #1e2a44;padding:1.2rem;margin-bottom:2rem;position:relative}
.poster-media-wrapper {grid-area:poster;align-self:start;background:#0b1220;border:1px solid #1e2a44;overflow:hidden;position:relative}
.main-poster-img {width:100%;height:auto;aspect-ratio:2/3;object-fit:cover;filter:grayscale(.3) contrast(1.05)}
.title-tagline-group {grid-area:title;align-self:start;border-left:3px solid #d4b483;padding-left:.8rem;margin-top:.2rem}
.movie-title {font-size:1.6rem;color:#e8edf5;font-weight:700;line-height:1.2;letter-spacing:.02em}
.movie-tagline {color:#8b9bb4;font-style:italic;margin-top:.3rem;font-size:.95rem}
.synopsis-block {grid-area:synopsis;align-self:start;padding-top:.2rem}
.section-subheading {font-size:1rem;color:#d4b483;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid #1e2a44;padding-bottom:.3rem;margin-bottom:.5rem;font-weight:600}
.synopsis-paragraph {color:#a4b3cc;font-size:.9rem;line-height:1.6;margin-bottom:.4rem;text-align:justify}
.cast-panel {grid-area:cast;align-self:start;padding-top:.3rem}
.cast-card-list {display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-top:.5rem}
.cast-card {background:#0b1220;border:1px solid #1a2740;border-left:2px solid #d4b483;padding:.5rem .6rem;display:flex;flex-direction:column;gap:.1rem}
.actor-name {font-size:.85rem;color:#e8edf5;font-weight:700;line-height:1.3}
.actor-role {font-size:.75rem;color:#8b9bb4;letter-spacing:.03em}
.episode-status-indicator {grid-area:status;align-self:start;display:flex;gap:.8rem;align-items:baseline;padding-top:.3rem;flex-wrap:wrap}
.current-episode-label {background:#d4b483;color:#0b1220;font-size:.8rem;font-weight:700;padding:.15rem .6rem;letter-spacing:.05em}
.total-episodes-label {color:#a4b3cc;font-size:.85rem;border:1px solid #1a2740;padding:.15rem .6rem}
.detail-meta-grid {grid-area:details;align-self:start;display:grid;grid-template-columns:repeat(4,1fr);gap:.3rem .8rem;border-top:1px solid #1a2740;padding-top:.6rem;margin-top:.3rem}
.detail-item {display:flex;flex-direction:column;gap:.1rem;padding:.2rem 0}
.detail-label {font-size:.7rem;color:#6b7b94;text-transform:uppercase;letter-spacing:.08em}
.detail-value {font-size:.85rem;color:#c7d0dd;font-weight:600}
.player-region {grid-area:player;width:100%;background:#0b1220;border:1px solid #1a2740;margin-top:.6rem;position:relative}
.player-region video {background:#000;border-bottom:1px solid #1a2740}
.player-control-bar {display:flex;flex-wrap:wrap;gap:.2rem;padding:.3rem .5rem;background:#131c30;border-top:1px solid #1e2a44}
.player-control-bar button {font-size:.75rem;color:#a4b3cc;padding:.2rem .5rem;border:1px solid #1e2a44;transition:color .2s,border-color .2s}
.player-control-bar button:hover {color:#d4b483;border-color:#d4b483}
.timeline-fragment {margin:2rem 0 1.5rem;padding-top:.5rem}
.section-heading {font-size:1.2rem;color:#e8edf5;font-weight:700;letter-spacing:.04em;border-left:4px solid #d4b483;padding-left:.8rem;margin-bottom:1rem}
.timeline-horizontal-scroll {display:grid;grid-auto-flow:column;grid-auto-columns:minmax(200px,1fr);gap:1px;background:#1a2740;overflow-x:auto;border:1px solid #1a2740;scrollbar-width:thin;scrollbar-color:#d4b483 #0b1220}
.timeline-horizontal-scroll::-webkit-scrollbar {height:6px}
.timeline-horizontal-scroll::-webkit-scrollbar-track {background:#0b1220}
.timeline-horizontal-scroll::-webkit-scrollbar-thumb {background:#d4b483}
.timeline-item {background:#0f1729;padding:1rem;border-left:2px solid transparent;transition:border-color .2s;min-height:100%}
.timeline-item:hover {border-left-color:#d4b483}
.timecode {display:block;font-size:.75rem;color:#d4b483;font-family:"Courier New",monospace;letter-spacing:.05em;margin-bottom:.4rem}
.timeline-label {font-size:.9rem;color:#c7d0dd;line-height:1.4}
.episodes-fragment {margin:2rem 0;padding-top:.5rem}
.episode-vertical-list {display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;border-left:2px solid #1a2740;padding-left:1rem;position:relative}
.episode-vertical-list::before {content:"";position:absolute;left:-5px;top:0;bottom:0;width:8px;background:linear-gradient(to bottom,#d4b483,#1a2740 30%,#1a2740 70%,#d4b483);opacity:.6}
.episode-item {display:flex;gap:.8rem;background:#0f1729;border:1px solid #1a2740;padding:.8rem;transition:border-color .2s,transform .2s;position:relative}
.episode-item:hover {border-color:#d4b483;transform:translateX(3px)}
.episode-number {font-size:1.5rem;font-weight:700;color:#d4b483;font-family:"Courier New",monospace;line-height:1;min-width:2rem;text-align:center;padding-top:.2rem}
.episode-info {display:flex;flex-direction:column;gap:.2rem}
.episode-title {font-size:.95rem;color:#e8edf5;font-weight:700;line-height:1.2}
.episode-summary {font-size:.8rem;color:#8b9bb4;line-height:1.4}
.episode-duration {font-size:.7rem;color:#6b7b94;letter-spacing:.05em;text-transform:uppercase}
.comments-fragment {margin:2rem 0 1.5rem;padding-top:.5rem}
.comment-masonry-grid {columns:3;column-gap:.8rem;margin-top:1rem}
.comment-card {break-inside:avoid;background:#0f1729;border:1px solid #1a2740;border-top:3px solid #d4b483;padding:.9rem 1rem;margin-bottom:.8rem;display:inline-block;width:100%}
.comment-text {font-size:.9rem;color:#c7d0dd;font-style:italic;line-height:1.5;margin-bottom:.5rem;quotes:"“""”"}
.comment-text::before {content:"“"}
.comment-text::after {content:"”"}
.comment-author {font-size:.8rem;color:#d4b483;text-align:right;letter-spacing:.04em}
.recommendation-region {margin:2rem 0 1.5rem;padding-top:.5rem}
.recommendation-slider {display:grid;grid-auto-flow:column;grid-auto-columns:minmax(150px,200px);gap:1rem;overflow-x:auto;padding:.5rem .2rem 1rem;scrollbar-width:thin;scrollbar-color:#d4b483 #0b1220}
.recommendation-slider::-webkit-scrollbar {height:6px}
.recommendation-slider::-webkit-scrollbar-track {background:#0b1220}
.recommendation-slider::-webkit-scrollbar-thumb {background:#d4b483}
a[data-runtime="recommendation"] {display:flex;flex-direction:column;gap:.3rem;background:#0f1729;border:1px solid #1a2740;padding:.6rem;transition:border-color .2s,transform .2s;color:#c7d0dd;text-decoration:none;min-width:0}
a[data-runtime="recommendation"]:hover {border-color:#d4b483;transform:translateY(-2px);text-decoration:none}
a[data-runtime="recommendation"] img {width:100%;height:120px;object-fit:cover;background:#0b1220;border:1px solid #1a2740}
a[data-runtime="recommendation"] span[data-runtime="name"] {font-size:.9rem;font-weight:700;color:#e8edf5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
a[data-runtime="recommendation"] span[data-runtime="blurb"] {font-size:.75rem;color:#8b9bb4;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
footer {background:#0f1729;border-top:1px solid #1e2a44;margin-top:2rem;padding:1.5rem 1.2rem 2rem}
.footer-contract {max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}
.disclaimer-text {font-size:.75rem;color:#6b7b94;line-height:1.6;max-width:80ch;text-align:justify}
.footer-links {display:flex;gap:1.5rem;flex-wrap:wrap}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {color:#a4b3cc;text-decoration:none;font-size:.9rem}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {color:#d4b483;text-decoration:underline}
.friend-links {display:flex;flex-wrap:wrap;gap:.4rem 1rem;align-items:baseline;border-top:1px solid #1a2740;padding-top:.8rem}
.friend-links-label {font-size:.8rem;color:#d4b483;font-weight:700;letter-spacing:.05em}
.runtime-friend-link {font-size:.8rem;color:#8b9bb4;text-decoration:none;white-space:nowrap}
a.runtime-friend-link {color:#8b9bb4;text-decoration:none}
a.runtime-friend-link:hover {color:#d4b483;text-decoration:underline}
.light-dim {background:#0b1220;transition:background .4s}
.light-dim .movie-overview-shell, .light-dim .timeline-fragment, .light-dim .episodes-fragment, .light-dim .comments-fragment, .light-dim .recommendation-region {filter:brightness(.85)}
.theater-mode {max-width:none!important}
.player.theater-mode {position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:100;background:#000}
.player.fullscreen {position:fixed;inset:0;z-index:200}
@media (max-width:1024px){.movie-overview-shell {grid-template-columns:minmax(160px,200px) 1fr;grid-template-areas:"poster title" "poster synopsis" "poster cast" "poster status" "poster details" "player player"}
.detail-meta-grid {grid-template-columns:repeat(3,1fr)}
.episode-vertical-list {grid-template-columns:repeat(2,1fr)}
.comment-masonry-grid {columns:2}}
@media (max-width:768px){body {font-size:14px}
header {flex-direction:column;align-items:flex-start;gap:.3rem}
.category-nav {width:100%}
.movie-overview-shell {grid-template-columns:1fr;grid-template-areas:"poster" "title" "status" "synopsis" "cast" "details" "player"}
.poster-media-wrapper {max-width:220px}
.cast-card-list {grid-template-columns:repeat(2,1fr)}
.detail-meta-grid {grid-template-columns:repeat(2,1fr)}
.timeline-horizontal-scroll {grid-auto-columns:minmax(180px,1fr)}
.episode-vertical-list {grid-template-columns:1fr;border-left:none;padding-left:0}
.episode-vertical-list::before {display:none}
.comment-masonry-grid {columns:1}
.recommendation-slider {grid-auto-columns:minmax(140px,180px)}}
@media (max-width:480px){main {padding:.8rem .6rem 1.5rem}
.movie-overview-shell {padding:.8rem;grid-template-areas:"title" "status" "poster" "synopsis" "cast" "details" "player"}
.poster-media-wrapper {max-width:180px}
.cast-card-list {grid-template-columns:1fr 1fr}
.detail-meta-grid {grid-template-columns:1fr 1fr}
.movie-title {font-size:1.3rem}
.player-control-bar {justify-content:space-around}
.timeline-horizontal-scroll {grid-auto-columns:minmax(160px,1fr)}
.episode-item {padding:.6rem}
.episode-number {font-size:1.2rem;min-width:1.5rem}}

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}
