body {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111827;
}

a {
  text-decoration: none;
}

.site-logo svg {
  color: #ffffff;
  flex: 0 0 auto;
}

.menu-line {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  background: #ffffff;
  border-radius: 999px;
}

.nav-active {
  color: #ccfbf1;
}

.hero-carousel {
  background: #0f172a;
  min-height: 500px;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: none;
  opacity: 0;
  transition: opacity 0.45s ease;
}

.hero-slide.is-active {
  display: block;
  opacity: 1;
}

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

.hero-dot.is-active {
  width: 32px;
  background: #ffffff;
}

.hero-copy {
  text-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.search-input,
.filter-select {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  padding: 0.875rem 1.25rem;
  outline: none;
  background: #ffffff;
  color: #111827;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.search-input:focus,
.filter-select:focus {
  border-color: #0d9488;
  box-shadow: 0 0 0 4px rgba(13, 148, 136, 0.12);
}

.section-mark {
  display: inline-flex;
  width: 10px;
  height: 32px;
  margin-right: 12px;
  border-radius: 999px;
  background: currentColor;
}

.cover-box {
  background: radial-gradient(circle at 20% 20%, rgba(20, 184, 166, 0.34), transparent 32%), linear-gradient(135deg, #111827, #0f766e);
}

.play-badge {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
}

.card-meta {
  gap: 8px;
}

.card-meta span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category-tile p {
  min-height: 72px;
}

.ranking-row {
  border-bottom: 1px solid #f3f4f6;
}

.ranking-row:last-child {
  border-bottom: 0;
}

.ranking-num {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0d9488, #0f766e);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  flex: 0 0 auto;
}

.breadcrumb a {
  transition: color 0.2s ease;
}

.detail-meta span {
  background: #f3f4f6;
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
}

.player-stage {
  position: relative;
  width: 100%;
  background: #020617;
  aspect-ratio: 16 / 9;
}

.main-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #020617;
}

.player-start {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 999px;
  padding: 1rem 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #ffffff;
  background: rgba(13, 148, 136, 0.94);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  font-weight: 800;
  cursor: pointer;
  z-index: 3;
  transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.player-start:hover {
  transform: translate(-50%, -50%) scale(1.06);
  background: rgba(15, 118, 110, 0.98);
}

.player-stage.is-playing .player-start {
  opacity: 0;
  pointer-events: none;
}

.player-start-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.movie-card.is-hidden {
  display: none;
}

@media (max-width: 768px) {
  .hero-carousel {
    min-height: 560px;
  }

  .hero-slide img {
    filter: saturate(1.05);
  }

  .player-start {
    padding: 0.8rem 1.1rem;
    font-size: 0.95rem;
  }

  .player-start-icon {
    width: 38px;
    height: 38px;
  }
}
