:root {
  --bg: #f8fafc;
  --panel: #ffffff;
  --ink: #1e293b;
  --muted: #64748b;
  --soft: #e2e8f0;
  --dark: #0f172a;
  --dark-2: #1e293b;
  --accent: #ef4444;
  --accent-2: #f97316;
  --accent-soft: #fee2e2;
  --shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  --shadow-soft: 0 8px 24px rgba(15, 23, 42, 0.09);
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #fff 0%, var(--bg) 36%, #eef2f7 100%);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
}

button,
input,
select {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  color: #fff;
  background: linear-gradient(90deg, #1e293b, #334155 48%, #1e293b);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.25);
}

.topbar {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand-text {
  font-size: 25px;
  line-height: 1;
  background: linear-gradient(90deg, #fb7185, #fca5a5);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.brand-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 8px 20px rgba(239, 68, 68, 0.35);
  color: #fff;
  font-size: 14px;
}

.desktop-nav,
.quickbar-inner,
.mobile-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-link,
.quick-link {
  padding: 9px 14px;
  border-radius: 12px;
  color: #e5e7eb;
  font-size: 14px;
  transition: 0.2s ease;
}

.nav-link:hover,
.quick-link:hover,
.nav-link.is-active,
.quick-link.is-active {
  color: #fff;
  background: rgba(239, 68, 68, 0.95);
}

.quickbar {
  border-top: 1px solid rgba(148, 163, 184, 0.25);
}

.quickbar-inner {
  min-height: 42px;
  overflow-x: auto;
  scrollbar-width: none;
}

.quickbar-inner::-webkit-scrollbar {
  display: none;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
}

.mobile-panel {
  display: none;
  border-top: 1px solid rgba(148, 163, 184, 0.25);
  background: #1e293b;
}

.mobile-panel.is-open {
  display: block;
}

.mobile-links {
  padding: 12px 0 18px;
  flex-direction: column;
  align-items: stretch;
}

.mobile-divider {
  height: 1px;
  background: rgba(148, 163, 184, 0.25);
  margin: 8px 0;
}

.hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  color: #fff;
  background: #0f172a;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.02);
  transition: opacity 0.6s ease, transform 0.8s ease;
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.52;
  filter: saturate(1.05) contrast(1.05);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 28%, rgba(248, 113, 113, 0.35), transparent 28%),
    linear-gradient(90deg, rgba(15, 23, 42, 0.98) 0%, rgba(15, 23, 42, 0.82) 45%, rgba(15, 23, 42, 0.38) 100%),
    linear-gradient(0deg, rgba(15, 23, 42, 0.95), transparent 45%);
}

.hero-content {
  position: relative;
  min-height: 520px;
  padding: 70px 0 110px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: center;
  gap: 52px;
}

.hero-copy {
  max-width: 760px;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  color: #fecaca;
  background: rgba(239, 68, 68, 0.16);
  border: 1px solid rgba(248, 113, 113, 0.35);
  font-size: 14px;
  font-weight: 700;
}

.hero h1,
.page-hero h1,
.detail-title h1 {
  margin: 18px 0 18px;
  font-size: clamp(36px, 5.2vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.hero p,
.page-hero p,
.detail-title p {
  max-width: 760px;
  margin: 0 0 22px;
  color: #e5e7eb;
  font-size: 18px;
}

.hero-tags,
.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 18px 0 26px;
}

.tag-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: #b91c1c;
  font-size: 13px;
  font-weight: 700;
}

.hero .tag-pill,
.detail-title .tag-pill {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  transition: 0.2s ease;
}

.btn.primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  box-shadow: 0 12px 28px rgba(239, 68, 68, 0.35);
}

.btn.ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.btn:hover {
  transform: translateY(-2px);
}

.hero-poster {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.38);
  transform: rotate(1deg);
  background: #111827;
}

.hero-poster img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.hero-poster span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(239, 68, 68, 0.94);
  font-weight: 800;
}

.hero-controls {
  position: absolute;
  left: 50%;
  bottom: 76px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  z-index: 5;
}

.hero-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-dot {
  width: 28px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  transition: 0.2s ease;
}

.hero-dot.is-active {
  width: 48px;
  background: #fff;
}

.hero-search,
.page-search {
  display: flex;
  min-width: min(440px, 100%);
  padding: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.2);
}

.hero-search input,
.page-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 0 16px;
  color: var(--ink);
  background: transparent;
}

.hero-search button,
.page-search button {
  border: 0;
  border-radius: 999px;
  padding: 10px 20px;
  color: #fff;
  background: var(--accent);
  font-weight: 800;
}

.hero-category-strip {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}

.hero-category-strip::-webkit-scrollbar {
  display: none;
}

.hero-category-strip a {
  flex: 0 0 auto;
  padding: 9px 14px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: -34px;
  position: relative;
  z-index: 6;
}

.feature-box {
  padding: 24px;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, #ef4444, #f97316);
  box-shadow: var(--shadow);
}

.feature-box:nth-child(2) {
  background: linear-gradient(135deg, #2563eb, #0f766e);
}

.feature-box:nth-child(3) {
  background: linear-gradient(135deg, #7c3aed, #db2777);
}

.feature-box strong {
  display: block;
  font-size: 30px;
}

.feature-box span {
  color: rgba(255, 255, 255, 0.86);
}

.section-block {
  padding: 58px 0 0;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.section-title h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
}

.section-title a {
  flex: 0 0 auto;
  color: var(--accent);
  font-weight: 800;
}

.section-title::after {
  content: "";
  flex: 1;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(239, 68, 68, 0.45), transparent);
}

.section-title.compact::after {
  display: none;
}

.movie-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.movie-card {
  overflow: hidden;
  border-radius: 18px;
  background: var(--panel);
  box-shadow: var(--shadow-soft);
  transition: 0.25s ease;
}

.movie-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.poster-link {
  position: relative;
  display: block;
  overflow: hidden;
  background: #1e293b;
}

.movie-poster {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  transition: 0.35s ease;
}

.movie-card:hover .movie-poster {
  transform: scale(1.07);
}

.movie-badge,
.movie-year,
.play-dot {
  position: absolute;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.movie-badge {
  left: 10px;
  top: 10px;
  padding: 4px 9px;
  background: rgba(239, 68, 68, 0.92);
}

.movie-year {
  right: 10px;
  top: 10px;
  padding: 4px 8px;
  background: rgba(15, 23, 42, 0.72);
}

.play-dot {
  left: 50%;
  top: 50%;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  background: rgba(239, 68, 68, 0.92);
  transform: translate(-50%, -50%) scale(0.85);
  opacity: 0;
  transition: 0.25s ease;
}

.movie-card:hover .play-dot {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.movie-card-body {
  padding: 14px;
}

.movie-card-body h3 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.35;
}

.movie-card-body h3 a:hover {
  color: var(--accent);
}

.movie-one-line {
  min-height: 44px;
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.movie-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  color: #94a3b8;
  font-size: 12px;
}

.movie-meta span {
  padding: 3px 7px;
  border-radius: 8px;
  background: #f1f5f9;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 28px;
  align-items: start;
}

.rank-panel {
  position: sticky;
  top: 124px;
  padding: 22px;
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.rank-list {
  display: grid;
  gap: 10px;
}

.rank-row {
  display: grid;
  grid-template-columns: 42px 54px minmax(0, 1fr) auto 48px;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e2e8f0;
  transition: 0.2s ease;
}

.rank-row:hover {
  border-color: rgba(239, 68, 68, 0.35);
  box-shadow: var(--shadow-soft);
  transform: translateY(-2px);
}

.rank-num {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  font-weight: 900;
}

.rank-row img {
  width: 54px;
  height: 76px;
  border-radius: 10px;
  object-fit: cover;
  background: #1e293b;
}

.rank-main {
  min-width: 0;
}

.rank-main strong,
.rank-main em {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.rank-main strong {
  font-size: 15px;
}

.rank-main em {
  color: var(--muted);
  font-style: normal;
  font-size: 13px;
}

.rank-tags {
  max-width: 210px;
  color: #64748b;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.rank-score {
  color: var(--accent);
  font-weight: 900;
}

.compact-list .rank-row {
  grid-template-columns: 34px minmax(0, 1fr) 42px;
}

.compact-list .rank-row img,
.compact-list .rank-tags {
  display: none;
}

.category-grid,
.category-overview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.category-card,
.category-overview-card {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  border-radius: 22px;
  color: #fff;
  background: #1e293b;
  box-shadow: var(--shadow-soft);
}

.category-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
  transition: 0.3s ease;
}

.category-card:hover img {
  transform: scale(1.08);
  opacity: 0.62;
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.05));
}

.category-card span,
.category-card p {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
}

.category-card span {
  padding: 118px 18px 8px;
  font-size: 22px;
  font-weight: 900;
}

.category-card p {
  padding: 0 18px 18px;
  color: #e5e7eb;
  font-size: 14px;
}

.category-overview-card {
  min-height: auto;
  color: var(--ink);
  background: #fff;
}

.category-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  height: 156px;
  background: #0f172a;
}

.category-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-overview-body {
  padding: 20px;
}

.category-overview-body h2 {
  margin: 0 0 8px;
}

.category-overview-body p {
  margin: 0 0 14px;
  color: var(--muted);
}

.category-overview-body span {
  color: var(--accent);
  font-weight: 900;
}

.page-hero {
  color: #fff;
  background:
    radial-gradient(circle at 70% 20%, rgba(239, 68, 68, 0.42), transparent 28%),
    linear-gradient(135deg, #0f172a, #1e293b 54%, #334155);
}

.compact-hero,
.category-hero {
  padding: 78px 0;
}

.page-hero h1 {
  max-width: 860px;
}

.page-search {
  margin-top: 26px;
  max-width: 620px;
}

.filter-bar {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  padding: 14px;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.filter-bar input,
.filter-bar select {
  min-height: 44px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0 14px;
  outline: 0;
  background: #f8fafc;
}

.filter-bar input {
  flex: 1;
}

.sticky-filter {
  position: sticky;
  top: 124px;
  z-index: 8;
}

.full-rank .rank-row {
  grid-template-columns: 54px 72px minmax(0, 1fr) 230px 54px;
}

.detail-hero {
  padding: 26px 0 42px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 12%, rgba(239, 68, 68, 0.35), transparent 24%),
    linear-gradient(135deg, #0f172a, #1e293b 62%, #334155);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  color: #cbd5e1;
  font-size: 14px;
}

.breadcrumb a:hover {
  color: #fff;
}

.detail-layout {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 34px;
  padding-top: 26px;
}

.detail-side {
  align-self: start;
}

.detail-cover {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.35);
  background: #1e293b;
}

.detail-facts {
  margin-top: 18px;
  padding: 18px;
  border-radius: 18px;
  color: var(--ink);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.detail-facts p {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #f1f5f9;
}

.detail-facts p:last-child {
  border-bottom: 0;
}

.detail-facts span {
  color: var(--muted);
}

.detail-facts strong {
  font-weight: 800;
}

.detail-title p {
  color: #e2e8f0;
}

.player-shell {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #000;
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.35);
}

.movie-player {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.player-cover {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  border: 0;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.18));
  transition: 0.2s ease;
}

.player-cover.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.big-play {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 14px 34px rgba(239, 68, 68, 0.42);
  font-size: 26px;
}

.story-card {
  margin-top: 24px;
  padding: 24px;
  border-radius: 18px;
  color: var(--ink);
  background: linear-gradient(135deg, #fff1f2, #ffedd5);
}

.story-card.white-card {
  background: #fff;
}

.story-card h2 {
  margin: 0 0 12px;
  font-size: 24px;
}

.story-card p {
  margin: 0;
  color: #334155;
  text-align: justify;
}

.text-page {
  padding: 58px 0 0;
}

.content-card {
  padding: 28px;
  margin-bottom: 18px;
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.content-card h2 {
  margin: 0 0 10px;
}

.content-card p {
  margin: 0;
  color: var(--muted);
}

.site-footer {
  margin-top: 70px;
  padding: 48px 0 24px;
  color: #cbd5e1;
  background: linear-gradient(135deg, #0f172a, #1e293b);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 28px;
}

.footer-brand {
  color: #fff;
  font-size: 20px;
}

.site-footer p {
  max-width: 360px;
  color: #94a3b8;
}

.site-footer h3 {
  margin: 0 0 14px;
  color: #fff;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer li {
  margin: 9px 0;
}

.site-footer a:hover {
  color: #fca5a5;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(148, 163, 184, 0.22);
  color: #94a3b8;
  font-size: 14px;
}

.is-filtered-out {
  display: none !important;
}

@media (max-width: 1080px) {
  .movie-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .split-layout,
  .detail-layout {
    grid-template-columns: 1fr;
  }

  .rank-panel {
    position: static;
  }

  .hero-content {
    grid-template-columns: 1fr 260px;
  }

  .category-grid,
  .category-overview-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .desktop-nav,
  .quickbar {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }

  .topbar {
    height: 62px;
  }

  .brand-text {
    font-size: 21px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-content {
    min-height: 600px;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 46px 0 190px;
  }

  .hero-poster {
    width: 210px;
    justify-self: start;
  }

  .hero-controls {
    bottom: 86px;
    flex-direction: column;
    align-items: stretch;
  }

  .hero-search,
  .page-search {
    min-width: 0;
    width: 100%;
  }

  .feature-strip,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .movie-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .category-grid,
  .category-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .full-rank .rank-row,
  .rank-row {
    grid-template-columns: 38px 54px minmax(0, 1fr) 42px;
  }

  .rank-tags {
    display: none;
  }

  .filter-bar {
    flex-direction: column;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 22px, 1180px);
  }

  .movie-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .movie-card-body {
    padding: 12px;
  }

  .category-grid,
  .category-overview-grid {
    grid-template-columns: 1fr;
  }

  .hero h1,
  .page-hero h1,
  .detail-title h1 {
    font-size: 34px;
  }

  .hero p,
  .page-hero p,
  .detail-title p {
    font-size: 16px;
  }

  .compact-hero,
  .category-hero {
    padding: 52px 0;
  }

  .detail-hero {
    padding-top: 18px;
  }

  .detail-facts p {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .story-card {
    padding: 18px;
  }
}
