*, *::before, *::after {box-sizing:border-box;margin:0;padding:0}
html {-webkit-text-size-adjust:100%;text-size-adjust:100%}
body {background:#0a0a0b;color:#d4d4d4;font-family:Georgia,"Times New Roman",serif;line-height:1.45;min-height:100vh}
img, video {display:block;max-width:100%;height:auto}
a {color:#b3121f;text-decoration:none}
a:hover {color:#e63946;text-decoration:underline}
h1, h2, h3 {font-family:Arial,Helvetica,sans-serif;font-weight:800;letter-spacing:.02em;color:#f0f0f0}
button {font-family:inherit;cursor:pointer}
header {background:#0d0d0e;border-bottom:2px solid #3a0a0d;padding:.75rem 1.25rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;position:sticky;top:0;z-index:100}
.site-brand {font-family:Arial,Helvetica,sans-serif;font-weight:900;font-size:1.35rem;letter-spacing:.08em;color:#e63946;text-transform:uppercase}
.site-brand:hover {color:#ff6b6b;text-decoration:none}
[data-contract="categories"] {display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}
.runtime-category {display:inline-block;color:#c0c0c0;font-size:.9rem;padding:.35rem .85rem;border:1px solid #2a2a2c;border-radius:2px;background:#151516;white-space:nowrap;transition:border-color .2s,color .2s}
.runtime-category:hover {color:#e63946;border-color:#e63946;text-decoration:none}
main {max-width:1400px;margin:0 auto;padding:1rem 1.25rem 2rem;display:flex;flex-direction:column;gap:2.5rem}
.movie-overview-shell {background:#111113;border:1px solid #2a2a2c;border-radius:6px;padding:1.5rem;display:grid;grid-template-columns:minmax(200px,280px) 1fr;grid-template-rows:auto auto auto auto auto;gap:1.25rem 2rem;position:relative}
.movie-overview-shell::before {content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#b3121f,#4a0d12,#b3121f)}
.poster-hero-wrapper {grid-column:1;grid-row:1;display:flex;flex-direction:column;gap:1rem}
.poster-frame {background:#000;border:1px solid #2a2a2c;border-radius:4px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.6)}
.main-poster-img {width:100%;aspect-ratio:2/3;object-fit:cover}
.title-tagline-block {padding-top:.25rem}
.movie-title {font-size:1.6rem;line-height:1.2;margin-bottom:.5rem;color:#f0f0f0}
.tagline {font-size:1.05rem;color:#b3121f;font-style:italic;letter-spacing:.05em}
.details-panel {grid-column:2;grid-row:1;background:rgba(255,255,255,.03);border-radius:4px;padding:1rem 1.25rem;align-self:start}
.details-list {display:grid;grid-template-columns:1fr 1fr;gap:.4rem 1.5rem}
.detail-item {display:flex;gap:.5rem;font-size:.9rem;border-bottom:1px dotted #2a2a2c;padding:.3rem 0}
.detail-item dt {color:#888;font-weight:700;font-family:Arial,Helvetica,sans-serif;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}
.detail-item dd {color:#e0e0e0}
.cast-grid {grid-column:2;grid-row:2;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;align-items:start}
.cast-card {background:rgba(255,255,255,.02);border:1px solid #2a2a2c;border-radius:4px;padding:.75rem;text-align:center;transition:border-color .2s}
.cast-card:hover {border-color:#b3121f}
.cast-avatar {width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#2a2a2c,#0d0d0e);margin:0 auto .5rem;border:2px solid #3a3a3c;position:relative}
.cast-avatar::after {content:"";position:absolute;inset:0;border-radius:50%;background:radial-gradient(circle,rgba(179,18,31,.4) 0%,transparent 70%)}
.cast-name {font-size:1rem;margin-bottom:.25rem;color:#f0f0f0}
.cast-role {font-size:.8rem;color:#888}
.synopsis-block {grid-column:2;grid-row:3;background:rgba(255,255,255,.02);border-left:3px solid #b3121f;padding:.75rem 1rem}
.synopsis-block p {margin-bottom:.6rem;font-size:.95rem;line-height:1.6;color:#c8c8c8}
.synopsis-block p:last-child {margin-bottom:0}
.episode-status-block {grid-column:2;grid-row:4;display:flex;flex-direction:column;gap:1rem}
.episode-meta-row {display:flex;gap:1.5rem;align-items:center;font-family:Arial,Helvetica,sans-serif;font-size:.95rem}
.total-episodes, .current-episode {display:inline-block;padding:.3rem .9rem;border:1px solid #3a0a0d;background:#1a1a1b;color:#e0e0e0;border-radius:2px}
.current-episode {color:#e63946;border-color:#b3121f;font-weight:700}
.player-wrapper {width:100%;min-width:0;position:relative;background:#000;border:1px solid #2a2a2c;border-radius:4px;overflow:hidden}
.player-wrapper video {display:block;width:100%;aspect-ratio:16/9;background:#000}
.player-controls {display:flex;flex-wrap:wrap;gap:.4rem;padding:.5rem .75rem;background:#151516;border-top:1px solid #2a2a2c}
.player-controls button {background:#1e1e1f;border:1px solid #3a3a3c;color:#ccc;font-size:.75rem;padding:.3rem .7rem;border-radius:2px;transition:background .2s,border-color .2s,color .2s}
.player-controls button:hover {background:#2a2a2c;border-color:#b3121f;color:#fff}
.player-wrapper.theater-mode {position:fixed;inset:0;z-index:1000;border:none;border-radius:0;background:#000;display:flex;flex-direction:column}
.player-wrapper.theater-mode video {flex:1;width:100%;height:auto;object-fit:contain}
.player-wrapper.theater-mode .player-controls {position:absolute;bottom:0;left:0;right:0;background:rgba(10,10,11,.9)}
.player-wrapper.theater-mode video {height:100%}
body.dim-lights main, body.dim-lights header, body.dim-lights footer {filter:brightness(.6)}
body.dim-lights .player-wrapper {filter:brightness(1.2)}
.timeline-section {background:#111113;border:1px solid #2a2a2c;border-radius:6px;padding:1.5rem}
.timeline-heading {font-size:1.3rem;margin-bottom:1.25rem;color:#e63946;border-bottom:1px solid #3a0a0d;padding-bottom:.5rem}
.timeline-vertical {position:relative;padding-left:2rem;display:grid;gap:1.25rem}
.timeline-vertical::before {content:"";position:absolute;left:8px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#b3121f,#4a0d12)}
.timeline-item {position:relative;display:grid;grid-template-columns:64px 1fr;gap:1rem;align-items:start}
.timeline-item::before {content:"";position:absolute;left:-2rem;top:.3rem;width:12px;height:12px;background:#b3121f;border:2px solid #0a0a0b;border-radius:50%;z-index:1}
.timecode {font-family:Arial,Helvetica,sans-serif;font-weight:700;font-size:.9rem;color:#e63946;white-space:nowrap;background:#1a1a1b;border:1px solid #3a0a0d;border-radius:2px;padding:.2rem .4rem;text-align:center}
.timeline-label {font-size:.95rem;color:#c8c8c8;line-height:1.5}
.episodes-section {background:#111113;border:1px solid #2a2a2c;border-radius:6px;padding:1.5rem}
.episodes-heading {font-size:1.3rem;margin-bottom:1.25rem;color:#e63946;border-bottom:1px solid #3a0a0d;padding-bottom:.5rem}
.episode-cards-row {display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;align-items:start}
.episode-card {background:rgba(255,255,255,.02);border:1px solid #2a2a2c;border-radius:4px;padding:1rem;position:relative;transition:border-color .2s,transform .2s}
.episode-card:hover {border-color:#b3121f;transform:translateY(-2px)}
.episode-number {display:inline-block;font-family:Arial,Helvetica,sans-serif;font-weight:900;font-size:1.8rem;color:#b3121f;line-height:1;margin-bottom:.5rem;text-shadow:0 0 12px rgba(179,18,31,.4)}
.episode-title {font-size:1.1rem;margin-bottom:.5rem;color:#f0f0f0}
.episode-summary {font-size:.85rem;color:#a0a0a0;line-height:1.5;margin-bottom:.75rem}
.episode-duration {display:inline-block;font-size:.75rem;color:#888;background:#1a1a1b;border:1px solid #2a2a2c;border-radius:2px;padding:.2rem .6rem}
.comments-section {background:#111113;border:1px solid #2a2a2c;border-radius:6px;padding:1.5rem}
.comments-heading {font-size:1.3rem;margin-bottom:1.25rem;color:#e63946;border-bottom:1px solid #3a0a0d;padding-bottom:.5rem}
.comments-scroll {display:grid;grid-template-columns:repeat(5,minmax(220px,1fr));gap:1rem;overflow-x:auto;padding-bottom:.5rem;scroll-snap-type:x mandatory}
.comment-card {background:rgba(255,255,255,.02);border:1px solid #2a2a2c;border-radius:4px;padding:1rem;scroll-snap-align:start;display:flex;flex-direction:column;gap:.5rem;min-width:0}
.comment-author {font-family:Arial,Helvetica,sans-serif;font-weight:700;font-size:.9rem;color:#e63946;display:flex;align-items:center;gap:.4rem}
.comment-author::before {content:"“";font-size:1.5rem;color:#b3121f;line-height:1}
.comment-text {font-size:.9rem;color:#c0c0c0;line-height:1.5;flex:1}
.comment-text::after {content:"”";color:#b3121f}
.recommendation-region {background:#111113;border:1px solid #2a2a2c;border-radius:6px;padding:1.25rem 1.5rem}
.rec-title {font-size:1.05rem;margin-bottom:1rem;color:#e0e0e0;border-left:3px solid #b3121f;padding-left:.75rem}
.rec-row {display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;align-items:start}
[data-runtime="recommendation"] {display:flex;flex-direction:column;gap:.4rem;background:rgba(255,255,255,.02);border:1px solid #2a2a2c;border-radius:4px;padding:.6rem;transition:border-color .2s,background .2s;min-width:0}
[data-runtime="recommendation"]:hover {border-color:#b3121f;background:rgba(179,18,31,.05);text-decoration:none}
[data-runtime="recommendation"] img {width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:2px;background:#000}
[data-runtime="recommendation"] [data-runtime="name"] {font-family:Arial,Helvetica,sans-serif;font-weight:700;font-size:.9rem;color:#e0e0e0;line-height:1.3}
[data-runtime="recommendation"] [data-runtime="blurb"] {font-size:.8rem;color:#888;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
footer {background:#0d0d0e;border-top:2px solid #3a0a0d;padding:1.25rem;display:flex;flex-wrap:wrap;gap:1rem 2rem;align-items:center;justify-content:space-between;font-size:.85rem}
footer [data-contract="disclaimer"] {color:#777;max-width:600px;line-height:1.5}
footer a[data-contract="footer-home"], footer a[data-contract="footer-sitemap"] {color:#b3121f;font-weight:700;white-space:nowrap}
footer a[data-contract="footer-home"]:hover, footer a[data-contract="footer-sitemap"]:hover {color:#e63946}
[data-contract="friend-links"] {display:flex;flex-wrap:wrap;gap:.4rem 1rem;align-items:center}
.friend-links-label {color:#888;font-family:Arial,Helvetica,sans-serif;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}
.runtime-friend-link {color:#999;font-size:.85rem;white-space:nowrap}
.runtime-friend-link:hover {color:#e63946}
.player-controls button.click {background:#b3121f;color:#fff;border-color:#b3121f}
@media (max-width:1024px){.movie-overview-shell {grid-template-columns:minmax(180px,220px) 1fr;gap:1rem}
.details-list {grid-template-columns:1fr}
.episode-cards-row {grid-template-columns:repeat(3,1fr)}
.comments-scroll {grid-template-columns:repeat(5,minmax(200px,1fr))}
.rec-row {grid-template-columns:repeat(4,1fr)}}
@media (max-width:768px){header {flex-direction:column;align-items:flex-start;gap:.5rem}
.movie-overview-shell {grid-template-columns:1fr;grid-template-rows:auto auto auto auto auto;gap:1rem}
.poster-hero-wrapper {grid-column:1;grid-row:1}
.details-panel {grid-column:1;grid-row:2}
.cast-grid {grid-column:1;grid-row:3}
.synopsis-block {grid-column:1;grid-row:4}
.episode-status-block {grid-column:1;grid-row:5}
.poster-frame {max-width:300px}
.episode-cards-row {grid-template-columns:1fr}
.comments-scroll {grid-template-columns:repeat(5,minmax(180px,1fr))}
.rec-row {grid-template-columns:repeat(2,1fr)}
.cast-grid {grid-template-columns:repeat(3,1fr)}
footer {flex-direction:column;align-items:flex-start}
.timeline-item {grid-template-columns:56px 1fr}}
@media (max-width:480px){main {padding:.75rem}
.movie-overview-shell {padding:1rem}
.movie-title {font-size:1.3rem}
.details-list {grid-template-columns:1fr}
.cast-grid {grid-template-columns:1fr}
.cast-avatar {width:56px;height:56px}
.timeline-vertical {padding-left:1.5rem}
.timeline-item {grid-template-columns:48px 1fr;gap:.75rem}
.timeline-item::before {left:-1.5rem}
.rec-row {grid-template-columns:1fr}
.comments-scroll {grid-template-columns:repeat(5,minmax(150px,1fr))}
.episode-meta-row {flex-direction:column;align-items:flex-start;gap:.5rem}
.player-controls {gap:.25rem}
.player-controls button {flex:1;min-width:calc(33% - .25rem)}}

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}
