:root {
  --primary: #f97316;
  --primary-dark: #c2410c;
  --primary-light: #ffedd5;
  --accent: #fff7ed;
  --text: #111827;
  --muted: #6b7280;
  --soft: #f9fafb;
  --line: #e5e7eb;
  --white: #ffffff;
  --dark: #111827;
  --shadow-card: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-hover: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --radius-lg: 18px;
  --radius-md: 12px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: var(--text);
  background: var(--soft);
  line-height: 1.6;
}

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

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

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 800;
  color: var(--text);
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: var(--white);
  background: var(--primary);
  box-shadow: var(--shadow-card);
  font-size: 15px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 1;
  font-size: 15px;
  color: #374151;
}

.desktop-nav a,
.mobile-nav a {
  transition: color 0.2s ease;
}

.desktop-nav a:hover,
.mobile-nav a:hover {
  color: var(--primary-dark);
}

.header-search {
  display: flex;
  align-items: center;
  gap: 8px;
  width: min(320px, 30vw);
}

.header-search input,
.wide-search input,
.filter-panel input,
.filter-panel select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 14px;
  background: var(--white);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.header-search input:focus,
.wide-search input:focus,
.filter-panel input:focus,
.filter-panel select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.12);
}

.header-search button,
.wide-search button {
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--primary);
  transition: background 0.2s ease, transform 0.2s ease;
}

.header-search button:hover,
.wide-search button:hover,
.btn.primary:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  border: 0;
  border-radius: 10px;
  padding: 8px 11px;
  background: var(--primary-light);
  color: var(--primary-dark);
}

.mobile-nav {
  display: none;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mobile-nav a {
  padding: 10px 12px;
  border-radius: 12px;
  background: var(--accent);
}

.mobile-nav.is-open {
  display: grid;
}

.hero {
  width: min(1180px, calc(100% - 32px));
  min-height: 540px;
  margin: 28px auto 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 20px;
}

.hero-frame {
  position: relative;
  min-height: 540px;
  border-radius: 28px;
  overflow: hidden;
  background: #111827;
  box-shadow: var(--shadow-hover);
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.55s ease;
}

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

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 24, 39, 0.92), rgba(17, 24, 39, 0.45), rgba(17, 24, 39, 0.15)),
    linear-gradient(0deg, rgba(17, 24, 39, 0.8), rgba(17, 24, 39, 0.1));
}

.hero-content {
  position: absolute;
  left: clamp(24px, 6vw, 70px);
  bottom: clamp(28px, 7vw, 72px);
  max-width: 650px;
  color: var(--white);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
}

.hero-content h1,
.hero-content h2 {
  margin: 12px 0 12px;
  font-size: clamp(34px, 6vw, 64px);
  line-height: 1.04;
  font-weight: 900;
}

.hero-content p {
  max-width: 580px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
}

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

.tag-row span {
  display: inline-flex;
  border-radius: 999px;
  padding: 6px 11px;
  color: var(--primary-dark);
  background: var(--primary-light);
  font-size: 13px;
  font-weight: 700;
}

.hero-content .tag-row span,
.detail-copy .tag-row span {
  color: var(--white);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 11px 18px;
  font-weight: 800;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn.primary {
  color: var(--white);
  background: var(--primary);
}

.btn.ghost {
  color: var(--white);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
}

.btn.ghost:hover {
  background: rgba(255, 255, 255, 0.26);
  transform: translateY(-1px);
}

.hero-dots {
  position: absolute;
  left: clamp(24px, 6vw, 70px);
  bottom: 22px;
  display: flex;
  gap: 9px;
  z-index: 4;
}

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

.hero-dot.is-active {
  width: 28px;
  background: var(--primary);
}

.hero-side-panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 28px;
  padding: 18px;
  background: var(--white);
  box-shadow: var(--shadow-card);
}

.hero-mini {
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: center;
  gap: 12px;
  padding: 9px;
  border-radius: 16px;
  background: var(--soft);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-mini:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-card);
}

.hero-mini img {
  width: 76px;
  height: 76px;
  object-fit: cover;
  border-radius: 12px;
  background: linear-gradient(135deg, #111827, #f97316);
}

.hero-mini span {
  font-weight: 800;
  line-height: 1.35;
}

.search-panel,
.section-block,
.page-shell {
  margin-top: 34px;
}

.search-panel {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 470px);
  gap: 24px;
  align-items: center;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, #fff7ed, #ffffff);
  box-shadow: var(--shadow-card);
}

.search-panel h2,
.section-heading h2,
.featured-copy h2,
.page-hero h1,
.detail-copy h1,
.content-card h2,
.site-footer h2 {
  margin: 0;
  color: var(--text);
}

.search-panel p,
.page-hero p {
  margin: 8px 0 0;
  color: var(--muted);
}

.wide-search {
  display: flex;
  gap: 10px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.section-heading h2 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 900;
}

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

.featured-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  min-height: 360px;
  border-radius: 24px;
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow-card);
}

.featured-image,
.poster-wrap,
.ranking-poster {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #111827, #f97316);
}

.featured-image img,
.poster-wrap img,
.ranking-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.featured-image:after,
.poster-wrap:after,
.ranking-poster:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(17, 24, 39, 0.64), rgba(17, 24, 39, 0.05));
  opacity: 0.82;
  pointer-events: none;
}

.featured-image:hover img,
.movie-card:hover .poster-wrap img,
.ranking-card:hover .ranking-poster img {
  transform: scale(1.08);
}

.featured-play,
.card-play {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--white);
  background: var(--primary);
  box-shadow: var(--shadow-card);
}

.featured-play {
  width: 64px;
  height: 64px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}

.card-play {
  width: 48px;
  height: 48px;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

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

.featured-copy {
  padding: clamp(28px, 5vw, 54px);
}

.featured-copy h2 {
  margin-top: 8px;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
}

.featured-copy p {
  color: var(--muted);
}

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

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

.movie-card {
  overflow: hidden;
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow-card);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

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

.poster-wrap {
  display: block;
  height: 245px;
}

.compact-card .poster-wrap {
  height: 190px;
}

.type-pill {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 3;
  padding: 4px 9px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(17, 24, 39, 0.72);
  font-size: 12px;
  font-weight: 800;
}

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

.movie-card h2 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 900;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.movie-card h2 a {
  transition: color 0.2s ease;
}

.movie-card:hover h2 a {
  color: var(--primary-dark);
}

.movie-card p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
}

.card-meta span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 4px 8px;
  background: var(--soft);
}

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

.category-card {
  min-height: 142px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  padding: 20px;
  color: var(--white);
  background: linear-gradient(135deg, #111827, #f97316);
  box-shadow: var(--shadow-card);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-card:nth-child(2n) {
  background: linear-gradient(135deg, #1f2937, #ea580c);
}

.category-card:hover,
.category-overview-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}

.category-card span {
  font-size: 22px;
  font-weight: 900;
}

.category-card strong {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.ranking-section {
  padding: 28px;
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow-card);
}

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

.ranking-item {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 12px;
  border-radius: 14px;
  padding: 12px;
  background: var(--soft);
  transition: background 0.2s ease, transform 0.2s ease;
}

.ranking-item:hover {
  background: var(--primary-light);
  transform: translateX(3px);
}

.rank-no {
  color: var(--primary-dark);
  font-weight: 900;
}

.rank-title {
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rank-meta {
  color: var(--muted);
  font-size: 13px;
}

.light-panel {
  padding: 28px;
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow-card);
}

.page-shell {
  min-height: 60vh;
}

.page-hero {
  padding: clamp(30px, 5vw, 54px);
  border-radius: 26px;
  background: linear-gradient(135deg, var(--accent), var(--white));
  box-shadow: var(--shadow-card);
}

.page-hero h1 {
  margin-top: 8px;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.12;
  font-weight: 900;
}

.page-hero p {
  max-width: 780px;
  font-size: 17px;
}

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

.breadcrumbs a:hover {
  color: var(--primary-dark);
}

.filter-panel {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 160px 160px 150px;
  gap: 12px;
  margin: 22px 0;
}

.filter-panel select {
  border-radius: 14px;
}

.category-list {
  margin-top: 18px;
}

.empty-result {
  display: none;
  margin: 24px 0;
  padding: 18px;
  border-radius: 18px;
  color: var(--muted);
  text-align: center;
  background: var(--white);
  box-shadow: var(--shadow-card);
}

.empty-result.is-visible {
  display: block;
}

.category-overview-card {
  min-height: 280px;
  display: grid;
  grid-template-rows: 170px 1fr;
  overflow: hidden;
  border-radius: 22px;
  background: var(--white);
  box-shadow: var(--shadow-card);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-overview-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  background: linear-gradient(135deg, #111827, #f97316);
}

.category-overview-card div {
  padding: 18px;
}

.category-overview-card h2 {
  margin: 6px 0 8px;
  font-size: 23px;
  font-weight: 900;
}

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

.ranking-card-list {
  display: grid;
  gap: 16px;
}

.ranking-card {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 18px;
  align-items: stretch;
  border-radius: 20px;
  padding: 14px;
  background: var(--white);
  box-shadow: var(--shadow-card);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.ranking-poster {
  height: 150px;
  border-radius: 16px;
}

.ranking-poster span {
  position: absolute;
  z-index: 2;
  left: 12px;
  bottom: 10px;
  color: var(--white);
  font-size: 24px;
  font-weight: 900;
}

.ranking-copy h2 {
  margin: 4px 0 8px;
  font-size: 24px;
  font-weight: 900;
}

.ranking-copy p {
  margin: 0 0 14px;
  color: var(--muted);
}

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

.detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 24px;
  align-items: stretch;
}

.player-shell {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 24px;
  background: #000000;
  box-shadow: var(--shadow-hover);
}

.movie-player {
  width: 100%;
  height: 100%;
  display: block;
  background: #000000;
}

.player-cover {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111827;
}

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

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

.player-cover:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(17, 24, 39, 0.8), rgba(17, 24, 39, 0.1));
}

.play-trigger {
  position: relative;
  z-index: 4;
  width: 86px;
  height: 86px;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: var(--primary);
  box-shadow: var(--shadow-hover);
  font-size: 34px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.play-trigger:hover {
  transform: scale(1.06);
  background: var(--primary-dark);
}

.detail-copy {
  min-height: 100%;
  border-radius: 24px;
  padding: clamp(24px, 4vw, 42px);
  color: var(--white);
  background: linear-gradient(135deg, #111827, #7c2d12);
  box-shadow: var(--shadow-card);
}

.detail-copy h1 {
  margin: 10px 0 14px;
  color: var(--white);
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.12;
  font-weight: 900;
}

.detail-one-line {
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
}

.detail-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 22px;
  margin-top: 28px;
}

.content-card {
  border-radius: 22px;
  padding: 24px;
  background: var(--white);
  box-shadow: var(--shadow-card);
}

.content-card h2 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 900;
}

.content-card p {
  margin: 0;
  color: #374151;
  white-space: pre-line;
}

.accent-card {
  border-left: 5px solid var(--primary);
}

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

.meta-card dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.meta-card div {
  padding: 14px;
  border-radius: 16px;
  background: var(--soft);
}

.meta-card dt {
  color: var(--muted);
  font-size: 13px;
}

.meta-card dd {
  margin: 4px 0 0;
  font-weight: 800;
}

.detail-related {
  margin-bottom: 52px;
}

.site-footer {
  margin-top: 72px;
  padding-top: 46px;
  color: #d1d5db;
  background: var(--dark);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.7fr;
  gap: 28px;
}

.site-footer h2 {
  margin-bottom: 12px;
  color: var(--white);
  font-size: 18px;
  font-weight: 900;
}

.site-footer p {
  margin: 0;
  color: #d1d5db;
}

.site-footer a {
  display: block;
  margin: 8px 0;
  color: #d1d5db;
}

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

.footer-bottom {
  margin-top: 32px;
  padding: 18px 16px;
  border-top: 1px solid #1f2937;
  text-align: center;
  color: #9ca3af;
  font-size: 14px;
}

img.is-missing {
  opacity: 0;
}

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

  .menu-toggle {
    display: inline-flex;
  }

  .header-search {
    margin-left: auto;
    width: min(360px, 42vw);
  }

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

  .hero-side-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-side-panel .eyebrow {
    grid-column: 1 / -1;
  }

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

  .featured-card,
  .detail-hero,
  .detail-content-grid {
    grid-template-columns: 1fr;
  }

  .filter-panel {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid,
  .meta-card dl {
    grid-template-columns: 1fr 1fr;
  }
}

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

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

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

  .header-search {
    display: none;
  }

  .mobile-nav {
    grid-template-columns: 1fr;
  }

  .hero,
  .hero-frame {
    min-height: 560px;
  }

  .hero-content {
    left: 22px;
    right: 22px;
    bottom: 46px;
  }

  .hero-content p {
    font-size: 15px;
  }

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

  .hero-side-panel,
  .movie-grid,
  .compact-grid,
  .category-grid,
  .overview-grid,
  .ranking-list,
  .filter-panel,
  .footer-grid,
  .meta-card dl {
    grid-template-columns: 1fr;
  }

  .search-panel {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .featured-card {
    min-height: auto;
  }

  .featured-image {
    min-height: 260px;
  }

  .ranking-item {
    grid-template-columns: 40px 1fr;
  }

  .rank-meta {
    grid-column: 2;
  }

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

  .ranking-poster {
    height: 220px;
  }

  .poster-wrap,
  .compact-card .poster-wrap {
    height: 230px;
  }

  .detail-copy,
  .content-card,
  .page-hero,
  .ranking-section,
  .light-panel {
    padding: 20px;
  }

  .play-trigger {
    width: 72px;
    height: 72px;
    font-size: 28px;
  }
}
