.timeline {
  position: relative;
  padding-left: 1.25rem;
  margin-top: 1rem;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.25rem;
  bottom: 0.25rem;
  width: 2px;
  background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.02));
}

.timeline__loading {
  color: rgba(255,255,255,0.7);
  padding: 1rem 0;
}

.tl-item {
  position: relative;
  padding: 0.5rem 0 1rem 1.25rem;
}

.tl-item::before {
  content: "";
  position: absolute;
  left: 0.35rem;
  top: 1.05rem;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--sand);
  box-shadow: 0 0 0 4px rgba(201,179,125,0.10);
}

.tl-item[data-type="war"]::before { background: rgba(201,179,125,0.92); }
.tl-item[data-type="update"]::before { background: var(--rr-red, #d11b2d); }
.tl-item[data-type="regiment"]::before { background: rgba(201,179,125,0.92); border: 2px solid var(--rr-red, #d11b2d); }

.tl-card {
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 18px;
  background: rgba(12, 14, 18, 0.62);
  backdrop-filter: blur(10px);
  padding: 0.9rem 1rem;
}

.tl-meta {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: .4rem;
}

.tl-date {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.75);
}

.tl-badge {
  font-size: 0.75rem;
  padding: .2rem .5rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.06);
}

.tl-badge--update {
  border-color: rgba(209, 27, 45, 0.40);
  background: rgba(209, 27, 45, 0.14);
}

.tl-title {
  font-weight: 800;
  letter-spacing: 0.2px;
  margin: 0 0 .3rem;
}

.tl-summary {
  margin: 0;
  color: rgba(255,255,255,0.82);
  line-height: 1.4;
}

.tl-links {
  margin-top: .6rem;
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
}

.tl-link {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.25);
}

.tl-link:hover {
  color: #fff;
  border-bottom-color: rgba(255,255,255,0.65);
}

.timeline-filters .btn.is-active {
  border-color: rgba(255,255,255,0.35);
  box-shadow: 0 0 0 3px rgba(255,255,255,0.06);
}

.hint {
  margin-top: 1rem;
  color: rgba(255,255,255,0.7);
  font-size: 0.95rem;
}
