@charset "UTF-8";

:root {
  color-scheme: dark;
  --bg: #020617;
  --bg-soft: #0f172a;
  --panel: rgba(15, 23, 42, 0.72);
  --panel-strong: rgba(15, 23, 42, 0.92);
  --line: rgba(148, 163, 184, 0.18);
  --text: #f8fafc;
  --muted: #94a3b8;
  --muted-strong: #cbd5e1;
  --emerald: #34d399;
  --teal: #14b8a6;
  --rose: #fb7185;
  --amber: #fbbf24;
  --purple: #c084fc;
  --shadow: 0 24px 70px rgba(2, 6, 23, 0.45);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100%;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  background:
    radial-gradient(circle at 15% 0%, rgba(20, 184, 166, 0.20), transparent 30%),
    radial-gradient(circle at 85% 10%, rgba(99, 102, 241, 0.20), transparent 28%),
    linear-gradient(135deg, #020617 0%, #0f172a 48%, #020617 100%);
  color: var(--text);
}

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

img {
  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;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.96), rgba(30, 41, 59, 0.96), rgba(15, 23, 42, 0.96));
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
  box-shadow: 0 16px 40px rgba(2, 6, 23, 0.28);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--emerald), var(--teal));
  box-shadow: 0 12px 30px rgba(20, 184, 166, 0.28);
  transition: transform 0.25s ease;
}

.brand:hover .brand-mark {
  transform: scale(1.08) rotate(-3deg);
}

.brand-mark span {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #fff;
}

.brand-text {
  font-size: clamp(20px, 2vw, 26px);
  background: linear-gradient(90deg, #a7f3d0, #5eead4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-link {
  padding: 10px 16px;
  color: #dbeafe;
  border-radius: 12px;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
  color: #fff;
  background: rgba(51, 65, 85, 0.72);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  background: rgba(51, 65, 85, 0.72);
  color: #fff;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  border-radius: 999px;
}

.mobile-nav {
  display: none;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 16px;
}

.mobile-nav.open {
  display: grid;
  gap: 8px;
}

.hero {
  position: relative;
  height: min(740px, 72vh);
  min-height: 560px;
  overflow: hidden;
  background: #020617;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(2, 6, 23, 0.96) 0%, rgba(2, 6, 23, 0.70) 38%, rgba(2, 6, 23, 0.25) 100%),
    linear-gradient(0deg, rgba(2, 6, 23, 0.92), transparent 42%),
    var(--bg-image);
  background-size: cover;
  background-position: center;
  transition: opacity 900ms ease;
}

.hero-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: center;
  gap: 48px;
  height: 100%;
}

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

.eyebrow,
.section-title span,
.page-hero span,
.story-card span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 12px;
  border: 1px solid rgba(52, 211, 153, 0.25);
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.10);
  color: #a7f3d0;
  font-size: 13px;
  font-style: normal;
  letter-spacing: 0.04em;
}

.hero h1,
.page-hero h1,
.detail-copy h1 {
  margin: 0;
  font-size: clamp(42px, 7vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.hero p,
.page-hero p,
.detail-one-line {
  max-width: 780px;
  margin: 20px 0 0;
  color: #cbd5e1;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.8;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-tags span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
  font-size: 13px;
  backdrop-filter: blur(10px);
}

.hero-actions,
.center-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.primary-button,
.ghost-button,
.home-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 0;
  border-radius: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.primary-button,
.home-search button {
  background: linear-gradient(135deg, var(--emerald), var(--teal));
  color: #022c22;
  box-shadow: 0 16px 40px rgba(20, 184, 166, 0.24);
}

.ghost-button {
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: rgba(15, 23, 42, 0.62);
  color: #e2e8f0;
}

.primary-button:hover,
.ghost-button:hover,
.home-search button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 50px rgba(20, 184, 166, 0.28);
}

.hero-card {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 28px;
  box-shadow: var(--shadow);
  transform: rotate(2deg);
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(2, 6, 23, 0.76), transparent 56%);
}

.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.hero-card:hover img {
  transform: scale(1.08);
}

.hero-card span {
  position: absolute;
  z-index: 2;
  left: 18px;
  bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 13px;
  backdrop-filter: blur(8px);
}

.hero-dots {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 34px;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.hero-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.46);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

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

.search-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
  gap: 24px;
  align-items: center;
  margin-top: -54px;
  padding: 26px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 26px;
  background: rgba(15, 23, 42, 0.80);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.search-strip span {
  color: var(--emerald);
  font-weight: 800;
}

.search-strip h2 {
  margin: 8px 0 0;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.18;
}

.home-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.home-search input,
.search-box input,
.select-box select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 14px;
  outline: none;
  background: rgba(2, 6, 23, 0.58);
  color: #fff;
}

.home-search input {
  padding: 0 16px;
}

.home-search input:focus,
.search-box input:focus,
.select-box select:focus {
  border-color: rgba(52, 211, 153, 0.60);
  box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.09);
}

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

.glass-block,
.rank-preview {
  padding: 44px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.74), rgba(30, 41, 59, 0.46));
  box-shadow: var(--shadow);
}

.section-title {
  margin-bottom: 28px;
}

.section-title h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: -0.035em;
}

.section-title p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.h-scroll {
  display: grid;
  grid-auto-columns: minmax(240px, 310px);
  grid-auto-flow: column;
  gap: 22px;
  overflow-x: auto;
  padding: 4px 4px 22px;
  scroll-snap-type: x proximity;
}

.h-scroll .movie-card {
  scroll-snap-align: start;
}

.movie-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 22px;
}

.library-grid {
  padding-bottom: 70px;
}

.compact-grid {
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
}

.movie-card {
  min-width: 0;
}

.movie-card a {
  display: block;
  height: 100%;
  border-radius: 20px;
  transition: transform 0.25s ease;
}

.movie-card a:hover {
  transform: translateY(-5px);
}

.poster-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 20px;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  box-shadow: 0 16px 35px rgba(2, 6, 23, 0.32);
}

.poster-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.movie-card a:hover img {
  transform: scale(1.08);
}

.poster-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(2, 6, 23, 0.92) 0%, transparent 52%);
}

.poster-meta {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  max-width: calc(100% - 24px);
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 12px;
  backdrop-filter: blur(8px);
}

.play-dot {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  opacity: 0;
  background: rgba(2, 6, 23, 0.36);
  transition: opacity 0.25s ease;
}

.play-dot::before,
.big-play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #fff;
}

.play-dot::after {
  content: "";
  position: absolute;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
}

.play-dot::before {
  position: relative;
  z-index: 1;
}

.movie-card a:hover .play-dot {
  opacity: 1;
}

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

.movie-card strong {
  display: -webkit-box;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  line-height: 1.42;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color 0.2s ease;
}

.movie-card a:hover strong {
  color: var(--emerald);
}

.movie-card em {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.58;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.movie-card small {
  display: block;
  margin-top: 8px;
  color: #64748b;
  font-size: 12px;
}

.compact .poster-wrap {
  aspect-ratio: 16 / 10;
  border-radius: 14px;
}

.compact strong {
  margin-top: 10px;
  font-size: 14px;
}

.list-card a {
  display: grid;
  grid-template-columns: auto 150px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  border-radius: 20px;
  background: rgba(15, 23, 42, 0.55);
}

.list-card a:hover {
  background: rgba(30, 41, 59, 0.72);
}

.rank-index {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  background: rgba(251, 191, 36, 0.14);
  color: #fde68a;
  font-weight: 900;
}

.list-poster {
  aspect-ratio: 16 / 10;
  border-radius: 14px;
}

.list-card-body {
  min-width: 0;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.category-tile {
  display: flex;
  min-height: 174px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(52, 211, 153, 0.18), transparent 35%),
    rgba(15, 23, 42, 0.70);
  transition: transform 0.25s ease, background 0.25s ease;
}

.category-tile:hover {
  transform: translateY(-5px);
  background:
    radial-gradient(circle at 100% 0%, rgba(52, 211, 153, 0.26), transparent 40%),
    rgba(30, 41, 59, 0.86);
}

.category-tile span {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(52, 211, 153, 0.14);
  color: #a7f3d0;
  font-size: 12px;
}

.category-tile strong {
  margin-top: 16px;
  font-size: 22px;
}

.category-tile em {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.6;
}

.page-main {
  padding: 34px 0 80px;
}

.page-hero {
  margin-bottom: 28px;
  padding: clamp(42px, 8vw, 84px);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 10%, rgba(20, 184, 166, 0.22), transparent 32%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.90), rgba(30, 41, 59, 0.62));
  box-shadow: var(--shadow);
}

.slim-hero h1,
.category-hero h1 {
  font-size: clamp(38px, 6vw, 64px);
}

.filter-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px auto;
  gap: 16px;
  align-items: end;
  margin: 0 0 26px;
  padding: 18px;
  border: 1px solid rgba(148, 163, 184, 0.15);
  border-radius: 22px;
  background: rgba(15, 23, 42, 0.68);
}

.search-box,
.select-box {
  display: grid;
  gap: 8px;
  color: var(--muted-strong);
  font-size: 13px;
}

.search-box input,
.select-box select {
  padding: 0 14px;
}

.filter-result {
  min-width: 110px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.category-overview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}

.category-overview-card {
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 26px;
  background: rgba(15, 23, 42, 0.74);
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.24);
  transition: transform 0.25s ease, background 0.25s ease;
}

.category-overview-card:hover {
  transform: translateY(-5px);
  background: rgba(30, 41, 59, 0.86);
}

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

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

.category-info {
  display: grid;
  gap: 8px;
  padding: 20px;
}

.category-info em {
  color: var(--emerald);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.category-info strong {
  font-size: 22px;
}

.category-info small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.rank-list {
  display: grid;
  gap: 14px;
  padding-bottom: 70px;
}

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 14px;
}

.breadcrumb a:hover {
  color: var(--emerald);
}

.breadcrumb strong {
  color: var(--muted-strong);
}

.detail-hero {
  position: relative;
  overflow: hidden;
  padding: 54px 0;
  background-image:
    linear-gradient(90deg, rgba(2, 6, 23, 0.96) 0%, rgba(2, 6, 23, 0.76) 45%, rgba(2, 6, 23, 0.46) 100%),
    var(--bg-image);
  background-size: cover;
  background-position: center;
}

.detail-hero-inner {
  position: relative;
  z-index: 2;
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(220px, 340px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
}

.detail-poster {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.detail-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-copy h1 {
  font-size: clamp(36px, 6vw, 72px);
}

.detail-meta {
  display: grid;
  gap: 8px;
  margin: 22px 0 28px;
  color: #dbeafe;
}

.player-section {
  padding: 42px 0 20px;
}

.video-shell {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 30px;
  background: #000;
  box-shadow: var(--shadow);
}

.video-shell video {
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: contain;
}

.player-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  gap: 14px;
  border: 0;
  background: radial-gradient(circle at center, rgba(15, 23, 42, 0.16), rgba(2, 6, 23, 0.72));
  color: #fff;
  cursor: pointer;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.video-shell.playing .player-overlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.big-play {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.20);
  box-shadow: 0 20px 60px rgba(2, 6, 23, 0.4);
  backdrop-filter: blur(12px);
}

.player-overlay strong {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.62);
}

.detail-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  padding: 28px 0 20px;
}

.story-card {
  padding: 28px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 26px;
  background: rgba(15, 23, 42, 0.70);
}

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

.story-card p {
  margin: 0;
  color: var(--muted-strong);
  font-size: 16px;
  line-height: 1.9;
}

.site-footer {
  border-top: 1px solid rgba(148, 163, 184, 0.14);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.72), rgba(2, 6, 23, 0.96));
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 32px;
  padding: 46px 0;
}

.site-footer h2,
.site-footer h3 {
  margin: 0 0 14px;
}

.site-footer p {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.footer-links {
  display: grid;
  gap: 9px;
}

.footer-links a {
  color: var(--muted);
  font-size: 14px;
}

.footer-links a:hover {
  color: var(--emerald);
}

.is-hidden {
  display: none !important;
}

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

  .menu-toggle {
    display: block;
  }

  .hero {
    height: auto;
    min-height: 0;
  }

  .hero-slide {
    position: relative;
    display: none;
    min-height: 720px;
  }

  .hero-slide.active {
    display: block;
  }

  .hero-content {
    grid-template-columns: 1fr;
    align-content: center;
    padding: 54px 0 96px;
  }

  .hero-card {
    width: min(320px, 80vw);
    transform: none;
  }

  .search-strip,
  .filter-panel,
  .detail-grid,
  .detail-content,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .search-strip {
    margin-top: 22px;
  }

  .home-search {
    grid-template-columns: 1fr;
  }

  .glass-block,
  .rank-preview {
    padding: 26px;
  }

  .list-card a {
    grid-template-columns: auto 110px minmax(0, 1fr);
  }
}

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

  .header-inner {
    min-height: 64px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

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

  .hero-slide {
    min-height: 660px;
  }

  .hero h1,
  .page-hero h1,
  .detail-copy h1 {
    font-size: 38px;
  }

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

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

  .movie-card em {
    display: none;
  }

  .list-card a {
    grid-template-columns: 1fr;
  }

  .rank-index {
    width: fit-content;
    padding: 0 12px;
  }

  .list-poster {
    width: 100%;
  }

  .page-hero {
    padding: 30px;
    border-radius: 24px;
  }

  .detail-hero {
    padding: 32px 0;
  }

  .video-shell {
    border-radius: 18px;
  }

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