:root {
  color-scheme: light;
  --amber-50: #fffbeb;
  --amber-100: #fef3c7;
  --amber-200: #fde68a;
  --amber-500: #f59e0b;
  --amber-600: #d97706;
  --amber-700: #b45309;
  --orange-50: #fff7ed;
  --orange-100: #ffedd5;
  --orange-500: #f97316;
  --orange-600: #ea580c;
  --rose-500: #f43f5e;
  --rose-600: #e11d48;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-500: #6b7280;
  --gray-700: #374151;
  --gray-900: #111827;
  --dark: #130b05;
  --shadow: 0 24px 60px rgba(120, 53, 15, 0.16);
  --soft-shadow: 0 14px 35px rgba(120, 53, 15, 0.12);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: linear-gradient(135deg, var(--amber-50), var(--orange-50) 45%, #fff1f2);
  color: var(--gray-900);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(251, 191, 36, 0.25);
  background: rgba(255, 251, 235, 0.86);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 22px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 14px 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  color: var(--amber-700);
  font-weight: 900;
  letter-spacing: 0.02em;
}

.brand-mark {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--amber-500), var(--orange-600), var(--rose-600));
  color: white;
  box-shadow: 0 10px 24px rgba(234, 88, 12, 0.32);
  font-size: 15px;
}

.brand-name {
  font-size: 20px;
  white-space: nowrap;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 4px;
}

.main-nav a,
.mobile-menu a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--amber-700);
  font-weight: 700;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.main-nav a:hover,
.main-nav a.is-active,
.mobile-menu a:hover,
.mobile-menu a.is-active {
  background: linear-gradient(135deg, var(--amber-100), var(--orange-100));
  color: var(--orange-600);
  transform: translateY(-1px);
}

.header-search {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  padding: 6px;
  border: 1px solid rgba(245, 158, 11, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 26px rgba(245, 158, 11, 0.08);
}

.header-search input {
  width: min(26vw, 280px);
  min-width: 160px;
  border: 0;
  outline: 0;
  padding: 8px 12px;
  background: transparent;
  color: var(--gray-900);
}

.header-search button,
.primary-btn,
.filter-search button {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--amber-500), var(--orange-600));
  color: white;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(234, 88, 12, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.header-search button {
  padding: 9px 16px;
}

.header-search button:hover,
.primary-btn:hover,
.filter-search button:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 18px 36px rgba(234, 88, 12, 0.32);
}

.menu-toggle {
  display: none;
  margin-left: auto;
  border: 0;
  border-radius: 999px;
  padding: 10px 14px;
  background: var(--amber-100);
  color: var(--amber-700);
  font-weight: 800;
}

.mobile-menu {
  display: none;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px 14px;
  gap: 8px;
  flex-wrap: wrap;
}

.hero-carousel {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: var(--dark);
  color: white;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.015);
  transition: opacity 0.7s ease, transform 0.9s ease;
}

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

.hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 18%, rgba(245, 158, 11, 0.56), transparent 32%), linear-gradient(135deg, #78350f, #130b05 58%, #7c2d12);
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.34;
  filter: saturate(1.18) contrast(1.08);
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(19, 11, 5, 0.95), rgba(19, 11, 5, 0.64) 42%, rgba(19, 11, 5, 0.24)), linear-gradient(0deg, rgba(19, 11, 5, 0.96), transparent 44%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 360px;
  align-items: center;
  gap: 56px;
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: 118px 0 170px;
}

.hero-copy {
  max-width: 820px;
  animation: fadeUp 0.8s ease both;
}

.hero-kicker,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--amber-200);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-kicker {
  color: var(--orange-600);
}

.hero-copy h1 {
  margin: 0 0 22px;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 1.03;
  letter-spacing: -0.05em;
  text-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

.hero-copy p {
  max-width: 720px;
  margin: 0 0 22px;
  color: #fff7ed;
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.75;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.38);
}

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

.hero-tags span,
.tag-row span {
  border-radius: 999px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.14);
  color: white;
  font-size: 12px;
  font-weight: 800;
}

.tag-row span {
  background: var(--amber-100);
  color: var(--amber-700);
}

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

.primary-btn,
.ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 900;
}

.ghost-btn {
  border: 2px solid rgba(255, 255, 255, 0.88);
  color: white;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.ghost-btn:hover {
  background: white;
  color: var(--orange-600);
  transform: translateY(-2px);
}

.ghost-btn.amber {
  border-color: rgba(217, 119, 6, 0.42);
  color: var(--amber-700);
}

.ghost-btn.amber:hover {
  background: var(--amber-100);
  color: var(--orange-600);
}

.hero-poster {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.34), rgba(225, 29, 72, 0.18));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

.hero-poster img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.hero-poster span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(19, 11, 5, 0.68);
  backdrop-filter: blur(14px);
  color: white;
  font-weight: 900;
}

.hero-bottom {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: minmax(280px, 430px) 1fr auto;
  align-items: center;
  gap: 18px;
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto 34px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: rgba(255, 251, 235, 0.13);
  backdrop-filter: blur(18px);
}

.hero-search {
  display: flex;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.hero-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 14px 18px;
  color: var(--gray-900);
  background: transparent;
}

.hero-search button {
  border: 0;
  padding: 0 18px;
  background: linear-gradient(135deg, var(--amber-500), var(--orange-600));
  color: white;
  font-weight: 900;
  cursor: pointer;
}

.hero-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-chip-row a {
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.14);
  color: white;
  font-size: 13px;
  font-weight: 800;
}

.hero-dots {
  display: flex;
  gap: 8px;
}

.hero-dot {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}

.hero-dot.is-active {
  width: 34px;
  background: white;
}

.content-section {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0;
}

.warm-section {
  width: 100%;
  padding-right: max(24px, calc((100% - 1320px) / 2));
  padding-left: max(24px, calc((100% - 1320px) / 2));
  background: linear-gradient(135deg, rgba(254, 243, 199, 0.64), rgba(255, 237, 213, 0.52));
}

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

.section-heading h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: -0.04em;
}

.section-heading p {
  max-width: 720px;
  margin: 10px 0 0;
  color: var(--gray-500);
  line-height: 1.75;
}

.section-link {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 11px 16px;
  background: white;
  color: var(--orange-600);
  font-weight: 900;
  box-shadow: var(--soft-shadow);
}

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

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

.movie-card {
  overflow: hidden;
  border: 1px solid rgba(245, 158, 11, 0.16);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--soft-shadow);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.movie-card:hover {
  border-color: rgba(234, 88, 12, 0.3);
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.poster-frame {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 2 / 3;
  background: radial-gradient(circle at 30% 20%, rgba(254, 243, 199, 0.9), transparent 34%), linear-gradient(135deg, var(--amber-600), var(--rose-600));
}

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

.movie-card:hover .poster-frame img,
.category-card:hover img {
  transform: scale(1.06);
}

.poster-glow {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(0deg, rgba(19, 11, 5, 0.78), transparent);
}

.rank-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  min-width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff, var(--amber-100));
  color: var(--orange-600);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

.movie-info {
  padding: 15px;
}

.movie-meta,
.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 9px;
  color: var(--amber-700);
  font-size: 12px;
  font-weight: 800;
}

.movie-meta span,
.detail-meta span {
  border-radius: 999px;
  padding: 4px 8px;
  background: var(--amber-100);
}

.movie-info h2 {
  margin: 0 0 8px;
  color: var(--gray-900);
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.movie-desc {
  display: -webkit-box;
  min-height: 44px;
  margin: 0 0 12px;
  overflow: hidden;
  color: var(--gray-500);
  font-size: 13px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.is-compact .movie-info h2 {
  font-size: 15px;
}

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

.category-card {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 18px;
  min-height: 176px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(245, 158, 11, 0.16);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--soft-shadow);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

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

.category-cover {
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--amber-500), var(--rose-600));
}

.category-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-card span,
.category-card small {
  color: var(--orange-600);
  font-size: 12px;
  font-weight: 900;
}

.category-card h2 {
  margin: 4px 0 8px;
  font-size: 22px;
}

.category-card p {
  margin: 0 0 10px;
  color: var(--gray-500);
  line-height: 1.65;
}

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

.ranking-layout {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 28px;
  align-items: start;
}

.ranking-layout.wide {
  grid-template-columns: 330px 1fr;
}

.ranking-list {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #fff, var(--amber-50));
  box-shadow: var(--soft-shadow);
}

.sticky-rank {
  position: sticky;
  top: 92px;
}

.rank-line {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
  transition: background 0.2s ease, transform 0.2s ease;
}

.rank-line:hover {
  background: var(--amber-100);
  transform: translateX(4px);
}

.rank-number {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--amber-500), var(--rose-600));
  color: white;
  font-weight: 900;
}

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

.rank-score {
  color: var(--orange-600);
  font-weight: 900;
}

.page-hero,
.detail-hero {
  position: relative;
  overflow: hidden;
  padding: 76px max(24px, calc((100% - 1320px) / 2));
  background: radial-gradient(circle at 16% 14%, rgba(254, 243, 199, 0.9), transparent 28%), linear-gradient(135deg, #fff, var(--amber-50), var(--orange-50));
}

.page-hero h1,
.detail-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(38px, 4.5vw, 64px);
  line-height: 1.06;
  letter-spacing: -0.05em;
}

.page-hero p,
.detail-one-line {
  max-width: 780px;
  margin: 0;
  color: var(--gray-500);
  font-size: 18px;
  line-height: 1.85;
}

.filter-panel {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
  padding: 18px;
  border: 1px solid rgba(245, 158, 11, 0.16);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--soft-shadow);
}

.filter-search {
  display: grid;
  gap: 8px;
  flex: 1;
  color: var(--amber-700);
  font-weight: 900;
}

.filter-search input,
.movie-filter {
  width: 100%;
  border: 1px solid rgba(245, 158, 11, 0.24);
  border-radius: 16px;
  outline: 0;
  padding: 13px 14px;
  background: white;
  color: var(--gray-900);
}

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

.movie-filter {
  min-width: 148px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 26px;
  color: var(--amber-700);
  font-weight: 800;
}

.detail-layout {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 38px;
  align-items: center;
}

.detail-poster {
  overflow: hidden;
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.detail-copy {
  max-width: 860px;
}

.detail-meta {
  margin: 20px 0;
}

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

.player-section {
  padding-top: 46px;
  padding-bottom: 34px;
}

.player-shell {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: #000;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.26);
}

.movie-player {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.play-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border: 0;
  background: radial-gradient(circle at center, rgba(245, 158, 11, 0.24), rgba(0, 0, 0, 0.34));
  cursor: pointer;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

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

.play-icon {
  display: inline-grid;
  width: 86px;
  height: 86px;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--amber-500), var(--orange-600));
  color: white;
  box-shadow: 0 20px 50px rgba(245, 158, 11, 0.42);
  font-size: 28px;
  transform: translateX(3px);
}

.detail-text {
  padding-top: 28px;
  padding-bottom: 28px;
}

.article-card {
  padding: 32px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--soft-shadow);
}

.article-card h2 {
  margin: 0 0 16px;
  font-size: 30px;
  letter-spacing: -0.03em;
}

.article-card p {
  margin: 0 0 16px;
  color: var(--gray-700);
  font-size: 17px;
  line-height: 1.9;
}

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

.site-footer {
  margin-top: 30px;
  padding: 54px max(24px, calc((100% - 1320px) / 2)) 30px;
  background: linear-gradient(135deg, #78350f, #7c2d12 48%, #130b05);
  color: white;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.footer-logo {
  color: white;
}

.footer-brand p {
  max-width: 520px;
  color: var(--amber-100);
  line-height: 1.8;
}

.footer-links h2 {
  margin: 0 0 14px;
  font-size: 18px;
}

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

.footer-links a {
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--amber-100);
  font-weight: 800;
}

.copyright {
  margin: 30px 0 0;
  color: var(--amber-100);
  font-size: 14px;
}

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

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

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

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

  .ranking-layout,
  .ranking-layout.wide {
    grid-template-columns: 1fr;
  }

  .sticky-rank {
    position: static;
  }
}

@media (max-width: 900px) {
  .header-inner {
    padding: 12px 18px;
  }

  .main-nav,
  .header-search {
    display: none;
  }

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

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

  .hero-carousel {
    min-height: 820px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    width: min(100% - 36px, 720px);
    gap: 30px;
    padding-top: 72px;
    padding-bottom: 230px;
  }

  .hero-poster {
    min-height: 360px;
  }

  .hero-poster img {
    min-height: 360px;
  }

  .hero-bottom {
    grid-template-columns: 1fr;
    width: calc(100% - 36px);
  }

  .content-section {
    width: calc(100% - 36px);
    padding: 52px 0;
  }

  .warm-section {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

  .section-heading,
  .filter-panel {
    display: grid;
  }

  .movie-grid,
  .all-grid,
  .related-grid,
  .ranking-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .category-grid,
  .big-category-grid {
    grid-template-columns: 1fr;
  }

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

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

  .footer-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  .brand-name {
    font-size: 17px;
  }

  .hero-copy h1,
  .page-hero h1,
  .detail-copy h1 {
    font-size: 34px;
  }

  .hero-copy p,
  .page-hero p,
  .detail-one-line {
    font-size: 16px;
  }

  .movie-grid,
  .all-grid,
  .related-grid,
  .ranking-cards {
    grid-template-columns: 1fr;
  }

  .category-card {
    grid-template-columns: 96px 1fr;
    gap: 14px;
    padding: 14px;
  }

  .filter-selects {
    display: grid;
  }

  .article-card {
    padding: 22px;
  }
}
