.user-state-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.state-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}

.state-badge.online {
    background: #ecfdf5;
    color: #166534;
    border: 1px solid #86efac;
}

.state-badge.mic-on {
    background: #f0fdf4;
    color: #166534;
    border: 1px solid #4ade80;
}

.state-badge.cam-on {
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #60a5fa;
}

.state-badge.speaking {
    background: #dcfce7;
    color: #166534;
    border: 1px solid #22c55e;
}