.status-indicator{display:inline-flex;align-items:center;gap:8px;line-height:1}.status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.status-label{font:500 14px/1.4 Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text)}.status-indicator.status-sm{gap:6px}.status-indicator.status-sm .status-dot{width:6px;height:6px}.status-indicator.status-sm .status-label{font-size:12px;line-height:1.3}.status-dot.status-success{background:var(--green)}.status-dot.status-info{background:var(--blue)}.status-dot.status-pending,.status-dot.status-warning{background:var(--amber)}.status-dot.status-error{background:var(--red)}.status-dot.status-inactive,.status-dot.status-archived,.status-dot.status-draft{background:var(--text3)}
