.timeline-layout{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:var(--space-5);align-items:start}.timeline-layout__side{position:sticky;top:1rem}@media(max-width:960px){.timeline-layout{grid-template-columns:1fr}.timeline-layout__side{position:static}}.admin-step-panel{border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-4) var(--space-5);background:var(--color-surface);box-shadow:var(--shadow-sm)}.admin-step-panel__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-3)}.admin-actions{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:var(--space-4);font-size:.85rem;color:var(--color-text-muted)}.admin-actions span:before{content:"\b7  "}.tl-chart{display:flex;flex-direction:column;gap:var(--space-4)}.tl-chart__summary-top{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:var(--space-2);font-size:.92rem}.tl-chart__range{display:flex;justify-content:space-between;gap:var(--space-3);margin-top:var(--space-2);font-size:.78rem;color:var(--color-text-muted);line-height:1.4}.tl-loading,.tl-bars__track{position:relative;height:12px;border-radius:999px;background:#e8edf3;overflow:hidden}.tl-loading{height:14px}.tl-loading__fill,.tl-graph__line-fill,.tl-bars__fill{height:100%;width:0;border-radius:inherit;transition:width 1s cubic-bezier(.22,1,.36,1);will-change:width}.tl-loading__fill,.tl-graph__line-fill{background:linear-gradient(90deg,#1d4ed8,#0ea5e9,#0f766e 70%,#1d4ed8);background-size:220% 100%;animation:tl-shimmer 2.2s linear infinite}.tl-bars__fill--completed,.tl-bars__fill--in_progress{background-size:220% 100%;animation:tl-shimmer 2.4s linear infinite}.tl-bars__fill--in_progress{background:linear-gradient(90deg,var(--status-in-progress) 0%,#38bdf8 45%,var(--status-in-progress) 100%)}.tl-bars__fill--completed{background:linear-gradient(90deg,var(--status-completed) 0%,#34d399 45%,var(--status-completed) 100%)}@keyframes tl-shimmer{0%{background-position:0% 50%}to{background-position:220% 50%}}.tl-graph{padding:var(--space-2) 0 0;overflow-x:auto;-webkit-overflow-scrolling:touch}.tl-graph__rail{position:relative;min-width:max(100%,calc(var(--tl-steps, 8) * 88px));padding:0 .5rem}.tl-graph__line{position:absolute;left:1.1rem;right:1.1rem;top:13px;height:6px;border-radius:999px;background:#e8edf3;overflow:hidden;z-index:0}.tl-graph__line-fill{width:0}.tl-graph__steps{position:relative;z-index:1;display:flex;justify-content:space-between;gap:.35rem;margin:0;padding:0;list-style:none}.tl-graph__step{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;text-align:center;opacity:0;transform:translateY(10px);transition:opacity .45s cubic-bezier(.22,1,.36,1),transform .45s cubic-bezier(.22,1,.36,1);transition-delay:var(--tl-reveal-delay, 0ms)}.tl-graph__step.is-revealed{opacity:1;transform:translateY(0)}.tl-graph__marker{position:relative;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;margin-bottom:.55rem;padding:0;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #0f172a1a;background:var(--status-upcoming);color:#fff;font-size:.65rem;font-weight:700;z-index:2;transform:scale(.72);transition:transform .4s cubic-bezier(.34,1.4,.64,1)}.tl-graph__step.is-revealed .tl-graph__marker{transform:scale(1)}.tl-graph__step.is-revealed .tl-graph__marker--completed{animation:tl-marker-glow-done 2.4s ease-in-out infinite}.tl-graph__step.is-revealed .tl-graph__marker--in_progress{animation:tl-marker-glow-active 1.6s ease-in-out infinite}.tl-graph__step.is-revealed .tl-graph__marker--delay{animation:tl-marker-glow-delay 1.8s ease-in-out infinite}@keyframes tl-marker-glow-done{0%,to{transform:scale(1);box-shadow:0 0 0 1px #0f172a1a,0 0 #0f766e59}50%{transform:scale(1.06);box-shadow:0 0 0 1px #0f172a1a,0 0 0 8px #0f766e00}}@keyframes tl-marker-glow-active{0%,to{transform:scale(1);box-shadow:0 0 0 1px #0f172a1a,0 0 #1d4ed866}50%{transform:scale(1.1);box-shadow:0 0 0 1px #0f172a1a,0 0 0 10px #1d4ed800}}@keyframes tl-marker-glow-delay{0%,to{transform:scale(1);box-shadow:0 0 0 1px #0f172a1a,0 0 #b91c1c59}50%{transform:scale(1.08);box-shadow:0 0 0 1px #0f172a1a,0 0 0 8px #b91c1c00}}.tl-graph__marker-num{line-height:1}.tl-graph__marker--completed{background:var(--status-completed)}.tl-graph__marker--in_progress{background:var(--status-in-progress)}.tl-graph__marker--upcoming{background:var(--status-upcoming)}.tl-graph__marker--delay{background:var(--status-delay)}.tl-graph__label{display:flex;flex-direction:column;gap:.2rem;width:100%;padding:0 .15rem}.tl-graph__label-date{display:block;font-size:.68rem;line-height:1.35;color:var(--color-text-muted);word-break:keep-all}.tl-graph__label-stage{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.7rem;font-weight:600;line-height:1.3;color:var(--color-text);word-break:keep-all}.tl-bars{display:flex;flex-direction:column;gap:var(--space-3);margin-top:var(--space-1)}.tl-bars__item{padding-bottom:var(--space-3);border-bottom:1px solid var(--color-border)}.tl-chart--animating .tl-bars__item{opacity:0;transform:translateY(8px);animation:tl-row-in .45s cubic-bezier(.22,1,.36,1) forwards;animation-delay:calc(.24s + var(--tl-step-index, 0) * .14s)}@keyframes tl-row-in{to{opacity:1;transform:translateY(0)}}.tl-bars__item:last-child{border-bottom:none;padding-bottom:0}.tl-bars__meta{display:flex;align-items:flex-start;gap:var(--space-3);margin-bottom:var(--space-2)}.tl-bars__order{flex:0 0 auto;width:1.4rem;height:1.4rem;border-radius:50%;background:#eef2f7;color:var(--color-text-muted);font-size:.72rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.tl-bars__text{flex:1;min-width:0}.tl-bars__stage{font-weight:600;font-size:.92rem}.tl-bars__date{margin-top:.12rem;font-size:.82rem;color:var(--color-text-muted)}.tl-bars__fill--upcoming{background:#cbd5e1}.tl-bars__fill--delay{background:linear-gradient(90deg,var(--status-delay) 0%,#fb7185 45%,var(--status-delay) 100%);background-size:220% 100%;animation:tl-shimmer 2s linear infinite}#timeline .content-section__head{margin-bottom:var(--space-3)}#timeline .status-legend{margin-top:var(--space-3);gap:var(--space-3)}#timeline .anchor-nav.card{margin-top:var(--space-3);padding:var(--space-4);box-shadow:var(--shadow-sm)}@media(max-width:700px){.tl-graph__label-stage{display:none}.tl-graph__rail{min-width:calc(var(--tl-steps, 8) * 72px)}}@media(prefers-reduced-motion:reduce){.tl-loading__fill,.tl-graph__line-fill,.tl-bars__fill,.tl-bars__fill--completed,.tl-bars__fill--in_progress,.tl-graph__step,.tl-graph__marker,.tl-graph__step.is-revealed .tl-graph__marker--completed,.tl-graph__step.is-revealed .tl-graph__marker--in_progress,.tl-graph__step.is-revealed .tl-graph__marker--delay,.tl-bars__item{transition:none!important;animation:none!important}.tl-graph__step,.tl-bars__item{opacity:1;transform:none}.tl-graph__marker{transform:none}}
