.live-timeline{margin-top:1.25rem}.live-timeline-head{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem}.timeline{list-style:none;margin:0;padding:0}.timeline-item{display:grid;grid-template-columns:22px 1fr;grid-gap:.75rem;gap:.75rem;padding:0 0 1rem}.timeline-rail{position:relative;display:flex;justify-content:center}.timeline-rail:before{content:"";position:absolute;top:4px;bottom:-4px;width:2px;background:var(--border)}.timeline-item:last-child .timeline-rail:before{bottom:auto;height:12px}.timeline-dot{position:relative;z-index:1;width:11px;height:11px;margin-top:3px;border-radius:50%;background:var(--accent);border:2px solid var(--bg)}.timeline-body{min-width:0}.timeline-when{display:flex;align-items:center;gap:.5rem;font-size:.78rem;color:var(--text-dim);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.timeline-title{margin:.15rem 0 .4rem;font-size:1rem;font-weight:600}.timeline-new-tag{font-size:.66rem;font-weight:700;letter-spacing:.04em;color:#0b0f19;background:#46d39a;border-radius:4px;padding:.05rem .35rem}.timeline-item.is-new .timeline-dot{background:#46d39a;box-shadow:0 0 0 4px rgba(70,211,154,.25)}.timeline-item.is-new .timeline-body{animation:timeline-flash 6s ease-out;border-radius:8px}@keyframes timeline-flash{0%{background:rgba(70,211,154,.16);box-shadow:-8px 0 0 rgba(70,211,154,.16)}to{background:transparent;box-shadow:none}}@media (prefers-reduced-motion:reduce){.timeline-item.is-new .timeline-body{animation:none}}