:root {
  --slate-950: #020617;
  --slate-900: #0f172a;
  --slate-800: #1e293b;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-500: #64748b;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9;
  --amber-500: #f59e0b;
  --orange-500: #f97316;
  --rose-500: #f43f5e;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
  --shadow-soft: 0 12px 26px rgba(15, 23, 42, 0.10);
  --radius-xl: 24px;
  --radius-lg: 18px;
  --radius-md: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--slate-800);
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
}

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

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

button,
input {
  font: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  color: var(--white);
  background: linear-gradient(90deg, var(--slate-800), var(--slate-900));
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.28);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: min(1180px, calc(100% - 32px));
  height: 66px;
  margin: 0 auto;
}

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

.brand__mark,
.footer-brand span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--amber-500), var(--orange-500));
  box-shadow: 0 10px 20px rgba(249, 115, 22, 0.28);
}

.brand__text {
  font-size: 21px;
  background: linear-gradient(90deg, #fde68a, #fed7aa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 15px;
}

.main-nav a,
.mobile-panel a {
  color: rgba(255, 255, 255, 0.82);
  transition: color 0.2s ease, transform 0.2s ease;
}

.main-nav a:hover,
.main-nav a.is-active,
.mobile-panel a:hover,
.mobile-panel a.is-active {
  color: #fcd34d;
}

.search-form,
.mobile-search,
.hero-search {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(12px);
}

.search-form {
  min-width: 250px;
}

.search-form__icon {
  padding-left: 15px;
  color: #fcd34d;
}

.search-form input,
.mobile-search input,
.hero-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--white);
  background: transparent;
}

.search-form input {
  padding: 10px 10px;
}

.search-form input::placeholder,
.mobile-search input::placeholder,
.hero-search input::placeholder {
  color: rgba(255, 255, 255, 0.68);
}

.search-form button,
.mobile-search button,
.hero-search button {
  border: 0;
  color: var(--white);
  background: linear-gradient(135deg, var(--amber-500), var(--orange-500));
  cursor: pointer;
}

.search-form button {
  padding: 10px 16px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.10);
}

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

.mobile-panel nav {
  display: grid;
  gap: 12px;
  padding: 12px 0;
}

.mobile-search input {
  padding: 12px 16px;
}

.mobile-search button {
  padding: 12px 18px;
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: radial-gradient(circle at 14% 16%, rgba(245, 158, 11, 0.34), transparent 34%), linear-gradient(120deg, var(--slate-900), var(--slate-800) 48%, #78350f);
}

.hero__pattern,
.page-hero::before,
.detail-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.16;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.24) 1px, transparent 1px);
  background-size: 38px 38px;
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
  gap: 44px;
  align-items: center;
  min-height: 620px;
  padding: 76px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  color: #fcd34d;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.hero h1 {
  background: linear-gradient(90deg, #fde68a, #fed7aa, #fff7ed);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero__copy p,
.page-hero p {
  max-width: 640px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  line-height: 1.8;
}

.hero-search {
  width: min(100%, 520px);
  margin-top: 30px;
  background: rgba(2, 6, 23, 0.36);
}

.hero-search input {
  padding: 16px 20px;
}

.hero-search button {
  padding: 16px 24px;
  font-weight: 800;
}

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

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

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

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--amber-500), var(--orange-500));
  box-shadow: 0 16px 32px rgba(249, 115, 22, 0.28);
}

.btn-ghost {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.hero__feature {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  box-shadow: 0 30px 80px rgba(2, 6, 23, 0.40);
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

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

.hero-slide img,
.detail-hero__backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(2, 6, 23, 0.92), rgba(2, 6, 23, 0.15) 58%, rgba(2, 6, 23, 0.35));
}

.hero-slide__content {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
}

.hero-slide__content h2 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: clamp(26px, 4vw, 46px);
  line-height: 1.12;
}

.hero-slide__content p {
  max-width: 560px;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.75;
}

.hero-dots {
  position: absolute;
  top: 22px;
  right: 22px;
  display: flex;
  gap: 9px;
  z-index: 3;
}

.hero-dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
}

.hero-dots button.is-active {
  width: 32px;
  background: linear-gradient(135deg, var(--amber-500), var(--orange-500));
}

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

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

.section-heading h2 {
  flex: 1;
  margin: 0;
  color: var(--slate-800);
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.2;
}

.section-heading span {
  font-size: 28px;
}

.section-heading a {
  color: var(--orange-500);
  font-weight: 800;
}

.section-heading--center {
  justify-content: center;
  text-align: center;
}

.movie-grid {
  display: grid;
  gap: 24px;
}

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

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

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

.movie-card > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

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

.movie-card__poster {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--slate-800);
}

.movie-card__poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.movie-card__poster::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(2, 6, 23, 0.52), transparent 58%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.movie-card > a:hover .movie-card__poster::after {
  opacity: 1;
}

.movie-card__badge,
.movie-card__score,
.detail-cover span {
  position: absolute;
  z-index: 2;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--amber-500), var(--orange-500));
  box-shadow: 0 10px 20px rgba(2, 6, 23, 0.20);
}

.movie-card__badge {
  top: 12px;
  right: 12px;
}

.movie-card__score {
  bottom: 12px;
  left: 12px;
}

.movie-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.movie-card__body h3 {
  margin: 0 0 8px;
  color: var(--slate-900);
  font-size: 18px;
  line-height: 1.35;
}

.movie-card__meta {
  margin: 0 0 10px;
  color: var(--slate-500);
  font-size: 13px;
}

.movie-card__line {
  flex: 1;
  margin: 0 0 14px;
  color: var(--slate-600);
  font-size: 14px;
  line-height: 1.65;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-row span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  color: #92400e;
  background: #fff7ed;
  font-size: 12px;
  font-weight: 700;
}

.tag-row--large span {
  min-height: 32px;
  padding: 0 13px;
  color: #fed7aa;
  background: rgba(255, 255, 255, 0.10);
}

.category-ribbon {
  padding: 68px 0;
  background: linear-gradient(90deg, #fffbeb, #fff7ed);
}

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

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

.category-card {
  position: relative;
  display: flex;
  min-height: 210px;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  border-radius: var(--radius-xl);
  color: var(--white);
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.category-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: var(--shadow);
}

.category-card::after {
  position: absolute;
  right: -38px;
  bottom: -48px;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  content: "";
  background: rgba(255, 255, 255, 0.18);
}

.category-card__icon {
  font-size: 46px;
}

.category-card strong {
  position: relative;
  z-index: 1;
  font-size: 24px;
}

.category-card em {
  position: relative;
  z-index: 1;
  max-width: 90%;
  color: rgba(255, 255, 255, 0.82);
  font-style: normal;
  line-height: 1.65;
}

.category-card__enter {
  position: relative;
  z-index: 1;
  font-weight: 900;
}

.tone-amber {
  background: linear-gradient(135deg, #f59e0b, #f97316);
}

.tone-slate {
  background: linear-gradient(135deg, #334155, #0f172a);
}

.tone-orange {
  background: linear-gradient(135deg, #fb923c, #ea580c);
}

.tone-red {
  background: linear-gradient(135deg, #ef4444, #9f1239);
}

.tone-pink {
  background: linear-gradient(135deg, #ec4899, #be123c);
}

.tone-violet {
  background: linear-gradient(135deg, #8b5cf6, #5b21b6);
}

.tone-blue {
  background: linear-gradient(135deg, #3b82f6, #0369a1);
}

.tone-green {
  background: linear-gradient(135deg, #22c55e, #047857);
}

.tone-cyan {
  background: linear-gradient(135deg, #06b6d4, #0e7490);
}

.page-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(120deg, var(--slate-900), var(--slate-800) 48%, #92400e);
}

.page-hero .container {
  position: relative;
  z-index: 1;
  padding: 78px 0;
}

.page-hero--small .container {
  padding: 64px 0;
}

.page-hero--category .container,
.page-hero--ranking .container {
  padding: 72px 0;
}

.filter-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
  padding: 18px;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-soft);
}

.filter-panel__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-panel button {
  min-height: 38px;
  padding: 0 15px;
  border: 0;
  border-radius: 999px;
  color: var(--slate-700);
  background: #f1f5f9;
  cursor: pointer;
}

.filter-panel button.is-active {
  color: var(--white);
  background: linear-gradient(135deg, var(--amber-500), var(--orange-500));
}

.filter-panel__search {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--slate-500);
  font-size: 14px;
}

.filter-panel__search input {
  min-height: 42px;
  width: 240px;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  outline: 0;
  padding: 0 15px;
  background: #ffffff;
}

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

.rank-item a {
  display: grid;
  grid-template-columns: 62px 86px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 14px 18px;
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rank-item a:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.rank-item__number {
  color: #f97316;
  font-size: 28px;
  font-weight: 900;
}

.rank-item img {
  width: 86px;
  height: 58px;
  object-fit: cover;
  border-radius: 12px;
}

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

.rank-item__content strong,
.rank-item__content em {
  display: block;
}

.rank-item__content strong {
  color: var(--slate-900);
  font-size: 18px;
}

.rank-item__content em {
  overflow: hidden;
  color: var(--slate-500);
  font-style: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.rank-item__views {
  color: var(--slate-600);
  font-weight: 800;
}

.detail-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--slate-950);
}

.detail-hero__backdrop {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  filter: blur(2px);
}

.detail-hero__backdrop::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(2, 6, 23, 0.95), rgba(2, 6, 23, 0.70));
}

.detail-hero__inner {
  position: relative;
  z-index: 1;
  padding: 38px 0 66px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

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

.detail-grid {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 34px;
  align-items: end;
}

.detail-cover {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.50);
}

.detail-cover img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.detail-cover span {
  right: 14px;
  bottom: 14px;
}

.detail-copy h1 {
  max-width: 920px;
  font-size: clamp(34px, 5vw, 60px);
}

.detail-one-line {
  max-width: 850px;
  margin: 20px 0 18px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
  line-height: 1.8;
}

.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.detail-meta span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.player-section {
  margin-top: -38px;
  padding-bottom: 40px;
}

.player-shell {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 28px;
  background: #000000;
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.34);
}

.video-player {
  width: 100%;
  height: 100%;
  background: #000000;
}

.player-cover {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  color: var(--white);
  background: var(--slate-950);
  cursor: pointer;
}

.player-cover.hidden {
  display: none;
}

.player-cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.player-cover__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(2, 6, 23, 0.78), rgba(2, 6, 23, 0.25));
}

.player-cover__button {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--amber-500), var(--orange-500));
  box-shadow: 0 18px 44px rgba(249, 115, 22, 0.35);
  font-size: 34px;
  transform: translateX(3px);
}

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

.content-card {
  padding: 26px;
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.content-card h2 {
  margin: 0 0 14px;
  color: var(--slate-900);
  font-size: 24px;
}

.content-card p {
  margin: 0;
  color: var(--slate-600);
  line-height: 1.9;
}

.info-card {
  grid-column: 1 / -1;
}

.info-card dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
}

.info-card div {
  padding: 16px;
  border-radius: 14px;
  background: #f8fafc;
}

.info-card dt {
  color: var(--slate-500);
  font-size: 13px;
}

.info-card dd {
  margin: 6px 0 0;
  color: var(--slate-900);
  font-weight: 800;
}

.info-card a {
  color: var(--orange-500);
}

.search-page:empty {
  display: none;
}

.site-footer {
  margin-top: 40px;
  color: #cbd5e1;
  background: linear-gradient(180deg, var(--slate-900), #020617);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 44px;
  padding: 50px 0;
}

.footer-brand {
  color: var(--white);
  font-size: 20px;
}

.site-footer p {
  max-width: 520px;
  margin: 16px 0 0;
  line-height: 1.75;
}

.site-footer h2 {
  margin: 0 0 15px;
  color: var(--white);
  font-size: 18px;
}

.site-footer a:not(.footer-brand) {
  display: block;
  margin: 9px 0;
  color: #cbd5e1;
}

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

.footer-bottom {
  padding: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  text-align: center;
  color: #94a3b8;
  font-size: 14px;
}

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

@media (max-width: 1100px) {
  .main-nav,
  .search-form {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero__feature {
    min-height: 390px;
  }

  .movie-grid--featured,
  .movie-grid--compact,
  .movie-grid--catalog,
  .category-grid,
  .category-grid--wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .container,
  .site-header__inner,
  .mobile-panel {
    width: min(100% - 24px, 1180px);
  }

  .brand__text {
    font-size: 18px;
  }

  .hero__grid {
    gap: 28px;
    padding: 50px 0;
  }

  .hero__copy p,
  .page-hero p {
    font-size: 17px;
  }

  .hero__feature {
    min-height: 360px;
    border-radius: 22px;
  }

  .hero-slide__content {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .hero-search,
  .hero-actions,
  .filter-panel,
  .section-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .movie-grid--featured,
  .movie-grid--compact,
  .movie-grid--catalog,
  .category-grid,
  .category-grid--wide {
    grid-template-columns: 1fr;
  }

  .filter-panel__search {
    align-items: stretch;
    flex-direction: column;
  }

  .filter-panel__search input {
    width: 100%;
  }

  .rank-item a {
    grid-template-columns: 42px 70px minmax(0, 1fr);
  }

  .rank-item__views {
    display: none;
  }

  .rank-item img {
    width: 70px;
    height: 48px;
  }

  .detail-grid,
  .detail-content,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .detail-cover {
    max-width: 220px;
  }

  .info-card dl {
    grid-template-columns: 1fr;
  }

  .player-section {
    width: min(100% - 18px, 1180px);
  }

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