* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #111827;
  background: linear-gradient(180deg, #fff7ed 0%, #ffffff 34%, #fff1f2 100%);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans SC", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(251, 113, 133, 0.22);
  box-shadow: 0 10px 30px rgba(244, 63, 94, 0.08);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  max-width: 1280px;
  height: 68px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.brand-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border-radius: 16px;
  background: linear-gradient(135deg, #fb7185, #f97316);
  box-shadow: 0 16px 32px rgba(244, 63, 94, 0.28);
  transition: transform 0.3s ease;
}

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

.brand-text strong {
  display: block;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  background: linear-gradient(90deg, #e11d48, #ea580c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-text small {
  display: block;
  margin-top: 2px;
  color: #6b7280;
  font-size: 12px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
}

.nav-link,
.mobile-link {
  color: #374151;
  font-weight: 700;
  transition: color 0.25s ease;
}

.nav-link:hover,
.nav-link.active,
.mobile-link:hover,
.mobile-link.active {
  color: #e11d48;
}

.nav-search {
  position: relative;
  width: 230px;
}

.nav-search input,
.mobile-search input,
.quick-search-card input,
.local-search input {
  width: 100%;
  border: 1px solid rgba(251, 113, 133, 0.22);
  outline: none;
  border-radius: 999px;
  background: #ffffff;
  color: #111827;
  padding: 12px 18px;
  box-shadow: 0 10px 24px rgba(244, 63, 94, 0.08);
}

.nav-search input:focus,
.mobile-search input:focus,
.quick-search-card input:focus,
.local-search input:focus {
  border-color: #fb7185;
  box-shadow: 0 0 0 4px rgba(251, 113, 133, 0.15);
}

.search-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 90;
  display: none;
  overflow: hidden;
  border: 1px solid rgba(251, 113, 133, 0.18);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.search-panel.open {
  display: block;
}

.search-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  padding: 10px;
  border-bottom: 1px solid #fff1f2;
  transition: background 0.2s ease;
}

.search-item:hover {
  background: #fff7ed;
}

.search-item img {
  width: 46px;
  height: 62px;
  object-fit: cover;
  border-radius: 12px;
  background: #fff1f2;
}

.search-item strong {
  display: block;
  font-size: 14px;
  color: #111827;
}

.search-item span {
  display: block;
  margin-top: 4px;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.4;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  border-radius: 14px;
  background: #fff1f2;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #e11d48;
  border-radius: 99px;
}

.mobile-nav {
  display: none;
  padding: 0 24px 18px;
  border-top: 1px solid #ffe4e6;
}

.mobile-nav.open {
  display: block;
}

.mobile-link {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid #fff1f2;
}

.mobile-search {
  position: relative;
  margin-top: 14px;
}

.hero {
  position: relative;
  height: 600px;
  overflow: hidden;
  background: #111827;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  height: 140px;
  background: linear-gradient(180deg, rgba(255, 247, 237, 0), #fff7ed);
  pointer-events: none;
}

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

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

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

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 35%, rgba(251, 113, 133, 0.34), transparent 34%),
    linear-gradient(90deg, rgba(190, 18, 60, 0.92) 0%, rgba(234, 88, 12, 0.72) 44%, rgba(15, 23, 42, 0.35) 100%);
}

.hero-content {
  position: relative;
  z-index: 20;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 72px 24px 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}

.hero-label {
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  backdrop-filter: blur(12px);
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.hero h2 {
  max-width: 660px;
  margin: 18px 0 0;
  color: #ffe4e6;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.1;
}

.hero p {
  max-width: 720px;
  margin: 22px 0 0;
  color: #fff1f2;
  font-size: 20px;
  line-height: 1.8;
}

.hero-tags,
.tag-row,
.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-tags {
  margin-top: 26px;
}

.hero-tags span,
.tag-row span,
.detail-meta span {
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.hero-tags span {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

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

.primary-btn,
.ghost-btn,
.section-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.primary-btn {
  color: #ffffff;
  background: linear-gradient(135deg, #e11d48, #f97316);
  box-shadow: 0 18px 36px rgba(244, 63, 94, 0.28);
}

.hero .primary-btn {
  color: #e11d48;
  background: #ffffff;
}

.ghost-btn {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.primary-btn:hover,
.ghost-btn:hover,
.section-more:hover {
  transform: translateY(-2px) scale(1.02);
}

.hero-controls {
  position: absolute;
  left: 50%;
  bottom: 46px;
  z-index: 30;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.hero-dot {
  width: 34px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
}

.hero-dot.active {
  background: #ffffff;
}

.quick-search-section,
.content-section,
.detail-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 24px;
}

.quick-search-section {
  padding-top: 28px;
  padding-bottom: 18px;
}

.quick-search-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(260px, 1fr);
  gap: 24px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(251, 113, 133, 0.2);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 60px rgba(244, 63, 94, 0.14);
}

.quick-search-card span,
.section-heading span,
.detail-kicker,
.inner-hero span,
.spotlight-card span {
  color: #e11d48;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.quick-search-card h2 {
  margin: 6px 0 0;
  font-size: clamp(24px, 3vw, 36px);
  letter-spacing: -0.04em;
}

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

.section-heading h2 {
  margin: 8px 0 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.05em;
}

.section-heading p {
  max-width: 720px;
  margin: 10px 0 0;
  color: #6b7280;
  line-height: 1.8;
}

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

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

.movie-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(251, 113, 133, 0.14);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.movie-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(244, 63, 94, 0.18);
}

.poster-link {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: linear-gradient(135deg, #fff1f2, #ffedd5);
}

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

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

.poster-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(15, 23, 42, 0.72));
  opacity: 0;
  transition: opacity 0.25s ease;
}

.movie-card:hover .poster-link::after {
  opacity: 1;
}

.play-dot {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 5;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #e11d48;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.24);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.movie-card:hover .play-dot {
  opacity: 1;
  transform: translateY(0);
}

.rank-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 6;
  min-width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border-radius: 12px;
  background: linear-gradient(135deg, #e11d48, #f97316);
  font-weight: 900;
  box-shadow: 0 10px 26px rgba(225, 29, 72, 0.28);
}

.card-body {
  padding: 16px;
}

.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
}

.card-body h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.card-body h2 a:hover {
  color: #e11d48;
}

.card-body p {
  min-height: 48px;
  margin: 10px 0 14px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.7;
}

.tag-row span {
  background: #fff1f2;
  color: #e11d48;
}

.soft-section {
  max-width: none;
  background: linear-gradient(135deg, rgba(255, 241, 242, 0.82), rgba(255, 237, 213, 0.72));
}

.soft-section > * {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

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

.wide-list {
  display: grid;
  gap: 12px;
}

.wide-card {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(251, 113, 133, 0.16);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.wide-card:hover {
  transform: translateX(4px);
  box-shadow: 0 20px 42px rgba(244, 63, 94, 0.14);
}

.wide-card img {
  width: 70px;
  height: 92px;
  object-fit: cover;
  border-radius: 14px;
  background: #fff1f2;
}

.wide-card strong,
.wide-card em {
  display: block;
}

.wide-card strong {
  font-size: 16px;
  line-height: 1.35;
}

.wide-card em {
  margin-top: 7px;
  color: #6b7280;
  font-size: 13px;
  font-style: normal;
  line-height: 1.45;
}

.wide-card b {
  color: #e11d48;
  font-size: 24px;
}

.section-more {
  margin-top: 20px;
  color: #ffffff;
  background: #111827;
}

.spotlight-card {
  overflow: hidden;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.12);
}

.spotlight-card img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  background: #fff1f2;
}

.spotlight-card div {
  padding: 26px;
}

.spotlight-card h2 {
  margin: 8px 0 10px;
  font-size: 30px;
  letter-spacing: -0.04em;
}

.spotlight-card p {
  color: #6b7280;
  line-height: 1.8;
}

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

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

.category-card {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  border-radius: 28px;
  background: #111827;
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.14);
}

.category-card img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.category-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.05), rgba(15, 23, 42, 0.84));
}

.category-copy {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  color: #ffffff;
}

.category-copy strong,
.category-copy em {
  display: block;
}

.category-copy strong {
  font-size: 24px;
  letter-spacing: -0.04em;
}

.category-copy em {
  margin-top: 8px;
  color: #ffe4e6;
  font-style: normal;
  line-height: 1.55;
}

.inner-hero {
  min-height: 330px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 80% 30%, rgba(251, 113, 133, 0.34), transparent 30%),
    linear-gradient(135deg, #be123c, #f97316);
  color: #ffffff;
}

.inner-hero > div {
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 24px;
}

.inner-hero span {
  color: #ffe4e6;
}

.inner-hero h1 {
  max-width: 860px;
  margin: 12px 0 0;
  font-size: clamp(36px, 6vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.06em;
}

.inner-hero p {
  max-width: 760px;
  margin: 18px 0 0;
  color: #fff7ed;
  font-size: 18px;
  line-height: 1.8;
}

.toolbar {
  display: grid;
  grid-template-columns: 1fr 290px;
  gap: 18px;
  align-items: start;
  margin-bottom: 28px;
}

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

.filter-button {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(251, 113, 133, 0.22);
  border-radius: 999px;
  background: #ffffff;
  color: #374151;
  font-weight: 800;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.filter-button:hover,
.filter-button.active {
  color: #ffffff;
  background: linear-gradient(135deg, #e11d48, #f97316);
  transform: translateY(-1px);
}

.detail-shell {
  padding-top: 34px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
  color: #6b7280;
  font-weight: 700;
}

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

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

.detail-main,
.detail-side {
  display: grid;
  gap: 22px;
}

.player-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: #020617;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.24);
  aspect-ratio: 16 / 9;
}

.movie-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #020617;
}

.play-cover {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: grid;
  place-items: center;
  border: 0;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.1), rgba(15, 23, 42, 0.58));
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

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

.big-play {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  color: #e11d48;
  border-radius: 50%;
  background: #ffffff;
  font-size: 34px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.26);
  transform: translateX(2px);
}

.detail-copy,
.side-card {
  border: 1px solid rgba(251, 113, 133, 0.16);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 20px 52px rgba(15, 23, 42, 0.08);
}

.detail-copy {
  padding: 28px;
}

.detail-title-row {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: space-between;
}

.detail-copy h1 {
  margin: 8px 0 0;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.05em;
}

.score-pill {
  flex: 0 0 auto;
  min-width: 70px;
  padding: 12px 14px;
  color: #ffffff;
  border-radius: 20px;
  text-align: center;
  background: linear-gradient(135deg, #e11d48, #f97316);
  font-size: 24px;
}

.detail-meta {
  margin-top: 18px;
}

.detail-meta span {
  color: #374151;
  background: #fff7ed;
}

.lead-text {
  margin-top: 24px;
  color: #111827;
  font-size: 20px;
  line-height: 1.8;
}

.detail-copy h2 {
  margin: 28px 0 10px;
  font-size: 24px;
  letter-spacing: -0.03em;
}

.detail-copy p {
  color: #4b5563;
  line-height: 1.95;
}

.detail-tags {
  margin-top: 24px;
}

.side-card {
  padding: 18px;
}

.side-card h2 {
  margin: 0 0 14px;
  font-size: 22px;
}

.poster-side img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 22px;
  background: #fff1f2;
}

.full-btn {
  width: 100%;
  margin-top: 16px;
}

.side-list {
  display: grid;
  gap: 12px;
}

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

.site-footer {
  margin-top: 34px;
  color: #ffffff;
  background: #111827;
}

.footer-grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 46px 24px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.8fr;
  gap: 36px;
}

.footer-brand {
  display: inline-block;
  margin-bottom: 12px;
  color: #fb7185;
  font-size: 24px;
  font-weight: 900;
}

.site-footer p {
  max-width: 480px;
  color: #d1d5db;
  line-height: 1.8;
}

.site-footer h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 18px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-links a {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #e5e7eb;
  font-size: 14px;
}

.footer-links a:hover {
  background: rgba(251, 113, 133, 0.24);
}

.footer-bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 24px 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #9ca3af;
  font-size: 14px;
}

[data-card].hidden {
  display: none;
}

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

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

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

  .detail-side {
    grid-template-columns: 300px minmax(0, 1fr);
  }
}

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

  .nav-wrap {
    height: 64px;
  }

  .menu-toggle {
    display: block;
    margin-left: auto;
  }

  .hero {
    height: 560px;
  }

  .hero-content {
    padding-top: 56px;
  }

  .quick-search-card,
  .toolbar,
  .footer-grid,
  .detail-side {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 620px) {
  .nav-wrap,
  .quick-search-section,
  .content-section,
  .detail-shell {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand-text strong {
    font-size: 18px;
  }

  .brand-text small {
    display: none;
  }

  .hero {
    height: 620px;
  }

  .hero p {
    font-size: 16px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .featured-grid,
  .movie-grid,
  .category-grid,
  .large-category-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .card-body p {
    min-height: auto;
  }

  .wide-card {
    grid-template-columns: 58px 1fr auto;
  }

  .wide-card img {
    width: 58px;
    height: 78px;
  }

  .detail-copy,
  .side-card {
    border-radius: 22px;
  }

  .detail-title-row {
    display: block;
  }

  .score-pill {
    display: inline-block;
    margin-top: 14px;
  }

  .player-card {
    border-radius: 22px;
  }
}
