:root {
  color-scheme: dark;
  --bg: #0c0a09;
  --panel: rgba(28, 25, 23, 0.76);
  --panel-solid: #1c1917;
  --panel-soft: #292524;
  --line: rgba(120, 113, 108, 0.28);
  --muted: #a8a29e;
  --text: #fff7ed;
  --amber: #f59e0b;
  --amber-soft: rgba(245, 158, 11, 0.14);
  --copper: #b45309;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --radius: 22px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 0%, rgba(180, 83, 9, 0.22), transparent 34rem),
    linear-gradient(180deg, #0c0a09 0%, #1c1917 48%, #0c0a09 100%);
  color: var(--text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

img {
  max-width: 100%;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid rgba(68, 64, 60, 0.75);
  background: rgba(28, 25, 23, 0.88);
  backdrop-filter: blur(18px);
}

.site-nav,
.footer-inner,
.section-wrap,
.detail-layout,
.page-hero > div {
  width: min(100% - 32px, 1408px);
  margin: 0 auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
}

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

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--amber), var(--copper));
  color: #1c1917;
  box-shadow: 0 10px 34px rgba(245, 158, 11, 0.24);
  transition: transform 0.25s ease;
}

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

.brand-text {
  font-size: 1.32rem;
  background: linear-gradient(90deg, #fbbf24, #d97706);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
}

.nav-link,
.mobile-link {
  color: #d6d3d1;
  font-weight: 650;
  transition: color 0.2s ease, background 0.2s ease;
}

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

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 12px;
  background: rgba(68, 64, 60, 0.45);
}

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

.mobile-panel {
  display: none;
  width: min(100% - 32px, 1408px);
  margin: 0 auto 14px;
  padding: 8px;
  border-radius: 18px;
  background: rgba(12, 10, 9, 0.75);
}

.mobile-link {
  display: block;
  padding: 13px 14px;
  border-radius: 12px;
}

.mobile-link:hover {
  background: rgba(68, 64, 60, 0.55);
}

.hero-slider {
  position: relative;
  min-height: 76vh;
  overflow: hidden;
  border-bottom: 1px solid rgba(68, 64, 60, 0.6);
}

.hero-track,
.hero-slide,
.hero-slide > img,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.hero-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 6s ease;
}

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

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(12, 10, 9, 0.96) 0%, rgba(12, 10, 9, 0.78) 42%, rgba(12, 10, 9, 0.2) 100%),
    linear-gradient(0deg, #0c0a09 0%, rgba(12, 10, 9, 0.25) 55%, rgba(12, 10, 9, 0.5) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: min(100% - 32px, 1408px);
  min-height: 76vh;
  margin: 0 auto;
  padding: 110px 0 190px;
}

.hero-kicker,
.card-meta,
.tag-row,
.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.hero-kicker span,
.tag-row span,
.detail-tags span {
  border: 1px solid rgba(245, 158, 11, 0.28);
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.12);
  color: #fbbf24;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 6px 10px;
}

.hero-content h1,
.hero-content h2 {
  max-width: 820px;
  margin: 18px 0 18px;
  color: white;
  font-size: clamp(2.8rem, 7vw, 6.5rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.hero-content p {
  max-width: 720px;
  margin: 0 0 28px;
  color: #d6d3d1;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.8;
}

.hero-actions,
.hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

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

.btn.primary,
.hero-search button {
  background: linear-gradient(135deg, var(--amber), var(--copper));
  color: #1c1917;
  box-shadow: 0 16px 44px rgba(245, 158, 11, 0.25);
}

.btn.ghost {
  border: 1px solid rgba(214, 211, 209, 0.18);
  background: rgba(28, 25, 23, 0.65);
  color: #f5f5f4;
}

.btn:hover,
.hero-search button:hover {
  transform: translateY(-2px);
}

.hero-dots {
  position: absolute;
  z-index: 5;
  right: calc((100% - min(100% - 32px, 1408px)) / 2);
  bottom: 124px;
  display: flex;
  gap: 10px;
}

.hero-dot {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 999px;
  background: rgba(214, 211, 209, 0.48);
  transition: width 0.25s ease, background 0.25s ease;
}

.hero-dot.is-active {
  width: 36px;
  background: #f59e0b;
}

.hero-search-card {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 28px;
  display: grid;
  grid-template-columns: minmax(280px, 620px) auto;
  gap: 22px;
  align-items: center;
  width: min(100% - 32px, 1408px);
  transform: translateX(-50%);
  padding: 18px;
  border: 1px solid rgba(245, 158, 11, 0.18);
  border-radius: 28px;
  background: rgba(28, 25, 23, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.hero-search input,
.filter-panel input,
.filter-panel select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(120, 113, 108, 0.45);
  border-radius: 16px;
  outline: none;
  background: rgba(12, 10, 9, 0.72);
  color: white;
  padding: 0 16px;
}

.hero-links a {
  color: #fbbf24;
  font-weight: 800;
}

.section-wrap {
  padding: 72px 0;
}

.section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 28px;
}

.section-title span,
.page-hero span {
  display: block;
  margin-bottom: 7px;
  color: #fbbf24;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-title h2,
.page-hero h1,
.detail-main h2,
.detail-side h2,
.archive-group h2 {
  margin: 0;
  color: white;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.section-title h2,
.page-hero h1 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.section-title a {
  color: #fbbf24;
  font-weight: 800;
}

.compact-title h2 {
  font-size: clamp(1.55rem, 3vw, 2.15rem);
}

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

.movie-grid.dense,
.catalog-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.movie-card {
  overflow: hidden;
  border: 1px solid rgba(120, 113, 108, 0.22);
  border-radius: var(--radius);
  background: rgba(28, 25, 23, 0.72);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.movie-card:hover {
  transform: translateY(-6px);
  border-color: rgba(245, 158, 11, 0.38);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(245, 158, 11, 0.08);
}

.poster-link {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #292524;
}

.movie-card.large .poster-link {
  aspect-ratio: 16 / 10;
}

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

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

.poster-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(12, 10, 9, 0.88), transparent 58%);
}

.play-chip,
.rank-badge {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 900;
}

.play-chip {
  right: 12px;
  bottom: 12px;
  min-height: 34px;
  background: rgba(245, 158, 11, 0.96);
  color: #1c1917;
  padding: 0 12px;
  font-size: 0.82rem;
}

.rank-badge {
  left: 12px;
  top: 12px;
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, #fbbf24, #b45309);
  color: #1c1917;
}

.card-body {
  padding: 16px;
}

.card-meta {
  color: #a8a29e;
  font-size: 0.78rem;
  font-weight: 700;
}

.card-meta span + span::before {
  content: "·";
  margin-right: 8px;
  color: #57534e;
}

.card-body h3 {
  display: -webkit-box;
  min-height: 2.8em;
  margin: 10px 0 8px;
  overflow: hidden;
  color: white;
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.card-body p {
  display: -webkit-box;
  min-height: 4.5em;
  margin: 0 0 12px;
  overflow: hidden;
  color: #a8a29e;
  font-size: 0.9rem;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.tag-row span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.72rem;
  padding: 4px 8px;
}

.highlight-section {
  background: linear-gradient(135deg, rgba(28, 25, 23, 0.95), rgba(41, 37, 36, 0.86));
  border-block: 1px solid rgba(68, 64, 60, 0.68);
}

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

.category-card {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid rgba(245, 158, 11, 0.16);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.22), transparent 44%),
    rgba(28, 25, 23, 0.72);
  padding: 22px;
  transition: transform 0.24s ease, border-color 0.24s ease;
}

.category-card:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 158, 11, 0.42);
}

.category-card strong {
  color: white;
  font-size: 1.35rem;
  font-weight: 900;
}

.category-card span {
  color: #a8a29e;
  line-height: 1.7;
}

.category-card em {
  color: #fbbf24;
  font-style: normal;
  font-weight: 800;
}

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

.category-card.wide {
  min-height: 178px;
}

.two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

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

.compact-item {
  display: grid;
  grid-template-columns: auto 62px 1fr auto;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(120, 113, 108, 0.24);
  border-radius: 18px;
  background: rgba(28, 25, 23, 0.62);
  padding: 10px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.compact-item:hover {
  transform: translateX(4px);
  border-color: rgba(245, 158, 11, 0.38);
}

.compact-item img {
  width: 62px;
  height: 80px;
  border-radius: 12px;
  object-fit: cover;
}

.compact-item strong,
.compact-item em {
  display: block;
}

.compact-item strong {
  display: -webkit-box;
  overflow: hidden;
  color: white;
  font-weight: 900;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.compact-item em {
  margin-top: 4px;
  color: #a8a29e;
  font-size: 0.85rem;
  font-style: normal;
}

.compact-item b,
.compact-rank {
  color: #fbbf24;
  font-weight: 900;
}

.compact-rank {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 10px;
  background: rgba(245, 158, 11, 0.12);
}

.compact-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f59e0b;
}

.page-hero {
  padding: 88px 0 60px;
  border-bottom: 1px solid rgba(68, 64, 60, 0.7);
  background:
    radial-gradient(circle at 78% 12%, rgba(245, 158, 11, 0.18), transparent 28rem),
    linear-gradient(135deg, rgba(28, 25, 23, 0.96), rgba(12, 10, 9, 0.94));
}

.page-hero p {
  max-width: 820px;
  margin: 18px 0 0;
  color: #d6d3d1;
  font-size: 1.1rem;
  line-height: 1.85;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 18px;
  color: #a8a29e;
  font-size: 0.95rem;
}

.breadcrumb a {
  color: #fbbf24;
}

.breadcrumb i {
  color: #57534e;
  font-style: normal;
}

.filter-panel {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) repeat(3, minmax(150px, 210px));
  gap: 14px;
  align-items: end;
  margin-bottom: 28px;
  padding: 18px;
  border: 1px solid rgba(120, 113, 108, 0.26);
  border-radius: 24px;
  background: rgba(28, 25, 23, 0.74);
}

.filter-panel label {
  display: grid;
  gap: 8px;
  color: #d6d3d1;
  font-weight: 800;
}

.filter-panel span {
  font-size: 0.82rem;
  color: #fbbf24;
}

.empty-state {
  display: none;
  margin-top: 24px;
  border: 1px solid rgba(245, 158, 11, 0.18);
  border-radius: 22px;
  background: rgba(28, 25, 23, 0.72);
  color: #d6d3d1;
  padding: 26px;
  text-align: center;
}

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

.movie-card.is-filtered-out {
  display: none;
}

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

.detail-hero {
  position: relative;
  overflow: hidden;
  padding: 90px 0 70px;
  border-bottom: 1px solid rgba(68, 64, 60, 0.65);
}

.detail-bg,
.detail-bg img,
.detail-bg::after {
  position: absolute;
  inset: 0;
}

.detail-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(18px) saturate(1.05);
  transform: scale(1.08);
  opacity: 0.38;
}

.detail-bg::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(12, 10, 9, 0.98), rgba(12, 10, 9, 0.74)),
    linear-gradient(0deg, #0c0a09, transparent 68%);
}

.detail-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 44px;
  align-items: center;
}

.detail-poster {
  overflow: hidden;
  border: 1px solid rgba(245, 158, 11, 0.22);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

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

.detail-info h1 {
  max-width: 880px;
  margin: 18px 0;
  color: white;
  font-size: clamp(2.4rem, 6vw, 5rem);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 1.02;
}

.detail-info p {
  max-width: 860px;
  margin: 0 0 26px;
  color: #d6d3d1;
  font-size: 1.15rem;
  line-height: 1.9;
}

.player-section {
  padding-top: 54px;
}

.player-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(245, 158, 11, 0.25);
  border-radius: 30px;
  background: black;
  box-shadow: var(--shadow);
}

.movie-player {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: black;
}

.play-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  border: 0;
  background:
    radial-gradient(circle, rgba(245, 158, 11, 0.24), transparent 28%),
    rgba(12, 10, 9, 0.48);
  color: white;
  text-align: center;
}

.play-overlay.is-hidden {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.overlay-icon {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #fbbf24, #b45309);
  color: #1c1917;
  font-size: 1.8rem;
  box-shadow: 0 18px 50px rgba(245, 158, 11, 0.24);
}

.play-overlay strong {
  max-width: min(90%, 700px);
  font-size: clamp(1.35rem, 3vw, 2.5rem);
  font-weight: 900;
}

.play-overlay em {
  color: #fbbf24;
  font-style: normal;
  font-weight: 800;
}

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

.detail-main,
.detail-side,
.archive-group {
  border: 1px solid rgba(120, 113, 108, 0.24);
  border-radius: 28px;
  background: rgba(28, 25, 23, 0.72);
  padding: 28px;
}

.detail-main h2,
.detail-side h2,
.archive-group h2 {
  margin-bottom: 16px;
  font-size: 1.45rem;
}

.detail-main p {
  margin: 0 0 28px;
  color: #d6d3d1;
  font-size: 1.04rem;
  line-height: 2;
}

.detail-main p:last-child {
  margin-bottom: 0;
}

.detail-side dl {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 12px;
  margin: 0 0 22px;
}

.detail-side dt {
  color: #a8a29e;
}

.detail-side dd {
  margin: 0;
  color: white;
  font-weight: 800;
}

.detail-side a {
  color: #fbbf24;
}

.archive-wrap {
  display: grid;
  gap: 22px;
}

.archive-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px 16px;
}

.archive-links a {
  display: grid;
  gap: 4px;
  border-radius: 12px;
  color: #f5f5f4;
  padding: 9px 10px;
}

.archive-links a:hover {
  background: rgba(245, 158, 11, 0.12);
  color: #fbbf24;
}

.archive-links span {
  color: #a8a29e;
  font-size: 0.82rem;
}

.site-footer {
  border-top: 1px solid rgba(68, 64, 60, 0.75);
  background: rgba(12, 10, 9, 0.95);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 32px;
  padding: 46px 0;
}

.footer-brand,
.site-footer h2 {
  margin-bottom: 14px;
  color: #fbbf24;
  font-size: 1.1rem;
  font-weight: 900;
}

.site-footer p,
.site-footer a,
.footer-bottom {
  color: #a8a29e;
  line-height: 1.75;
}

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

.site-footer li + li {
  margin-top: 8px;
}

.footer-bottom {
  width: min(100% - 32px, 1408px);
  margin: 0 auto;
  border-top: 1px solid rgba(68, 64, 60, 0.65);
  padding: 22px 0 28px;
  text-align: center;
}

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

  .category-card-grid,
  .category-card-grid.big,
  .archive-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .menu-toggle {
    display: block;
  }

  .mobile-panel.is-open {
    display: block;
  }

  .hero-slider,
  .hero-content {
    min-height: 82vh;
  }

  .hero-content {
    padding: 92px 0 220px;
  }

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

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

  .hero-dots {
    right: 16px;
    bottom: 166px;
  }

  .section-title,
  .two-column,
  .detail-layout,
  .detail-content-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .section-title,
  .two-column {
    display: grid;
  }

  .movie-grid,
  .movie-grid.dense,
  .catalog-grid,
  .ranking-grid,
  .category-card-grid,
  .category-card-grid.big,
  .archive-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-layout {
    gap: 26px;
  }

  .detail-poster {
    max-width: 260px;
  }

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

@media (max-width: 520px) {
  .site-nav,
  .footer-inner,
  .section-wrap,
  .detail-layout,
  .page-hero > div {
    width: min(100% - 22px, 1408px);
  }

  .hero-search-card {
    width: min(100% - 22px, 1408px);
    padding: 14px;
    border-radius: 22px;
  }

  .movie-grid,
  .movie-grid.dense,
  .catalog-grid,
  .ranking-grid,
  .category-card-grid,
  .category-card-grid.big,
  .archive-links {
    grid-template-columns: 1fr;
  }

  .compact-item {
    grid-template-columns: auto 54px 1fr;
  }

  .compact-item b {
    display: none;
  }

  .compact-item img {
    width: 54px;
    height: 72px;
  }

  .detail-main,
  .detail-side,
  .archive-group {
    padding: 20px;
  }

  .overlay-icon {
    width: 62px;
    height: 62px;
  }
}
