.tlp-system-timeline {
  position: relative;
  margin: 4rem auto;
  max-width: 800px;
}

.tlp-system-timeline::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #2a2d33;
}

.tlp-timeline-entry {
  position: relative;
  display: flex;
  margin-bottom: 3rem;
  padding-left: 60px;
}

.tlp-timeline-marker {
  position: absolute;
  left: 11px;
  top: 6px;
  width: 18px;
  height: 18px;
  background: #0e0f11;
  border: 2px solid #888;
  border-radius: 50%;
}

.tlp-timeline-icon {
  width: 24px;
  height: 24px;
  margin-right: 1rem;
  opacity: 0.8;
}

.tlp-timeline-content {
  background: #16181c;
  padding: 1.5rem;
  border-radius: 6px;
  border: 1px solid #24262b;
}

.tlp-timeline-date {
  font-size: 0.85rem;
  color: #aaa;
}

.tlp-timeline-title {
  margin: 0.2rem 0;
  font-size: 1.2rem;
}

.tlp-timeline-component {
  font-size: 0.85rem;
  color: #8ab4f8;
}

.tlp-status {
  display: inline-block;
  margin: 0.5rem 0;
  font-size: 0.75rem;
  padding: 2px 8px;
  border-radius: 10px;
  border: 1px solid #444;
}

.tlp-status-stayed { color: #7bd88f; }
.tlp-status-replaced { color: #f28b82; }
.tlp-status-temporary { color: #fdd663; }
.tlp-status-evaluating { color: #b0b0b0; }

.tlp-mini-reflection {
  opacity: 0.85;
}

.tlp-reflection {
  margin-top: 0.5rem;
  line-height: 1.6;
}

.tlp-system-snapshot {
  margin: 2rem 0;
  padding: 1.5rem;
  background: #111317;
  border: 1px solid #24262b;
  border-radius: 6px;
}

.tlp-system-snapshot h3 {
  margin-top: 0;
  font-size: 1rem;
  color: #aaa;
}

.tlp-system-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tlp-system-list li {
  padding: 0.25rem 0;
}

.tlp-timeline-image {
  margin: 0.75rem 0;
}

.tlp-timeline-image img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

