.badge::before{content:"";width:6px;height:6px;background:var(--accent);border-radius:50%}.cell-time .t-range{display:flex;flex-direction:column;gap:2px}.cell-desc strong{color:0;font-weight:700}.cell-time .t-range::before{content:counter(row,decimal-leading-zero);font-size:10px;font-weight:600;color:var(--accent);letter-spacing:1px;opacity:.6;margin-bottom:4px}@media (max-width:680px){.cell-time .t-range{flex-direction:row;align-items:center;gap:8px}.cell-time .t-range::before{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;background:var(--accent-soft);border:1px solid var(--border-accent);border-radius:8px;margin-bottom:0;font-size:10px;opacity:1}.cell-time .t-end::before{content:"–";margin-right:4px}}