*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  background-color: #1c1712;
  background-image:
    linear-gradient(180deg, #221c15 0%, #1c1712 42%, #191410 100%);
  color: #d8d0bd;
  font-family: "Songti SC", "SimSun", "STSong", "Noto Serif CJK SC", "Source Han Serif SC", serif;
  font-size: 15px;
  line-height: 1.62;
  letter-spacing: 0.02em;
  overflow-x: hidden;
}
h1, h2, p, figure, dl, dd, dt, ul, ol, li {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
img, video {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input {
  font: inherit;
  color: inherit;
}
button {
  cursor: pointer;
  background: none;
  border: none;
}
::selection {
  background: #b7d6c2;
  color: #1c1712;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(25, 20, 16, 0.94);
  border-bottom: 1px dashed #4a4033;
  backdrop-filter: blur(6px);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  padding: 7px 16px;
  max-width: 1180px;
  margin: 0 auto;
}
a[data-contract="site-name"].site-brand {
  font-size: 17px;
  letter-spacing: 0.14em;
  color: #b7d6c2;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
}
a[data-contract="site-name"].site-brand:hover {
  color: #e4ecd9;
  border-bottom-color: #6f8f7c;
}
.category-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
  min-width: 0;
  flex: 1 1 240px;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding: 2px 8px;
  color: #cbbfa4;
  text-decoration: none;
  border: 1px solid #4a4033;
  border-radius: 2px;
  background: rgba(183, 214, 194, 0.05);
}
a.runtime-category:hover {
  color: #1c1712;
  background: #b7d6c2;
  border-color: #b7d6c2;
}
.page-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px 26px;
  display: block;
}
.section-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: #a9bfae;
  padding: 2px 0 4px;
  margin-bottom: 8px;
  border-bottom: 1px dashed #4a4033;
  text-indent: 0.3em;
}
.movie-overview {
  display: block;
  padding-top: 12px;
}
.letter-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 0;
  align-items: start;
  padding: 14px 10px 12px 4px;
  background:
    linear-gradient(102deg, rgba(214, 202, 160, 0.16) 0%, rgba(214, 202, 160, 0.05) 38%, rgba(28, 23, 18, 0) 62%),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0 1px, rgba(0, 0, 0, 0) 1px 26px);
  border: 1px solid #40382c;
  border-radius: 3px;
  overflow: hidden;
}
.letter-hero::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px dashed rgba(183, 214, 194, 0.16);
  border-radius: 1px;
  pointer-events: none;
}
.hero-slogan {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  padding: 10px 4px 10px 14px;
  align-self: start;
}
.slogan-vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: clamp(17px, 2.4vw, 27px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #cfe0cf;
  text-shadow: 0 0 12px rgba(120, 160, 133, 0.22);
  margin: 0;
}
.slogan-vertical:nth-child(2) {
  color: #d6c89f;
}
.poster-frame {
  position: relative;
  margin: 0;
  justify-self: end;
  width: 100%;
  max-width: 100%;
}
.poster-image {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border: 1px solid #4a4033;
  border-radius: 2px;
  filter: sepia(0.22) saturate(0.82) brightness(0.94);
}
.poster-caption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #e6dfc8;
  background: rgba(28, 23, 18, 0.78);
  border-left: 2px solid #b7d6c2;
  padding: 3px 8px;
  border-radius: 1px;
}
.overview-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 12px;
  margin: 10px 0 8px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #4a4033;
}
.movie-title {
  font-size: clamp(20px, 3.2vw, 30px);
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #e9e2cd;
}
.movie-tagline {
  font-size: 12px;
  letter-spacing: 0.22em;
  color: #b7d6c2;
}
.movie-seo {
  flex: 1 1 100%;
  font-size: 12px;
  color: #8f8779;
  letter-spacing: 0.02em;
}
.player-shell {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 0 14px;
  background: #14100c;
  border: 1px solid #40382c;
  border-radius: 3px;
  padding: 6px 6px 0;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.player-shell.is-theater {
  box-shadow: 0 0 0 1px #6f8f7c, 0 12px 34px rgba(0, 0, 0, 0.6);
}
.player-shell.is-lights-off {
  background: #000;
  border-color: #0d0a07;
}
.player-shell.is-lights-off .player-controls {
  opacity: 0.45;
}
.player-video {
  display: block;
  width: 100%;
  background: #000;
  border-radius: 2px;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  padding: 7px 2px 7px;
  transition: opacity 0.25s ease;
}
.ctrl {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  padding: 3px 9px;
  color: #cbbfa4;
  background: rgba(183, 214, 194, 0.06);
  border: 1px solid #4a4033;
  border-radius: 2px;
  white-space: nowrap;
}
.ctrl:hover {
  color: #1c1712;
  background: #b7d6c2;
  border-color: #b7d6c2;
}
.ctrl-play {
  color: #1c1712;
  background: #b7d6c2;
  border-color: #b7d6c2;
  font-weight: 600;
}
.ctrl-play.is-playing {
  background: #d6c89f;
  border-color: #d6c89f;
}
.ctrl.is-active {
  color: #1c1712;
  background: #d6c89f;
  border-color: #d6c89f;
}
.ctrl.is-muted {
  color: #d99a8b;
  border-color: #8a5a4d;
}
.ctrl-progress {
  -webkit-appearance: none;
  appearance: none;
  flex: 1 1 160px;
  min-width: 90px;
  height: 4px;
  padding: 0;
  border: none;
  border-radius: 2px;
  background: #3a3226;
  accent-color: #b7d6c2;
}
.ctrl-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #b7d6c2;
  border: none;
}
.ctrl-progress::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border: none;
  border-radius: 50%;
  background: #b7d6c2;
}
.ctrl-volume {
  -webkit-appearance: none;
  appearance: none;
  flex: 0 1 84px;
  min-width: 64px;
  height: 4px;
  padding: 0;
  border: none;
  border-radius: 2px;
  background: #3a3226;
  accent-color: #b7d6c2;
}
.ctrl-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #d6c89f;
  border: none;
}
.ctrl-volume::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border: none;
  border-radius: 50%;
  background: #d6c89f;
}
.synopsis-block {
  display: block;
  margin-bottom: 12px;
}
.synopsis-body {
  columns: 2;
  column-gap: 22px;
  padding: 8px 10px;
  background: rgba(214, 202, 160, 0.035);
  border-left: 2px solid #4a4033;
  border-radius: 1px;
}
.synopsis-p {
  font-size: 13.5px;
  line-height: 1.75;
  color: #c3bbaa;
  margin: 0 0 8px;
  text-indent: 1.6em;
  break-inside: avoid;
}
.synopsis-p:last-child {
  margin-bottom: 0;
}
.episode-status {
  margin-bottom: 12px;
}
.status-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 4px 10px;
  align-items: start;
  padding: 6px 0;
}
.status-item {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 3px 0 4px;
  border-bottom: 1px dashed #3a3226;
}
.status-key {
  font-size: 10.5px;
  letter-spacing: 0.2em;
  color: #7d8f80;
}
.status-value {
  font-size: 13px;
  color: #ddd5c1;
  letter-spacing: 0.03em;
}
.cast-block {
  margin-bottom: 12px;
}
.cast-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px 10px;
  align-items: start;
  padding: 4px 0;
}
.cast-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 5px 6px 6px;
  background: rgba(214, 202, 160, 0.03);
  border: 1px solid #383024;
  border-radius: 2px;
}
.cast-avatar {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 2px;
  background:
    radial-gradient(circle at 50% 34%, #7d8f80 0 14%, rgba(0, 0, 0, 0) 15%),
    radial-gradient(circle at 50% 84%, #6f8f7c 0 30%, rgba(0, 0, 0, 0) 31%),
    linear-gradient(160deg, #2a241c 0%, #383024 60%, #241f18 100%);
  filter: sepia(0.3) saturate(0.7);
  border: 1px solid #4a4033;
}
.cast-name {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #ddd5c1;
  margin: 6px 0 0 4px;
  align-self: flex-start;
}
.details-block {
  margin-bottom: 14px;
}
.details-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0 18px;
  align-items: start;
  padding: 2px 0;
}
.details-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 10px;
  padding: 4px 0;
  border-bottom: 1px dashed #3a3226;
}
.details-key {
  font-size: 11px;
  letter-spacing: 0.16em;
  color: #7d8f80;
  flex: 0 0 62px;
}
.details-value {
  font-size: 12.5px;
  color: #c9c1b0;
  flex: 1 1 auto;
  min-width: 0;
}
.timeline-block {
  margin-bottom: 14px;
}
.filmstrip {
  display: flex;
  flex-direction: row;
  gap: 10px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 8px 4px 12px;
  scroll-snap-type: x proximity;
  background:
    linear-gradient(180deg, rgba(214, 202, 160, 0.05) 0%, rgba(0, 0, 0, 0) 22%),
    repeating-linear-gradient(90deg, #221c15 0 10px, #1c1712 10px 20px);
  border-top: 1px dashed #4a4033;
  border-bottom: 1px dashed #4a4033;
  border-radius: 2px;
}
.filmstrip::-webkit-scrollbar {
  height: 8px;
}
.filmstrip::-webkit-scrollbar-track {
  background: #221c15;
}
.filmstrip::-webkit-scrollbar-thumb {
  background: #4a4033;
  border-radius: 2px;
}
.timeline-node {
  position: relative;
  flex: 0 0 186px;
  scroll-snap-align: start;
  padding: 8px 10px 10px;
  background: rgba(28, 23, 18, 0.86);
  border: 1px solid #40382c;
  border-radius: 2px;
  overflow: hidden;
}
.timeline-node::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background:
    repeating-linear-gradient(45deg, #b7d6c2 0 3px, #d6c89f 3px 6px, #8a9c8c 6px 9px);
  opacity: 0.7;
}
.timeline-node.is-current {
  background: rgba(183, 214, 194, 0.1);
  border-color: #b7d6c2;
  box-shadow: 0 0 0 1px rgba(183, 214, 194, 0.35);
}
.node-meter {
  display: block;
  width: 100%;
  height: 3px;
  margin-bottom: 7px;
  background: linear-gradient(90deg, #6f8f7c 0%, #d6c89f 60%, #4a4033 100%);
  border-radius: 2px;
}
.timeline-node.is-current .node-meter {
  background: linear-gradient(90deg, #b7d6c2 0%, #e9e2cd 100%);
}
.node-timecode {
  font-size: 10.5px;
  letter-spacing: 0.16em;
  color: #8a9c8c;
  margin-bottom: 3px;
}
.timeline-node.is-current .node-timecode {
  color: #b7d6c2;
}
.node-label {
  font-size: 13px;
  line-height: 1.55;
  color: #d5cdba;
}
.episodes-block {
  margin-bottom: 14px;
}
.episodes-columns {
  display: grid;
  grid-template-columns: minmax(0, 2.4fr) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}
.episode-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px 14px;
  align-items: start;
}
.episode-item {
  border-bottom: 1px dashed #332c22;
  padding: 1px 0 2px;
}
.episode-item.is-active {
  background: rgba(183, 214, 194, 0.07);
  border-bottom-color: #6f8f7c;
}
.episode-detail {
  display: block;
}
.episode-summary {
  display: flex;
  align-items: baseline;
  gap: 7px;
  padding: 4px 4px;
  cursor: pointer;
  list-style: none;
  border-radius: 1px;
}
.episode-summary::-webkit-details-marker {
  display: none;
}
.episode-summary::before {
  content: "＋";
  flex: 0 0 auto;
  font-size: 10px;
  color: #6f8f7c;
  transform: translateY(-1px);
}
.episode-detail[open] > .episode-summary::before {
  content: "－";
  color: #d6c89f;
}
.episode-summary:hover {
  background: rgba(183, 214, 194, 0.07);
}
.episode-number {
  flex: 0 0 auto;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #b7d6c2;
}
.episode-title {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 13px;
  color: #ddd5c1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.episode-duration {
  flex: 0 0 auto;
  font-size: 10.5px;
  letter-spacing: 0.08em;
  color: #7d8f80;
}
.episode-text {
  font-size: 12px;
  line-height: 1.68;
  color: #a89f8e;
  padding: 2px 6px 8px 22px;
  border-left: 1px solid #4a4033;
  margin: 0 0 4px 6px;
}
.episode-aside {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 12px 14px;
  background: linear-gradient(175deg, #eef3f2 0%, #dde6e6 100%);
  color: #23282a;
  border: 1px solid #b9c6c6;
  border-radius: 2px;
  box-shadow: inset 0 0 26px rgba(255, 255, 255, 0.75), 0 6px 18px rgba(0, 0, 0, 0.45);
}
.aside-line {
  font-size: 12.5px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #2c3335;
  padding-left: 9px;
  border-left: 2px solid #9fb6b6;
}
.aside-line:first-child {
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: #1b2022;
  border-left-color: #5e7d7d;
}
.comments-block {
  margin-bottom: 16px;
}
.comment-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 16px;
  align-items: start;
  padding: 12px 10px 16px;
  background:
    repeating-linear-gradient(0deg, rgba(214, 202, 160, 0.045) 0 1px, rgba(0, 0, 0, 0) 1px 22px),
    linear-gradient(180deg, #241f18 0%, #1e1913 100%);
  border: 1px solid #40382c;
  border-radius: 3px;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.6);
}
.comment-card {
  position: relative;
  padding: 8px 10px 10px;
  background: #e8e0c6;
  color: #2a241c;
  border-radius: 1px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.45);
  transform-origin: 50% 0;
}
.comment-card::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -6px;
  width: 34px;
  height: 12px;
  transform: translateX(-50%) rotate(-1.5deg);
  background: rgba(183, 214, 194, 0.55);
  border: 1px solid rgba(120, 150, 130, 0.5);
}
.comment-card-a {
  transform: rotate(-1.4deg);
}
.comment-card-b {
  transform: rotate(1.1deg) translateY(4px);
  background: #e4e9da;
}
.comment-card-c {
  transform: rotate(-0.6deg);
}
.comment-card-d {
  transform: rotate(1.6deg) translateY(2px);
  background: #eae2cb;
}
.comment-card-e {
  transform: rotate(-1.1deg);
  background: #e2e6d8;
}
.comment-card-f {
  transform: rotate(0.8deg) translateY(5px);
}
.comment-nickname {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #5c6b58;
  margin-bottom: 4px;
  padding-bottom: 3px;
  border-bottom: 1px dashed rgba(90, 80, 60, 0.35);
}
.comment-text {
  font-size: 12.5px;
  line-height: 1.72;
  color: #332c22;
}
.recommend-region {
  margin-bottom: 16px;
}
.recommend-title {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #1c1712;
  background: #b7d6c2;
  padding: 4px 10px 4px 22px;
  border-radius: 1px;
  margin-bottom: 8px;
}
.recommend-title::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background: #1c1712;
}
.recommend-list {
  display: grid;
  gap: 8px 10px;
  align-items: start;
  padding: 0;
}
.recommend-list-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.recommend-list-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.recommend-list-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.recommend-item {
  display: block;
  min-width: 0;
}
a.recommend-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: 100%;
  padding: 6px 6px 8px;
  color: #c9c1b0;
  text-decoration: none;
  background: rgba(214, 202, 160, 0.035);
  border: 1px solid #383024;
  border-radius: 2px;
}
a.recommend-card:hover {
  color: #e9e2cd;
  border-color: #6f8f7c;
  background: rgba(183, 214, 194, 0.08);
}
[data-runtime="recommendation"] img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  height: auto;
  object-fit: cover;
  border-radius: 1px;
  filter: sepia(0.24) saturate(0.8);
}
.recommend-pic {
  background: #2a241c;
}
.recommend-name {
  font-size: 12.5px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #e0d8c4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recommend-blurb {
  font-size: 11.5px;
  line-height: 1.6;
  color: #8f8779;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
a.recommend-card:hover .recommend-blurb {
  color: #a9bfae;
}
.site-footer {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 16px 26px;
  border-top: 1px dashed #4a4033;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-disclaimer {
  font-size: 11.5px;
  line-height: 1.7;
  color: #6f6759;
  letter-spacing: 0.02em;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  align-items: center;
}
a[data-contract="footer-home"].footer-link, a[data-contract="footer-sitemap"].footer-link {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-decoration: none;
  color: #b7d6c2;
  border-bottom: 1px dashed #4a4033;
  padding-bottom: 1px;
}
a[data-contract="footer-home"].footer-link:hover, a[data-contract="footer-sitemap"].footer-link:hover {
  color: #1c1712;
  background: #b7d6c2;
  border-bottom-color: #b7d6c2;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 12px;
}
.friend-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #7d8f80;
  white-space: nowrap;
}
a.runtime-friend-link {
  font-size: 11.5px;
  letter-spacing: 0.06em;
  color: #8f8779;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px dotted #4a4033;
}
a.runtime-friend-link:hover {
  color: #b7d6c2;
  border-bottom-color: #6f8f7c;
}
@media (max-width: 960px) {.cast-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.comment-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.recommend-list-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.recommend-list-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 760px) {.letter-hero {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.9fr);
    padding: 10px 8px 10px 2px;
  }
.synopsis-body {
    columns: 1;
  }
.episodes-columns {
    grid-template-columns: minmax(0, 1fr);
  }
.episode-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.episode-aside {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px 16px;
  }
.recommend-list-4, .recommend-list-3, .recommend-list-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 560px) {body {
    font-size: 14px;
  }
.page-main {
    padding: 0 10px 22px;
  }
.header-inner {
    padding: 6px 10px;
    gap: 8px;
  }
.letter-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }
.hero-slogan {
    flex-direction: row;
    justify-content: flex-start;
    padding: 4px 4px 4px 8px;
  }
.slogan-vertical {
    writing-mode: horizontal-tb;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
.poster-frame {
    width: 100%;
    max-width: 320px;
    justify-self: start;
  }
.cast-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.status-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.details-list {
    grid-template-columns: minmax(0, 1fr);
  }
.episode-list {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-stack {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }
.comment-card, .comment-card-a, .comment-card-b, .comment-card-c, .comment-card-d, .comment-card-e, .comment-card-f {
    transform: rotate(0deg) translateY(0);
  }
.recommend-list-4, .recommend-list-3, .recommend-list-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 380px) {.recommend-list-4, .recommend-list-3, .recommend-list-5 {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-grid {
    grid-template-columns: repeat(2, 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}
