:root {
  --wutong:#2f4a3a;
  --wutong-deep:#1e3128;
  --wutong-mid:#3d5c48;
  --wall:#c9c2b4;
  --wall-warm:#ded8cc;
  --wall-light:#efeae1;
  --orange:#d95b32;
  --orange-soft:#e8815c;
  --lamp-yellow:#e8b64c;
  --ink:#232323;
  --ink-soft:#4a4a44;
  --muted:#7a7568;
  --line:rgba(47,74,58,.18);
  --radius:10px;
  --radius-lg:16px;
  --font-body:"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Heiti SC",system-ui,-apple-system,"Segoe UI",sans-serif;
  --font-hand:"Kaiti SC","STKaiti","KaiTi","Songti SC",serif;
}
*, *::before, *::after {box-sizing:border-box;margin:0;padding:0;}
html {-webkit-text-size-adjust:100%;}
body {
  font-family:var(--font-body);
  font-size:14px;
  line-height:1.6;
  color:var(--ink);
  background:var(--wall-light);
  background-image:
    linear-gradient(180deg,rgba(47,74,58,.05),rgba(47,74,58,0) 240px),
    repeating-linear-gradient(90deg,rgba(47,74,58,.025) 0 1px,transparent 1px 44px);
  padding-bottom:0;
}
img, video {max-width:100%;display:block;}
ul {list-style:none;}
a {color:inherit;text-decoration:none;}
button, input {font:inherit;color:inherit;}
h1, h2, h3 {font-weight:700;line-height:1.3;}
.site-header {
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(30,49,40,.96);
  backdrop-filter:blur(6px);
  border-bottom:1px solid rgba(232,182,76,.35);
  box-shadow:0 2px 10px rgba(30,49,40,.28);
}
.header-inner {
  max-width:1180px;
  margin:0 auto;
  padding:8px 16px;
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
}
a[data-contract="site-name"] {
  font-family:var(--font-hand);
  font-size:20px;
  font-weight:700;
  letter-spacing:.06em;
  color:#f3efe4;
  text-decoration:none;
  text-shadow:0 1px 0 rgba(0,0,0,.35);
  white-space:nowrap;
  flex:0 0 auto;
}
a[data-contract="site-name"]:hover {color:var(--lamp-yellow);}
.categories-bar {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:6px 8px;
  flex:1 1 auto;
  min-width:0;
  justify-content:flex-end;
}
a.runtime-category {
  display:inline-block;
  white-space:nowrap;
  font-size:12.5px;
  padding:3px 10px;
  border-radius:999px;
  color:#dfe6dc;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(232,182,76,.28);
  text-decoration:none;
  transition:background .18s ease,color .18s ease,border-color .18s ease;
}
a.runtime-category:hover, a.runtime-category:focus-visible {
  color:#fff;
  background:var(--orange);
  border-color:var(--orange);
}
.page-main {
  max-width:1180px;
  margin:0 auto;
  padding:14px 16px 26px;
  display:flex;
  flex-direction:column;
  gap:18px;
}
.section-title {
  font-family:var(--font-hand);
  font-size:17px;
  letter-spacing:.08em;
  color:var(--wutong-deep);
  padding-left:10px;
  border-left:4px solid var(--orange);
  line-height:1.1;
  margin-bottom:10px;
}
.hero-stage {
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);
  grid-template-areas:
    "media count"
    "media caption"
    "player player";
  gap:10px 16px;
  padding:16px;
  border-radius:var(--radius-lg);
  background:
    radial-gradient(120% 90% at 8% 0%,rgba(47,74,58,.92),rgba(30,49,40,.96) 60%,#16241d 100%);
  overflow:hidden;
  isolation:isolate;
}
.hero-media {
  position:relative;
  grid-area:media;
  min-height:230px;
  border-radius:var(--radius);
  overflow:hidden;
  background:
    linear-gradient(180deg,#26382e 0%,#3a4f3f 45%,#20302a 100%);
}
.hero-light-bars {
  position:absolute;
  inset:-10% -6%;
  background:repeating-linear-gradient(
    96deg,
    rgba(232,182,76,0) 0 22px,
    rgba(232,182,76,.20) 22px 40px,
    rgba(232,182,76,.04) 40px 66px,
    rgba(0,0,0,.30) 66px 94px
  );
  mix-blend-mode:soft-light;
  pointer-events:none;
}
.hero-light-bars::after {
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(70% 60% at 30% 30%,rgba(255,240,200,.18),transparent 70%);
}
.hero-silhouette {
  position:absolute;
  bottom:0;
  width:34%;
  height:82%;
  border-radius:44% 44% 8px 8px / 30% 30% 8px 8px;
  background:linear-gradient(180deg,rgba(12,20,16,.62),rgba(8,14,11,.94));
  filter:blur(.4px);
}
.hero-silhouette::after {
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  top:-14%;
  width:46%;
  aspect-ratio:1 / 1;
  border-radius:50%;
  background:linear-gradient(180deg,rgba(12,20,16,.62),rgba(8,14,11,.94));
}
.hero-silhouette-left {left:16%;height:76%;}
.hero-silhouette-right {right:14%;height:88%;}
.hero-silhouette-right::after {width:42%;}
.hero-countdown {
  grid-area:count;
  align-self:start;
  justify-self:end;
  display:grid;
  grid-template-columns:auto auto;
  grid-template-areas:
    "label label"
    "num unit";
  align-items:baseline;
  gap:0 4px;
  padding:8px 14px 10px;
  border-radius:var(--radius);
  background:linear-gradient(160deg,#1b2a22,#2c4436);
  border:1px solid rgba(232,182,76,.5);
  box-shadow:0 6px 16px rgba(0,0,0,.35),inset 0 0 0 1px rgba(255,255,255,.04);
  text-align:right;
}
.countdown-label {
  grid-area:label;
  font-size:11px;
  letter-spacing:.28em;
  color:var(--lamp-yellow);
  text-transform:uppercase;
  padding-bottom:2px;
  border-bottom:1px dashed rgba(232,182,76,.4);
  margin-bottom:2px;
}
.countdown-number {
  grid-area:num;
  font-family:var(--font-hand);
  font-size:52px;
  line-height:.9;
  font-weight:700;
  color:#fdf6e3;
  text-shadow:0 0 14px rgba(232,182,76,.55),0 2px 0 rgba(0,0,0,.4);
  letter-spacing:-.02em;
}
.countdown-unit {
  grid-area:unit;
  font-size:14px;
  color:var(--orange-soft);
  font-family:var(--font-hand);
}
.hero-caption {
  grid-area:caption;
  align-self:start;
  justify-self:end;
  max-width:100%;
  padding:6px 10px;
  border-left:3px solid var(--orange);
  background:rgba(255,255,255,.06);
  border-radius:0 var(--radius) var(--radius) 0;
}
.hero-caption-line {
  font-family:var(--font-hand);
  font-size:13.5px;
  color:#eee7d8;
  letter-spacing:.04em;
  line-height:1.5;
}
.player-wrapper {
  grid-area:player;
  position:relative;
  width:100%;
  min-width:0;
  border-radius:var(--radius);
  overflow:hidden;
  background:#0e1712;
  border:1px solid rgba(232,182,76,.28);
}
.player-wrapper video {
  display:block;
  width:100%;
  background:#000;
}
.player-controls {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:6px;
  padding:8px 10px;
  background:linear-gradient(180deg,rgba(16,26,20,.94),rgba(10,18,14,.98));
  border-top:1px solid rgba(232,182,76,.22);
}
.player-btn {
  cursor:pointer;
  font-size:12px;
  padding:4px 10px;
  border-radius:999px;
  color:#e6e1d4;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(232,182,76,.3);
  transition:background .16s ease,color .16s ease,border-color .16s ease;
}
.player-btn:hover, .player-btn:focus-visible {
  background:var(--orange);
  border-color:var(--orange);
  color:#fff;
}
.player-btn:active {transform:translateY(1px);}
.player-range {
  -webkit-appearance:none;
  appearance:none;
  height:4px;
  flex:1 1 90px;
  min-width:70px;
  border-radius:2px;
  background:linear-gradient(90deg,var(--orange),rgba(255,255,255,.22));
  outline:none;
  cursor:pointer;
}
.player-range::-webkit-slider-thumb {
  -webkit-appearance:none;
  width:12px;height:12px;
  border-radius:50%;
  background:var(--lamp-yellow);
  border:2px solid #1b2a22;
}
.player-range::-moz-range-thumb {
  width:11px;height:11px;
  border-radius:50%;
  background:var(--lamp-yellow);
  border:2px solid #1b2a22;
}
.player-wrapper.is-playing .player-btn[data-player-action="play"] {
  background:var(--wutong-mid);
  border-color:var(--wutong-mid);
  color:#fff;
}
.player-wrapper.is-lights-off {background:#050906;}
.player-wrapper.is-lights-off .player-controls {
  background:rgba(3,6,4,.98);
}
.player-wrapper.is-theater {
  box-shadow:0 0 0 3px rgba(232,182,76,.55),0 14px 40px rgba(0,0,0,.5);
}
.player-wrapper .pause, .player-wrapper .play, .player-wrapper .mute, .player-wrapper .volume, .player-wrapper .progress, .player-wrapper .speed, .player-wrapper .pip, .player-wrapper .fullscreen, .player-wrapper .theater, .player-wrapper .light, .player-wrapper .timeupdate, .player-wrapper .click, .player-wrapper .input, .player-wrapper .player {
  transition:opacity .18s ease;
}
.movie-overview {
  display:grid;
  grid-template-columns:minmax(0,1fr) 200px;
  grid-template-areas:
    "head poster"
    "status poster"
    "cast cast"
    "synopsis details";
  gap:14px 20px;
  align-items:start;
  padding:16px;
  border-radius:var(--radius-lg);
  background:
    linear-gradient(180deg,#fbf8f1,#f2ece0);
  border:1px solid rgba(47,74,58,.16);
  box-shadow:0 2px 0 rgba(47,74,58,.06);
}
.overview-head {
  grid-area:head;
  display:flex;
  flex-direction:column;
  gap:6px;
  min-width:0;
}
.movie-title {
  font-family:var(--font-hand);
  font-size:26px;
  letter-spacing:.02em;
  color:var(--wutong-deep);
}
.movie-tagline {
  font-family:var(--font-hand);
  font-size:14px;
  color:var(--orange);
  letter-spacing:.06em;
}
.movie-seo {
  font-size:13px;
  color:var(--ink-soft);
  line-height:1.7;
  border-top:1px dashed var(--line);
  padding-top:8px;
}
.overview-poster {
  grid-area:poster;
  align-self:start;
  width:100%;
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:0 6px 18px rgba(30,49,40,.22);
  border:4px solid #fff;
  outline:1px solid rgba(47,74,58,.18);
}
.hero-poster {
  width:100%;
  aspect-ratio:2 / 3;
  height:auto;
  object-fit:cover;
  display:block;
  background:linear-gradient(160deg,#3d5c48,#1e3128);
}
.episode-status {
  grid-area:status;
  display:flex;
  flex-wrap:wrap;
  gap:6px 10px;
  align-items:center;
  align-self:start;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(47,74,58,.07);
  border:1px solid var(--line);
  width:max-content;
  max-width:100%;
}
.status-current {
  font-weight:700;
  font-size:13px;
  color:#fff;
  background:var(--wutong);
  border-radius:999px;
  padding:2px 10px;
}
.status-total {
  font-size:12.5px;
  color:var(--muted);
}
.cast-section {
  grid-area:cast;
  min-width:0;
}
.cast-grid {
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:8px;
  align-items:start;
}
.cast-card {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:3px;
  padding:8px 6px;
  border-radius:var(--radius);
  background:rgba(255,255,255,.6);
  border:1px solid rgba(47,74,58,.1);
  text-align:center;
  min-width:0;
}
.cast-avatar {
  width:56px;
  height:56px;
  border-radius:50%;
  background:
    radial-gradient(circle at 50% 34%,rgba(255,255,255,.35),transparent 60%),
    linear-gradient(160deg,var(--wutong-mid),var(--wutong-deep));
  border:2px solid #fff;
  box-shadow:0 2px 8px rgba(30,49,40,.28),inset 0 0 0 1px rgba(232,182,76,.35);
}
.cast-name {
  font-size:13px;
  font-weight:700;
  color:var(--wutong-deep);
  white-space:nowrap;
}
.cast-line {
  font-size:11.5px;
  color:var(--muted);
  line-height:1.4;
  font-family:var(--font-hand);
}
.synopsis-section {
  grid-area:synopsis;
  min-width:0;
}
.synopsis-body {
  display:flex;
  flex-direction:column;
  gap:8px;
  font-size:13px;
  line-height:1.78;
  color:var(--ink-soft);
  text-align:justify;
}
.synopsis-body p {
  padding-left:10px;
  border-left:2px solid rgba(47,74,58,.14);
}
.details-section {
  grid-area:details;
  min-width:0;
}
.details-list {
  display:flex;
  flex-direction:column;
  border-top:1px solid var(--line);
}
.detail-row {
  display:grid;
  grid-template-columns:76px minmax(0,1fr);
  gap:8px;
  padding:5px 2px;
  border-bottom:1px dashed var(--line);
  font-size:12.5px;
}
.detail-row dt {
  color:var(--muted);
  font-weight:400;
}
.detail-row dd {
  color:var(--ink);
  font-weight:600;
}
.timeline-section {
  min-width:0;
  padding:14px 16px;
  border-radius:var(--radius-lg);
  background:linear-gradient(180deg,#22352b,#182620);
  border:1px solid rgba(232,182,76,.22);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03);
}
.timeline-section .section-title {
  color:#f0ead9;
  border-left-color:var(--lamp-yellow);
}
.film-strip {
  display:flex;
  gap:10px;
  overflow-x:auto;
  padding:12px 4px 14px;
  scroll-snap-type:x proximity;
  background:
    repeating-linear-gradient(90deg,rgba(255,255,255,.06) 0 8px,transparent 8px 20px) top/100% 10px no-repeat,
    repeating-linear-gradient(90deg,rgba(255,255,255,.06) 0 8px,transparent 8px 20px) bottom/100% 10px no-repeat;
  scrollbar-width:thin;
}
.film-strip::-webkit-scrollbar {height:7px;}
.film-strip::-webkit-scrollbar-track {background:rgba(255,255,255,.06);border-radius:4px;}
.film-strip::-webkit-scrollbar-thumb {background:var(--orange);border-radius:4px;}
.film-frame {
  position:relative;
  flex:0 0 190px;
  scroll-snap-align:start;
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:10px 10px 12px;
  border-radius:6px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.02)),
    linear-gradient(160deg,#4a5c4b,#2b3a30);
  border:1px solid rgba(232,182,76,.28);
  box-shadow:0 4px 12px rgba(0,0,0,.35);
}
.film-frame::before {
  content:"";
  position:absolute;
  inset:0;
  border-radius:6px;
  background:
    radial-gradient(60% 50% at 20% 12%,rgba(255,236,190,.16),transparent 65%),
    repeating-linear-gradient(0deg,rgba(0,0,0,.12) 0 2px,transparent 2px 5px);
  pointer-events:none;
}
.film-timecode {
  position:relative;
  align-self:flex-start;
  font-size:11px;
  font-weight:700;
  letter-spacing:.1em;
  color:#1b2a22;
  background:var(--lamp-yellow);
  border-radius:3px;
  padding:1px 7px;
}
.film-label {
  position:relative;
  font-size:12px;
  line-height:1.55;
  color:#e7e2d4;
  font-family:var(--font-hand);
}
.film-tags {
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:8px;
  padding-top:8px;
  border-top:1px dashed rgba(232,182,76,.28);
}
.film-tag {
  font-size:11.5px;
  padding:2px 10px;
  border-radius:999px;
  color:#f1e9d6;
  background:rgba(217,91,50,.18);
  border:1px solid rgba(217,91,50,.55);
  white-space:nowrap;
}
.episodes-section {
  min-width:0;
  padding:14px 16px;
  border-radius:var(--radius-lg);
  background:#fbf8f1;
  border:1px solid rgba(47,74,58,.16);
}
.episode-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  align-items:start;
}
.episode-card {
  display:flex;
  flex-direction:column;
  gap:4px;
  height:100%;
  padding:10px 12px;
  border-radius:var(--radius);
  background:#fff;
  border:1px solid rgba(47,74,58,.14);
  border-left:3px solid var(--wutong-mid);
  box-shadow:0 1px 2px rgba(30,49,40,.06);
  transition:transform .18s ease,box-shadow .18s ease,border-left-color .18s ease;
}
.episode-card:hover {
  transform:translateY(-4px);
  box-shadow:0 10px 22px rgba(30,49,40,.18);
  border-left-color:var(--orange);
}
.episode-title {
  font-size:13.5px;
  font-weight:700;
  color:var(--wutong-deep);
}
.episode-summary {
  font-size:12.5px;
  color:var(--ink-soft);
  line-height:1.62;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.episode-duration {
  align-self:flex-start;
  margin-top:2px;
  font-size:11px;
  color:var(--orange);
  border:1px solid rgba(217,91,50,.4);
  border-radius:999px;
  padding:1px 8px;
}
.comments-section {
  min-width:0;
  padding:14px 16px;
  border-radius:var(--radius-lg);
  background:linear-gradient(180deg,#f4efe4,#ece5d7);
  border:1px solid rgba(47,74,58,.14);
}
.comment-stack {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px 16px;
  align-items:start;
  padding:4px 2px;
}
.comment-card {
  display:flex;
  flex-direction:column;
  gap:5px;
  padding:12px 14px;
  border-radius:6px;
  background:linear-gradient(180deg,#fffdf4,#fdf6e3);
  border:1px solid rgba(47,74,58,.14);
  box-shadow:0 8px 18px rgba(30,49,40,.14);
  transform-origin:top center;
  transition:transform .2s ease,box-shadow .2s ease;
}
.comment-card:hover {
  transform:rotate(0deg) translateY(-3px) !important;
  box-shadow:0 12px 26px rgba(30,49,40,.22);
  z-index:2;
}
.comment-card-1 {transform:rotate(-1.4deg);}
.comment-card-2 {transform:rotate(1.1deg);}
.comment-card-3 {transform:rotate(-.8deg);}
.comment-card-4 {transform:rotate(1.6deg);}
.comment-card-5 {transform:rotate(-1.1deg);}
.comment-card-6 {transform:rotate(.9deg);}
.comment-card-7 {transform:rotate(-1.6deg);}
.comment-nickname {
  font-size:12px;
  font-weight:700;
  color:var(--wutong);
  letter-spacing:.04em;
  padding-bottom:4px;
  border-bottom:1px dashed rgba(47,74,58,.2);
}
.comment-nickname::before {
  content:"“";
  color:var(--orange);
  font-family:var(--font-hand);
  margin-right:2px;
}
.comment-text {
  font-size:12.5px;
  line-height:1.68;
  color:var(--ink-soft);
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.rec-region {
  min-width:0;
  padding:14px 16px;
  border-radius:var(--radius-lg);
  background:#fbf8f1;
  border:1px solid rgba(47,74,58,.16);
}
.rec-region-1 {border-top:3px solid var(--wutong);}
.rec-region-2 {border-top:3px solid var(--orange);}
.rec-region-3 {border-top:3px solid var(--lamp-yellow);}
.rec-columns {
  min-width:0;
}
.rec-title {
  font-family:var(--font-hand);
  font-size:16px;
  letter-spacing:.14em;
  color:var(--wutong-deep);
  margin-bottom:10px;
  padding-left:10px;
  border-left:3px solid var(--orange);
}
.rec-list {
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(150px,1fr));
  gap:10px;
  align-items:start;
}
.rec-item {
  min-width:0;
}
a[data-runtime="recommendation"] {
  display:flex;
  flex-direction:column;
  gap:4px;
  height:100%;
  padding:6px;
  border-radius:var(--radius);
  background:#fff;
  border:1px solid rgba(47,74,58,.14);
  color:var(--ink);
  text-decoration:none;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
a[data-runtime="recommendation"]:hover {
  transform:translateY(-3px);
  border-color:var(--orange);
  box-shadow:0 8px 18px rgba(30,49,40,.16);
}
[data-runtime="recommendation"] img {
  width:100%;
  height:auto;
  aspect-ratio:16 / 10;
  object-fit:cover;
  border-radius:6px;
  background:linear-gradient(160deg,#3d5c48,#1e3128);
}
a[data-runtime="recommendation"] [data-runtime="name"] {
  font-size:12.5px;
  font-weight:700;
  color:var(--wutong-deep);
  line-height:1.4;
  display:-webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
a[data-runtime="recommendation"] [data-runtime="blurb"] {
  font-size:11.5px;
  color:var(--muted);
  line-height:1.5;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.site-footer {
  background:linear-gradient(180deg,#22352b,#16241d);
  border-top:1px solid rgba(232,182,76,.3);
  color:#d8d2c4;
}
.footer-inner {
  max-width:1180px;
  margin:0 auto;
  padding:14px 16px 20px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.footer-nav {
  display:flex;
  flex-wrap:wrap;
  gap:8px 16px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size:12.5px;
  color:#e9e3d3;
  text-decoration:none;
  border-bottom:1px solid rgba(232,182,76,.5);
  padding-bottom:1px;
  transition:color .16s ease,border-color .16s ease;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color:var(--lamp-yellow);
  border-color:var(--lamp-yellow);
}
.footer-disclaimer {
  font-size:11.5px;
  line-height:1.7;
  color:rgba(216,210,196,.72);
  max-width:820px;
}
.friend-links {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:6px 10px;
  padding-top:10px;
  border-top:1px dashed rgba(232,182,76,.22);
}
.friend-links-label {
  font-size:11.5px;
  letter-spacing:.16em;
  color:var(--lamp-yellow);
  white-space:nowrap;
}
a.runtime-friend-link {
  font-size:11.5px;
  color:rgba(233,227,211,.78);
  text-decoration:none;
  padding:1px 8px;
  border-radius:999px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  white-space:nowrap;
  transition:color .16s ease,background .16s ease,border-color .16s ease;
}
a.runtime-friend-link:hover {
  color:#fff;
  background:var(--orange);
  border-color:var(--orange);
}
@media (max-width:960px){.movie-overview {
    grid-template-columns:minmax(0,1fr) 168px;
    grid-template-areas:
      "head poster"
      "status poster"
      "cast cast"
      "synopsis synopsis"
      "details details";
  }
.cast-grid {grid-template-columns:repeat(4,minmax(0,1fr));}
.comment-stack {grid-template-columns:repeat(2,minmax(0,1fr));}
.hero-stage {
    grid-template-columns:minmax(0,1fr);
    grid-template-areas:
      "media"
      "count"
      "caption"
      "player";
  }
.hero-countdown {justify-self:start;text-align:left;}
.hero-caption {justify-self:start;}}
@media (max-width:720px){.page-main {padding:12px 12px 22px;gap:14px;}
.movie-overview {
    grid-template-columns:minmax(0,1fr);
    grid-template-areas:
      "head"
      "poster"
      "status"
      "cast"
      "synopsis"
      "details";
    padding:14px;
  }
.overview-poster {max-width:190px;}
.cast-grid {grid-template-columns:repeat(3,minmax(0,1fr));}
.episode-grid {grid-template-columns:minmax(0,1fr);}
.comment-stack {grid-template-columns:minmax(0,1fr);}
.comment-card {transform:none !important;}
.rec-list {grid-template-columns:repeat(auto-fill,minmax(132px,1fr));}
.movie-title {font-size:22px;}
.countdown-number {font-size:42px;}
.hero-media {min-height:180px;}
.header-inner {padding:8px 12px;gap:10px;}
.categories-bar {justify-content:flex-start;}}
@media (max-width:460px){.cast-grid {grid-template-columns:repeat(2,minmax(0,1fr));}
.cast-avatar {width:48px;height:48px;}
.rec-list {grid-template-columns:repeat(2,minmax(0,1fr));}
.film-frame {flex:0 0 165px;}
.player-controls {gap:5px;padding:7px 8px;}
.player-btn {font-size:11px;padding:3px 8px;}
.player-range {flex:1 1 100%;}
.overview-poster {max-width:160px;}
.detail-row {grid-template-columns:68px minmax(0,1fr);}}

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}
