.latest-section-88 {
  --latest-accent-a-88: #a948f8;
  --latest-accent-b-88: #22e2b6;
  --latest-hover-88: #1abc9c;
  --latest-gold-88: #ffd700;
  --latest-card-bg-88: #1c1a21;
  --latest-line-88: #2a2631;
  --latest-text-88: #c9c5d3;
  --latest-muted-88: #9d98aa;
  --latest-gradient-88: linear-gradient(90deg, var(--latest-accent-a-88), var(--latest-accent-b-88));
  box-sizing: border-box;
  width: 100%;
  max-width: 72rem;
  margin: 0.5rem auto 0;
  padding: clamp(0.875rem, 0.55rem + 1vw, 1.5rem);
  background: linear-gradient(180deg, #17151b 0%, #121016 100%);
  border: 1px solid #242129;
  border-radius: 1rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

.latest-section-88 *,
.latest-section-88 *::before,
.latest-section-88 *::after {
  box-sizing: border-box;
}

.latest-head-88 {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--latest-line-88);
}

.latest-head-88::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: -2px;
  width: 4.5rem;
  height: 3px;
  border-radius: 3px;
  background: var(--latest-gradient-88);
}

.latest-title-88 {
  margin: 0;
  font-size: clamp(1.05rem, 0.85rem + 0.8vw, 1.5rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
}

.latest-more-88 {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--latest-accent-b-88);
  text-decoration: none;
  transition: color 0.2s ease;
}

.latest-more-88:hover {
  color: var(--latest-accent-a-88);
}

.latest-arrow-88 {
  display: inline-block;
  transition: transform 0.2s ease;
}

.latest-more-88:hover .latest-arrow-88 {
  transform: translateX(3px);
}

[dir="rtl"] .latest-arrow-88 {
  transform: scaleX(-1);
}

[dir="rtl"] .latest-more-88:hover .latest-arrow-88 {
  transform: scaleX(-1) translateX(3px);
}

.latest-grid-88 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.875rem;
}

.latest-lead-88 {
  grid-column: span 2;
  grid-row: span var(--latest-rows-88, 3);
}

.latest-row-88 {
  grid-column: span 2;
}

.latest-tile-88 {
  grid-column: span 1;
}

.latest-grid-88.is-solo-88 .latest-row-88 {
  grid-column: 1 / -1;
}

.latest-card-88 {
  position: relative;
  display: flex;
  min-width: 0;
  overflow: hidden;
  background: var(--latest-card-bg-88);
  border: 1px solid var(--latest-line-88);
  border-radius: 0.75rem;
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

a.latest-card-88:focus-visible {
  outline: 2px solid var(--latest-accent-b-88);
  outline-offset: 2px;
}

.latest-art-88 {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  container-type: inline-size;
  background: #0f141b;
}

.latest-img-88 {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.latest-cover-88 {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  text-align: center;
}

.latest-cover-88::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.2), transparent 55%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0 2px, transparent 2px 14px);
}

.latest-cover-text-88 {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  overflow-wrap: break-word;
  font-size: 1rem;
  font-size: clamp(0.6875rem, 8.5cqi, 2.75rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
}

.latest-tone-0-88 .latest-cover-88 {
  background: linear-gradient(135deg, #2a1545 0%, #6d2bb3 55%, #1b8f78 100%);
}

.latest-tone-1-88 .latest-cover-88 {
  background: linear-gradient(135deg, #1a1030 0%, #4b1f7a 60%, #a948f8 100%);
}

.latest-tone-2-88 .latest-cover-88 {
  background: linear-gradient(135deg, #0b2a2a 0%, #0f6f5f 60%, #22b89a 100%);
}

.latest-tone-3-88 .latest-cover-88 {
  background: linear-gradient(135deg, #2a0f2e 0%, #7a1a6e 55%, #b900f4 100%);
}

.latest-tag-88 {
  position: absolute;
  top: 0.75rem;
  inset-inline-start: 0.75rem;
  z-index: 2;
  padding: 0.25rem 0.625rem;
  border-radius: 0.375rem;
  background: var(--latest-gradient-88);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.latest-rtp-88 {
  position: absolute;
  bottom: 0.5rem;
  inset-inline-start: 0.5rem;
  z-index: 2;
  padding: 0.1875rem 0.5rem;
  border: 1px solid rgba(34, 226, 182, 0.35);
  border-radius: 0.375rem;
  background: rgba(10, 9, 13, 0.82);
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
  color: var(--latest-accent-b-88);
}

.latest-body-88 {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.latest-name-88 {
  margin: 0;
  overflow: hidden;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  transition: color 0.2s ease;
}

.latest-name-88.latest-gold-88 {
  color: var(--latest-gold-88);
}

.latest-meta-88 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.375rem 0.625rem;
}

.latest-provider-88,
.latest-badge-88 {
  display: inline-block;
  align-self: flex-start;
  max-width: 100%;
  overflow: hidden;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
  background: var(--latest-gradient-88);
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.latest-badge-88 {
  font-size: 0.625rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.latest-vol-88 {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--latest-muted-88);
}

.latest-text-88 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin: 0;
  overflow: hidden;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--latest-text-88);
}

.latest-sub-88 {
  margin: 0;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1.4;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--latest-muted-88);
}

.latest-lead-88 {
  flex-direction: column;
}

.latest-lead-88 .latest-art-88 {
  flex: 1 1 auto;
  min-height: 15rem;
}

.latest-lead-88 .latest-body-88 {
  gap: 0.5rem;
  padding: 1rem 1.125rem 1.125rem;
}

.latest-lead-88 .latest-name-88 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: clamp(1.25rem, 1rem + 0.9vw, 1.75rem);
  white-space: normal;
}

.latest-lead-88 .latest-text-88 {
  font-size: 0.9375rem;
}

.latest-lead-88 .latest-cover-88 {
  padding: 2.75rem 1.25rem;
}

.latest-lead-88 .latest-cover-text-88 {
  font-size: 1.75rem;
  font-size: clamp(1.25rem, 7.5cqi, 2.75rem);
}

.latest-lead-88 .latest-rtp-88 {
  bottom: 0.75rem;
  inset-inline-start: 0.75rem;
  padding: 0.3125rem 0.625rem;
  font-size: 0.8125rem;
}

.latest-row-88 {
  flex-direction: row;
  align-items: stretch;
  min-height: 6.5rem;
}

.latest-row-88 .latest-art-88 {
  flex: 0 0 38%;
  max-width: 12rem;
}

.latest-row-88 .latest-body-88 {
  flex: 1 1 auto;
  justify-content: center;
  gap: 0.3125rem;
  padding: 0.625rem 0.875rem;
}

.latest-row-88 .latest-cover-88,
.latest-tile-88 .latest-cover-88 {
  padding: 0.5rem 0.5rem 2rem;
}

.latest-row-88 .latest-cover-text-88 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.latest-tile-88 {
  flex-direction: column;
}

.latest-tile-88 .latest-art-88 {
  aspect-ratio: 16 / 10;
}

.latest-tile-88 .latest-body-88 {
  gap: 0.125rem;
  padding: 0.625rem 0.75rem 0.75rem;
}

.latest-featured-88 {
  border: 2px solid transparent;
  background:
    linear-gradient(var(--latest-card-bg-88), var(--latest-card-bg-88)) padding-box,
    linear-gradient(270deg, #00eaff, #b900f4, #ff00c8, #00ffc8) border-box;
  background-size: 100% 100%, 300% 100%;
  box-shadow: 0 0 14px rgba(185, 0, 244, 0.18);
  animation: latest-glow-88 6s ease-in-out infinite alternate;
}

.latest-foot-88 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.375rem 0.75rem;
  margin-top: 0.125rem;
}

.latest-date-88 {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--latest-gold-88);
}

.latest-cta-88 {
  display: inline-flex;
  align-items: center;
  padding: 0.3125rem 0.75rem;
  border-radius: 0.375rem;
  background: var(--latest-gradient-88);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

@keyframes latest-glow-88 {
  from {
    background-position: 0 0, 0% 50%;
  }
  to {
    background-position: 0 0, 100% 50%;
  }
}

@media (hover: hover) {
  a.latest-card-88:hover {
    transform: translateY(-3px);
    border-color: rgba(34, 226, 182, 0.55);
    box-shadow: 0 10px 20px rgba(26, 188, 156, 0.25), 0 4px 6px rgba(26, 188, 156, 0.12);
  }

  a.latest-card-88:hover .latest-img-88 {
    transform: scale(1.06);
  }

  a.latest-card-88:hover .latest-name-88 {
    color: var(--latest-hover-88);
  }

  a.latest-featured-88:hover {
    border-color: transparent;
    box-shadow: 0 10px 24px rgba(185, 0, 244, 0.3), 0 4px 8px rgba(0, 234, 255, 0.15);
  }

  a.latest-featured-88:hover .latest-name-88.latest-gold-88 {
    color: #ffe766;
  }

  a.latest-featured-88:hover .latest-cta-88 {
    background: linear-gradient(90deg, var(--latest-accent-b-88), var(--latest-accent-a-88));
  }
}

@media (max-width: 1023.98px) {
  .latest-grid-88 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .latest-lead-88,
  .latest-row-88 {
    grid-column: 1 / -1;
  }

  .latest-lead-88 {
    grid-row: auto;
  }

  .latest-lead-88 .latest-art-88 {
    flex: none;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 639.98px) {
  .latest-section-88 {
    width: calc(100vw - 2rem);
    max-width: none;
    margin-inline: calc(50% - 50vw + 1rem);
    border-radius: 0.875rem;
  }

  .latest-grid-88 {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.625rem;
  }

  .latest-tile-88 {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: stretch;
  }

  .latest-row-88,
  .latest-tile-88 {
    min-height: 5.75rem;
  }

  .latest-row-88 .latest-art-88,
  .latest-tile-88 .latest-art-88 {
    flex: 0 0 36%;
    max-width: none;
    aspect-ratio: auto;
  }

  .latest-tile-88 .latest-body-88 {
    justify-content: center;
    gap: 0.25rem;
    padding: 0.5rem 0.75rem;
  }

  .latest-row-88 .latest-body-88 {
    padding: 0.5rem 0.75rem;
  }

  .latest-row-88 .latest-text-88 {
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }

  .latest-tile-88 .latest-cover-text-88 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .latest-featured-88 {
    animation: none;
  }

  .latest-card-88,
  .latest-img-88,
  .latest-arrow-88 {
    transition: none;
  }

  a.latest-card-88:hover,
  a.latest-card-88:hover .latest-img-88 {
    transform: none;
  }
}
