.badge{display:inline-flex;align-items:center;gap:var(--space-6);padding:var(--space-4) var(--space-8);border-radius:var(--radius-md);font-size:var(--text-body-sm-size);line-height:var(--text-body-sm-lh);font-weight:var(--weight-medium);white-space:nowrap}.badge__glyph{flex:none;width:var(--icon-xs);height:var(--icon-xs)}.badge--draft{background:var(--surface-sunken);color:var(--text-secondary)}.badge--scheduled{background:var(--blue-50);color:var(--blue-800)}.badge--publishing{background:var(--warning-50);color:var(--warning-700)}.badge--published{background:var(--success-50);color:var(--success-700)}.badge--failed,.badge--reconnect{background:var(--danger-50);color:var(--danger-700)}.badge--publishing .badge__glyph{animation:badge-publishing-spin .6s linear infinite}@keyframes badge-publishing-spin{to{transform:rotate(360deg)}}
