* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #020617;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  color: #e2e8f0;
  background: linear-gradient(180deg, #020617 0%, #0f172a 42%, #020617 100%);
  -webkit-font-smoothing: antialiased;
}

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;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.98), rgba(30, 41, 59, 0.96), rgba(15, 23, 42, 0.98));
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: 0 12px 36px rgba(2, 6, 23, 0.35);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: min(1180px, calc(100% - 32px));
  height: 64px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: white;
  background: linear-gradient(135deg, #10b981, #06b6d4);
  box-shadow: 0 0 28px rgba(16, 185, 129, 0.45);
}

.brand-text,
.footer-brand {
  font-size: 25px;
  background: linear-gradient(90deg, #34d399, #22d3ee);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.desktop-nav,
.mobile-nav,
.footer-links,
.category-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.desktop-nav a,
.mobile-nav a,
.footer-links a,
.category-nav a {
  color: #cbd5e1;
  transition: color 0.22s ease, transform 0.22s ease, background 0.22s ease;
}

.desktop-nav a {
  font-weight: 700;
  white-space: nowrap;
}

.desktop-nav a:hover,
.desktop-nav a.active,
.mobile-nav a:hover,
.footer-links a:hover,
.category-nav a:hover {
  color: #34d399;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-button {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 12px;
  color: #cbd5e1;
  background: rgba(15, 23, 42, 0.5);
  cursor: pointer;
  transition: color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.icon-button:hover {
  color: #34d399;
  background: rgba(30, 41, 59, 0.92);
  transform: translateY(-1px);
}

.mobile-only {
  display: none;
}

.search-panel,
.mobile-nav {
  display: none;
  border-top: 1px solid rgba(148, 163, 184, 0.14);
}

.search-panel.is-open,
.mobile-nav.is-open {
  display: block;
  animation: fadeIn 0.24s ease both;
}

.search-box {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 14px 0 18px;
  position: relative;
}

.search-box input {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 14px;
  padding: 0 16px;
  color: #e2e8f0;
  background: rgba(15, 23, 42, 0.88);
  outline: none;
}

.search-box input:focus {
  border-color: rgba(16, 185, 129, 0.82);
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.16);
}

.search-results {
  margin-top: 12px;
  display: grid;
  gap: 8px;
  max-height: 420px;
  overflow: auto;
}

.search-result {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.15);
}

.search-result strong {
  color: white;
}

.search-result span,
.search-result em {
  color: #94a3b8;
  font-style: normal;
  font-size: 14px;
}

.mobile-nav {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 14px 0 18px;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

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

.mobile-nav a {
  padding: 10px 0;
}

.hero,
.page-hero {
  position: relative;
  min-height: 72vh;
  overflow: hidden;
  background: #020617;
}

.hero-slide,
.rank-hero {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 0.7s ease, transform 1.2s ease;
}

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

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 35%, rgba(16, 185, 129, 0.28), transparent 30%), linear-gradient(0deg, #020617 0%, rgba(2, 6, 23, 0.76) 48%, rgba(2, 6, 23, 0.38) 100%);
}

.hero-content {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

.hero-copy {
  width: min(760px, 100%);
  display: grid;
  gap: 22px;
  animation: fadeIn 0.55s ease both;
}

.eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 999px;
  color: #34d399;
  background: rgba(16, 185, 129, 0.14);
  border: 1px solid rgba(16, 185, 129, 0.28);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.hero h1,
.page-hero h1 {
  margin: 0;
  color: white;
  font-size: clamp(42px, 7vw, 74px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.hero p,
.page-hero p {
  max-width: 760px;
  margin: 0;
  color: #cbd5e1;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.75;
}

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

.hero-tags span,
.detail-tags span,
.tag-row span,
.detail-meta span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: #cbd5e1;
  background: rgba(15, 23, 42, 0.66);
  border: 1px solid rgba(148, 163, 184, 0.18);
}

.hero-tags span,
.detail-tags span,
.detail-meta span {
  padding: 7px 12px;
}

.tag-row span {
  padding: 4px 8px;
  font-size: 12px;
}

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

.primary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 14px;
  padding: 0 24px;
  font-weight: 900;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.primary-button {
  color: white;
  background: linear-gradient(90deg, #10b981, #06b6d4);
  box-shadow: 0 16px 38px rgba(16, 185, 129, 0.24);
}

.ghost-button {
  color: #dbeafe;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: rgba(15, 23, 42, 0.55);
}

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

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  display: flex;
  gap: 9px;
  z-index: 4;
}

.hero-dots button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: #475569;
  cursor: pointer;
  transition: width 0.24s ease, background 0.24s ease;
}

.hero-dots button.is-active {
  width: 34px;
  background: #34d399;
}

.search-hero {
  padding: 28px 0;
  background: rgba(15, 23, 42, 0.72);
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.search-hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.search-hero h2,
.section-title h2,
.section-heading-row h2,
.feature-copy h2,
.detail-panel h1,
.detail-panel h2,
.side-box h2,
.category-panel h2,
.site-footer h2 {
  margin: 0;
  color: white;
}

.search-hero h2,
.section-title h2,
.section-heading-row h2,
.feature-copy h2 {
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: -0.03em;
}

.search-hero p,
.section-title p,
.feature-copy p,
.category-panel p,
.site-footer p {
  color: #94a3b8;
  line-height: 1.8;
}

.section {
  padding: 76px 0;
}

.section-deep {
  background: rgba(15, 23, 42, 0.42);
}

.section-title {
  max-width: 760px;
  margin: 0 auto 34px;
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

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

.scroll-actions {
  display: flex;
  gap: 10px;
}

.scroll-actions button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  color: white;
  background: #1e293b;
  cursor: pointer;
}

.scroll-actions button:hover {
  background: #334155;
}

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

.category-tile,
.category-panel {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  border-radius: 24px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #0f172a;
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: 0 18px 48px rgba(2, 6, 23, 0.32);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.category-tile:hover,
.category-panel:hover,
.movie-card:hover {
  transform: translateY(-4px) scale(1.01);
  border-color: rgba(16, 185, 129, 0.5);
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.48);
}

.category-tile img,
.category-panel-images img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
  transition: transform 0.5s ease, opacity 0.3s ease;
}

.category-tile:hover img {
  opacity: 0.6;
  transform: scale(1.08);
}

.category-glow,
.category-tile::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(2, 6, 23, 0.95), rgba(2, 6, 23, 0.18));
}

.category-tile strong,
.category-tile em {
  position: relative;
  z-index: 2;
}

.category-tile strong {
  color: white;
  font-size: 22px;
}

.category-tile em {
  margin-top: 8px;
  color: #cbd5e1;
  font-style: normal;
  line-height: 1.6;
}

.movie-row {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 4px 2px 20px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.movie-row::-webkit-scrollbar {
  display: none;
}

.movie-row .movie-card {
  width: 320px;
  flex: 0 0 320px;
}

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

.all-grid {
  align-items: start;
}

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

.movie-card {
  overflow: hidden;
  border-radius: 20px;
  background: rgba(30, 41, 59, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.12);
  box-shadow: 0 14px 42px rgba(2, 6, 23, 0.28);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.poster-wrap {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0f172a;
}

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

.movie-card:hover .poster-wrap img {
  transform: scale(1.1);
}

.poster-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(2, 6, 23, 0.78), transparent 60%);
}

.card-year {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 5px 9px;
  border-radius: 9px;
  color: white;
  background: rgba(2, 6, 23, 0.78);
  font-size: 12px;
  font-weight: 800;
}

.play-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  background: rgba(16, 185, 129, 0.92);
  transform: translate(-50%, -50%) scale(0.78);
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

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

.card-body {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #94a3b8;
  font-size: 12px;
}

.card-meta span:first-child {
  color: #34d399;
}

.card-body strong {
  color: white;
  font-size: 18px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}

.movie-card:hover .card-body strong {
  color: #34d399;
}

.card-body em {
  min-height: 44px;
  color: #94a3b8;
  font-style: normal;
  font-size: 14px;
  line-height: 1.58;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.feature-band {
  padding: 84px 0;
  background: linear-gradient(180deg, #020617, #0f172a);
}

.feature-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: 44px;
  align-items: center;
}

.feature-poster {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(2, 6, 23, 0.55);
}

.feature-poster img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.feature-poster:hover img {
  transform: scale(1.08);
}

.feature-poster::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(2, 6, 23, 0.76), transparent 62%);
}

.feature-poster span {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  background: rgba(16, 185, 129, 0.92);
  transform: translate(-50%, -50%);
}

.feature-copy {
  display: grid;
  gap: 18px;
}

.rank-preview .rank-grid,
.rank-page-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.rank-item {
  display: grid;
  grid-template-columns: 54px 110px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border-radius: 18px;
  background: rgba(30, 41, 59, 0.62);
  border: 1px solid rgba(148, 163, 184, 0.13);
  transition: border-color 0.22s ease, transform 0.22s ease, background 0.22s ease;
}

.rank-item:hover {
  transform: translateY(-2px);
  border-color: rgba(16, 185, 129, 0.46);
  background: rgba(30, 41, 59, 0.9);
}

.rank-number {
  color: #34d399;
  font-size: 26px;
  font-weight: 900;
}

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

.rank-copy {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.rank-copy strong {
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rank-copy em,
.rank-copy span {
  color: #94a3b8;
  font-size: 13px;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.center-action {
  justify-content: center;
  margin-top: 26px;
}

.page-wrap {
  background: linear-gradient(180deg, #020617 0%, #0f172a 55%, #020617 100%);
}

.compact-hero {
  min-height: 360px;
  display: flex;
  align-items: center;
  padding: 72px 0;
  background: radial-gradient(circle at 20% 0%, rgba(16, 185, 129, 0.24), transparent 32%), linear-gradient(135deg, #020617, #0f172a);
}

.compact-hero .container {
  display: grid;
  gap: 18px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #94a3b8;
  font-size: 14px;
}

.breadcrumb a:hover {
  color: #34d399;
}

.category-nav {
  flex-wrap: wrap;
  gap: 10px;
}

.category-nav a {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.16);
}

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

.category-panel {
  min-height: 280px;
  justify-content: space-between;
}

.category-panel-images {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.category-panel-images img {
  position: static;
  opacity: 0.42;
}

.category-panel::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(2, 6, 23, 0.96), rgba(2, 6, 23, 0.34));
}

.category-panel > div:not(.category-panel-images) {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
}

.rank-hero {
  position: relative;
  opacity: 1;
  transform: none;
  background-size: cover;
  background-position: center;
}

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

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

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

.player-card,
.detail-panel,
.side-box,
.side-poster {
  border-radius: 22px;
  background: rgba(30, 41, 59, 0.62);
  border: 1px solid rgba(148, 163, 184, 0.13);
  box-shadow: 0 18px 48px rgba(2, 6, 23, 0.3);
}

.player-card {
  overflow: hidden;
}

.video-frame {
  position: relative;
  overflow: hidden;
  background: black;
}

.video-frame video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: black;
  cursor: pointer;
}

.player-start {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: white;
  background: radial-gradient(circle, rgba(2, 6, 23, 0.15), rgba(2, 6, 23, 0.62));
  cursor: pointer;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.player-start span {
  width: 86px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #10b981, #06b6d4);
  box-shadow: 0 20px 48px rgba(16, 185, 129, 0.34);
  font-size: 30px;
}

.player-start.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.detail-panel {
  padding: 28px;
  display: grid;
  gap: 18px;
}

.detail-panel h1 {
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.18;
}

.detail-panel h2 {
  margin-top: 8px;
  font-size: 22px;
}

.detail-panel p {
  margin: 0;
  color: #cbd5e1;
  line-height: 1.9;
}

.detail-panel .lead-text {
  color: #dbeafe;
  font-size: 18px;
}

.side-poster {
  overflow: hidden;
}

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

.side-box {
  padding: 20px;
}

.side-list {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.small-card {
  display: grid;
  grid-template-columns: 118px 1fr;
  border-radius: 16px;
}

.small-card .poster-wrap {
  aspect-ratio: 16 / 11;
  height: 100%;
}

.small-card .card-body {
  padding: 12px;
}

.small-card .card-body strong {
  font-size: 15px;
}

.small-card .card-body em,
.small-card .tag-row,
.small-card .play-badge {
  display: none;
}

.site-footer {
  background: linear-gradient(180deg, #0f172a, #020617);
  border-top: 1px solid rgba(148, 163, 184, 0.14);
  padding: 52px 0 22px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 34px;
}

.footer-links {
  margin-top: 14px;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}

.footer-bottom {
  width: min(1180px, calc(100% - 32px));
  margin: 34px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  color: #64748b;
  text-align: center;
  font-size: 14px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

  .mobile-only {
    display: inline-block;
  }

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

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

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

@media (max-width: 820px) {
  .hero,
  .hero-content {
    min-height: 680px;
  }

  .search-hero-inner,
  .section-heading-row,
  .feature-grid,
  .footer-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .category-grid,
  .category-panel-grid,
  .movie-grid,
  .compact-grid,
  .rank-preview .rank-grid,
  .rank-page-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-side {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .header-inner {
    height: 58px;
  }

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

  .hero,
  .hero-content {
    min-height: 620px;
  }

  .hero-content {
    padding: 54px 0 80px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 38px;
  }

  .category-grid,
  .category-panel-grid,
  .movie-grid,
  .compact-grid,
  .rank-preview .rank-grid,
  .rank-page-list {
    grid-template-columns: 1fr;
  }

  .movie-row .movie-card {
    width: 280px;
    flex-basis: 280px;
  }

  .rank-item {
    grid-template-columns: 42px 92px 1fr;
  }

  .rank-item img {
    width: 92px;
    height: 64px;
  }

  .small-card {
    grid-template-columns: 104px 1fr;
  }

  .detail-panel,
  .side-box {
    padding: 20px;
  }
}
