.bbg-gta6-countdown {
  position: relative;
  overflow: hidden;
  padding: 18px;
  background-size: cover;
  background-position: center;
  background-image: radial-gradient(
    80% 120% at 50% 0%,
    rgba(37, 99, 235, 0.4) 0%,
    rgba(0, 0, 0, 0.55) 55%,
    rgba(0, 0, 0, 0.8) 100%
  );
  color: #fff;
}

.bbg-gta6-countdown__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.66) 0%,
    rgba(0, 0, 0, 0.35) 45%,
    rgba(0, 0, 0, 0.66) 100%
  );
  pointer-events: none;
}

.bbg-gta6-countdown__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
  align-items: center;
}

@media (max-width: 900px) {
  .bbg-gta6-countdown__inner {
    grid-template-columns: 1fr;
  }
}

.bbg-gta6-countdown__title {
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 1.05;
  text-transform: uppercase;
  margin-bottom: 8px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}

.bbg-gta6-countdown__subtitle {
  font-size: 16px;
  opacity: 0.92;
  margin-bottom: 12px;
}

.bbg-gta6-countdown__badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.bbg-gta6-countdown__timer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}

@media (max-width: 560px) {
  .bbg-gta6-countdown__timer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.bbg-gta6-countdown__unit {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--bbg-gta6-radius);
  padding: 12px 10px;
  text-align: center;
  backdrop-filter: blur(6px);
}

.bbg-gta6-countdown__num {
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.bbg-gta6-countdown__label {
  margin-top: 8px;
  font-size: 12px;
  opacity: 0.85;
  letter-spacing: 0.3px;
}

.bbg-gta6-countdown__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.bbg-gta6-timeline-v {
  position: relative;
  padding-left: 18px;
}

.bbg-gta6-timeline-v__line {
  position: absolute;
  left: 7px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(37, 99, 235, 0.18);
}

.bbg-gta6-timeline-v__item {
  position: relative;
}

.bbg-gta6-timeline-v__dot {
  position: absolute;
  left: -18px;
  top: 14px;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 1);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.18);
}

.bbg-gta6-timeline-v__content {
  padding: 12px;
}

.bbg-gta6-timeline-v__top {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 12px;
  align-items: baseline;
}

@media (max-width: 560px) {
  .bbg-gta6-timeline-v__top {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

.bbg-gta6-timeline-v__date {
  font-weight: 800;
  opacity: 0.8;
}

.bbg-gta6-timeline-v__title {
  text-decoration: none;
  font-weight: 900;
}

.bbg-gta6-timeline-v__desc {
  margin-top: 8px;
  opacity: 0.92;
}

.bbg-gta6-timeline-v__meta {
  margin-top: 10px;
}

.bbg-gta6-unconfirmed {
  background: rgba(107, 114, 128, 0.08);
  padding: 12px;
}

.bbg-gta6-unconfirmed__item,
.bbg-gta6-update-log__item {
  padding: 10px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
}

.bbg-gta6-unconfirmed__item:last-child,
.bbg-gta6-update-log__item:last-child {
  border-bottom: 0;
}

.bbg-gta6-unconfirmed__title,
.bbg-gta6-update-log__title,
.bbg-gta6-timeline__title {
  text-decoration: none;
  font-weight: 700;
}

.bbg-gta6-legend {
  background: rgba(59, 130, 246, 0.08);
  padding: 12px;
}

.bbg-gta6-legend__line {
  margin: 0 0 8px 0;
}

.bbg-gta6-legend__line:last-child {
  margin-bottom: 0;
}

.bbg-gta6-geo-box {
  padding: 14px;
  margin: 14px 0;
}

.bbg-gta6-geo-box__hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.bbg-gta6-geo-box__title {
  font-weight: 800;
}

.bbg-gta6-geo-box__tldr {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.bbg-gta6-geo-box__meta {
  gap: 10px;
  font-size: 13px;
  opacity: 0.95;
}

