:root {
  --slate-950: #020617;
  --slate-900: #0f172a;
  --slate-800: #1e293b;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-500: #64748b;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9;
  --slate-50: #f8fafc;
  --blue-700: #1d4ed8;
  --blue-600: #2563eb;
  --blue-500: #3b82f6;
  --blue-100: #dbeafe;
  --rose-500: #f43f5e;
  --amber-400: #fbbf24;
  --white: #ffffff;
  --shadow-card: 0 12px 30px rgba(15, 23, 42, 0.10);
  --shadow-deep: 0 25px 60px rgba(15, 23, 42, 0.30);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--slate-900);
  background: var(--slate-50);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  line-height: 1.6;
}

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

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  color: var(--white);
  background: linear-gradient(90deg, var(--slate-950), var(--slate-800), var(--slate-950));
  box-shadow: 0 10px 35px rgba(2, 6, 23, 0.32);
}

.header-inner {
  max-width: 1280px;
  height: 68px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}

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

.brand-mark,
.footer-logo span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--blue-500), #7c3aed);
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.35);
}

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

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}

.nav-link {
  font-size: 15px;
  color: #dbeafe;
  transition: color 0.25s ease, transform 0.25s ease;
}

.nav-link:hover,
.nav-link.active {
  color: #93c5fd;
}

.nav-link:hover {
  transform: translateY(-1px);
}

.header-search,
.mobile-search {
  display: flex;
  align-items: center;
}

.header-search input,
.mobile-search input,
.filter-input {
  border: 0;
  outline: 0;
  color: var(--white);
  background: rgba(51, 65, 85, 0.9);
}

.header-search input {
  width: 210px;
  padding: 10px 14px 10px 18px;
  border-radius: 999px 0 0 999px;
}

.header-search input::placeholder,
.mobile-search input::placeholder {
  color: #94a3b8;
}

.header-search button,
.mobile-search button {
  border: 0;
  color: var(--white);
  cursor: pointer;
  padding: 10px 16px;
  background: var(--blue-600);
  border-radius: 0 999px 999px 0;
  transition: background 0.25s ease;
}

.header-search button:hover,
.mobile-search button:hover {
  background: var(--blue-700);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 12px;
  background: rgba(51, 65, 85, 0.85);
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.menu-toggle span {
  width: 22px;
  height: 2px;
  background: var(--white);
  border-radius: 999px;
}

.mobile-panel {
  padding: 14px 24px 20px;
  background: var(--slate-900);
  border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.mobile-panel[hidden] {
  display: none;
}

.mobile-search input {
  min-width: 0;
  flex: 1;
  padding: 10px 16px;
  border-radius: 999px 0 0 999px;
}

.mobile-links {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.mobile-links a {
  padding: 8px 0;
}

.hero {
  position: relative;
  min-height: 72vh;
  overflow: hidden;
  color: var(--white);
  background: radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.32), transparent 28%), linear-gradient(135deg, var(--slate-950), #172554 54%, var(--slate-950));
}

.hero-slider {
  position: relative;
  min-height: 72vh;
}

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

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

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.32;
  transform: scale(1.03);
}

.hero-slide.is-active .hero-bg {
  animation: slowZoom 9s ease both;
}

.hero-layer {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.45) 52%, rgba(2, 6, 23, 0.72));
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  min-height: 72vh;
  padding: 88px 24px 120px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 360px;
  align-items: center;
  gap: 52px;
}

.hero-copy {
  max-width: 780px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  margin-bottom: 22px;
  color: #fde68a;
  background: rgba(250, 204, 21, 0.12);
  border: 1px solid rgba(250, 204, 21, 0.35);
  border-radius: 999px;
  font-weight: 800;
}

.hero h1,
.hero h2 {
  margin: 0 0 22px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.hero p {
  max-width: 760px;
  margin: 0 0 32px;
  color: #dbeafe;
  font-size: clamp(18px, 2vw, 23px);
}

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

.btn-primary,
.btn-secondary,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn-primary {
  color: var(--white);
  background: var(--blue-600);
  box-shadow: 0 18px 35px rgba(37, 99, 235, 0.34);
}

.btn-primary:hover {
  transform: translateY(-2px);
  background: var(--blue-700);
  box-shadow: 0 22px 42px rgba(37, 99, 235, 0.42);
}

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

.btn-secondary:hover,
.btn-ghost:hover {
  transform: translateY(-2px);
}

.btn-ghost {
  color: var(--blue-700);
  background: var(--blue-100);
}

.hero-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: var(--shadow-deep);
  backdrop-filter: blur(18px);
}

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

.hero-card-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 54px 22px 22px;
  background: linear-gradient(0deg, rgba(2, 6, 23, 0.92), transparent);
}

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

.hero-dot {
  width: 42px;
  height: 6px;
  border: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
}

.hero-dot.is-active {
  background: var(--white);
}

.wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 74px;
  background: var(--slate-50);
  clip-path: polygon(0 55%, 10% 48%, 23% 57%, 36% 45%, 50% 57%, 64% 49%, 78% 60%, 90% 52%, 100% 58%, 100% 100%, 0 100%);
}

.section,
.page-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 24px;
}

.section-white {
  background: var(--white);
}

.section-soft {
  background: linear-gradient(135deg, #eff6ff, #f5f3ff);
}

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

.section-head h2 {
  margin: 0;
  color: var(--slate-950);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
}

.section-head p {
  margin: 8px 0 0;
  color: var(--slate-600);
}

.section-more {
  color: var(--blue-700);
  font-weight: 800;
  white-space: nowrap;
}

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

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

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

.movie-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 45px rgba(15, 23, 42, 0.18);
}

.poster-link {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--slate-800);
}

.poster-link img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.45s ease;
}

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

.poster-mask {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--white);
  font-size: 30px;
  background: rgba(2, 6, 23, 0.30);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.movie-card:hover .poster-mask {
  opacity: 1;
}

.poster-mask span,
.play-badge {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.88);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.3);
}

.year-badge {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 4px 9px;
  color: var(--white);
  background: rgba(2, 6, 23, 0.78);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.card-content {
  padding: 18px;
}

.card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 52px;
  color: var(--slate-950);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 900;
  transition: color 0.25s ease;
}

.card-title:hover {
  color: var(--blue-700);
}

.card-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 46px;
  margin: 8px 0 14px;
  color: var(--slate-600);
  font-size: 14px;
}

.card-meta,
.ranking-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.card-meta span,
.ranking-tags span,
.tag-chip {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 3px 10px;
  color: var(--blue-700);
  background: var(--blue-100);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.movie-card-wide {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
}

.movie-card-wide .poster-link img {
  height: 100%;
  aspect-ratio: auto;
}

.movie-card-wide .play-badge {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
}

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

.category-tile {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--white);
  border-radius: 24px;
  box-shadow: var(--shadow-card);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-tile:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: var(--shadow-deep);
}

.category-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(2, 6, 23, 0.82), rgba(2, 6, 23, 0.05));
}

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

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

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

.category-icon {
  font-size: 34px;
}

.category-tile strong {
  margin-top: 12px;
  font-size: 23px;
}

.category-tile em {
  max-width: 280px;
  margin-top: 6px;
  font-style: normal;
  color: #e0f2fe;
  font-size: 14px;
}

.grad-red {
  background: linear-gradient(135deg, #ef4444, #be123c);
}

.grad-pink {
  background: linear-gradient(135deg, #ec4899, #7c3aed);
}

.grad-blue {
  background: linear-gradient(135deg, #2563eb, #0891b2);
}

.grad-green {
  background: linear-gradient(135deg, #059669, #0f766e);
}

.grad-purple {
  background: linear-gradient(135deg, #7c3aed, #4338ca);
}

.grad-cyan {
  background: linear-gradient(135deg, #06b6d4, #2563eb);
}

.grad-orange {
  background: linear-gradient(135deg, #f97316, #dc2626);
}

.grad-slate {
  background: linear-gradient(135deg, #334155, #111827);
}

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

.ranking-item {
  display: grid;
  grid-template-columns: 74px 132px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 14px;
}

.rank-number {
  color: var(--blue-700);
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}

.ranking-cover img {
  width: 132px;
  height: 82px;
  object-fit: cover;
  border-radius: 14px;
}

.ranking-title {
  font-size: 20px;
  font-weight: 900;
}

.ranking-info p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 6px 0 10px;
  color: var(--slate-600);
}

.ranking-action {
  padding: 10px 18px;
  color: var(--white);
  background: var(--blue-600);
  border-radius: 999px;
  font-weight: 800;
}

.page-hero {
  color: var(--white);
  background: radial-gradient(circle at 80% 20%, rgba(59, 130, 246, 0.35), transparent 30%), linear-gradient(135deg, var(--slate-950), #172554, var(--slate-950));
}

.page-hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 24px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: #bfdbfe;
  font-size: 14px;
}

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

.page-hero h1 {
  margin: 0;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.08;
}

.page-hero p {
  max-width: 820px;
  margin: 16px 0 0;
  color: #dbeafe;
  font-size: 18px;
}

.filter-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  padding: 18px;
  background: var(--white);
  border-radius: 20px;
  box-shadow: var(--shadow-card);
}

.filter-input {
  width: 100%;
  color: var(--slate-900);
  background: var(--slate-100);
  padding: 13px 16px;
  border-radius: 999px;
}

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

.filter-chip {
  border: 0;
  cursor: pointer;
  padding: 9px 14px;
  color: var(--slate-700);
  background: var(--slate-100);
  border-radius: 999px;
  font-weight: 800;
}

.filter-chip.active {
  color: var(--white);
  background: var(--blue-600);
}

.empty-state {
  display: none;
  padding: 30px;
  color: var(--slate-600);
  text-align: center;
  background: var(--white);
  border-radius: 18px;
  box-shadow: var(--shadow-card);
}

.empty-state.show {
  display: block;
}

.detail-hero-grid {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 38px;
  align-items: center;
}

.detail-cover {
  overflow: hidden;
  border-radius: 26px;
  box-shadow: var(--shadow-deep);
}

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

.detail-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 20px 0 28px;
}

.detail-meta span {
  padding: 7px 12px;
  color: #e0f2fe;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-weight: 800;
}

.player-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 64px 24px 24px;
}

.player-shell {
  position: relative;
  overflow: hidden;
  background: #000;
  border-radius: 26px;
  box-shadow: var(--shadow-deep);
}

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

.player-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--white);
  cursor: pointer;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.35), rgba(2, 6, 23, 0.72));
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

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

.player-button {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border: 0;
  color: var(--white);
  font-size: 32px;
  cursor: pointer;
  border-radius: 999px;
  background: var(--blue-600);
  box-shadow: 0 20px 45px rgba(37, 99, 235, 0.46);
}

.detail-layout {
  max-width: 1280px;
  margin: 0 auto;
  padding: 34px 24px 70px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
}

.detail-article,
.detail-side {
  background: var(--white);
  border-radius: 24px;
  box-shadow: var(--shadow-card);
}

.detail-article {
  padding: 34px;
}

.detail-article h2,
.detail-side h2 {
  margin: 0 0 16px;
  color: var(--slate-950);
  font-size: 26px;
}

.detail-article p {
  margin: 0 0 22px;
  color: var(--slate-700);
  font-size: 17px;
}

.detail-side {
  padding: 24px;
  align-self: start;
}

.info-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.info-row {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--slate-100);
}

.info-row dt {
  color: var(--slate-500);
}

.info-row dd {
  margin: 0;
  color: var(--slate-900);
  font-weight: 800;
}

.related-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px 70px;
}

.site-footer {
  color: #cbd5e1;
  background: linear-gradient(135deg, var(--slate-950), var(--slate-800), var(--slate-950));
}

.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 52px 24px 36px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 36px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-size: 22px;
  font-weight: 900;
}

.footer-brand p,
.footer-column p {
  color: #94a3b8;
}

.footer-column h3 {
  margin: 0 0 14px;
  color: var(--white);
  font-size: 18px;
}

.footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
}

.footer-column a:hover {
  color: #93c5fd;
}

.footer-bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 24px 30px;
  color: #94a3b8;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}

@keyframes slowZoom {
  from {
    transform: scale(1.03);
  }
  to {
    transform: scale(1.12);
  }
}

@media (max-width: 1180px) {
  .desktop-nav,
  .header-search {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

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

  .hero-card {
    display: none;
  }

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

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

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

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

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

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

  .hero-content {
    padding: 68px 18px 108px;
  }

  .section,
  .page-section {
    padding: 46px 18px;
  }

  .section-head,
  .filter-panel {
    grid-template-columns: 1fr;
    display: grid;
    align-items: start;
  }

  .movie-grid,
  .movie-grid-three,
  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

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

  .ranking-item {
    grid-template-columns: 48px 96px minmax(0, 1fr);
  }

  .ranking-cover img {
    width: 96px;
    height: 64px;
  }

  .ranking-action {
    grid-column: 2 / 4;
    text-align: center;
  }

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

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

  .detail-article {
    padding: 24px;
  }

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

@media (max-width: 560px) {
  .movie-grid,
  .movie-grid-three,
  .category-grid {
    grid-template-columns: 1fr;
  }

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

  .hero p,
  .page-hero p {
    font-size: 16px;
  }

  .hero-actions,
  .detail-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .btn-primary,
  .btn-secondary,
  .btn-ghost {
    width: 100%;
  }

  .ranking-item {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .ranking-cover {
    display: none;
  }

  .ranking-action {
    grid-column: 1 / 3;
  }

  .player-wrap,
  .detail-layout,
  .related-section {
    padding-left: 18px;
    padding-right: 18px;
  }

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